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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-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-4/undo-add-new-rule-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule-expected.txt
index 4637466853b7a7cd027dcd44e573abe5d2a892c7..be0cbdc3e04480521ad2ac1741b1d69e66e8ad7d 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule-expected.txt
@@ -7,10 +7,10 @@ element.style { ()
font-size: 12px;
[expanded]
-div.foo { (inspector-stylesheet:3 -> inspector-stylesheet:3:1)
+div.foo { (inspector-stylesheet:3 -> inspector-stylesheet:3:10)
[expanded]
-div.foo { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
+div.foo { (inspector-stylesheet:1 -> inspector-stylesheet:1:10)
[expanded]
div { (user agent stylesheet)
@@ -27,7 +27,7 @@ element.style { ()
color: red;
[expanded]
-div.foo { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
+div.foo { (inspector-stylesheet:1 -> inspector-stylesheet:1:10)
[expanded]
div { (user agent stylesheet)
@@ -42,10 +42,10 @@ element.style { ()
font-size: 12px;
[expanded]
-div.foo { (inspector-stylesheet:3 -> inspector-stylesheet:3:1)
+div.foo { (inspector-stylesheet:3 -> inspector-stylesheet:3:10)
[expanded]
-div.foo { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
+div.foo { (inspector-stylesheet:1 -> inspector-stylesheet:1:10)
[expanded]
div { (user agent stylesheet)

Powered by Google App Engine
This is Rietveld 408576698