[Webkit-unassigned] [Bug 88857] New: [Qt][Wk1] new fast/dom/shadow/elements-in-frameless-document.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 04:31:32 PDT 2012


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

           Summary: [Qt][Wk1] new
                    fast/dom/shadow/elements-in-frameless-document.html
                    fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jbadics at inf.u-szeged.hu
                CC: ossy at webkit.org, dglazkov at chromium.org,
                    morrita at google.com


A new test: fast/dom/shadow/elements-in-frameless-document.html fails on Qt-wk1 due to missing SHADOW_DOM feature since it was released in r120051.

-PASS window.HTMLContentElement is content.constructor
-PASS window.HTMLShadowElement is shadow.constructor
+FAIL window.HTMLContentElement should be [object HTMLUnknownElementConstructor] (of type object). Was undefined (of type undefined).
+FAIL window.HTMLShadowElement should be [object HTMLUnknownElementConstructor] (of type object). Was undefined (of type undefined).
 Moving to the main document.
-PASS window.HTMLContentElement is content.constructor
-PASS window.HTMLShadowElement is shadow.constructor
+FAIL window.HTMLContentElement should be [object HTMLUnknownElementConstructor] (of type object). Was undefined (of type undefined).
+FAIL window.HTMLShadowElement should be [object HTMLUnknownElementConstructor] (of type object). Was undefined (of type undefined).

The original bug can bee seen at
https://bugs.webkit.org/show_bug.cgi?id=88148

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