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

Side by Side Diff: LayoutTests/inspector/styles/styles-overriden-properties-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 overriding shorthands within rule are visible. 1 Tests that overriding shorthands within rule are visible.
2 2
3 [expanded] 3 [expanded]
4 element.style { () 4 element.style { ()
5 5
6 ======== Matched CSS Rules ======== 6 ======== Matched CSS Rules ========
7 [expanded] 7 [expanded]
8 #main { (styles-overriden-properties.html:4 -> styles-overriden-properties.html :4:1) 8 #main { (styles-override…perties.html:4 -> styles-overriden-properties.html:4:1 )
9 /-- overloaded --/ background: #000; 9 /-- overloaded --/ background: #000;
10 background: #bada55; 10 background: #bada55;
11 11
12 [expanded] 12 [expanded]
13 div { (user agent stylesheet) 13 div { (user agent stylesheet)
14 display: block; 14 display: block;
15 15
16 16
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698