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

Side by Side Diff: third_party/WebKit/LayoutTests/csspaint/invalidation-background-image-expected.txt

Issue 2868003002: CSSPaint: Move layout tests in csspaint/ to http/tests/csspaint/ (Closed)
Patch Set: rebase Created 3 years, 7 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 CONSOLE MESSAGE: line 56:
2
3 Test case:
4 max-height: [inline not set] => max-height: 160px
5 The worklet console should log: 'Successful invalidation for: max-height'
6 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height
7 CONSOLE MESSAGE: line 56:
8
9 Test case:
10 max-height: 100px => max-height: 160px
11 The worklet console should log: 'Successful invalidation for: max-height'
12 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height
13 CONSOLE MESSAGE: line 56:
14
15 Test case:
16 max-height: 100px => max-height: calc(50px + 50px)
17 The worklet console should log nothing
18 CONSOLE MESSAGE: line 56:
19
20 Test case:
21 max-height: 100px => max-height: calc(50px + var(--fiftypx))
22 The worklet console should log nothing
23 CONSOLE MESSAGE: line 56:
24
25 Test case:
26 flex-basis: [inline not set] => flex-basis: 100px
27 The worklet console should log: 'Successful invalidation for: flex-basis'
28 CONSOLE MESSAGE: line 11: Successful invalidation for: flex-basis
29 CONSOLE MESSAGE: line 56:
30
31 Test case:
32 flex-basis: 100px => flex-basis: [inline not set]
33 The worklet console should log: 'Successful invalidation for: flex-basis'
34 CONSOLE MESSAGE: line 11: Successful invalidation for: flex-basis
35 CONSOLE MESSAGE: line 56:
36
37 Test case:
38 flex-basis: [inline not set] => flex-basis: 200px
39 The worklet console should log nothing
40 CONSOLE MESSAGE: line 56:
41
42 Test case:
43 flex-basis: 200px => flex-basis: [inline not set]
44 The worklet console should log nothing
45 CONSOLE MESSAGE: line 56:
46
47 Test case:
48 color: [inline not set] => color: red
49 The worklet console should log: 'Successful invalidation for: color'
50 CONSOLE MESSAGE: line 11: Successful invalidation for: color
51 CONSOLE MESSAGE: line 56:
52
53 Test case:
54 color: #F00 => color: red
55 The worklet console should log nothing
56 CONSOLE MESSAGE: line 56:
57
58 Test case:
59 border-top-color: [inline not set] => border-top-color: blue
60 The worklet console should log: 'Successful invalidation for: border-top-color'
61 CONSOLE MESSAGE: line 11: Successful invalidation for: border-top-color
62 CONSOLE MESSAGE: line 56:
63
64 Test case:
65 border-top-color: rgb(0,0,255) => border-top-color: blue
66 The worklet console should log nothing
67 CONSOLE MESSAGE: line 56:
68
69 Test case:
70 --foo: [inline not set] => --foo: foo
71 The worklet console should log: 'Successful invalidation for: --foo'
72 CONSOLE MESSAGE: line 11: Successful invalidation for: --foo
73 CONSOLE MESSAGE: line 56:
74
75 Test case:
76 --foo: foo => --foo: var(--str)
77 The worklet console should log nothing
78 CONSOLE MESSAGE: line 56:
79
80 Test case:
81 --str: [inline not set] => --str: bar
82 The worklet console should log: 'Successful invalidation for: --str'
83 CONSOLE MESSAGE: line 11: Successful invalidation for: --str
84 CONSOLE MESSAGE: line 56:
85
86 Test case:
87 --str: [inline not set] => --str: foo
88 The worklet console should log nothing
89 CONSOLE MESSAGE: line 56:
90
91 Test case:
92 --length-inherited: [inline not set] => --length-inherited: 10px
93 The worklet console should log: 'Successful invalidation for: --length-inherited '
94 CONSOLE MESSAGE: line 11: Successful invalidation for: --length-inherited
95 CONSOLE MESSAGE: line 56:
96
97 Test case:
98 --length-non-inherited: [inline not set] => --length-non-inherited: 20px
99 The worklet console should log: 'Successful invalidation for: --length-non-inher ited'
100 CONSOLE MESSAGE: line 11: Successful invalidation for: --length-non-inherited
101 CONSOLE MESSAGE: line 56:
102
103 Test case:
104 -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px
105 The worklet console should log: 'Successful invalidation for: -webkit-border-rad ius'
106 CONSOLE MESSAGE: line 11: Successful invalidation for: -webkit-border-radius
107 CONSOLE MESSAGE: line 56:
108
109 Test case:
110 -webkit-border-radius: [inline not set] => border-radius: 25px
111 The worklet console should log: 'Successful invalidation for: -webkit-border-rad ius'
112 CONSOLE MESSAGE: line 11: Successful invalidation for: -webkit-border-radius
113 CONSOLE MESSAGE: line 56:
114
115 Test case:
116 border-radius: 25px => -webkit-border-radius: [inline not set]
117 The worklet console should log: 'Successful invalidation for: border-radius'
118 CONSOLE MESSAGE: line 11: Successful invalidation for: border-radius
119 CONSOLE MESSAGE: line 56:
120
121 Test case:
122 -webkit-border-radius: 100px => -webkit-border-radius: calc(50px + 50px)
123 The worklet console should log nothing
124 CONSOLE MESSAGE: line 56:
125
126 Test case:
127 -webkit-margin-start: calc(50px + 50px) => margin-left: 100px
128 The worklet console should log nothing
129 This is a testharness.js-based test.
130 PASS max-height: [inline not set] => max-height: 160px
131 PASS max-height: 100px => max-height: 160px
132 PASS max-height: 100px => max-height: calc(50px + 50px)
133 PASS max-height: 100px => max-height: calc(50px + var(--fiftypx))
134 PASS flex-basis: [inline not set] => flex-basis: 100px
135 PASS flex-basis: 100px => flex-basis: [inline not set]
136 PASS flex-basis: [inline not set] => flex-basis: 200px
137 PASS flex-basis: 200px => flex-basis: [inline not set]
138 PASS color: [inline not set] => color: red
139 PASS color: #F00 => color: red
140 PASS border-top-color: [inline not set] => border-top-color: blue
141 PASS border-top-color: rgb(0,0,255) => border-top-color: blue
142 PASS --foo: [inline not set] => --foo: foo
143 PASS --foo: foo => --foo: var(--str)
144 PASS --str: [inline not set] => --str: bar
145 PASS --str: [inline not set] => --str: foo
146 PASS --length-inherited: [inline not set] => --length-inherited: 10px
147 PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px
148 PASS -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px
149 PASS -webkit-border-radius: [inline not set] => border-radius: 25px
150 PASS border-radius: 25px => -webkit-border-radius: [inline not set]
151 PASS -webkit-border-radius: 100px => -webkit-border-radius: calc(50px + 50px)
152 PASS -webkit-margin-start: calc(50px + 50px) => margin-left: 100px
153 Harness: the test ran to completion.
154
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698