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

Side by Side Diff: LayoutTests/inspector/styles/styles-computed-trace-expected.txt

Issue 23111004: Re-land "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased after Alexis' function name changes in CSSComputedStyleDeclaration.cpp Created 7 years, 4 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 computed styles expand and allow tracing to style rules. 1 Tests that computed styles expand and allow tracing to style rules.
2 2
3 ==== Computed style for ID1 ==== 3 ==== Computed style for ID1 ====
4 [expanded] 4 [expanded]
5 -webkit-background-clip: border-box; 5 -webkit-background-clip: border-box;
6 -webkit-background-origin: padding-box; 6 -webkit-background-origin: padding-box;
7 -webkit-background-size: auto; 7 -webkit-background-size: auto;
8 background-attachment: scroll; 8 background-attachment: scroll;
9 #id1 - initial styles-computed-trace.html:23 9 #id1 - initial styles-computed-trace.html:23
10 background-clip: border-box; 10 background-clip: border-box;
11 #id1 - initial styles-computed-trace.html:23 11 #id1 - initial styles-computed-trace.html:23
12 background-color: rgb(128, 128, 128); 12 background-color: rgb(128, 128, 128);
13 #id1 - gray styles-computed-trace.html:23 13 #id1 - gray styles-computed-trace.html:23
14 /-- overloaded --/ #id1 - black styles-computed-trace.html:18 14 /-- overloaded --/ #id1 - black styles-computed-trace.html:18
15 /-- overloaded --/ #id1 - green styles-computed-trace.html:13 15 /-- overloaded --/ #id1 - green styles-computed-trace.html:13
16 background-image: none; 16 background-image: none;
17 #id1 - initial styles-computed-trace.html:23 17 #id1 - initial styles-computed-trace.html:23
18 background-origin: padding-box; 18 background-origin: padding-box;
19 #id1 - initial styles-computed-trace.html:23 19 #id1 - initial styles-computed-trace.html:23
20 background-size: auto; 20 background-size: auto;
21 #id1 - initial styles-computed-trace.html:23 21 #id1 - initial styles-computed-trace.html:23
22 display: block; 22 display: block;
23 div - block user agent stylesheet 23 div - block user agent stylesheet
24 font-family: Courier; 24 font-family: Courier;
25 #id1 - Courier styles-computed-trace.html:18 25 #id1 - Courier styles-computed-trace.html:18
26 /-- overloaded --/ #id1 - Times styles-computed-trace.html:13 26 /-- overloaded --/ #id1 - Times styles-computed-trace.html:13
27 /-- overloaded --/ body - Arial styles-computed-trace.html:4 27 /-- overloaded --/ body - Arial styles-computed-trace.html:4
28 text-decoration: underline; 28 text-decoration: underline solid rgb(0, 0, 0);
29 div - underline styles-computed-trace.html:9 29 div - underline styles-computed-trace.html:9
30 text-decoration-color: rgb(0, 0, 0);
31 div - initial styles-computed-trace.html:9
32 text-decoration-line: underline;
33 div - underline styles-computed-trace.html:9
34 text-decoration-style: solid;
35 div - initial styles-computed-trace.html:9
30 36
31 [expanded] 37 [expanded]
32 element.style { () 38 element.style { ()
33 39
34 40
35 ==== Computed style for ID2 ==== 41 ==== Computed style for ID2 ====
36 [expanded] 42 [expanded]
37 background-color: rgb(0, 0, 255); 43 background-color: rgb(0, 0, 255);
38 #id2 - blue styles-computed-trace.html:27 44 #id2 - blue styles-computed-trace.html:27
39 display: block; 45 display: block;
40 div - block user agent stylesheet 46 div - block user agent stylesheet
41 font-family: Courier; 47 font-family: Courier;
42 #id2 - Courier styles-computed-trace.html:27 48 #id2 - Courier styles-computed-trace.html:27
43 /-- overloaded --/ #id1 - Courier styles-computed-trace.html:18 49 /-- overloaded --/ #id1 - Courier styles-computed-trace.html:18
44 /-- overloaded --/ #id1 - Times styles-computed-trace.html:13 50 /-- overloaded --/ #id1 - Times styles-computed-trace.html:13
45 /-- overloaded --/ body - Arial styles-computed-trace.html:4 51 /-- overloaded --/ body - Arial styles-computed-trace.html:4
46 text-decoration: underline; 52 text-decoration: underline solid rgb(0, 0, 0);
47 /-- overloaded --/ #id2 - invalidvalue styles-computed-trace.html:27 53 /-- overloaded --/ #id2 - invalidvalue styles-computed-trace.html:27
48 div - underline styles-computed-trace.html:9 54 div - underline styles-computed-trace.html:9
55 text-decoration-color: rgb(0, 0, 0);
56 div - initial styles-computed-trace.html:9
57 text-decoration-line: underline;
58 div - underline styles-computed-trace.html:9
59 text-decoration-style: solid;
60 div - initial styles-computed-trace.html:9
49 61
50 [expanded] 62 [expanded]
51 element.style { () 63 element.style { ()
52 64
53 65
54 ==== Style for ID3 ==== 66 ==== Style for ID3 ====
55 [expanded] 67 [expanded]
56 element.style { () 68 element.style { ()
57 69
58 [expanded] 70 [expanded]
59 button[Attributes Style] { () 71 button[Attributes Style] { ()
60 display: none; 72 display: none;
61 73
62 74
63 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698