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

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: brand new design 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 background-clip: border-box; 5 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
6 background-color: rgb(128, 128, 128); 6 background-clip: border-box
7 background-image: none; 7 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
8 background-origin: padding-box; 8 background-color: rgb(128, 128, 128)
9 background-size: auto; 9 grey - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
10 display: block; 10 OVERLOADED black - #id1 styles-computed-trace.html:18 -> styles-computed-tra ce.html:18:1
11 font-family: Courier; 11 OVERLOADED green - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1
12 text-decoration: underline solid rgb(0, 0, 0); 12 background-image: none
13 text-decoration-color: rgb(0, 0, 0); 13 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
14 text-decoration-line: underline; 14 background-origin: padding-box
15 text-decoration-style: solid; 15 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
16 background-size: auto
17 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
18 display: block
19 block - div user agent stylesheet
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
24 text-decoration: underline solid rgb(0, 0, 0)
25 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
26 text-decoration-color: rgb(0, 0, 0)
27 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
28 text-decoration-line: underline
29 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
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)
21 display: block; 37 blue - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1
22 font-family: Courier; 38 display: block
23 text-decoration: underline solid rgb(0, 0, 0); 39 block - div user agent stylesheet
24 text-decoration-color: rgb(0, 0, 0); 40 font-family: Courier
25 text-decoration-line: underline; 41 Courier - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:2 7:1
26 text-decoration-style: solid; 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
45 text-decoration: underline solid rgb(0, 0, 0)
46 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
47 text-decoration-color: rgb(0, 0, 0)
48 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
49 text-decoration-line: underline
50 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
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