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

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

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 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
OLDNEW
1 This test documents all computed styles on a div element. 1 This test documents all computed styles on a div element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 -webkit-app-region: no-drag 6 -webkit-app-region: no-drag
7 -webkit-appearance: none 7 -webkit-appearance: none
8 -webkit-background-clip: border-box 8 -webkit-background-clip: border-box
9 -webkit-background-origin: padding-box 9 -webkit-background-origin: padding-box
10 -webkit-border-horizontal-spacing: 0px 10 -webkit-border-horizontal-spacing: 0px
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 marker-mid: none 196 marker-mid: none
197 marker-start: none 197 marker-start: none
198 mask: none 198 mask: none
199 mask-source-type: alpha 199 mask-source-type: alpha
200 mask-type: luminance 200 mask-type: luminance
201 max-height: none 201 max-height: none
202 max-width: none 202 max-width: none
203 min-height: 0px 203 min-height: 0px
204 min-width: 0px 204 min-width: 0px
205 mix-blend-mode: normal 205 mix-blend-mode: normal
206 motion-offset: 0px
207 motion-path: none
208 motion-rotation: auto 0deg
209 object-fit: fill 206 object-fit: fill
210 object-position: 50% 50% 207 object-position: 50% 50%
208 offset-distance: 0px
209 offset-path: none
210 offset-rotation: auto 0deg
211 opacity: 1 211 opacity: 1
212 order: 0 212 order: 0
213 orphans: 2 213 orphans: 2
214 outline-color: rgb(0, 0, 0) 214 outline-color: rgb(0, 0, 0)
215 outline-offset: 0px 215 outline-offset: 0px
216 outline-style: none 216 outline-style: none
217 outline-width: 0px 217 outline-width: 0px
218 overflow: visible 218 overflow: visible
219 overflow-anchor: auto 219 overflow-anchor: auto
220 overflow-wrap: normal 220 overflow-wrap: normal
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 word-wrap: normal 299 word-wrap: normal
300 writing-mode: horizontal-tb 300 writing-mode: horizontal-tb
301 x: 0px 301 x: 0px
302 y: 0px 302 y: 0px
303 z-index: auto 303 z-index: auto
304 zoom: 1 304 zoom: 1
305 PASS successfullyParsed is true 305 PASS successfullyParsed is true
306 306
307 TEST COMPLETE 307 TEST COMPLETE
308 308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698