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

Unified Diff: LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-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/disable-property-workingcopy-update-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-expected.txt b/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-expected.txt
deleted file mode 100644
index 21d24126199a1a4ea317d4d0769a13947c4ecafe..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-expected.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-Tests that style property disablement is propagated into the stylesheet UISourceCode working copy.
-
-
-Running: selectContainer
-
-Running: showEditor
-==Source frame contents start==
-#inspected {
- font-weight: bold;
-}
-
-==Source frame contents end==
-
-Running: togglePropertyOff
-
-Running: dumpDisabledText
-==Source frame contents start==
-#inspected {
- /* font-weight: bold; */
-}
-
-==Source frame contents end==
-[expanded]
-element.style { ()
-
-[expanded]
-#inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-update.css:1:1)
-/-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
-
-[expanded]
-div { (user agent stylesheet)
- display: block;
-
-
-Running: togglePropertyOn
-
-Running: dumpEnabledText
-==Source frame contents start==
-#inspected {
- font-weight: bold;
-}
-
-==Source frame contents end==
-[expanded]
-element.style { ()
-
-[expanded]
-#inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-update.css:1:1)
- font-weight: bold;
-
-[expanded]
-div { (user agent stylesheet)
- display: block;
-
-

Powered by Google App Engine
This is Rietveld 408576698