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

Unified Diff: LayoutTests/inspector/elements/styles/edit-resource-referred-by-multiple-styletags-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/edit-resource-referred-by-multiple-styletags-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/edit-resource-referred-by-multiple-styletags-expected.txt b/LayoutTests/inspector/elements/styles/edit-resource-referred-by-multiple-styletags-expected.txt
deleted file mode 100644
index a343d864b33d504bc711f209631c042ed3383597..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/edit-resource-referred-by-multiple-styletags-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Tests that editing sourcecode which is referred by multiple stylesheets (via sourceURL comment) updates all stylesheets.
-
-Inspected node
-[expanded]
-element.style { ()
-
-[expanded]
-#inspected { (stylesheet.css:2 -> stylesheet.css:2:1)
- font-size: 2em;
-
-[expanded]
-#inspected { (stylesheet.css:2 -> stylesheet.css:2:1)
-/-- overloaded --/ font-size: 2em;
-
-[expanded]
-#inspected { (stylesheet.css:2 -> stylesheet.css:2:1)
-/-- overloaded --/ font-size: 2em;
-
-[expanded]
-div { (user agent stylesheet)
- display: block;
-
-

Powered by Google App Engine
This is Rietveld 408576698