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

Side by Side Diff: LayoutTests/inspector/elements/styles/styles-computed-trace-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 computed styles expand and allow tracing to style rules.
2
3 ==== Computed style for ID1 ====
4 background-attachment: scroll;
5 background-clip: border-box;
6 background-color: rgb(128, 128, 128);
7 background-image: none;
8 background-origin: padding-box;
9 background-size: auto;
10 display: block;
11 font-family: Courier;
12 text-decoration: underline solid rgb(0, 0, 0);
13 text-decoration-color: rgb(0, 0, 0);
14 text-decoration-line: underline;
15 text-decoration-style: solid;
16 [expanded]
17 element.style { ()
18
19 ==== Computed style for ID2 ====
20 background-color: rgb(0, 0, 255);
21 display: block;
22 font-family: Courier;
23 text-decoration: underline solid rgb(0, 0, 0);
24 text-decoration-color: rgb(0, 0, 0);
25 text-decoration-line: underline;
26 text-decoration-style: solid;
27 [expanded]
28 element.style { ()
29
30 ==== Style for ID3 ====
31 [expanded]
32 element.style { ()
33
34 [expanded]
35 button[Attributes Style] { ()
36 display: none;
37
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698