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

Unified Diff: LayoutTests/inspector/elements/styles/styles-disable-then-delete-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/styles-disable-then-delete-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-disable-then-delete-expected.txt b/LayoutTests/inspector/elements/styles/styles-disable-then-delete-expected.txt
deleted file mode 100644
index ca5d4ee2fd0b8ea5129cb93ac4c3c91d0fe00d4f..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/styles-disable-then-delete-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Tests that removal of property following its disabling works.
-
-Before disable
-[expanded]
-element.style { ()
- font-weight: bold;
-
-After disable
-[expanded]
-element.style { ()
-/-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
-
-After delete
-[expanded]
-element.style { ()
-
-

Powered by Google App Engine
This is Rietveld 408576698