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

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

Powered by Google App Engine
This is Rietveld 408576698