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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests Created 5 years, 2 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-mask", "none") is "none" 6 PASS innerStyle("-webkit-mask", "none") is "none"
7 PASS innerStyle("-webkit-mask", "none, none") is "none, none" 7 PASS innerStyle("-webkit-mask", "none, none") is "none, none"
8 PASS innerStyle("-webkit-mask", "none, none, none") is "none, 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" 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(fi le:///image.png)" 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%" 11 PASS innerStyle("-webkit-mask", "top left") is "0% 0%"
12 PASS innerStyle("-webkit-mask", "bottom right") is "100% 100%" 12 PASS innerStyle("-webkit-mask", "bottom right") is "100% 100%"
13 PASS innerStyle("-webkit-mask", "left bottom") is "0% 100%" 13 PASS innerStyle("-webkit-mask", "left bottom") is "0% 100%"
14 PASS innerStyle("-webkit-mask", "right top") is "100% 0%" 14 PASS innerStyle("-webkit-mask", "right top") is "100% 0%"
15 PASS innerStyle("-webkit-mask", "center") is "50% 50%" 15 PASS innerStyle("-webkit-mask", "center") is "50% 50%"
16 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%" 16 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%"
17 PASS innerStyle("-webkit-mask", "none bottom") is "none 50% 100%" 17 PASS innerStyle("-webkit-mask", "none bottom") is "none 50% 100%"
18 PASS innerStyle("-webkit-mask", "none right") is "none 100% 50%" 18 PASS innerStyle("-webkit-mask", "none right") is "none 100% 50%"
19 PASS innerStyle("-webkit-mask", "none top right") is "none 100% 0%" 19 PASS innerStyle("-webkit-mask", "none top right") is "none 100% 0%"
20 PASS innerStyle("-webkit-mask", "none bottom left") is "none 0% 100%" 20 PASS innerStyle("-webkit-mask", "none bottom left") is "none 0% 100%"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b order-box border-box") is "" 118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b order-box border-box") is ""
119 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll bor der-box border-box") is "" 119 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll bor der-box border-box") is ""
120 PASS innerStyle("mask-source-type", "rubbish") is "" 120 PASS innerStyle("mask-source-type", "rubbish") is ""
121 PASS innerStyle("mask-source-type", "") is "" 121 PASS innerStyle("mask-source-type", "") is ""
122 PASS innerStyle("mask-source-type", "center") is "" 122 PASS innerStyle("mask-source-type", "center") is ""
123 PASS innerStyle("mask-source-type", "repeat") is "" 123 PASS innerStyle("mask-source-type", "repeat") is ""
124 PASS successfullyParsed is true 124 PASS successfullyParsed is true
125 125
126 TEST COMPLETE 126 TEST COMPLETE
127 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698