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

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

Issue 1320543002: DevTools: simplify & fix property overload logic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
(Empty)
1 Verifies that inspector figures out overloaded properties correctly.
2
3 Text.
4 [expanded]
5 element.style { ()
6
7 [expanded]
8 #inspect { (styles-properti…erload.html:11 -> styles-properties-overload.html:1 1:1)
9 margin-top: 1px;
10 margin-left: 1px;
11 margin-right: 1px;
12 margin-bottom: 1px;
13 font: 10px Arial;
14 font-style: normal;
15 font-variant: normal;
16 font-weight: normal;
17 font-stretch: normal;
18 font-size: 10px;
19 line-height: normal;
20 font-family: Arial;
21
22 [expanded]
23 div { (styles-properti…verload.html:6 -> styles-properties-overload.html:6:1)
24 /-- overloaded --/ margin: 1px;
25 /-- overloaded --/ margin-top: 1px;
26 /-- overloaded --/ margin-right: 1px;
27 /-- overloaded --/ margin-bottom: 1px;
28 /-- overloaded --/ margin-left: 1px;
29 border: 1px solid black;
30 border-top-color: black;
31 border-top-style: solid;
32 border-top-width: 1px;
33 border-right-color: black;
34 border-right-style: solid;
35 border-right-width: 1px;
36 border-bottom-color: black;
37 border-bottom-style: solid;
38 border-bottom-width: 1px;
39 border-left-color: black;
40 border-left-style: solid;
41 border-left-width: 1px;
42
43 [expanded]
44 div { (user agent stylesheet)
45 display: block;
46
47 ======== Inherited from div.container ========
48 [expanded]
49 .container { (styles-properti…erload.html:19 -> styles-properties-overload.html :19:1)
50 /-- overloaded --/ font-size: 10px;
51
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698