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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/lazy-computed-style-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 ==== All styles (should be no computed) ==== 3 ==== All styles (should be no computed) ====
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 6
7 [expanded] 7 [expanded]
8 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) 8 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1)
9 background: gray; 9 background: gray;
10 background-image: initial; 10 background-image: initial;
(...skipping 15 matching lines...) Expand all
26 [expanded] 26 [expanded]
27 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) 27 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1)
28 /-- overloaded --/ background-color: green; 28 /-- overloaded --/ background-color: green;
29 /-- overloaded --/ font-family: Times; 29 /-- overloaded --/ font-family: Times;
30 30
31 [expanded] 31 [expanded]
32 div { (user agent stylesheet) 32 div { (user agent stylesheet)
33 display: block; 33 display: block;
34 34
35 ==== All styles (computed should be there) ==== 35 ==== All styles (computed should be there) ====
36 background-attachment: scroll; 36 background-attachment: scroll
37 background-clip: border-box; 37 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1
38 background-color: rgb(128, 128, 128); 38 background-clip: border-box
39 background-image: none; 39 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1
40 background-origin: padding-box; 40 background-color: rgb(128, 128, 128)
41 background-size: auto; 41 grey - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15 :1
42 display: block; 42 OVERLOADED black - #inspected lazy-computed-style.html:10 -> lazy-computed-s tyle.html:10:1
43 font-family: Courier; 43 OVERLOADED green - #inspected lazy-computed-style.html:5 -> lazy-computed-st yle.html:5:1
44 background-image: none
45 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1
46 background-origin: padding-box
47 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1
48 background-size: auto
49 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1
50 display: block
51 block - div user agent stylesheet
52 font-family: Courier
53 Courier - #inspected lazy-computed-style.html:10 -> lazy-computed-style.html :10:1
54 OVERLOADED Times - #inspected lazy-computed-style.html:5 -> lazy-computed-st yle.html:5:1
44 [expanded] 55 [expanded]
45 element.style { () 56 element.style { ()
46 57
47 [expanded] 58 [expanded]
48 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) 59 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1)
49 background: gray; 60 background: gray;
50 background-image: initial; 61 background-image: initial;
51 background-position-x: initial; 62 background-position-x: initial;
52 background-position-y: initial; 63 background-position-y: initial;
53 background-size: initial; 64 background-size: initial;
(...skipping 12 matching lines...) Expand all
66 [expanded] 77 [expanded]
67 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) 78 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1)
68 /-- overloaded --/ background-color: green; 79 /-- overloaded --/ background-color: green;
69 /-- overloaded --/ font-family: Times; 80 /-- overloaded --/ font-family: Times;
70 81
71 [expanded] 82 [expanded]
72 div { (user agent stylesheet) 83 div { (user agent stylesheet)
73 display: block; 84 display: block;
74 85
75 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698