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

Side by Side Diff: LayoutTests/inspector/elements/styles/lazy-computed-style-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 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
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 14 matching lines...) Expand all
25 25
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
36 ==== All styles (computed should be there) ==== 35 ==== All styles (computed should be there) ====
37 -webkit-background-clip: border-box; 36 -webkit-background-clip: border-box;
38 -webkit-background-origin: padding-box; 37 -webkit-background-origin: padding-box;
39 -webkit-background-size: auto; 38 -webkit-background-size: auto;
40 background-attachment: scroll; 39 background-attachment: scroll;
41 background-clip: border-box; 40 background-clip: border-box;
42 background-color: rgb(128, 128, 128); 41 background-color: rgb(128, 128, 128);
43 background-image: none; 42 background-image: none;
44 background-origin: padding-box; 43 background-origin: padding-box;
45 background-size: auto; 44 background-size: auto;
(...skipping 24 matching lines...) Expand all
70 [expanded] 69 [expanded]
71 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) 70 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1)
72 /-- overloaded --/ background-color: green; 71 /-- overloaded --/ background-color: green;
73 /-- overloaded --/ font-family: Times; 72 /-- overloaded --/ font-family: Times;
74 73
75 [expanded] 74 [expanded]
76 div { (user agent stylesheet) 75 div { (user agent stylesheet)
77 display: block; 76 display: block;
78 77
79 78
80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698