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

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

Issue 2842933003: CSS Motion Path: delete implementation of offset-rotation property (Closed)
Patch Set: remove offsetRotation from webexposed Created 3 years, 7 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 min-height: 0px 205 min-height: 0px
206 min-width: 0px 206 min-width: 0px
207 mix-blend-mode: normal 207 mix-blend-mode: normal
208 object-fit: fill 208 object-fit: fill
209 object-position: 50% 50% 209 object-position: 50% 50%
210 offset-anchor: auto 210 offset-anchor: auto
211 offset-distance: 0px 211 offset-distance: 0px
212 offset-path: none 212 offset-path: none
213 offset-position: auto 213 offset-position: auto
214 offset-rotate: auto 0deg 214 offset-rotate: auto 0deg
215 offset-rotation: auto 0deg
216 opacity: 1 215 opacity: 1
217 order: 0 216 order: 0
218 orphans: 2 217 orphans: 2
219 outline-color: rgb(0, 0, 0) 218 outline-color: rgb(0, 0, 0)
220 outline-offset: 0px 219 outline-offset: 0px
221 outline-style: none 220 outline-style: none
222 outline-width: 0px 221 outline-width: 0px
223 overflow: visible 222 overflow: visible
224 overflow-anchor: auto 223 overflow-anchor: auto
225 overflow-wrap: normal 224 overflow-wrap: normal
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 word-wrap: normal 303 word-wrap: normal
305 writing-mode: horizontal-tb 304 writing-mode: horizontal-tb
306 x: 0px 305 x: 0px
307 y: 0px 306 y: 0px
308 z-index: auto 307 z-index: auto
309 zoom: 1 308 zoom: 1
310 PASS successfullyParsed is true 309 PASS successfullyParsed is true
311 310
312 TEST COMPLETE 311 TEST COMPLETE
313 312
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698