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

Unified Diff: LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt

Issue 441873010: DevTools: [SSP] Implement adding new rule in user stylesheet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor changes Created 6 years, 4 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/undo-add-new-rule-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt b/LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt
index 0e787f77f5bf89edb6417994d587cb256f1c5504..2ef852358758eba08b0214cfba31712c4c3b6a0c 100644
--- a/LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt
+++ b/LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt
@@ -7,7 +7,7 @@ element.style { ()
font-size: 12px;
[expanded]
-div.foo { (inspector-stylesheet:2 -> inspector-stylesheet:2:1)
+div.foo { (inspector-stylesheet:3 -> inspector-stylesheet:3:1)
[expanded]
div.foo { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
@@ -19,6 +19,7 @@ display: block;
===== Style sheet text: =====
div.foo {}
+
div.foo {}
=============================
After undo:
@@ -36,7 +37,6 @@ display: block;
===== Style sheet text: =====
div.foo {}
-
=============================
After redo:
[expanded]

Powered by Google App Engine
This is Rietveld 408576698