Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / masking / parsing-mask-expected.txt
blob6e570f1539230a44796d21944deb62179b333367
1 Test that clip-path shapes accept different length units
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS innerStyle("-webkit-mask", "none") is "none"
7 PASS innerStyle("-webkit-mask", "none, none") is "none, none"
8 PASS innerStyle("-webkit-mask", "none, none, none") is "none, none, none"
9 PASS innerStyle("-webkit-mask", "url(file:///image.png), none") is "url(file:///image.png), none"
10 PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(file:///image.png)"
11 PASS innerStyle("-webkit-mask", "top left") is "0% 0%"
12 PASS innerStyle("-webkit-mask", "bottom right") is "100% 100%"
13 PASS innerStyle("-webkit-mask", "left bottom") is "0% 100%"
14 PASS innerStyle("-webkit-mask", "right top") is "100% 0%"
15 PASS innerStyle("-webkit-mask", "center") is "50% 50%"
16 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%"
17 PASS innerStyle("-webkit-mask", "none bottom") is "none 50% 100%"
18 PASS innerStyle("-webkit-mask", "none right") is "none 100% 50%"
19 PASS innerStyle("-webkit-mask", "none top right") is "none 100% 0%"
20 PASS innerStyle("-webkit-mask", "none bottom left") is "none 0% 100%"
21 PASS innerStyle("-webkit-mask", "none right") is "none 100% 50%"
22 PASS innerStyle("-webkit-mask", "none left") is "none 0% 50%"
23 PASS innerStyle("-webkit-mask", "center 50%") is "50% 50%"
24 PASS innerStyle("-webkit-mask", "50px 50%") is "50px 50%"
25 PASS innerStyle("-webkit-mask", "center left") is "0% 50%"
26 PASS innerStyle("-webkit-mask", "top center") is "50% 0%"
27 PASS innerStyle("-webkit-mask", "left 10px top 15px") is "left 10px top 15px"
28 PASS innerStyle("-webkit-mask", "left 10% top 30%") is "left 10% top 30%"
29 PASS innerStyle("-webkit-mask", "right top 15px") is "right 0% top 15px"
30 PASS innerStyle("-webkit-mask", "left 10px center") is "left 10px top 50%"
31 PASS innerStyle("-webkit-mask", "center top 20px") is "left 50% top 20px"
32 PASS innerStyle("-webkit-mask", "center left 30px") is "left 30px top 50%"
33 PASS innerStyle("-webkit-mask", "left 20% top") is "left 20% top 0%"
34 PASS innerStyle("-webkit-mask", "center center") is "50% 50%"
35 PASS innerStyle("-webkit-mask-position", "left 10px top 15px") is "left 10px top 15px"
36 PASS innerStyle("-webkit-mask-position", "left 10% top 30%") is "left 10% top 30%"
37 PASS innerStyle("-webkit-mask-position", "right top 15px") is "right 0% top 15px"
38 PASS innerStyle("-webkit-mask-position", "left 10px center") is "left 10px top 50%"
39 PASS innerStyle("-webkit-mask-position", "center top 20px") is "left 50% top 20px"
40 PASS innerStyle("-webkit-mask-position", "center left 30px") is "left 30px top 50%"
41 PASS innerStyle("-webkit-mask-position", "left 20% top") is "left 20% top 0%"
42 PASS innerStyle("mask-source-type", "alpha") is "alpha"
43 PASS innerStyle("mask-source-type", "luminance") is "luminance"
44 PASS innerStyle("mask-source-type", "auto") is "auto"
45 PASS computedStyle("mask-source-type", "alpha") is "alpha"
46 PASS computedStyle("mask-source-type", "auto") is "alpha"
47 PASS computedStyle("mask-source-type", "luminance") is "luminance"
48 PASS computedStyle("mask-source-type", "") is "alpha"
49 PASS innerStyle("-webkit-mask", "repeat-x") is "repeat-x"
50 PASS innerStyle("-webkit-mask", "repeat-y") is "repeat-y"
51 PASS innerStyle("-webkit-mask", "repeat") is "repeat"
52 PASS innerStyle("-webkit-mask", "space") is "space"
53 PASS innerStyle("-webkit-mask", "no-repeat") is "no-repeat"
54 PASS innerStyle("-webkit-mask", "repeat space") is "repeat space"
55 PASS innerStyle("-webkit-mask", "repeat round") is "repeat round"
56 PASS innerStyle("-webkit-mask", "repeat no-repeat") is "repeat no-repeat"
57 PASS innerStyle("-webkit-mask", "repeat space, repeat-x") is "repeat space, repeat-x"
58 PASS innerStyle("-webkit-mask", "repeat none") is "none repeat"
59 PASS innerStyle("-webkit-mask", "none repeat") is "none repeat"
60 PASS innerStyle("-webkit-mask", "padding-box") is "padding-box padding-box"
61 PASS innerStyle("-webkit-mask", "border-box") is "border-box border-box"
62 PASS innerStyle("-webkit-mask", "content-box") is "content-box content-box"
63 PASS innerStyle("-webkit-mask", "padding-box none") is "none padding-box padding-box"
64 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding-box"
65 PASS innerStyle("-webkit-mask", "padding-box content-box") is "padding-box content-box"
66 PASS innerStyle("-webkit-mask", "content-box content-box") is "content-box content-box"
67 PASS innerStyle("-webkit-mask", "padding-box border-box") is "padding-box border-box"
68 PASS innerStyle("-webkit-mask", "padding-box border-box none") is "none padding-box border-box"
69 PASS innerStyle("-webkit-mask", "none padding-box border-box") is "none padding-box border-box"
70 PASS innerStyle("-webkit-mask", "none left top / auto") is "none 0% 0% / auto"
71 PASS innerStyle("-webkit-mask", "none left top / auto auto") is "none 0% 0% / auto"
72 PASS innerStyle("-webkit-mask", "none left top / 100%") is "none 0% 0% / 100%"
73 PASS innerStyle("-webkit-mask", "none left top / 100% 100%") is "none 0% 0% / 100% 100%"
74 PASS innerStyle("-webkit-mask", "none left top / 0%") is "none 0% 0% / 0%"
75 PASS innerStyle("-webkit-mask", "none left top / auto 0%") is "none 0% 0% / auto 0%"
76 PASS innerStyle("-webkit-mask", "none left top / cover") is "none 0% 0% / cover"
77 PASS innerStyle("-webkit-mask", "none left top / contain") is "none 0% 0% / contain"
78 PASS innerStyle("-webkit-mask", "none left 20px top 10px / contain") is "none left 20px top 10px / contain"
79 PASS innerStyle("-webkit-mask", "none left 20px top / contain") is "none left 20px top 0% / contain"
80 PASS innerStyle("-webkit-mask", "none padding-box content-box") is "none padding-box content-box"
81 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding-box"
82 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%"
83 PASS innerStyle("-webkit-mask", "none center right 20px") is "none right 20px top 50%"
84 PASS innerStyle("-webkit-mask", "none border-box left top") is "none 0% 0% border-box border-box"
85 PASS innerStyle("-webkit-mask", "none border-box left top 20px") is "none left 0% top 20px border-box border-box"
86 PASS innerStyle("-webkit-mask", "none border-box content-box left top repeat-x") is "none 0% 0% repeat-x border-box content-box"
87 PASS innerStyle("-webkit-mask", "none border-box content-box left top / auto repeat-x") is "none 0% 0% / auto repeat-x border-box content-box"
88 PASS innerStyle("-webkit-mask", "none border-box content-box right 0px center / auto repeat-x") is "none right 0px top 50% / auto repeat-x border-box content-box"
89 PASS innerStyle("-webkit-mask", "top none left") is ""
90 PASS innerStyle("-webkit-mask", "right none bottom") is ""
91 PASS innerStyle("-webkit-mask", "right right") is ""
92 PASS innerStyle("-webkit-mask", "left left") is ""
93 PASS innerStyle("-webkit-mask", "top top") is ""
94 PASS innerStyle("-webkit-mask", "bottom bottom") is ""
95 PASS innerStyle("-webkit-mask", "50% none 50%") is ""
96 PASS innerStyle("-webkit-mask", "repeat-x repeat-x") is ""
97 PASS innerStyle("-webkit-mask", "space repeat-y") is ""
98 PASS innerStyle("-webkit-mask", "repeat space space") is ""
99 PASS innerStyle("-webkit-mask", "padding-box border-box content-box") is ""
100 PASS innerStyle("-webkit-mask", "none / auto") is ""
101 PASS innerStyle("-webkit-mask", "none repeat-x / auto") is ""
102 PASS innerStyle("-webkit-mask", "none border-box / auto") is ""
103 PASS innerStyle("-webkit-mask", "none top left / cover 100%") is ""
104 PASS innerStyle("-webkit-mask", "scroll") is ""
105 PASS innerStyle("-webkit-mask", "fixed") is ""
106 PASS innerStyle("-webkit-mask", "local") is ""
107 PASS innerStyle("-webkit-mask", "space scroll") is ""
108 PASS innerStyle("-webkit-mask", "none scroll") is ""
109 PASS innerStyle("-webkit-mask", "none top left / auto repeat-x scroll border-box border-box") is ""
110 PASS innerStyle("-webkit-mask", "right top left") is ""
111 PASS innerStyle("-webkit-mask", "center left center") is ""
112 PASS innerStyle("-webkit-mask", "center top center") is ""
113 PASS innerStyle("-webkit-mask", "center right bottom") is ""
114 PASS innerStyle("-webkit-mask", "top solid bottom") is ""
115 PASS innerStyle("-webkit-mask", "none top left right center top / auto repeat-x scroll border-box border-box") is ""
116 PASS innerStyle("-webkit-mask", "none center center 20px / auto repeat-x scroll border-box border-box") is ""
117 PASS innerStyle("-webkit-mask", "none top 20px right 30px center / auto repeat-x scroll border-box border-box") is ""
118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll border-box border-box") is ""
119 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll border-box border-box") is ""
120 PASS innerStyle("mask-source-type", "rubbish") is ""
121 PASS innerStyle("mask-source-type", "") is ""
122 PASS innerStyle("mask-source-type", "center") is ""
123 PASS innerStyle("mask-source-type", "repeat") is ""
124 PASS successfullyParsed is true
126 TEST COMPLETE