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

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

Issue 2426323003: Invalidate properties registered as non-inherited for custom paint (Closed)
Patch Set: Created 4 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 CONSOLE MESSAGE: line 56: 1 CONSOLE MESSAGE: line 56:
2 2
3 Test case: 3 Test case:
4 max-height: [inline not set] => max-height: 160px 4 max-height: [inline not set] => max-height: 160px
5 The worklet console should log: 'Successful invalidation for: max-height' 5 The worklet console should log: 'Successful invalidation for: max-height'
6 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height 6 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height
7 CONSOLE MESSAGE: line 56: 7 CONSOLE MESSAGE: line 56:
8 8
9 Test case: 9 Test case:
10 max-height: 100px => max-height: 160px 10 max-height: 100px => max-height: 160px
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 The worklet console should log: 'Successful invalidation for: --str' 82 The worklet console should log: 'Successful invalidation for: --str'
83 CONSOLE MESSAGE: line 11: Successful invalidation for: --str 83 CONSOLE MESSAGE: line 11: Successful invalidation for: --str
84 CONSOLE MESSAGE: line 56: 84 CONSOLE MESSAGE: line 56:
85 85
86 Test case: 86 Test case:
87 --str: [inline not set] => --str: foo 87 --str: [inline not set] => --str: foo
88 The worklet console should log nothing 88 The worklet console should log nothing
89 CONSOLE MESSAGE: line 56: 89 CONSOLE MESSAGE: line 56:
90 90
91 Test case: 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:
92 -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px 104 -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px
93 The worklet console should log: 'Successful invalidation for: -webkit-border-rad ius' 105 The worklet console should log: 'Successful invalidation for: -webkit-border-rad ius'
94 CONSOLE MESSAGE: line 11: Successful invalidation for: -webkit-border-radius 106 CONSOLE MESSAGE: line 11: Successful invalidation for: -webkit-border-radius
95 CONSOLE MESSAGE: line 56: 107 CONSOLE MESSAGE: line 56:
96 108
97 Test case: 109 Test case:
98 -webkit-border-radius: [inline not set] => border-radius: 25px 110 -webkit-border-radius: [inline not set] => border-radius: 25px
99 The worklet console should log: 'Successful invalidation for: -webkit-border-rad ius' 111 The worklet console should log: 'Successful invalidation for: -webkit-border-rad ius'
100 CONSOLE MESSAGE: line 11: Successful invalidation for: -webkit-border-radius 112 CONSOLE MESSAGE: line 11: Successful invalidation for: -webkit-border-radius
101 CONSOLE MESSAGE: line 56: 113 CONSOLE MESSAGE: line 56:
(...skipping 22 matching lines...) Expand all
124 PASS flex-basis: [inline not set] => flex-basis: 200px 136 PASS flex-basis: [inline not set] => flex-basis: 200px
125 PASS flex-basis: 200px => flex-basis: [inline not set] 137 PASS flex-basis: 200px => flex-basis: [inline not set]
126 PASS color: [inline not set] => color: red 138 PASS color: [inline not set] => color: red
127 PASS color: #F00 => color: red 139 PASS color: #F00 => color: red
128 PASS border-top-color: [inline not set] => border-top-color: blue 140 PASS border-top-color: [inline not set] => border-top-color: blue
129 PASS border-top-color: rgb(0,0,255) => border-top-color: blue 141 PASS border-top-color: rgb(0,0,255) => border-top-color: blue
130 PASS --foo: [inline not set] => --foo: foo 142 PASS --foo: [inline not set] => --foo: foo
131 PASS --foo: foo => --foo: var(--str) 143 PASS --foo: foo => --foo: var(--str)
132 PASS --str: [inline not set] => --str: bar 144 PASS --str: [inline not set] => --str: bar
133 PASS --str: [inline not set] => --str: foo 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
134 PASS -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px 148 PASS -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px
135 PASS -webkit-border-radius: [inline not set] => border-radius: 25px 149 PASS -webkit-border-radius: [inline not set] => border-radius: 25px
136 PASS border-radius: 25px => -webkit-border-radius: [inline not set] 150 PASS border-radius: 25px => -webkit-border-radius: [inline not set]
137 PASS -webkit-border-radius: 100px => -webkit-border-radius: calc(50px + 50px) 151 PASS -webkit-border-radius: 100px => -webkit-border-radius: calc(50px + 50px)
138 PASS -webkit-margin-start: calc(50px + 50px) => margin-left: 100px 152 PASS -webkit-margin-start: calc(50px + 50px) => margin-left: 100px
139 Harness: the test ran to completion. 153 Harness: the test ran to completion.
140 154
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698