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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

Issue 607593002: Remove -webkit-border-fit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 2 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 -webkit-animation-iteration-count: 1; 113 -webkit-animation-iteration-count: 1;
114 -webkit-animation-name: none; 114 -webkit-animation-name: none;
115 -webkit-animation-play-state: running; 115 -webkit-animation-play-state: running;
116 -webkit-animation-timing-function: ease; 116 -webkit-animation-timing-function: ease;
117 -webkit-appearance: none; 117 -webkit-appearance: none;
118 -webkit-backface-visibility: visible; 118 -webkit-backface-visibility: visible;
119 -webkit-background-clip: border-box; 119 -webkit-background-clip: border-box;
120 -webkit-background-composite: source-over; 120 -webkit-background-composite: source-over;
121 -webkit-background-origin: padding-box; 121 -webkit-background-origin: padding-box;
122 -webkit-background-size: auto; 122 -webkit-background-size: auto;
123 -webkit-border-fit: border;
124 -webkit-border-horizontal-spacing: 0px; 123 -webkit-border-horizontal-spacing: 0px;
125 -webkit-border-image: none; 124 -webkit-border-image: none;
126 -webkit-border-vertical-spacing: 0px; 125 -webkit-border-vertical-spacing: 0px;
127 -webkit-box-align: stretch; 126 -webkit-box-align: stretch;
128 -webkit-box-decoration-break: slice; 127 -webkit-box-decoration-break: slice;
129 -webkit-box-direction: normal; 128 -webkit-box-direction: normal;
130 -webkit-box-flex: 0; 129 -webkit-box-flex: 0;
131 -webkit-box-flex-group: 1; 130 -webkit-box-flex-group: 1;
132 -webkit-box-lines: single; 131 -webkit-box-lines: single;
133 -webkit-box-ordinal-group: 1; 132 -webkit-box-ordinal-group: 1;
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 236
238 Other attributes that the computed style class supports: 237 Other attributes that the computed style class supports:
239 238
240 background-position-x: 0%; 239 background-position-x: 0%;
241 background-position-y: 0%; 240 background-position-y: 0%;
242 border-spacing: 0px 0px; 241 border-spacing: 0px 0px;
243 overflow: visible; 242 overflow: visible;
244 -webkit-mask-position-x: 0%; 243 -webkit-mask-position-x: 0%;
245 -webkit-mask-position-y: 0%; 244 -webkit-mask-position-y: 0%;
246 245
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698