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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Verify that inline style sourceMappingURL is resolved properly. 1 Verify that inline style sourceMappingURL is resolved properly.
2 2
3 .red,body{color:red}body{background-color:red} 3 .red,body{color:red}body{background-color:red}
4 /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIj pbIm1peGluLmxlc3MiLCJ0ZXN0Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsS0NJQS xLREhFLE1BQUEsSUNHRixLQUVFLGlCQUFBIn0=*/ 4 /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIj pbIm1peGluLmxlc3MiLCJ0ZXN0Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsS0NJQS xLREhFLE1BQUEsSUNHRixLQUVFLGlCQUFBIn0=*/
5 [expanded] 5 [expanded]
6 element.style { () 6 element.style { ()
7 7
8 [expanded] 8 [expanded]
9 body { (test.less:5 -> test.less:5:1) 9 body { (test.less:7 -> test.less:7:3)
10 background-color: red; 10 background-color: red;
11 11
12 [expanded] 12 [expanded]
13 .red, body { (test.less:5 -> test.less:5:1) 13 .red, body { (mixin.less:2 -> mixin.less:2:3)
14 color: red; 14 color: red;
15 15
16 [expanded] 16 [expanded]
17 body { (user agent stylesheet) 17 body { (user agent stylesheet)
18 display: block; 18 display: block;
19 margin: 8px; 19 margin: 8px;
20 margin-top: 8px; 20 margin-top: 8px;
21 margin-right: 8px; 21 margin-right: 8px;
22 margin-bottom: 8px; 22 margin-bottom: 8px;
23 margin-left: 8px; 23 margin-left: 8px;
24 24
25 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698