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

Side by Side Diff: LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt

Issue 1312893006: DevTools: revert back ComputedStylesSidebar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nit Created 5 years, 3 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
1 Tests that computed styles expand and allow tracing to style rules. 1 Tests that computed styles expand and allow tracing to style rules.
2 2
3 ==== Computed style for ID1 ==== 3 ==== Computed style for ID1 ====
4 background-attachment: scroll; 4 background-attachment: scroll;
5 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
5 background-clip: border-box; 6 background-clip: border-box;
7 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
6 background-color: rgb(128, 128, 128); 8 background-color: rgb(128, 128, 128);
9 gray - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
10 OVERLOADED black - #id1 styles-computed-trace.html:18 -> styles-computed-tra ce.html:18:1
11 OVERLOADED green - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1
7 background-image: none; 12 background-image: none;
13 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
8 background-origin: padding-box; 14 background-origin: padding-box;
15 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
9 background-size: auto; 16 background-size: auto;
17 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
10 display: block; 18 display: block;
19 block - user agent stylesheetdiv user agent stylesheet
11 font-family: Courier; 20 font-family: Courier;
21 Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:1 8:1
22 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1
23 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1
12 text-decoration: underline solid rgb(0, 0, 0); 24 text-decoration: underline solid rgb(0, 0, 0);
25 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
13 text-decoration-color: rgb(0, 0, 0); 26 text-decoration-color: rgb(0, 0, 0);
27 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
14 text-decoration-line: underline; 28 text-decoration-line: underline;
29 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
15 text-decoration-style: solid; 30 text-decoration-style: solid;
31 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
16 [expanded] 32 [expanded]
17 element.style { () 33 element.style { ()
18 34
19 ==== Computed style for ID2 ==== 35 ==== Computed style for ID2 ====
20 background-color: rgb(0, 0, 255); 36 background-color: rgb(0, 0, 255);
37 blue - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1
21 display: block; 38 display: block;
39 block - user agent stylesheetdiv user agent stylesheet
22 font-family: Courier; 40 font-family: Courier;
41 Courier - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:2 7:1
42 OVERLOADED Courier - #id1 styles-computed-trace.html:18 -> styles-computed-t race.html:18:1
43 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1
44 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1
23 text-decoration: underline solid rgb(0, 0, 0); 45 text-decoration: underline solid rgb(0, 0, 0);
46 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
24 text-decoration-color: rgb(0, 0, 0); 47 text-decoration-color: rgb(0, 0, 0);
48 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
25 text-decoration-line: underline; 49 text-decoration-line: underline;
50 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
26 text-decoration-style: solid; 51 text-decoration-style: solid;
52 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
27 [expanded] 53 [expanded]
28 element.style { () 54 element.style { ()
29 55
30 ==== Style for ID3 ==== 56 ==== Style for ID3 ====
31 [expanded] 57 [expanded]
32 element.style { () 58 element.style { ()
33 59
34 [expanded] 60 [expanded]
35 button[Attributes Style] { () 61 button[Attributes Style] { ()
36 display: none; 62 display: none;
37 63
38 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698