1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
|
# TEMPORARY overrides of
# src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
# that are associated with changes to the Skia code.
#
# GUIDELINES:
# - This file should be empty most of the time.
# - Expectations should only be added TEMPORARILY, as a step towards
# rebaselining layout test results. If any one expectation remains in here
# for more than a week or two, then we are probably doing something wrong.
# - Expectations from this file should NOT be rolled into any other
# test_expectations file. If there is a test that we expect to fail
# indefinitely, then we should add that test to the roach motel that is
# src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
# - Tests listed in this file should NOT be rebaselined by WebKit Gardeners,
# unless they have made arrangements with Skia developers.
#
# For more information, see https://bugs.webkit.org/show_bug.cgi?id=86749
# or email skia-dev@google.com .
#
# INSTRUCTIONS:
# If you are rolling Skia's DEPS within Chrome, and trybot results indicate
# that the DEPS roll would break some webkit layout_tests, please follow
# these steps:
#
# 1. Confirm that those layout_test failures are "reasonable"-- Are they
# actually improvements, not regressions? Or maybe they are very minor
# differences that go along with a performance improvement?
# If not, please fix Skia rather than rolling in the version that will
# regress the webkit layout_tests.
#
# 2. File a bug to yourself to track the rebaselining of results caused by
# your Skia DEPS roll.
#
# 3. Add one or more lines to this file, in the same syntax used in the main
# test_expectations file, to mark those tests as expected-to-fail.
# Add this file to your DEPS roll CL.
#
# 4. Run your DEPS roll CL through the trybots again, and confirm your CL does
# not cause any layout tests to fail. (If there are still failures as a
# result of your CL, you probably didn't add the test expectations correctly.)
#
# 5. Commit your DEPS roll CL, and keep an eye on the waterfall bots to make
# sure nothing goes red.
#
# 6. Make sure to rebaseline the layout tests as soon as possible! The longer
# we leave overrides in this file, the harder it will be to rebaseline those
# tests (because other rendering changes might creep in).
#
# START OVERRIDES HERE
crbug.com/146195 compositing/masks/mask-of-clipped-layer.html [ Failure ImageOnlyFailure Pass ]
crbug.com/146195 fast/events/pointer-events-2.html [ Failure ImageOnlyFailure Pass ]
crbug.com/146195 fast/repaint/block-selection-gap-in-composited-layer.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/3d-corners.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/backface-visibility-transformed.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/child-layer-3d-sorting.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/huge-layer-rotated.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/img-layer-grow.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/layout-width-change.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/lost-compositor-context-permanently.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/lost-compositor-context-twice.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/lost-compositor-context-with-rendersurface.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/lost-compositor-context-with-video.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/lost-compositor-context.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/perpendicular-layer-sorting.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/render-surface-alpha-blending.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/tiny-layer-rotated.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/video-frame-size-change.html [ ImageOnlyFailure Pass ]
crbug.com/146195 platform/chromium/compositing/webgl-loses-compositor-context.html [ ImageOnlyFailure Pass ]
crbug.com/146195 compositing/color-matching/image-color-matching.html [ ImageOnlyFailure ]
crbug.com/146195 compositing/masks/multiple-masks.html [ ImageOnlyFailure ]
crbug.com/146195 compositing/masks/simple-composited-mask.html [ ImageOnlyFailure ]
crbug.com/146195 compositing/video/video-controls-layer-creation.html [ ImageOnlyFailure ]
crbug.com/146195 compositing/visibility/visibility-image-layers.html [ ImageOnlyFailure ]
crbug.com/146195 css2.1/20110323/replaced-min-max-001.htm [ ImageOnlyFailure ]
crbug.com/146195 css2.1/t090501-c414-flt-03-b-g.html [ ImageOnlyFailure ]
crbug.com/146195 css2.1/t090501-c5525-flt-l-00-b-g.html [ ImageOnlyFailure ]
crbug.com/146195 css2.1/t090501-c5525-flt-r-00-b-g.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/background-position-parsing.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/mask-box-image.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/repeat/mask-negative-offset-repeat.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize01.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize02.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize04.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize05.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize06.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize07.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize08.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize09.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize10.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize11.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize12.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize13.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize14.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize15.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize16.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize17.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize18.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize19.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize20.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize21.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/backgroundSize22.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/contain-and-cover-zoomed.html [ ImageOnlyFailure ]
crbug.com/146195 fast/backgrounds/size/contain-and-cover.html [ ImageOnlyFailure ]
crbug.com/146195 fast/block/positioning/replaced-inside-fixed-top-bottom.html [ ImageOnlyFailure ]
crbug.com/146195 fast/borders/border-image-scale-transform.html [ ImageOnlyFailure ]
crbug.com/146195 fast/borders/border-image-scaled.html [ ImageOnlyFailure ]
crbug.com/146195 fast/borders/border-image-side-reduction.html [ ImageOnlyFailure ]
crbug.com/146195 fast/borders/border-image-slice-constrained.html [ ImageOnlyFailure ]
crbug.com/146195 fast/borders/inline-mask-overlay-image-outset-vertical-rl.html [ ImageOnlyFailure ]
crbug.com/146195 fast/borders/inline-mask-overlay-image-outset.html [ ImageOnlyFailure ]
crbug.com/146195 fast/borders/scaled-border-image.html [ ImageOnlyFailure ]
crbug.com/146195 fast/css/absolute-child-with-percent-height-inside-relative-parent.html [ ImageOnlyFailure ]
crbug.com/146195 fast/css/input-search-padding.html [ ImageOnlyFailure ]
crbug.com/146195 fast/css/text-input-with-webkit-border-radius.html [ ImageOnlyFailure ]
crbug.com/146195 fast/css/text-overflow-input.html [ ImageOnlyFailure ]
crbug.com/146195 fast/css/value-list-out-of-bounds-crash.html [ ImageOnlyFailure ]
crbug.com/146195 fast/forms/box-shadow-override.html [ ImageOnlyFailure ]
crbug.com/146195 fast/forms/control-restrict-line-height.html [ ImageOnlyFailure ]
crbug.com/146195 fast/forms/placeholder-position.html [ ImageOnlyFailure ]
crbug.com/146195 fast/forms/search-cancel-button-style-sharing.html [ ImageOnlyFailure ]
crbug.com/146195 fast/forms/search-rtl.html [ ImageOnlyFailure ]
crbug.com/146195 fast/forms/search-styled.html [ ImageOnlyFailure ]
crbug.com/146195 fast/forms/search-vertical-alignment.html [ ImageOnlyFailure ]
crbug.com/146195 fast/forms/searchfield-heights.html [ ImageOnlyFailure ]
crbug.com/146195 fast/hidpi/video-controls-in-hidpi.html [ ImageOnlyFailure ]
crbug.com/146195 fast/images/imagemap-focus-ring-zero-outline-width.html [ ImageOnlyFailure ]
crbug.com/146195 fast/images/jpeg-with-color-profile.html [ ImageOnlyFailure ]
crbug.com/146195 fast/images/png-with-color-profile.html [ ImageOnlyFailure ]
crbug.com/146195 fast/images/rgb-png-with-cmyk-color-profile.html [ ImageOnlyFailure ]
crbug.com/146195 fast/images/ycbcr-with-cmyk-color-profile.html [ ImageOnlyFailure ]
crbug.com/146195 fast/layers/video-layer.html [ ImageOnlyFailure ]
crbug.com/146195 fast/reflections/reflection-with-zoom.html [ ImageOnlyFailure ]
crbug.com/146195 fast/repaint/block-layout-inline-children-replaced.html [ ImageOnlyFailure ]
crbug.com/146195 fast/replaced/absolute-image-sizing.html [ ImageOnlyFailure ]
crbug.com/146195 fast/replaced/image-sizing.html [ ImageOnlyFailure ]
crbug.com/146195 fast/replaced/width100percent-searchfield.html [ ImageOnlyFailure ]
crbug.com/146195 fast/speech/input-appearance-numberandspeech.html [ ImageOnlyFailure ]
crbug.com/146195 fast/speech/input-appearance-searchandspeech.html [ ImageOnlyFailure ]
crbug.com/146195 fast/speech/input-appearance-speechbutton.html [ ImageOnlyFailure ]
crbug.com/146195 fast/speech/speech-bidi-rendering.html [ ImageOnlyFailure ]
crbug.com/146195 fast/writing-mode/block-level-images.html [ ImageOnlyFailure ]
crbug.com/146195 fullscreen/full-screen-stacking-context.html [ ImageOnlyFailure ]
crbug.com/146195 http/tests/media/video-buffered-range-contains-currentTime.html [ ImageOnlyFailure ]
crbug.com/146195 http/tests/misc/slow-loading-image-in-pattern.html [ ImageOnlyFailure ]
crbug.com/146195 ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio.htm [ ImageOnlyFailure ]
crbug.com/146195 ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001.htm [ ImageOnlyFailure ]
crbug.com/146195 media/audio-controls-rendering.html [ ImageOnlyFailure ]
crbug.com/146195 media/audio-repaint.html [ ImageOnlyFailure ]
crbug.com/146195 media/controls-after-reload.html [ ImageOnlyFailure ]
crbug.com/146195 media/controls-layout-direction.html [ ImageOnlyFailure ]
crbug.com/146195 media/controls-strict.html [ ImageOnlyFailure ]
crbug.com/146195 media/controls-styling-strict.html [ ImageOnlyFailure ]
crbug.com/146195 media/controls-styling.html [ ImageOnlyFailure ]
crbug.com/146195 media/controls-without-preload.html [ ImageOnlyFailure ]
crbug.com/146195 media/media-controls-clone.html [ ImageOnlyFailure ]
crbug.com/146195 media/media-document-audio-repaint.html [ ImageOnlyFailure ]
crbug.com/146195 media/track/track-cue-rendering-horizontal.html [ ImageOnlyFailure ]
crbug.com/146195 media/track/track-cue-rendering-vertical.html [ ImageOnlyFailure ]
crbug.com/146195 media/video-controls-rendering.html [ ImageOnlyFailure ]
crbug.com/146195 media/video-display-toggle.html [ ImageOnlyFailure ]
crbug.com/146195 media/video-empty-source.html [ ImageOnlyFailure ]
crbug.com/146195 media/video-no-audio.html [ ImageOnlyFailure ]
crbug.com/146195 media/video-playing-and-pause.html [ ImageOnlyFailure ]
crbug.com/146195 media/video-zoom-controls.html [ ImageOnlyFailure ]
crbug.com/146195 platform/chromium/virtual/gpu/fast/canvas/canvasDrawingIntoSelf.html [ ImageOnlyFailure ]
crbug.com/146195 platform/chromium/virtual/gpu/fast/canvas/drawImage-with-globalAlpha.html [ ImageOnlyFailure ]
crbug.com/146195 platform/chromium/virtual/gpu/fast/canvas/drawImage.html [ ImageOnlyFailure ]
crbug.com/146195 scrollbars/overflow-scrollbar-combinations.html [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/g-dirLTR-ubNone.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/g-dirLTR-ubOverride.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/g-dirRTL-ubNone.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/g-dirRTL-ubOverride.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-anchor-no-markup.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-dirLTR-ubNone.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-dirLTR-ubOverride.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-dirRTL-ubNone.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/text-dirRTL-ubOverride.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-direction-ltr.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-I18N/tspan-direction-rtl.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1-SE/filters-image-03-f.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1-SE/filters-image-05-f.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/animate-elem-30-t.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/animate-elem-36-t.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/animate-elem-39-t.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/animate-elem-40-t.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/coords-viewattr-02-b.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/filters-displace-01-f.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/filters-image-01-b.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/filters-light-01-f.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/masking-path-04-b.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/render-groups-01-b.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/render-groups-03-t.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/struct-image-06-t.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/struct-image-08-t.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/struct-image-10-t.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/W3C-SVG-1.1/struct-symbol-01-b.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/as-border-image/svg-as-border-image.html [ ImageOnlyFailure ]
crbug.com/146195 svg/carto.net/scrollbar.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/anchor-on-use.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/createImageElement.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/createImageElement2.xhtml [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/image-parent-translation.xhtml [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/image-rescale-clip.html [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/image-rescale-scroll.html [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/image-small-width-height.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/js-update-image-and-display.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/js-update-image-and-display2.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/js-update-image-and-display3.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/js-update-image.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/pointer-events-image-css-transform.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/pointer-events-image.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/text-image-opacity.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/custom/use-on-g-containing-foreignObject-and-image.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-dom-height-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-dom-width-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-dom-x-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-dom-y-attr.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-svgdom-height-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-svgdom-width-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-svgdom-x-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/dynamic-updates/SVGImageElement-svgdom-y-prop.html [ ImageOnlyFailure ]
crbug.com/146195 svg/filters/feDisplacementMap.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/filters/feImage-preserveAspectratio.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/filters/filterRes.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/filters/filterRes2.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/filters/filteredImage.svg [ ImageOnlyFailure ]
crbug.com/146195 svg/wicd/test-rightsizing-b.xhtml [ ImageOnlyFailure ]
crbug.com/146195 svg/zoom/page/zoom-background-images.html [ ImageOnlyFailure ]
crbug.com/146195 svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml [ ImageOnlyFailure ]
crbug.com/146195 svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml [ ImageOnlyFailure ]
crbug.com/146195 svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug101674.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug11026.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug1188.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug1296.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug1430.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug14929.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug15544.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug2981-2.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug4093.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug4284.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug4427.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug56563.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug625.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug6404.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/bugs/bug97383.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/core/bloomberg.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/core/col_widths_auto_autoFix.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/core/misc.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tbody_valign_baseline.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tbody_valign_bottom.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tbody_valign_middle.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tbody_valign_top.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/td_valign_baseline.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/td_valign_bottom.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/td_valign_middle.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/td_valign_top.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tfoot_valign_baseline.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tfoot_valign_bottom.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tfoot_valign_middle.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tfoot_valign_top.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/th_valign_baseline.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/th_valign_bottom.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/th_valign_middle.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/th_valign_top.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/thead_valign_baseline.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/thead_valign_bottom.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/thead_valign_middle.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/thead_valign_top.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tr_valign_baseline.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tr_valign_bottom.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tr_valign_middle.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/marvin/tr_valign_top.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla/other/cell_widths.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla_expected_failures/bugs/97619.html [ ImageOnlyFailure ]
crbug.com/146195 tables/mozilla_expected_failures/bugs/bug6933.html [ ImageOnlyFailure ]
crbug.com/146195 transitions/cross-fade-background-image.html [ ImageOnlyFailure ]
# END OVERRIDES HERE (this line ensures that the file is newline-terminated)
|