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

Side by Side Diff: LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated-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 that selector line is computed correctly regardless of its start column. B ug 110732. 1 Tests that selector line is computed correctly regardless of its start column. B ug 110732.
2 2
3 Text 3 Text
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 6
7 [expanded] 7 [expanded]
8 #container #inspected { (selector-line.scss:4 -> selector-line.scss:4:5) 8 #container #inspected { (selector-line.scss:4 -> selector-line.scss:4:5)
9 color: green; 9 color: green;
10 10
11 [expanded] 11 [expanded]
12 #inspected { (selector-line-d…recated.html:4 -> selector-line-deprecated.html:4 :1) 12 #inspected { (selector-line-d…recated.html:4 -> selector-line-deprecated.html:4 :1)
13 /-- overloaded --/ color: green; 13 /-- overloaded --/ color: green;
14 14
15 [expanded] 15 [expanded]
16 div { (user agent stylesheet) 16 div { (user agent stylesheet)
17 display: block; 17 display: block;
18 18
19 19
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698