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

Side by Side Diff: LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt

Issue 185133006: [CSS Shapes] Serialize circle/ellipse positions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectation Created 6 years, 9 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 Test that clip-path shapes accept different length units 1 Test that clip-path shapes accept different length units
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 PASS innerStyle("-webkit-clip-path", "circle(0, 0, 0)") is "circle(0px, 0px, 0px )" 6 PASS innerStyle("-webkit-clip-path", "circle(0, 0, 0)") is "circle(0px, 0px, 0px )"
7 PASS innerStyle("-webkit-clip-path", "circle(-1px, +1px, 1px)") is "circle(-1px, 1px, 1px)" 7 PASS innerStyle("-webkit-clip-path", "circle(-1px, +1px, 1px)") is "circle(-1px, 1px, 1px)"
8 PASS innerStyle("-webkit-clip-path", "circle(-1.5px, +1.5px, 1.5px)") is "circle (-1.5px, 1.5px, 1.5px)" 8 PASS innerStyle("-webkit-clip-path", "circle(-1.5px, +1.5px, 1.5px)") is "circle (-1.5px, 1.5px, 1.5px)"
9 PASS innerStyle("-webkit-clip-path", "circle(-.5px, +.5px, .5px)") is "circle(-0 .5px, 0.5px, 0.5px)" 9 PASS innerStyle("-webkit-clip-path", "circle(-.5px, +.5px, .5px)") is "circle(-0 .5px, 0.5px, 0.5px)"
10 PASS innerStyle("-webkit-clip-path", "circle(0 at 0 0)") is "circle(0px at 0px 0 px)" 10 PASS innerStyle("-webkit-clip-path", "circle(0 at 0 0)") is "circle(0px at 0% 0% )"
11 PASS innerStyle("-webkit-clip-path", "circle(1px at -1px +1px)") is "circle(1px at -1px 1px)" 11 PASS innerStyle("-webkit-clip-path", "circle(1px at -1px +1px)") is "circle(1px at -1px 1px)"
12 PASS innerStyle("-webkit-clip-path", "circle(1.5px at -1.5px +1.5px)") is "circl e(1.5px at -1.5px 1.5px)" 12 PASS innerStyle("-webkit-clip-path", "circle(1.5px at -1.5px +1.5px)") is "circl e(1.5px at -1.5px 1.5px)"
13 PASS innerStyle("-webkit-clip-path", "circle(.5px at -.5px +.5px)") is "circle(0 .5px at -0.5px 0.5px)" 13 PASS innerStyle("-webkit-clip-path", "circle(.5px at -.5px +.5px)") is "circle(0 .5px at -0.5px 0.5px)"
14 PASS innerStyle("-webkit-clip-path", "rectangle(1cm, 1mm, 1in, 1px, 1pt, 1pc)") is "rectangle(1cm, 1mm, 1in, 1px, 1pt, 1pc)" 14 PASS innerStyle("-webkit-clip-path", "rectangle(1cm, 1mm, 1in, 1px, 1pt, 1pc)") is "rectangle(1cm, 1mm, 1in, 1px, 1pt, 1pc)"
15 PASS innerStyle("-webkit-clip-path", "circle(-1em, +1em, 1em)") is "circle(-1em, 1em, 1em)" 15 PASS innerStyle("-webkit-clip-path", "circle(-1em, +1em, 1em)") is "circle(-1em, 1em, 1em)"
16 PASS innerStyle("-webkit-clip-path", "circle(-1.5em, +1.5em, 1.5em)") is "circle (-1.5em, 1.5em, 1.5em)" 16 PASS innerStyle("-webkit-clip-path", "circle(-1.5em, +1.5em, 1.5em)") is "circle (-1.5em, 1.5em, 1.5em)"
17 PASS innerStyle("-webkit-clip-path", "circle(-.5em, +.5em, .5em)") is "circle(-0 .5em, 0.5em, 0.5em)" 17 PASS innerStyle("-webkit-clip-path", "circle(-.5em, +.5em, .5em)") is "circle(-0 .5em, 0.5em, 0.5em)"
18 PASS innerStyle("-webkit-clip-path", "circle(1ex, 1ex, 1ex)") is "circle(1ex, 1e x, 1ex)" 18 PASS innerStyle("-webkit-clip-path", "circle(1ex, 1ex, 1ex)") is "circle(1ex, 1e x, 1ex)"
19 PASS innerStyle("-webkit-clip-path", "circle(1rem, 1rem, 1rem)") is "circle(1rem , 1rem, 1rem)" 19 PASS innerStyle("-webkit-clip-path", "circle(1rem, 1rem, 1rem)") is "circle(1rem , 1rem, 1rem)"
20 PASS computedStyle("-webkit-clip-path", "circle(.5em, 1em, 1.5em)") is "circle(4 px, 8px, 12px)" 20 PASS computedStyle("-webkit-clip-path", "circle(.5em, 1em, 1.5em)") is "circle(4 px, 8px, 12px)"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 PASS innerStyle("-webkit-clip-path", "polygon()") is null 91 PASS innerStyle("-webkit-clip-path", "polygon()") is null
92 PASS computedStyle("-webkit-clip-path", "polygon()") is "none" 92 PASS computedStyle("-webkit-clip-path", "polygon()") is "none"
93 PASS innerStyle("-webkit-clip-path", "polygon(evenodd)") is null 93 PASS innerStyle("-webkit-clip-path", "polygon(evenodd)") is null
94 PASS computedStyle("-webkit-clip-path", "polygon(evenodd)") is "none" 94 PASS computedStyle("-webkit-clip-path", "polygon(evenodd)") is "none"
95 PASS innerStyle("-webkit-clip-path", "polygon(nonzero)") is null 95 PASS innerStyle("-webkit-clip-path", "polygon(nonzero)") is null
96 PASS computedStyle("-webkit-clip-path", "polygon(nonzero)") is "none" 96 PASS computedStyle("-webkit-clip-path", "polygon(nonzero)") is "none"
97 PASS successfullyParsed is true 97 PASS successfullyParsed is true
98 98
99 TEST COMPLETE 99 TEST COMPLETE
100 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698