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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 [expanded] 66 [expanded]
67 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) 67 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1)
68 /-- overloaded --/ background-color: green; 68 /-- overloaded --/ background-color: green;
69 /-- overloaded --/ font-family: Times; 69 /-- overloaded --/ font-family: Times;
70 70
71 [expanded] 71 [expanded]
72 div { (user agent stylesheet) 72 div { (user agent stylesheet)
73 display: block; 73 display: block;
74 74
75 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698