[Webkit-unassigned] [Bug 14633] New: Reference to a non-existant CSS causes incorrect layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 10:51:46 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14633

           Summary: Reference to a non-existant CSS causes incorrect layout
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
               URL: http://just1gb.googlepages.com/tech_wr_css.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: just1gb at gmail.com


In the example below, have a reference to a non-existant CSS files causes
Safari to get the incorrect layout. Removing the reference to CSS fixes it.

<html>

<head>
<link href="http://www.doesnotexist.com/eng/ddd/techpubs/zippy/zippy.css"
type="text/css" rel="stylesheet">
</head>

<body bgcolor="white">

<table border="0" width="95%" align="center" summary="Header table">
  <tr style="background-color: #FFFFFF;">
    <td>
      <div> Engineering<br> Technical Writers' Corner</div>
    </td>

  </tr>
</table>

</body>

</html>


-- 
Configure bugmail: http://bugs.webkit.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