[Webkit-unassigned] [Bug 168009] New: REGRESSION: An iframe without src attribute is never loaded inside the HTML parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 11:50:43 PST 2017


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

            Bug ID: 168009
           Summary: REGRESSION: An iframe without src attribute is never
                    loaded inside the HTML parser
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com

<body>
<div>
<b id="b"><p><iframe id="f"></iframe><script> // p inside b triggers the adoption agency algorithm.

alert(f.contentWindow);

window.addEventListener('load', () => {
    alert(f.contentWindow);
})

</script></b>

Both of them say "undefined" but shouldn't. This is a major regression.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170208/0555a638/attachment.html>


More information about the webkit-unassigned mailing list