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

Side by Side Diff: LayoutTests/inspector/elements/styles-3/selector-list-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 representation of selector lists in the protocol. Bug 103118. 1 Tests representation of selector lists in the protocol. Bug 103118.
2 2
3 Text 3 Text
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 6
7 [expanded] 7 [expanded]
8 FOO bAr, #inspected, MOO>BAR, htML div, Foo~Moo, MOO { (selector-list.html:14 - > selector-list.html:14:48) 8 FOO bAr, #inspected, MOO>BAR, htML div, Foo~Moo, MOO { (selector-list.html:14 - > selector-list.html:14:48)
9 color: green; 9 color: green;
10 10
11 [expanded] 11 [expanded]
12 #inspected { (selector-list.html:10 -> selector-list.html:10:6) 12 #inspected { (selector-list.html:10 -> selector-list.html:10:6)
13 13
14 [expanded] 14 [expanded]
15 #InSpEcTeD { (selector-list.html:7 -> selector-list.html:7:1) 15 #InSpEcTeD { (selector-list.html:7 -> selector-list.html:7:1)
16 16
17 [expanded] 17 [expanded]
18 #inspected { (selector-list.html:4 -> selector-list.html:4:1) 18 #inspected { (selector-list.html:4 -> selector-list.html:4:1)
19 19
20 [expanded] 20 [expanded]
21 FOO bAr, #inspected, MOO>BAR, htML div, Foo~Moo, MOO { (selector-list.html:14 - > selector-list.html:14:48) 21 FOO bAr, #inspected, MOO>BAR, htML div, Foo~Moo, MOO { (selector-list.html:14 - > selector-list.html:14:48)
22 /-- overloaded --/ color: green; 22 /-- overloaded --/ color: green;
23 23
24 [expanded] 24 [expanded]
25 div { (user agent stylesheet) 25 div { (user agent stylesheet)
26 display: block; 26 display: block;
27 27
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698