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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/image-set-setting-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 the setting of the -webkit-image-set function. 1 Test the setting of the -webkit-image-set function.
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 6
7 Single value for background-image : url(http://www.webkit.org/a) 1x 7 Single value for background-image : url("http://www.webkit.org/a") 1x
8 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web kit.org/a) 1x)") is "-webkit-image-set(url(http://www.webkit.org/a) 1x)" 8 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we bkit.org/a") 1x)`) is "-webkit-image-set(url(\"http://www.webkit.org/a\") 1x)"
9 9
10 Multiple values for background-image : url(http://www.webkit.org/a) 1x, url(http ://www.webkit.org/b) 2x 10 Multiple values for background-image : url("http://www.webkit.org/a") 1x, url("h ttp://www.webkit.org/b") 2x
11 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web kit.org/a) 1x, url(http://www.webkit.org/b) 2x)") is "-webkit-image-set(url(http ://www.webkit.org/a) 1x, url(http://www.webkit.org/b) 2x)" 11 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we bkit.org/a") 1x, url("http://www.webkit.org/b") 2x)`) is "-webkit-image-set(url( \"http://www.webkit.org/a\") 1x, url(\"http://www.webkit.org/b\") 2x)"
12 12
13 Multiple values for background-image, out of order : url(http://www.webkit.org/c ) 3x, url(http://www.webkit.org/b) 2x, url(http://www.webkit.org/a) 1x 13 Multiple values for background-image, out of order : url("http://www.webkit.org/ c") 3x, url("http://www.webkit.org/b") 2x, url("http://www.webkit.org/a") 1x
14 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web kit.org/c) 3x, url(http://www.webkit.org/b) 2x, url(http://www.webkit.org/a) 1x) ") is "-webkit-image-set(url(http://www.webkit.org/c) 3x, url(http://www.webkit. org/b) 2x, url(http://www.webkit.org/a) 1x)" 14 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we bkit.org/c") 3x, url("http://www.webkit.org/b") 2x, url("http://www.webkit.org/a ") 1x)`) is "-webkit-image-set(url(\"http://www.webkit.org/c\") 3x, url(\"http:/ /www.webkit.org/b\") 2x, url(\"http://www.webkit.org/a\") 1x)"
15 15
16 Duplicate values for background-image : url(http://www.webkit.org/c) 1x, url(htt p://www.webkit.org/b) 2x, url(http://www.webkit.org/a) 1x 16 Duplicate values for background-image : url("http://www.webkit.org/c") 1x, url(" http://www.webkit.org/b") 2x, url("http://www.webkit.org/a") 1x
17 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web kit.org/c) 1x, url(http://www.webkit.org/b) 2x, url(http://www.webkit.org/a) 1x) ") is "-webkit-image-set(url(http://www.webkit.org/c) 1x, url(http://www.webkit. org/b) 2x, url(http://www.webkit.org/a) 1x)" 17 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we bkit.org/c") 1x, url("http://www.webkit.org/b") 2x, url("http://www.webkit.org/a ") 1x)`) is "-webkit-image-set(url(\"http://www.webkit.org/c\") 1x, url(\"http:/ /www.webkit.org/b\") 2x, url(\"http://www.webkit.org/a\") 1x)"
18 18
19 Fractional values for background-image : url(http://www.webkit.org/c) 0.2x, url( http://www.webkit.org/b) 2.3x, url(http://www.webkit.org/a) 12.3456x 19 Fractional values for background-image : url("http://www.webkit.org/c") 0.2x, ur l("http://www.webkit.org/b") 2.3x, url("http://www.webkit.org/a") 12.3456x
20 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web kit.org/c) 0.2x, url(http://www.webkit.org/b) 2.3x, url(http://www.webkit.org/a) 12.3456x)") is "-webkit-image-set(url(http://www.webkit.org/c) 0.2x, url(http:/ /www.webkit.org/b) 2.3x, url(http://www.webkit.org/a) 12.3456x)" 20 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we bkit.org/c") 0.2x, url("http://www.webkit.org/b") 2.3x, url("http://www.webkit.o rg/a") 12.3456x)`) is "-webkit-image-set(url(\"http://www.webkit.org/c\") 0.2x, url(\"http://www.webkit.org/b\") 2.3x, url(\"http://www.webkit.org/a\") 12.3456x )"
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698