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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url-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/http/tests/inspector/elements/styles/edit-css-with-source-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url-expected.txt
index a3768b3e0ff6d2f133cc946253e45358a47a5a10..633f2bd8ed4359d6ce8272fbaf82f8a169d78793 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url-expected.txt
@@ -16,7 +16,7 @@ Dumping matched rules:
element.style { ()
[expanded]
-#inspected { (foo.css:1 -> foo.css:1:1)
+#inspected { (foo.css:1 -> foo.css:1:13)
color: red;
[expanded]
@@ -30,7 +30,7 @@ Dumping matched rules:
element.style { ()
[expanded]
-#inspected { (foo.css:1 -> foo.css:1:1)
+#inspected { (foo.css:1 -> foo.css:1:13)
color: green;
: ;

Powered by Google App Engine
This is Rietveld 408576698