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

Side by Side Diff: LayoutTests/inspector/elements/styles/selector-list-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 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
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698