OLD | NEW |
| (Empty) |
1 Tests that computed styles expand and allow tracing to style rules. | |
2 | |
3 ==== All styles (should be no computed) ==== | |
4 [expanded] | |
5 element.style { () | |
6 | |
7 [expanded] | |
8 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) | |
9 background: gray; | |
10 background-image: initial; | |
11 background-position-x: initial; | |
12 background-position-y: initial; | |
13 background-size: initial; | |
14 background-repeat-x: initial; | |
15 background-repeat-y: initial; | |
16 background-attachment: initial; | |
17 background-origin: initial; | |
18 background-clip: initial; | |
19 background-color: gray; | |
20 | |
21 [expanded] | |
22 #inspected { (lazy-computed-style.html:10 -> lazy-computed-style.html:10:1) | |
23 /-- overloaded --/ background-color: black; | |
24 font-family: Courier; | |
25 | |
26 [expanded] | |
27 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) | |
28 /-- overloaded --/ background-color: green; | |
29 /-- overloaded --/ font-family: Times; | |
30 | |
31 [expanded] | |
32 div { (user agent stylesheet) | |
33 display: block; | |
34 | |
35 ==== All styles (computed should be there) ==== | |
36 background-attachment: scroll; | |
37 background-clip: border-box; | |
38 background-color: rgb(128, 128, 128); | |
39 background-image: none; | |
40 background-origin: padding-box; | |
41 background-size: auto; | |
42 display: block; | |
43 font-family: Courier; | |
44 [expanded] | |
45 element.style { () | |
46 | |
47 [expanded] | |
48 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) | |
49 background: gray; | |
50 background-image: initial; | |
51 background-position-x: initial; | |
52 background-position-y: initial; | |
53 background-size: initial; | |
54 background-repeat-x: initial; | |
55 background-repeat-y: initial; | |
56 background-attachment: initial; | |
57 background-origin: initial; | |
58 background-clip: initial; | |
59 background-color: gray; | |
60 | |
61 [expanded] | |
62 #inspected { (lazy-computed-style.html:10 -> lazy-computed-style.html:10:1) | |
63 /-- overloaded --/ background-color: black; | |
64 font-family: Courier; | |
65 | |
66 [expanded] | |
67 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) | |
68 /-- overloaded --/ background-color: green; | |
69 /-- overloaded --/ font-family: Times; | |
70 | |
71 [expanded] | |
72 div { (user agent stylesheet) | |
73 display: block; | |
74 | |
75 | |
OLD | NEW |