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

Side by Side Diff: LayoutTests/inspector/styles/selector-line-deprecated-expected.txt

Issue 15832007: DevTools: Add support for //# sourceURL (sourceMappingURL) comments and deprecate //@ ones (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 7 years, 6 months 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: "/*@ sourceMapURL=" source mapping URL declaration is deprecate d, "/*# sourceMapURL=" declaration should be used instead.
2 CONSOLE MESSAGE: "/*@ sourceMapURL=" source mapping URL declaration is deprecate d, "/*# sourceMapURL=" declaration should be used instead.
1 Tests that selector line is computed correctly regardless of its start column. B ug 110732. 3 Tests that selector line is computed correctly regardless of its start column. B ug 110732.
2 4
3 Text 5 Text
4 Page reloaded. 6 Page reloaded.
5 [expanded] 7 [expanded]
6 element.style { () 8 element.style { ()
7 9
8 ======== Matched CSS Rules ======== 10 ======== Matched CSS Rules ========
9 [expanded] 11 [expanded]
10 #container #inspected { (selector-line.scss:4 -> selector-line.scss:4:5) 12 #container #inspected { (selector-line.scss:4 -> selector-line.scss:4:5)
11 color: green; 13 color: green;
12 14
13 [expanded] 15 [expanded]
14 #inspected { (selector-line.html:4 -> selector-line.html:4:1) 16 #inspected { (selector-line-deprecated.html:4 -> selector-line-deprecated.html: 4:1)
15 /-- overloaded --/ color: green; 17 /-- overloaded --/ color: green;
16 18
17 [expanded] 19 [expanded]
18 div { (user agent stylesheet) 20 div { (user agent stylesheet)
19 display: block; 21 display: block;
20 22
21 23
22 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698