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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/style-rule-from-imported-stylesheet-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/style-rule-from-imported-stylesheet-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/style-rule-from-imported-stylesheet-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/style-rule-from-imported-stylesheet-expected.txt
index c52361737cc928aa040c814738b9cce1bcd7da37..63d4f00becfdc53938fb80f36e8d6097c8a69de2 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/style-rule-from-imported-stylesheet-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/style-rule-from-imported-stylesheet-expected.txt
@@ -5,7 +5,7 @@ Tests that rules from imported stylesheets are correctly shown and are editable
element.style { ()
[expanded]
-.square { (imported-stylesheet.css:1 -> imported-stylesheet.css:1:1)
+.square { (imported-stylesheet.css:2 -> imported-stylesheet.css:2:2)
background-color: red;
display: inline-block;
@@ -18,7 +18,7 @@ Rules after toggling:
element.style { ()
[expanded]
-.square { (imported-stylesheet.css:1 -> imported-stylesheet.css:1:1)
+.square { (imported-stylesheet.css:2 -> imported-stylesheet.css:2:2)
/-- overloaded --/ /-- disabled --/ /* background-color: red; */
display: inline-block;

Powered by Google App Engine
This is Rietveld 408576698