[Webkit-unassigned] [Bug 86182] New: [Qt] fast/frames/seamless/seamless-inherited-document-style.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 11 00:30:25 PDT 2012


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

           Summary: [Qt]
                    fast/frames/seamless/seamless-inherited-document-style
                    .html fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Major
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: eric at webkit.org, ojan at chromium.org
            Blocks: 85940


New test introduced in r116694 fails on Qt:

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/frames/seamless/seamless-inherited-document-style-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/frames/seamless/seamless-inherited-document-style-actual.txt 
@@ -1,8 +1,8 @@
 Test that seamless iframes inherit styles from their parent iframe instead of using StyleResolver::styleForDocument defaults.
-PASS window.getComputedStyle(rootElement)['-webkit-rtl-ordering'] is "visual"
+FAIL window.getComputedStyle(rootElement)['-webkit-rtl-ordering'] should be visual. Was logical.
 FAIL window.getComputedStyle(rootElement)['-webkit-user-modify'] should be read-write. Was read-only.
-PASS window.getComputedStyle(rootElement)['-webkit-locale'] is "en_US"
-PASS window.getComputedStyle(rootElement)['writing-mode'] is "lr"
-PASS window.getComputedStyle(rootElement)['direction'] is "rtl"
-PASS window.getComputedStyle(rootElement)['font'] is "normal normal normal 18px/normal Ahem"
+FAIL window.getComputedStyle(rootElement)['-webkit-locale'] should be en_US. Was auto.
+FAIL window.getComputedStyle(rootElement)['writing-mode'] should be lr. Was lr-tb.
+FAIL window.getComputedStyle(rootElement)['direction'] should be rtl. Was ltr.
+FAIL window.getComputedStyle(rootElement)['font'] should be normal normal normal 18px/normal Ahem. Was normal normal normal 0px/normal ''.

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