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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-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-1/commit-selector-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-expected.txt
index c3c3b34197488ccf66effd5d74976f0dba347458..55aeab6c6770f743d2c68ffdc39c0a7be072ebd3 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/commit-selector-expected.txt
@@ -7,7 +7,7 @@ element.style { ()
color: red;
[expanded]
-#inspected { (commit-selector.html:4 -> commit-selector.html:4:1)
+#inspected { (commit-selector.html:4 -> commit-selector.html:4:13)
/-- overloaded --/ color: green;
[expanded]
@@ -20,7 +20,7 @@ element.style { ()
color: red;
[expanded]
-hr, #inspected { (commit-selector.html:4 -> commit-selector.html:4:5)
+hr, #inspected { (commit-selector.html:4 -> commit-selector.html:4:17)
/-- overloaded --/ color: green;
[expanded]
@@ -33,7 +33,7 @@ element.style { ()
color: red;
[expanded] [no-affect]
-#inspectedChanged { (commit-selector.html:4 -> commit-selector.html:4:1)
+#inspectedChanged { (commit-selector.html:4 -> commit-selector.html:4:20)
color: green;
[expanded]

Powered by Google App Engine
This is Rietveld 408576698