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

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

Issue 18580011: DevTools: Disable sourceUrl and SourceMappingUrl deprecation warnings for a few releases. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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: "/*@ sourceMappingURL=" source mapping URL declaration is depre cated, "/*# sourceMappingURL=" declaration should be used instead.
2 Tests that selector line is computed correctly regardless of its start column. B ug 110732. 1 Tests that selector line is computed correctly regardless of its start column. B ug 110732.
3 2
4 Text 3 Text
5 [expanded] 4 [expanded]
6 element.style { () 5 element.style { ()
7 6
8 ======== Matched CSS Rules ======== 7 ======== Matched CSS Rules ========
9 [expanded] 8 [expanded]
10 #container #inspected { (selector-line.scss:4 -> selector-line.scss:4:5) 9 #container #inspected { (selector-line.scss:4 -> selector-line.scss:4:5)
11 color: green; 10 color: green;
12 11
13 [expanded] 12 [expanded]
14 #inspected { (selector-line-d…recated.html:4 -> selector-line-deprecated.html:4 :1) 13 #inspected { (selector-line-d…recated.html:4 -> selector-line-deprecated.html:4 :1)
15 /-- overloaded --/ color: green; 14 /-- overloaded --/ color: green;
16 15
17 [expanded] 16 [expanded]
18 div { (user agent stylesheet) 17 div { (user agent stylesheet)
19 display: block; 18 display: block;
20 19
21 20
22 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698