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

Unified Diff: LayoutTests/inspector/elements/styles/lazy-computed-style-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/lazy-computed-style-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/lazy-computed-style-expected.txt b/LayoutTests/inspector/elements/styles/lazy-computed-style-expected.txt
deleted file mode 100644
index 7cfc30a02383acbf2cb256e54d8b4678b1d8636a..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/lazy-computed-style-expected.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-Tests that computed styles expand and allow tracing to style rules.
-
-==== All styles (should be no computed) ====
-[expanded]
-element.style { ()
-
-[expanded]
-#inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1)
- background: gray;
- 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: gray;
-
-[expanded]
-#inspected { (lazy-computed-style.html:10 -> lazy-computed-style.html:10:1)
-/-- overloaded --/ background-color: black;
- font-family: Courier;
-
-[expanded]
-#inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1)
-/-- overloaded --/ background-color: green;
-/-- overloaded --/ font-family: Times;
-
-[expanded]
-div { (user agent stylesheet)
- display: block;
-
-==== All styles (computed should be there) ====
-background-attachment: scroll;
-background-clip: border-box;
-background-color: rgb(128, 128, 128);
-background-image: none;
-background-origin: padding-box;
-background-size: auto;
-display: block;
-font-family: Courier;
-[expanded]
-element.style { ()
-
-[expanded]
-#inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1)
- background: gray;
- 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: gray;
-
-[expanded]
-#inspected { (lazy-computed-style.html:10 -> lazy-computed-style.html:10:1)
-/-- overloaded --/ background-color: black;
- font-family: Courier;
-
-[expanded]
-#inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1)
-/-- overloaded --/ background-color: green;
-/-- overloaded --/ font-family: Times;
-
-[expanded]
-div { (user agent stylesheet)
- display: block;
-
-

Powered by Google App Engine
This is Rietveld 408576698