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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt

Issue 2559073002: CSS Motion Path: Support offset-rotate in addition to offset-rotation (Closed)
Patch Set: Created 4 years 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 an SVG rect element. 1 This test documents all computed styles on an SVG rect 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 object-fit: fill 206 object-fit: fill
207 object-position: 50% 50% 207 object-position: 50% 50%
208 offset-anchor: 50% 50% 208 offset-anchor: 50% 50%
209 offset-distance: 0px 209 offset-distance: 0px
210 offset-path: none 210 offset-path: none
211 offset-position: auto 211 offset-position: auto
212 offset-rotate: auto 0deg
212 offset-rotation: auto 0deg 213 offset-rotation: auto 0deg
213 opacity: 1 214 opacity: 1
214 order: 0 215 order: 0
215 orphans: 2 216 orphans: 2
216 outline-color: rgb(0, 0, 0) 217 outline-color: rgb(0, 0, 0)
217 outline-offset: 0px 218 outline-offset: 0px
218 outline-style: none 219 outline-style: none
219 outline-width: 0px 220 outline-width: 0px
220 overflow: visible 221 overflow: visible
221 overflow-anchor: auto 222 overflow-anchor: auto
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 word-wrap: normal 303 word-wrap: normal
303 writing-mode: horizontal-tb 304 writing-mode: horizontal-tb
304 x: 0px 305 x: 0px
305 y: 0px 306 y: 0px
306 z-index: auto 307 z-index: auto
307 zoom: 1 308 zoom: 1
308 PASS successfullyParsed is true 309 PASS successfullyParsed is true
309 310
310 TEST COMPLETE 311 TEST COMPLETE
311 312
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698