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

Side by Side Diff: LayoutTests/inspector/elements/styles/host-rules-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 @host-provided styles are displayed in the Styles pane. Bug 112664
2
3 Content
4
5 Running: testInit
6
7 Running: testDumpStyles
8 [expanded]
9 element.style { ()
10 background-color: white;
11
12 [expanded]
13 * { ()
14 border: 1px solid black;
15 border-top-color: black;
16 border-top-style: solid;
17 border-top-width: 1px;
18 border-right-color: black;
19 border-right-style: solid;
20 border-right-width: 1px;
21 border-bottom-color: black;
22 border-bottom-style: solid;
23 border-bottom-width: 1px;
24 border-left-color: black;
25 border-left-style: solid;
26 border-left-width: 1px;
27 /-- overloaded --/ background-color: red;
28
29 [expanded]
30 * { (host-rules.html:4 -> host-rules.html:4:1)
31 /-- overloaded --/ background-color: papayawhip;
32
33 [expanded]
34 div { (user agent stylesheet)
35 display: block;
36
37
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698