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

Side by Side Diff: LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-expected.txt

Issue 16917007: DevTools: Trim stylesheet URLs in the Styles sidebar to 30 characters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests rebaselined Created 7 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 sourcemap is applied correctly when specified by the respective HTTP header. 1 Tests that sourcemap is applied correctly when specified by the respective HTTP header.
2 2
3 Text 3 Text
4 Page reloaded. 4 Page reloaded.
5 [expanded] 5 [expanded]
6 element.style { () 6 element.style { ()
7 7
8 ======== Matched CSS Rules ======== 8 ======== Matched CSS Rules ========
9 [expanded] 9 [expanded]
10 #container #inspected { (selector-line-sourcemap-header.scss:4 -> selector-line -sourcemap-header.scss:4:5) 10 #container #inspected { (selector-line-s…-header.scss:4 -> selector-line-source map-header.scss:4:5)
11 color: green; 11 color: green;
12 12
13 [expanded] 13 [expanded]
14 div { (user agent stylesheet) 14 div { (user agent stylesheet)
15 display: block; 15 display: block;
16 16
17 17
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698