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

Side by Side Diff: LayoutTests/inspector/elements/styles/styles-source-lines-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 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
OLDNEW
1 Tests that proper source lines are reported for the parsed styles. 1 Tests that proper source lines are reported for the parsed styles.
2 2
3 [expanded] 3 [expanded]
4 element.style { () 4 element.style { ()
5 5
6 [expanded] 6 [expanded]
7 media="screen" (styles-source-lines.html) 7 media="screen" (styles-source-lines.html)
8 #main, .at_line_49 { (styles-source-lines.html:49 -> styles-source-lines.html:4 9:1) 8 #main, .at_line_49 { (styles-source-lines.html:49 -> styles-source-lines.html:4 9:1)
9 border: 1px solid 9 border: 1px solid
10 red; 10 red;
(...skipping 13 matching lines...) Expand all
24 media="screen" (styles-source-lines.html) 24 media="screen" (styles-source-lines.html)
25 #main, .at_line_11::before { (styles-source-lines.html:11 -> styles-source-line s.html:11:1) 25 #main, .at_line_11::before { (styles-source-lines.html:11 -> styles-source-line s.html:11:1)
26 color: red; 26 color: red;
27 content: "Before"; 27 content: "Before";
28 28
29 [expanded] 29 [expanded]
30 div { (user agent stylesheet) 30 div { (user agent stylesheet)
31 display: block; 31 display: block;
32 32
33 33
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698