[Webkit-unassigned] [Bug 10479] -webkit-border with dashed crashes nightly

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Aug 21 00:53:24 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10479


Jackinloadup at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WORKSFORME                  |
            Summary|border-top: dashed crashes  |-webkit-border with dashed
                   |nightly                     |crashes nightly




------- Comment #2 from Jackinloadup at gmail.com  2006-08-21 00:53 PDT -------
Sorry after more testing the bug is associated with the -webkit-border
features. The crash can be reproduced in the lasted nightly as of 8/21/06 with
this code:

<html>
  <head>
    <style>
      div#header {
        height: 100px;
        width: 75px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        background: #FFF;
      }

      #navigation {
        height: 50px;
        width: 25px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-top: 3px #FFFFFF dashed;
        background: #CCC;
      }
    </style>
  </head>
  <body>
    <div id="header">
      <div id="navigation">
         
      </div>
    </div>
  </body>
</html>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list