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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/inline-style-sourcemap-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/inline-style-sourcemap-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/inline-style-sourcemap-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/inline-style-sourcemap-expected.txt
index b92608cddd8549ad83097aa69f55c780cbd45220..024098c5b9584f49c12da5d9e3dff443a31350b9 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/inline-style-sourcemap-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/inline-style-sourcemap-expected.txt
@@ -6,11 +6,11 @@ Verify that inline style sourceMappingURL is resolved properly.
element.style { ()
[expanded]
-body { (test.less:5 -> test.less:5:1)
+body { (test.less:7 -> test.less:7:3)
background-color: red;
[expanded]
-.red, body { (test.less:5 -> test.less:5:1)
+.red, body { (mixin.less:2 -> mixin.less:2:3)
color: red;
[expanded]

Powered by Google App Engine
This is Rietveld 408576698