[Webkit-unassigned] [Bug 27780] New: Whitespace after the <head> but before the <body> lost during parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 14:30:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27780

           Summary: Whitespace after the <head> but before the <body> lost
                    during parsing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justin.garcia at apple.com


If I have something like:

<html>
<head><script>
function foo() {
   alert(document.documentElement.innerHTML);
}
</script></head>

<body>World</body>
</html>

I see that the whitespace after </head> and before <body> is lost.

See the attached test case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list