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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-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 Attributes that are exposed in the CSS computed style object: 1 Attributes that are exposed in the CSS computed style object:
2 2
3 background-attachment: scroll; 3 background-attachment: scroll;
4 background-clip: border-box; 4 background-clip: border-box;
5 background-color: rgba(0, 0, 0, 0); 5 background-color: rgba(0, 0, 0, 0);
6 background-image: none; 6 background-image: none;
7 background-origin: padding-box; 7 background-origin: padding-box;
8 background-position: 0% 0%; 8 background-position: 0% 0%;
9 background-repeat: repeat; 9 background-repeat: repeat;
10 background-size: auto; 10 background-size: auto;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 page-break-before: auto; 77 page-break-before: auto;
78 page-break-inside: auto; 78 page-break-inside: auto;
79 pointer-events: auto; 79 pointer-events: auto;
80 position: static; 80 position: static;
81 resize: none; 81 resize: none;
82 right: auto; 82 right: auto;
83 speak: normal; 83 speak: normal;
84 table-layout: auto; 84 table-layout: auto;
85 tab-size: 8; 85 tab-size: 8;
86 text-align: start; 86 text-align: start;
87 text-decoration: none; 87 text-decoration: none solid rgb(0, 0, 0);
88 text-indent: 0px; 88 text-indent: 0px;
89 text-rendering: auto; 89 text-rendering: auto;
90 text-shadow: none; 90 text-shadow: none;
91 text-overflow: clip; 91 text-overflow: clip;
92 text-transform: none; 92 text-transform: none;
93 top: auto; 93 top: auto;
94 unicode-bidi: normal; 94 unicode-bidi: normal;
95 vertical-align: baseline; 95 vertical-align: baseline;
96 visibility: visible; 96 visibility: visible;
97 white-space: normal; 97 white-space: normal;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 243
244 Other attributes that the computed style class supports: 244 Other attributes that the computed style class supports:
245 245
246 background-position-x: 0%; 246 background-position-x: 0%;
247 background-position-y: 0%; 247 background-position-y: 0%;
248 border-spacing: 0px 0px; 248 border-spacing: 0px 0px;
249 overflow: visible; 249 overflow: visible;
250 -webkit-mask-position-x: 0%; 250 -webkit-mask-position-x: 0%;
251 -webkit-mask-position-y: 0%; 251 -webkit-mask-position-y: 0%;
252 252
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698