[Webkit-unassigned] [Bug 6314] New: Empty style element in header makes page completely blank
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Dec 31 11:13:34 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6314
Summary: Empty style element in header makes page completely
blank
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: camillo.lists at gmail.com
If an html file's header contains an empty style tag, the page will not render in WebKit. The render tree
window shows an empty RenderBody. 100% reproducible, and verified in the latest nightly build
(416.13). Here is a valid XHTML 1.0 document with which you can reproduce the bug:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/
DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css" />
<title>Test</title>
</head>
<body>
<h1>TEST PAGE</h1>
<p>This page is invisible in WebKit. The "culprit" is the style tag in the header, but it is valid XHTML 1.0
Transitional according to the W3C's validator.</p>
</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