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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt

Issue 2543323003: DevTools: [SSP] make rule link to point to the style open bracket (Closed)
Patch Set: rebaseline Created 4 years 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: third_party/WebKit/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt
index 098017d7cc6f91fdb67c1931073d6bc962d5ec0d..da476c131a1fad74531b338d5c5ddd700ba6eb75 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt
@@ -5,7 +5,7 @@ Tests that setting selector text can be undone.
element.style { ()
[expanded]
-#inspected { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:1)
+#inspected { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:13)
color: green;
[expanded]
@@ -17,7 +17,7 @@ div { (user agent stylesheet)
element.style { ()
[expanded]
-#inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:13)
+#inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:21)
color: green;
[expanded]
@@ -29,7 +29,7 @@ div { (user agent stylesheet)
element.style { ()
[expanded]
-#inspected { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:1)
+#inspected { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:13)
color: green;
[expanded]
@@ -41,7 +41,7 @@ div { (user agent stylesheet)
element.style { ()
[expanded]
-#inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:13)
+#inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:21)
color: green;
[expanded]

Powered by Google App Engine
This is Rietveld 408576698