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

Side by Side Diff: LayoutTests/fast/css/image-set-parsing-expected.txt

Issue 714693002: Don't require getPropertyCSSValue in fast/css tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 parsing of the -webkit-image-set function. 1 Test the parsing 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('#a') 1x 7 Single value for background-image : url(#a) 1x
8 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 8 PASS result is "-webkit-image-set(url(#a) 1x)"
9 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
10 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
11 PASS imageSetRule.length is 2
12 PASS subRule is 'a'
13 PASS subRule.cssText is '1'
14 9
15 Multiple values for background-image : url('#a') 1x, url('#b') 2x 10 Multiple values for background-image : url(#a) 1x, url(#b) 2x
16 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 11 PASS result is "-webkit-image-set(url(#a) 1x, url(#b) 2x)"
17 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
18 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
19 PASS imageSetRule.length is 4
20 PASS subRule is 'a'
21 PASS subRule.cssText is '1'
22 PASS subRule is 'b'
23 PASS subRule.cssText is '2'
24 12
25 Multiple values for background-image, out of order : url('#c') 3x, url('#b') 2x, url('#a') 1x 13 Multiple values for background-image, out of order : url(#c) 3x, url(#b) 2x, url (#a) 1x
26 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 14 PASS result is "-webkit-image-set(url(#c) 3x, url(#b) 2x, url(#a) 1x)"
27 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
28 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
29 PASS imageSetRule.length is 6
30 PASS subRule is 'c'
31 PASS subRule.cssText is '3'
32 PASS subRule is 'b'
33 PASS subRule.cssText is '2'
34 PASS subRule is 'a'
35 PASS subRule.cssText is '1'
36 15
37 Single value for content : url('#a') 1x 16 Single value for content : url(#a) 1x
38 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 17 PASS result is "-webkit-image-set(url(#a) 1x)"
39 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
40 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
41 PASS imageSetRule.length is 2
42 PASS subRule is 'a'
43 PASS subRule.cssText is '1'
44 18
45 Multiple values for content : url('#a') 1x, url('#b') 2x 19 Multiple values for content : url(#a) 1x, url(#b) 2x
46 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 20 PASS result is "-webkit-image-set(url(#a) 1x, url(#b) 2x)"
47 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
48 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
49 PASS imageSetRule.length is 4
50 PASS subRule is 'a'
51 PASS subRule.cssText is '1'
52 PASS subRule is 'b'
53 PASS subRule.cssText is '2'
54 21
55 Single value for border-image : url('#a') 1x 22 Single value for border-image : url(#a) 1x
56 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 23 PASS result is "-webkit-image-set(url(#a) 1x)"
57 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
58 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
59 PASS imageSetRule.length is 2
60 PASS subRule is 'a'
61 PASS subRule.cssText is '1'
62 24
63 Multiple values for border-image : url('#a') 1x, url('#b') 2x 25 Multiple values for border-image : url(#a) 1x, url(#b) 2x
64 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 26 PASS result is "-webkit-image-set(url(#a) 1x, url(#b) 2x)"
65 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
66 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
67 PASS imageSetRule.length is 4
68 PASS subRule is 'a'
69 PASS subRule.cssText is '1'
70 PASS subRule is 'b'
71 PASS subRule.cssText is '2'
72 27
73 Single value for -webkit-mask-box-image-source : url('#a') 1x 28 Single value for -webkit-mask-box-image-source : url(#a) 1x
74 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 29 PASS result is "-webkit-image-set(url(#a) 1x)"
75 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
76 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
77 PASS imageSetRule.length is 2
78 PASS subRule is 'a'
79 PASS subRule.cssText is '1'
80 30
81 Multiple values for -webkit-mask-box-image-source : url('#a') 1x, url('#b') 2x 31 Multiple values for -webkit-mask-box-image-source : url(#a) 1x, url(#b) 2x
82 PASS jsWrapperClass(imageSetRule) is 'CSSValueList' 32 PASS result is "-webkit-image-set(url(#a) 1x, url(#b) 2x)"
83 FAIL jsWrapperClass(imageSetRule.__proto__) should be CSSValueListPrototype. Was Object.
84 FAIL jsWrapperClass(imageSetRule.constructor) should be CSSValueListConstructor. Was Function.
85 PASS imageSetRule.length is 4
86 PASS subRule is 'a'
87 PASS subRule.cssText is '1'
88 PASS subRule is 'b'
89 PASS subRule.cssText is '2'
90 PASS successfullyParsed is true 33 PASS successfullyParsed is true
91 34
92 TEST COMPLETE 35 TEST COMPLETE
93 36
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/custom-font-xheight.html ('k') | LayoutTests/fast/css/image-set-parsing-invalid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698