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

Side by Side Diff: LayoutTests/inspector/elements/styles-3/styles-computed-trace-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 ==== Computed style for ID1 ==== 3 ==== Computed style for ID1 ====
4 background-attachment: scroll; 4 background-attachment: scroll;
5 background-clip: border-box; 5 background-clip: border-box;
6 background-color: rgb(128, 128, 128); 6 background-color: rgb(128, 128, 128);
7 background-image: none; 7 background-image: none;
8 background-origin: padding-box; 8 background-origin: padding-box;
9 background-size: auto; 9 background-size: auto;
10 display: block; 10 display: block;
(...skipping 18 matching lines...) Expand all
29 29
30 ==== Style for ID3 ==== 30 ==== Style for ID3 ====
31 [expanded] 31 [expanded]
32 element.style { () 32 element.style { ()
33 33
34 [expanded] 34 [expanded]
35 button[Attributes Style] { () 35 button[Attributes Style] { ()
36 display: none; 36 display: none;
37 37
38 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698