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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-source-lines-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 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 #main, .at_line_49 { (styles-source-lines.html:49 -> styles-source-lines.html:49 :1) 7 #main, .at_line_49 { (styles-source-lines.html:50 -> styles-source-lines.html:50 :2)
8 border: 1px solid 8 border: 1px solid
9 red; 9 red;
10 10
11 [expanded] 11 [expanded]
12 #main, .at_line_41 { (styles-source-lines.html:40 -> styles-source-lines.html:40 :3) 12 #main, .at_line_41 { (styles-source-lines.html:43 -> styles-source-lines.html:43 :2)
13 font-size: 10px; 13 font-size: 10px;
14 14
15 [expanded] 15 [expanded]
16 #main, .at_line_26 { (styles-source-lines.html:26 -> styles-source-lines.html:26 :1) 16 #main, .at_line_26 { (styles-source-lines.html:29 -> styles-source-lines.html:29 :2)
17 font-family: /* Comment in 17 font-family: /* Comment in
18 value */courier; 18 value */courier;
19 19
20 [expanded] 20 [expanded]
21 #main, .at_line_11::before { (styles-source-lines.html:11 -> styles-source-lines .html:11:1) 21 #main, .at_line_11::before { (styles-source-lines.html:15 -> styles-source-lines .html:15:2)
22 color: red; 22 color: red;
23 content: "Before"; 23 content: "Before";
24 24
25 [expanded] 25 [expanded]
26 div { (user agent stylesheet) 26 div { (user agent stylesheet)
27 display: block; 27 display: block;
28 28
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698