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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule-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-3/styles-add-new-rule-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule-expected.txt
index d74661d13c6c98897e94fe381234454e02319b04..941bb4161aee078c7d9963c1795553d34532e621 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule-expected.txt
@@ -7,7 +7,7 @@ element.style { ()
font-size: 12px;
[expanded]
-foo, [$div#inspected, $]bar { (inspector-stylesheet:1 -> inspector-stylesheet:1:6)
+foo, [$div#inspected, $]bar { (inspector-stylesheet:1 -> inspector-stylesheet:1:26)
color: maroon;
[expanded]
@@ -20,7 +20,7 @@ element.style { ()
color: red;
[expanded]
-div#other { (inspector-stylesheet:5 -> inspector-stylesheet:5:1)
+div#other { (inspector-stylesheet:5 -> inspector-stylesheet:5:12)
[expanded]
div { (user agent stylesheet)
@@ -30,7 +30,7 @@ div { (user agent stylesheet)
element.style { ()
[expanded]
-.my-class { (inspector-stylesheet:7 -> inspector-stylesheet:7:1)
+.my-class { (inspector-stylesheet:7 -> inspector-stylesheet:7:12)
[expanded]
div { (user agent stylesheet)
@@ -40,7 +40,7 @@ div { (user agent stylesheet)
element.style { ()
[expanded]
-.class-1.class-2.class-3 { (inspector-stylesheet:9 -> inspector-stylesheet:9:1)
+.class-1.class-2.class-3 { (inspector-stylesheet:9 -> inspector-stylesheet:9:27)
[expanded]
div { (user agent stylesheet)

Powered by Google App Engine
This is Rietveld 408576698