Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: LayoutTests/inspector/elements/styles/inject-stylesheet-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/styles/inject-stylesheet-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/inject-stylesheet-expected.txt b/LayoutTests/inspector/elements/styles/inject-stylesheet-expected.txt
deleted file mode 100644
index 418be70099399d1e23f334222273a8c3dbffa3fd..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/inject-stylesheet-expected.txt
+++ /dev/null
@@ -1,95 +0,0 @@
-CONSOLE MESSAGE: line 10: iframe loaded
-Tests that injected user stylesheets are reflected in the Styles pane.
-
-
-Main frame style:
-background-attachment: scroll;
-background-clip: border-box;
-background-color: rgb(0, 0, 255);
-background-image: none;
-background-origin: padding-box;
-background-size: auto;
--webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==) 100% / 1 / 0px stretch;
-color: rgb(255, 0, 0);
-display: block;
-[expanded]
-element.style { ()
-
-[expanded]
-media="screen" (inject-stylesheet.html)
-#main { (inject-stylesheet.html:5 -> inject-stylesheet.html:5:3)
- background: blue;
- background-image: initial;
- background-position-x: initial;
- background-position-y: initial;
- background-size: initial;
- background-repeat-x: initial;
- background-repeat-y: initial;
- background-attachment: initial;
- background-origin: initial;
- background-clip: initial;
- background-color: blue;
-
-[expanded]
-#main { (injected stylesheet)
- color: red;
- -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==);
-
-[expanded]
-div { (user agent stylesheet)
- display: block;
-
-iframe style:
-background-attachment: scroll;
-background-clip: border-box;
-background-color: rgb(255, 0, 0);
-background-image: none;
-background-origin: padding-box;
-background-size: auto;
-display: block;
-margin-bottom: 8px;
-margin-left: 8px;
-margin-right: 8px;
-margin-top: 8px;
-[expanded]
-element.style { ()
-
-[expanded]
-#iframebody { (injected stylesheet)
- background: red;
- background-image: initial;
- background-position-x: initial;
- background-position-y: initial;
- background-size: initial;
- background-repeat-x: initial;
- background-repeat-y: initial;
- background-attachment: initial;
- background-origin: initial;
- background-clip: initial;
- background-color: red;
-
-[expanded]
-media="screen" (inject-stylesheet-iframe-data.html)
-body { (inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3)
- background: green;
- /-- overloaded --/ background-image: initial;
- /-- overloaded --/ background-position-x: initial;
- /-- overloaded --/ background-position-y: initial;
- /-- overloaded --/ background-size: initial;
- /-- overloaded --/ background-repeat-x: initial;
- /-- overloaded --/ background-repeat-y: initial;
- /-- overloaded --/ background-attachment: initial;
- /-- overloaded --/ background-origin: initial;
- /-- overloaded --/ background-clip: initial;
- /-- overloaded --/ background-color: green;
-
-[expanded]
-body { (user agent stylesheet)
- display: block;
- margin: 8px;
- margin-top: 8px;
- margin-right: 8px;
- margin-bottom: 8px;
- margin-left: 8px;
-
-

Powered by Google App Engine
This is Rietveld 408576698