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

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

Issue 22405003: Revert "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 solid rgb(0, 0, 0); 28 text-decoration: underline;
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
36 30
37 [expanded] 31 [expanded]
38 element.style { () 32 element.style { ()
39 33
40 34
41 ==== Computed style for ID2 ==== 35 ==== Computed style for ID2 ====
42 [expanded] 36 [expanded]
43 background-color: rgb(0, 0, 255); 37 background-color: rgb(0, 0, 255);
44 #id2 - blue styles-computed-trace.html:27 38 #id2 - blue styles-computed-trace.html:27
45 display: block; 39 display: block;
46 div - block user agent stylesheet 40 div - block user agent stylesheet
47 font-family: Courier; 41 font-family: Courier;
48 #id2 - Courier styles-computed-trace.html:27 42 #id2 - Courier styles-computed-trace.html:27
49 /-- overloaded --/ #id1 - Courier styles-computed-trace.html:18 43 /-- overloaded --/ #id1 - Courier styles-computed-trace.html:18
50 /-- overloaded --/ #id1 - Times styles-computed-trace.html:13 44 /-- overloaded --/ #id1 - Times styles-computed-trace.html:13
51 /-- overloaded --/ body - Arial styles-computed-trace.html:4 45 /-- overloaded --/ body - Arial styles-computed-trace.html:4
52 text-decoration: underline solid rgb(0, 0, 0); 46 text-decoration: underline;
53 /-- overloaded --/ #id2 - invalidvalue styles-computed-trace.html:27 47 /-- overloaded --/ #id2 - invalidvalue styles-computed-trace.html:27
54 div - underline styles-computed-trace.html:9 48 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
61 49
62 [expanded] 50 [expanded]
63 element.style { () 51 element.style { ()
64 52
65 53
66 ==== Style for ID3 ==== 54 ==== Style for ID3 ====
67 [expanded] 55 [expanded]
68 element.style { () 56 element.style { ()
69 57
70 [expanded] 58 [expanded]
71 button[Attributes Style] { () 59 button[Attributes Style] { ()
72 display: none; 60 display: none;
73 61
74 62
75 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698