[Webkit-unassigned] [Bug 110529] New: Threaded HTML Parser fails fast/dom/Document/readystate.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 16:26:29 PST 2013


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

           Summary: Threaded HTML Parser fails
                    fast/dom/Document/readystate.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: eric at webkit.org, tonyg at chromium.org
            Blocks: 106127


Reduction:

<body>
<iframe></iframe>
<script>
testRunner.dumpAsText();
var doc = frames[0].document;
doc.open();
doc.close();
console.log(doc.body);
</script>

This outputs "null" with the threaded parser and non-null without.

-- 
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