[Webkit-unassigned] [Bug 89364] New: New inspector/styles/inject-stylesheet.html fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 18 11:24:22 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=89364
Summary: New inspector/styles/inject-stylesheet.html fails
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: Qt, QtTriaged
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ossy at webkit.org
CC: koivisto at iki.fi, apavlov at chromium.org
Blocks: 89221
This test introdeuced in http://trac.webkit.org/changeset/120600
and fails at least on Qt and on Apple Mac Lion:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/styles/inject-stylesheet-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/styles/inject-stylesheet-actual.txt
@@ -1,82 +1,4 @@
-CONSOLE MESSAGE: line 9: iframe loaded
Tests that injected user stylesheets are reflected in the Styles pane.
+This test requires window.testRunner, exiting.
-Main frame style:
-[expanded]
-
-[expanded]
-element.style { ()
-
-======== Matched CSS Rules ========
-[expanded]
-media="screen" (inject-stylesheet.html)
-#main { (inject-stylesheet.html:5)
-background: blue;
- background-image: initial;
- background-repeat-x: initial;
- background-repeat-y: initial;
- background-attachment: initial;
- background-position-x: initial;
- background-position-y: initial;
- background-origin: initial;
- background-clip: initial;
- background-color: blue;
- background-size: initial;
-
-[expanded]
-#main { (user stylesheet)
-color: red;
-
-[expanded]
-div { (user agent stylesheet)
-display: block;
-
-
-iframe style:
-[expanded]
-
-[expanded]
-element.style { ()
-
-======== Matched CSS Rules ========
-[expanded]
-#iframebody { (user stylesheet)
-background: red;
- background-image: initial;
- background-repeat-x: initial;
- background-repeat-y: initial;
- background-attachment: initial;
- background-position-x: initial;
- background-position-y: initial;
- background-origin: initial;
- background-clip: initial;
- background-color: red;
- background-size: initial;
-
-[expanded]
-media="screen" (inject-stylesheet-iframe-data.html)
-body { (inject-stylesheet-iframe-data.html:4)
-background: green;
- /-- overloaded --/ background-image: initial;
- /-- overloaded --/ background-repeat-x: initial;
- /-- overloaded --/ background-repeat-y: initial;
- /-- overloaded --/ background-attachment: initial;
- /-- overloaded --/ background-position-x: initial;
- /-- overloaded --/ background-position-y: initial;
- /-- overloaded --/ background-origin: initial;
- /-- overloaded --/ background-clip: initial;
- /-- overloaded --/ background-color: green;
- /-- overloaded --/ background-size: initial;
-
-[expanded]
-body { (user agent stylesheet)
-display: block;
-margin: 8px;
- margin-top: 8px;
- margin-right: 8px;
- margin-bottom: 8px;
- margin-left: 8px;
-
-
-
--
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