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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/image-set-unprefixed-expected.txt

Issue 2203773002: Add support for "image-set" Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
(Empty)
1
2 Single value for background-image : url("http://www.webkit.org/a") 1x
3 Unprefixed: PASS
4 Prefixed: PASS
5
6 Multiple values for background-image : url("http://www.webkit.org/a") 1x, url("h ttp://www.webkit.org/b") 2x
7 Unprefixed: PASS
8 Prefixed: PASS
9
10 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
11 Unprefixed: PASS
12 Prefixed: PASS
13
14 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
15 Unprefixed: PASS
16 Prefixed: PASS
17
18 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
19 Unprefixed: PASS
20 Prefixed: PASS
21
22 Single value for list-style-image : url("http://www.webkit.org/a") 1x
23 Unprefixed: PASS
24 Prefixed: PASS
25
26 Multiple values for list-style-image : url("http://www.webkit.org/a") 1x, url("h ttp://www.webkit.org/b") 2x
27 Unprefixed: PASS
28 Prefixed: PASS
29
30 Multiple values for list-style-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
31 Unprefixed: PASS
32 Prefixed: PASS
33
34 Duplicate values for list-style-image : url("http://www.webkit.org/c") 1x, url(" http://www.webkit.org/b") 2x, url("http://www.webkit.org/a") 1x
35 Unprefixed: PASS
36 Prefixed: PASS
37
38 Fractional values for list-style-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
39 Unprefixed: PASS
40 Prefixed: PASS
41
42 Single value for content : url("http://www.webkit.org/a") 1x
43 Unprefixed: PASS
44 Prefixed: PASS
45
46 Multiple values for content : url("http://www.webkit.org/a") 1x, url("http://www .webkit.org/b") 2x
47 Unprefixed: PASS
48 Prefixed: PASS
49
50 Multiple values for content, out of order : url("http://www.webkit.org/c") 3x, u rl("http://www.webkit.org/b") 2x, url("http://www.webkit.org/a") 1x
51 Unprefixed: PASS
52 Prefixed: PASS
53
54 Duplicate values for content : url("http://www.webkit.org/c") 1x, url("http://ww w.webkit.org/b") 2x, url("http://www.webkit.org/a") 1x
55 Unprefixed: PASS
56 Prefixed: PASS
57
58 Fractional values for content : url("http://www.webkit.org/c") 0.2x, url("http:/ /www.webkit.org/b") 2.3x, url("http://www.webkit.org/a") 12.3456x
59 Unprefixed: PASS
60 Prefixed: PASS
61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698