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

Side by Side Diff: LayoutTests/inspector/elements/styles/media-emulation-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 emulated CSS media is reflected in the Styles pane.
2
3 Original style:
4 [expanded]
5 element.style { ()
6
7 [expanded]
8 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
9 color: red;
10
11 [expanded]
12 div { (user agent stylesheet)
13 display: block;
14
15 print media emulated:
16 [expanded]
17 element.style { ()
18
19 [expanded]
20 @media print (media-emulation.html:7 -> media-emulation.html:7:8)
21 #main { (media-emulation.html:8 -> media-emulation.html:8:1)
22 color: black;
23
24 [expanded]
25 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
26 /-- overloaded --/ color: red;
27
28 [expanded]
29 div { (user agent stylesheet)
30 display: block;
31
32 [expanded]
33 * { (user agent stylesheet)
34 -webkit-column-width: auto;
35 -webkit-column-count: auto;
36
37 tty media emulated:
38 [expanded]
39 element.style { ()
40
41 [expanded]
42 @media tty (media-emulation.html:11 -> media-emulation.html:11:8)
43 #main { (media-emulation.html:12 -> media-emulation.html:12:1)
44 color: green;
45
46 [expanded]
47 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
48 /-- overloaded --/ color: red;
49
50 [expanded]
51 div { (user agent stylesheet)
52 display: block;
53
54 No media emulated:
55 [expanded]
56 element.style { ()
57
58 [expanded]
59 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
60 color: red;
61
62 [expanded]
63 div { (user agent stylesheet)
64 display: block;
65
66
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/styles/media-emulation.html ('k') | LayoutTests/inspector/elements/styles/media-queries.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698