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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
(Empty)
1 Tests that proper source lines are reported for the parsed styles.
2
3 [expanded]
4 element.style { ()
5
6 [expanded]
7 media="screen" (styles-source-lines.html)
8 #main, .at_line_49 { (styles-source-lines.html:49 -> styles-source-lines.html:4 9:1)
9 border: 1px solid
10 red;
11
12 [expanded]
13 media="screen" (styles-source-lines.html)
14 #main, .at_line_41 { (styles-source-lines.html:40 -> styles-source-lines.html:4 0:3)
15 font-size: 10px;
16
17 [expanded]
18 media="screen" (styles-source-lines.html)
19 #main, .at_line_26 { (styles-source-lines.html:26 -> styles-source-lines.html:2 6:1)
20 font-family: /* Comment in
21 value */courier;
22
23 [expanded]
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)
26 color: red;
27 content: "Before";
28
29 [expanded]
30 div { (user agent stylesheet)
31 display: block;
32
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698