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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt

Issue 1955723004: Implement font-variant-numeric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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 Verifies that inspector figures out overloaded properties correctly. 1 Verifies that inspector figures out overloaded properties correctly.
2 2
3 Text. 3 Text.
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 6
7 [expanded] 7 [expanded]
8 #inspect { (styles-properti…erload.html:11 -> styles-properties-overload.html:11 :1) 8 #inspect { (styles-properti…erload.html:11 -> styles-properties-overload.html:11 :1)
9 margin-top: 1px; 9 margin-top: 1px;
10 margin-left: 1px; 10 margin-left: 1px;
11 margin-right: 1px; 11 margin-right: 1px;
12 margin-bottom: 1px; 12 margin-bottom: 1px;
13 font: 10px Arial; 13 font: 10px Arial;
14 font-style: normal; 14 font-style: normal;
15 font-variant-ligatures: normal;
15 font-variant-caps: normal; 16 font-variant-caps: normal;
16 font-variant-ligatures: normal; 17 font-variant-numeric: normal;
17 font-weight: normal; 18 font-weight: normal;
18 font-stretch: normal; 19 font-stretch: normal;
19 font-size: 10px; 20 font-size: 10px;
20 line-height: normal; 21 line-height: normal;
21 font-family: Arial; 22 font-family: Arial;
22 23
23 [expanded] 24 [expanded]
24 div { (styles-properti…verload.html:6 -> styles-properties-overload.html:6:1) 25 div { (styles-properti…verload.html:6 -> styles-properties-overload.html:6:1)
25 /-- overloaded --/ margin: 1px; 26 /-- overloaded --/ margin: 1px;
26 /-- overloaded --/ margin-top: 1px; 27 /-- overloaded --/ margin-top: 1px;
(...skipping 22 matching lines...) Expand all
49 [expanded] 50 [expanded]
50 div { (user agent stylesheet) 51 div { (user agent stylesheet)
51 display: block; 52 display: block;
52 53
53 ======== Inherited from div.container ======== 54 ======== Inherited from div.container ========
54 [expanded] 55 [expanded]
55 .container { (styles-properti…erload.html:19 -> styles-properties-overload.html: 19:1) 56 .container { (styles-properti…erload.html:19 -> styles-properties-overload.html: 19:1)
56 /-- overloaded --/ font-size: 10px; 57 /-- overloaded --/ font-size: 10px;
57 58
58 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698