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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/cssom-shorthand-important-expected.txt

Issue 1308663002: DevTools: simplify WI.CSSProperty and WI.CSSStyleDeclaration interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 5 years, 3 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 CSSOM-modified shorthands are reporting their "important" bits. 1 Tests that CSSOM-modified shorthands are reporting their "important" bits.
2 2
3 Text 3 Text
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 6
7 [expanded] 7 [expanded]
8 #inspected { (<style>…</style>) 8 #inspected { (<style>…</style>)
9 margin-top: 10px;
9 padding: 10px 50px !important; 10 padding: 10px 50px !important;
10 padding-top: 10px; 11 padding-top: 10px;
11 padding-right: 50px; 12 padding-right: 50px;
12 padding-bottom: 10px; 13 padding-bottom: 10px;
13 padding-left: 50px; 14 padding-left: 50px;
14 margin-top: 10px;
15 15
16 [expanded] 16 [expanded]
17 div { (user agent stylesheet) 17 div { (user agent stylesheet)
18 display: block; 18 display: block;
19 19
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698