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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 05:29:34 PDT 2012


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


Rafael Brandao <rafael.lobo at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rafael.lobo at openbossa.org




--- Comment #7 from Rafael Brandao <rafael.lobo at openbossa.org>  2012-05-28 05:29:34 PST ---
Just ran it for Qt5+WK1, and got this diff:


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

On Qt5+WK2, it is running as expected.

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