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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
|
// 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
BUGCR130283 : svg/W3C-SVG-1.1/painting-stroke-04-t.svg = TEXT
BUGCR131188 : css3/filters/effect-combined-hw.html = IMAGE
BUGCR131188 : css3/filters/effect-grayscale-hw.html = IMAGE
BUGCR131188 : css3/filters/effect-hue-rotate-hw.html = IMAGE
BUGCR131188 : css3/filters/effect-saturate-hw.html = IMAGE
BUGCR131188 : css3/filters/effect-sepia-hw.html = IMAGE
BUGCR131188 : platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient.html = IMAGE
// We gave up on rebaselining http://crrev.com/140760 and instead rolled it out.
// The following tests started failing while those expectations were in place...
// maybe some other chrome/webkit change after 140760 modified results of these tests,
// and our broad expectations hid those failures?
BUGCR131189 : canvas/philip/tests/2d.line.width.basic.html = TEXT
BUGCR131189 : canvas/philip/tests/2d.line.width.transformed.html = TEXT
BUGCR131189 : canvas/philip/tests/2d.transformation.setTransform.skewed.html = TEXT
BUGCR131189 : canvas/philip/tests/2d.transformation.transform.skewed.html = TEXT
BUGCR131189 : compositing/geometry/fixed-position-iframe-composited-page-scale-down.html = IMAGE
BUGCR131189 : compositing/geometry/fixed-position-iframe-composited-page-scale.html = IMAGE
BUGCR131189 LINUX WIN : css1/basic/class_as_selector.html = IMAGE
BUGCR131189 WIN : css1/basic/containment.html = IMAGE
BUGCR131189 LINUX WIN : css1/basic/id_as_selector.html = IMAGE
BUGCR131189 LINUX WIN : css1/box_properties/border_bottom.html = IMAGE
BUGCR131189 WIN : css1/box_properties/border_left.html = IMAGE
BUGCR131189 WIN : css1/box_properties/border_right_inline.html = IMAGE
BUGCR131189 WIN : css1/box_properties/border_top.html = IMAGE
BUGCR131189 WIN : css1/box_properties/clear_float.html = IMAGE
BUGCR131189 LINUX WIN : css1/box_properties/margin_left.html = IMAGE
BUGCR131189 WIN : css1/box_properties/margin_right.html = IMAGE
BUGCR131189 WIN : css1/box_properties/padding_left.html = IMAGE
BUGCR131189 LINUX WIN : css1/box_properties/padding_right.html = IMAGE
BUGCR131189 WIN : css1/cascade/cascade_order.html = IMAGE
BUGCR131189 WIN : css1/classification/list_style_type.html = IMAGE
BUGCR131189 LINUX WIN : css1/pseudo/anchor.html = IMAGE
BUGCR131189 WIN : css2.1/20110323/replaced-intrinsic-ratio-001.htm = IMAGE
BUGCR131189 WIN : css3/selectors3/html/css3-modsel-161.html = IMAGE
BUGCR131189 WIN : css3/selectors3/xhtml/css3-modsel-161.xml = IMAGE
BUGCR131189 WIN : css3/selectors3/xml/css3-modsel-161.xml = IMAGE
BUGCR131189 WIN : editing/deleting/delete-after-span-ws-001.html = IMAGE
BUGCR131189 WIN : editing/deleting/delete-after-span-ws-002.html = IMAGE
BUGCR131189 WIN : editing/deleting/delete-after-span-ws-003.html = IMAGE
BUGCR131189 WIN : editing/deleting/delete-line-end-ws-001.html = IMAGE
BUGCR131189 WIN : editing/deleting/delete-line-end-ws-002.html = IMAGE
BUGCR131189 WIN : editing/input/caret-at-the-edge-of-input.html = IMAGE
BUGCR131189 LINUX WIN : editing/input/reveal-caret-of-multiline-contenteditable.html = IMAGE
BUGCR131189 WIN : editing/input/reveal-caret-of-multiline-input.html = IMAGE
BUGCR131189 WIN : editing/inserting/4960120-1.html = IMAGE
BUGCR131189 WIN : editing/inserting/before-after-input-element.html = IMAGE
BUGCR131189 WIN : editing/pasteboard/4641033.html = IMAGE
BUGCR131189 WIN : editing/pasteboard/4806874.html = IMAGE
BUGCR131189 WIN : editing/pasteboard/4944770-1.html = IMAGE
BUGCR131189 WIN : editing/pasteboard/4944770-2.html = IMAGE
BUGCR131189 WIN : editing/pasteboard/drop-text-without-selection.html = IMAGE
BUGCR131189 WIN : editing/pasteboard/input-field-1.html = IMAGE
BUGCR131189 WIN : editing/pasteboard/pasting-tabs.html = IMAGE
BUGCR131189 WIN : editing/selection/3690703-2.html = IMAGE
BUGCR131189 WIN : editing/selection/3690703.html = IMAGE
BUGCR131189 WIN : editing/selection/3690719.html = IMAGE
BUGCR131189 WIN : editing/selection/4397952.html = IMAGE
BUGCR131189 WIN : editing/selection/4895428-3.html = IMAGE
BUGCR131189 WIN : editing/selection/4975120.html = IMAGE
BUGCR131189 WIN : editing/selection/caret-before-select.html = IMAGE
BUGCR131189 WIN : editing/selection/drag-select-1.html = IMAGE
BUGCR131189 LINUX WIN : editing/selection/iframe.html = IMAGE
BUGCR131189 WIN : editing/selection/replaced-boundaries-3.html = IMAGE
BUGCR131189 WIN : editing/selection/select-across-readonly-input-1.html = IMAGE
BUGCR131189 WIN : editing/selection/select-across-readonly-input-2.html = IMAGE
BUGCR131189 WIN : editing/selection/select-across-readonly-input-3.html = IMAGE
BUGCR131189 WIN : editing/selection/select-across-readonly-input-4.html = IMAGE
BUGCR131189 WIN : editing/selection/select-across-readonly-input-5.html = IMAGE
BUGCR131189 LINUX WIN : editing/selection/select-all-001.html = IMAGE
BUGCR131189 LINUX WIN : editing/selection/select-all-002.html = IMAGE
BUGCR131189 WIN : editing/selection/select-box.html = IMAGE
BUGCR131189 WIN : editing/selection/select-element-paragraph-boundary.html = IMAGE
BUGCR131189 WIN : editing/selection/unrendered-001.html = IMAGE
BUGCR131189 WIN : editing/selection/unrendered-002.html = IMAGE
BUGCR131189 WIN : editing/selection/unrendered-003.html = IMAGE
BUGCR131189 WIN : editing/selection/unrendered-004.html = IMAGE
BUGCR131189 WIN : editing/selection/unrendered-005.html = IMAGE
BUGCR131189 WIN : fast/backgrounds/background-inherit-color-bug.html = IMAGE
BUGCR131189 LINUX WIN : fast/backgrounds/background-leakage-transforms.html = IMAGE
BUGCR131189 LINUX WIN : fast/backgrounds/repeat/negative-offset-repeat-transformed.html = IMAGE
BUGCR131189 LINUX WIN : fast/block/float/float-avoidance.html = IMAGE
BUGCR131189 LINUX WIN : fast/borders/border-image-rotate-transform.html = IMAGE
BUGCR131189 : fast/borders/border-radius-valid-border-clipping.html = IMAGE
BUGCR131189 WIN : fast/borders/mixed-border-styles-radius2.html = IMAGE
BUGCR131189 WIN : fast/block/margin-collapse/103.html = IMAGE
BUGCR131189 LINUX WIN : fast/box-shadow/basic-shadows.html = IMAGE
BUGCR131189 : fast/canvas/canvas-imageSmoothingEnabled-patterns.html = IMAGE
BUGCR131189 WIN : fast/canvas/canvas-incremental-repaint.html = IMAGE
BUGCR131189 WIN : fast/canvas/canvas-text-alignment.html = IMAGE
BUGCR131189 : fast/canvas/image-object-in-canvas.html = IMAGE
BUGCR131189 : fast/canvas/image-pattern-rotate.html = IMAGE
BUGCR131189 WIN : fast/css/input-search-padding.html = IMAGE
BUGCR131189 WIN : fast/css/line-height.html = IMAGE
BUGCR131189 WIN : fast/css/nested-rounded-corners.html = IMAGE
BUGCR131189 WIN : fast/css/text-input-with-webkit-border-radius.html = IMAGE
BUGCR131189 WIN : fast/css/text-overflow-input.html = IMAGE
BUGCR131189 WIN : fast/css/text-transform-select.html = IMAGE
BUGCR131189 WIN : fast/dom/52776.html = IMAGE
BUGCR131189 WIN : fast/dom/HTMLMeterElement/meter-appearances-capacity.html = IMAGE
BUGCR131189 WIN : fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html = IMAGE
BUGCR131189 WIN : fast/dom/HTMLMeterElement/meter-optimums.html = IMAGE
BUGCR131189 WIN : fast/dom/focus-contenteditable.html = IMAGE
BUGCR131189 WIN : fast/dom/isindex-001.html = IMAGE
BUGCR131189 WIN : fast/dom/isindex-002.html = IMAGE
BUGCR131189 LINUX WIN : fast/events/autoscroll.html = IMAGE
BUGCR131189 WIN : fast/events/context-no-deselect.html = IMAGE
BUGCR131189 LINUX WIN : fast/events/reveal-link-when-focused.html = IMAGE
BUGCR131189 WIN : fast/forms/001.html = IMAGE
BUGCR131189 WIN : fast/forms/003.html = IMAGE
BUGCR131189 WIN : fast/forms/004.html = IMAGE
BUGCR131189 WIN : fast/forms/HTMLOptionElement_label01.html = IMAGE
BUGCR131189 WIN : fast/forms/HTMLOptionElement_label02.html = IMAGE
BUGCR131189 WIN : fast/forms/HTMLOptionElement_label03.html = IMAGE
BUGCR131189 WIN : fast/forms/HTMLOptionElement_label04.html = IMAGE
BUGCR131189 WIN : fast/forms/HTMLOptionElement_label05.html = IMAGE
BUGCR131189 WIN : fast/forms/HTMLOptionElement_label06.html = IMAGE
BUGCR131189 WIN : fast/forms/HTMLOptionElement_label07.html = IMAGE
BUGCR131189 WIN : fast/forms/basic-buttons.html = IMAGE
BUGCR131189 WIN : fast/forms/basic-inputs.html = IMAGE
BUGCR131189 WIN : fast/forms/basic-selects.html = IMAGE
BUGCR131189 MAC WIN : fast/forms/box-shadow-override.html = IMAGE
BUGCR131189 WIN : fast/forms/button-generated-content.html = IMAGE
BUGCR131189 WIN : fast/forms/button-inner-block-reuse.html = IMAGE
BUGCR131189 WIN : fast/forms/control-clip-overflow.html = IMAGE
BUGCR131189 WIN : fast/forms/control-restrict-line-height.html = IMAGE
BUGCR131189 WIN : fast/forms/date/date-appearance.html = IMAGE
BUGCR131189 WIN : fast/forms/disabled-select-change-index.html = IMAGE
BUGCR131189 WIN : fast/forms/encoding-test.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/fieldset-align.html = IMAGE
BUGCR131189 WIN : fast/forms/floating-textfield-relayout.html = IMAGE
BUGCR131189 WIN : fast/forms/form-element-geometry.html = IMAGE
BUGCR131189 WIN : fast/forms/input-align.html = IMAGE
BUGCR131189 WIN : fast/forms/input-appearance-default-bkcolor.html = IMAGE
BUGCR131189 WIN : fast/forms/input-appearance-disabled.html = IMAGE
BUGCR131189 WIN : fast/forms/input-appearance-focus.html = IMAGE
BUGCR131189 WIN : fast/forms/input-appearance-height.html = IMAGE
BUGCR131189 WIN : fast/forms/input-appearance-preventDefault.html = IMAGE
BUGCR131189 WIN : fast/forms/input-appearance-readonly.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/input-appearance-selection.html = IMAGE
BUGCR131189 WIN : fast/forms/input-appearance-visibility.html = IMAGE
BUGCR131189 WIN : fast/forms/input-appearance-width.html = IMAGE
BUGCR131189 WIN : fast/forms/input-baseline.html = IMAGE
BUGCR131189 WIN : fast/forms/input-disabled-color.html = IMAGE
BUGCR131189 WIN : fast/forms/input-double-click-selection-gap-bug.html = IMAGE
BUGCR131189 WIN : fast/forms/input-field-text-truncated.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/input-placeholder-paint-order.html = IMAGE
BUGCR131189 WIN : fast/forms/input-placeholder-visibility-1.html = IMAGE
BUGCR131189 WIN : fast/forms/input-placeholder-visibility-3.html = IMAGE
BUGCR131189 WIN : fast/forms/input-readonly-autoscroll.html = IMAGE
BUGCR131189 WIN : fast/forms/input-readonly-dimmed.html = IMAGE
BUGCR131189 WIN : fast/forms/input-readonly-empty.html = IMAGE
BUGCR131189 WIN : fast/forms/input-spaces.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/input-table.html = IMAGE
BUGCR131189 WIN : fast/forms/input-text-click-inside.html = IMAGE
BUGCR131189 WIN : fast/forms/input-text-click-outside.html = IMAGE
BUGCR131189 WIN : fast/forms/input-text-double-click.html = IMAGE
BUGCR131189 WIN : fast/forms/input-text-option-delete.html = IMAGE
BUGCR131189 WIN : fast/forms/input-text-scroll-left-on-blur.html = IMAGE
BUGCR131189 WIN : fast/forms/input-text-self-emptying-click.html = IMAGE
BUGCR131189 WIN : fast/forms/input-text-word-wrap.html = IMAGE
BUGCR131189 WIN : fast/forms/input-type-text-min-width.html = IMAGE
BUGCR131189 WIN : fast/forms/input-value.html = IMAGE
BUGCR131189 WIN : fast/forms/input-width.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/listbox-bidi-align.html = IMAGE
BUGCR131189 WIN : fast/forms/listbox-clip.html = IMAGE
BUGCR131189 WIN : fast/forms/listbox-width-change.html = IMAGE
BUGCR131189 WIN : fast/forms/listbox-scrollbar-incremental-load.html = IMAGE
BUGCR131189 WIN : fast/forms/menulist-deselect-update.html = IMAGE
BUGCR131189 WIN : fast/forms/menulist-narrow-width.html = IMAGE
BUGCR131189 WIN : fast/forms/menulist-no-overflow.html = IMAGE
BUGCR131189 WIN : fast/forms/menulist-restrict-line-height.html = IMAGE
BUGCR131189 WIN : fast/forms/menulist-separator-painting.html = IMAGE
BUGCR131189 WIN : fast/forms/menulist-style-color.html = IMAGE
BUGCR131189 WIN : fast/forms/menulist-width-change.html = IMAGE
BUGCR131189 WIN : fast/forms/minWidthPercent.html = IMAGE
BUGCR131189 WIN : fast/forms/number/input-appearance-number-rtl.html = IMAGE
BUGCR131189 WIN : fast/forms/number/input-appearance-spinbutton-disabled-readonly.html = IMAGE
BUGCR131189 WIN : fast/forms/number/input-appearance-spinbutton-layer.html = IMAGE
BUGCR131189 WIN : fast/forms/option-script.html = IMAGE
BUGCR131189 WIN : fast/forms/option-strip-whitespace.html = IMAGE
BUGCR131189 WIN : fast/forms/option-text-clip.html = IMAGE
BUGCR131189 WIN : fast/forms/placeholder-position.html = IMAGE
BUGCR131189 WIN : fast/forms/placeholder-pseudo-style.html = IMAGE
BUGCR131189 WIN : fast/forms/plaintext-mode-2.html = IMAGE
BUGCR131189 WIN : fast/forms/range/input-appearance-range.html = IMAGE
BUGCR131189 WIN : fast/forms/search-cancel-button-style-sharing.html = IMAGE
BUGCR131189 WIN : fast/forms/search-display-none-cancel-button.html = IMAGE
BUGCR131189 WIN : fast/forms/search-rtl.html = IMAGE
BUGCR131189 WIN : fast/forms/searchfield-heights.html = IMAGE
BUGCR131189 WIN : fast/forms/select-initial-position.html = IMAGE
BUGCR131189 WIN : fast/forms/select-align.html = IMAGE
BUGCR131189 WIN : fast/forms/select-background-none.html = IMAGE
BUGCR131189 WIN : fast/forms/select-baseline.html = IMAGE
BUGCR131189 WIN : fast/forms/select-block-background.html = IMAGE
BUGCR131189 WIN : fast/forms/select-change-listbox-size.html = IMAGE
BUGCR131189 WIN : fast/forms/select-change-listbox-to-popup.html = IMAGE
BUGCR131189 WIN : fast/forms/select-change-popup-to-listbox.html = IMAGE
BUGCR131189 WIN : fast/forms/select-dirty-parent-pref-widths.html = IMAGE
BUGCR131189 WIN : fast/forms/select-disabled-appearance.html = IMAGE
BUGCR131189 WIN : fast/forms/select-list-box-with-height.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/select-overflow-scroll-inherited.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/select-overflow-scroll.html = IMAGE
BUGCR131189 WIN : fast/forms/select-selected.html = IMAGE
BUGCR131189 WIN : fast/forms/select-size.html = IMAGE
BUGCR131189 WIN : fast/forms/select-style.html = IMAGE
BUGCR131189 WIN : fast/forms/select-visual-hebrew.html = IMAGE
BUGCR131189 WIN : fast/forms/select-writing-direction-natural.html = IMAGE
BUGCR131189 WIN : fast/forms/select/optgroup-rendering.html = IMAGE
BUGCR131189 WIN : fast/forms/selectlist-minsize.html = IMAGE
BUGCR131189 WIN : fast/forms/stuff-on-my-optgroup.html = IMAGE
BUGCR131189 WIN : fast/forms/tabbing-input-iframe.html = IMAGE
BUGCR131189 WIN : fast/forms/text-style-color.html = IMAGE
BUGCR131189 WIN : fast/forms/textarea-placeholder-visibility-1.html = IMAGE
BUGCR131189 WIN : fast/forms/textarea-placeholder-visibility-2.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/textarea-scrollbar.html = IMAGE
BUGCR131189 WIN : fast/forms/textarea-scrolled-type.html = IMAGE
BUGCR131189 LINUX WIN : fast/forms/textarea/textarea-placeholder-paint-order.html = IMAGE
BUGCR131189 WIN : fast/forms/textfield-focus-ring.html = IMAGE
BUGCR131189 WIN : fast/forms/textfield-overflow.html = IMAGE
BUGCR131189 WIN : fast/forms/validation-message-appearance.html = IMAGE
BUGCR131189 WIN : fast/forms/visual-hebrew-text-field.html = IMAGE
BUGCR131189 WIN : fast/frames/take-focus-from-iframe.html = IMAGE
BUGCR131189 WIN : fast/gradients/background-clipped.html = IMAGE
BUGCR131189 WIN : fast/html/details-no-summary4.html = IMAGE
BUGCR131189 WIN : fast/html/details-open-javascript.html = IMAGE
BUGCR131189 WIN : fast/html/details-open2.html = IMAGE
BUGCR131189 WIN : fast/html/details-open4.html = IMAGE
BUGCR131189 LINUX WIN : fast/html/details-position.html = IMAGE
BUGCR131189 WIN : fast/html/details-replace-summary-child.html = IMAGE
BUGCR131189 WIN : fast/html/details-replace-text.html = IMAGE
BUGCR131189 LINUX WIN : fast/html/details-writing-mode.html = IMAGE
BUGCR131189 WIN : fast/html/keygen.html = IMAGE
BUGCR131189 WIN : fast/invalid/014.html = IMAGE
BUGCR131189 WIN : fast/layers/scroll-with-transform-layer.html = IMAGE
BUGCR131189 WIN : fast/lists/008.html = IMAGE
BUGCR131189 WIN : fast/lists/008-vertical.html = IMAGE
BUGCR131189 WIN : fast/lists/dynamic-marker-crash.html = IMAGE
BUGCR131189 WIN : fast/overflow/overflow-rtl-vertical.html = IMAGE
BUGCR131189 WIN : fast/overflow/overflow-rtl.html = IMAGE
BUGCR131189 LINUX WIN : fast/overflow/overflow-update-transform.html = IMAGE
BUGCR131189 LINUX WIN : fast/overflow/overflow-with-local-background-attachment.html = IMAGE
BUGCR131189 WIN : fast/parser/document-write-option.html = IMAGE
BUGCR131189 WIN : fast/repaint/control-clip.html = IMAGE
BUGCR131189 WIN : fast/repaint/moving-shadow-on-container.html = IMAGE
BUGCR131189 WIN : fast/repaint/moving-shadow-on-path.html = IMAGE
BUGCR131189 WIN : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = IMAGE
BUGCR131189 WIN : fast/repaint/select-option-background-color.html = IMAGE
BUGCR131189 WIN : fast/repaint/subtree-root-skipped.html = IMAGE
BUGCR131189 WIN : fast/repaint/transform-absolute-in-positioned-container.html = IMAGE
BUGCR131189 WIN : fast/replaced/replaced-breaking-mixture.html = IMAGE
BUGCR131189 WIN : fast/replaced/replaced-breaking.html = IMAGE
BUGCR131189 WIN : fast/replaced/three-selects-break.html = IMAGE
BUGCR131189 WIN : fast/replaced/width100percent-searchfield.html = IMAGE
BUGCR131189 WIN : fast/replaced/width100percent-textfield.html = IMAGE
BUGCR131189 LINUX WIN : fast/selectors/166.html = IMAGE
BUGCR131189 WIN : fast/speech/input-appearance-numberandspeech.html = IMAGE
BUGCR131189 WIN : fast/speech/input-appearance-searchandspeech.html = IMAGE
BUGCR131189 WIN : fast/speech/input-appearance-speechbutton.html = IMAGE
BUGCR131189 WIN : fast/speech/speech-bidi-rendering.html = IMAGE
BUGCR131189 WIN : fast/table/003.html = IMAGE
BUGCR131189 WIN : fast/table/colspanMinWidth.html = IMAGE
BUGCR131189 WIN : fast/table/spanOverlapRepaint.html = IMAGE
BUGCR131189 WIN : fast/table/text-field-baseline.html = IMAGE
BUGCR131189 WIN : fast/text/drawBidiText.html = IMAGE
BUGCR131189 WIN : fast/text/international/bidi-listbox-atsui.html = IMAGE
BUGCR131189 WIN : fast/text/international/bidi-listbox.html = IMAGE
BUGCR131189 WIN : fast/text/international/bidi-menulist.html = IMAGE
BUGCR131189 WIN : fast/text/international/pop-up-button-text-alignment-and-direction.html = IMAGE
BUGCR131189 WIN : fast/text/textIteratorNilRenderer.html = IMAGE
BUGCR131189 WIN : fast/text/updateNewFont.html = IMAGE
BUGCR131189 LINUX WIN : fast/transforms/rotated-transform-affects-scrolling-1.html = IMAGE
BUGCR131189 WIN : fast/transforms/rotated-transform-affects-scrolling-2.html = IMAGE
BUGCR131189 WIN : fast/transforms/transformed-focused-text-input.html = IMAGE
BUGCR131189 WIN : fast/writing-mode/border-radius-clipping-vertical-lr.html = IMAGE
BUGCR131189 WIN : fast/writing-mode/box-shadow-vertical-lr.html = IMAGE
BUGCR131189 WIN : fast/writing-mode/box-shadow-vertical-rl.html = IMAGE
BUGCR131189 LINUX WIN : fonts/monospace.html = IMAGE
BUGCR131189 WIN : http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml = IMAGE
BUGCR131189 LINUX WIN : http/tests/navigation/javascriptlink-frames.html = IMAGE
BUGCR131189 LINUX WIN : ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002.htm = IMAGE
BUGCR131189 : platform/chromium/virtual/gpu/canvas/philip/tests/2d.transformation.setTransform.skewed.html = TEXT
BUGCR131189 : platform/chromium/virtual/gpu/canvas/philip/tests/2d.transformation.transform.skewed.html = TEXT
BUGCR131189 WIN : platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment.html = IMAGE
BUGCR131189 WIN : plugins/mouse-click-plugin-clears-selection.html = IMAGE
BUGCR131189 LINUX WIN : svg/as-image/image-respects-pageScaleFactor.html = IMAGE
BUGCR131189 WIN : svg/css/composite-shadow-example.html = IMAGE
BUGCR131189 WIN : svg/css/composite-shadow-with-opacity.html = IMAGE
BUGCR131189 WIN : svg/css/stars-with-shadow.html = IMAGE
BUGCR131189 WIN : svg/custom/foreign-object-skew.svg = IMAGE
BUGCR131189 LINUX WIN : svg/custom/getscreenctm-in-scrollable-div-area-nested.xhtml = IMAGE
BUGCR131189 LINUX WIN : svg/custom/getscreenctm-in-scrollable-div-area.xhtml = IMAGE
BUGCR131189 LINUX WIN : svg/custom/getscreenctm-in-scrollable-svg-area.xhtml = IMAGE
BUGCR131189 WIN : svg/custom/inline-svg-in-xhtml.xml = IMAGE
BUGCR131189 : svg/custom/non-scaling-stroke.svg = IMAGE
BUGCR131189 WIN : svg/custom/object-sizing-no-width-height.xhtml = IMAGE
BUGCR131189 : svg/custom/pattern-rotate.svg = IMAGE
BUGCR131189 LINUX WIN : svg/dom/SVGTransformList-basics.xhtml = IMAGE
BUGCR131189 LINUX WIN : svg/dom/css-transforms.xhtml = IMAGE
BUGCR131189 LINUX WIN : svg/dynamic-updates/SVG-dynamic-css-transform.html = IMAGE
BUGCR131189 WIN : svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop.html = IMAGE
BUGCR131189 WIN : svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop.html = IMAGE
BUGCR131189 LINUX WIN : svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox.svg = IMAGE
BUGCR131189 LINUX WIN : svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse.svg = IMAGE
BUGCR131189 LINUX WIN : svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox.svg = IMAGE
BUGCR131189 LINUX WIN : svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse.svg = IMAGE
BUGCR131189 WIN : svg/hixie/mixed/003.xml = IMAGE
BUGCR131189 WIN : svg/in-html/circle.html = IMAGE
BUGCR131189 : svg/transforms/text-with-pattern-inside-transformed-html.xhtml = IMAGE
BUGCR131189 MAC WIN : svg/transforms/text-with-pattern-with-svg-transform.svg = IMAGE
BUGCR131189 WIN : svg/wicd/rightsizing-grid.xhtml = IMAGE
BUGCR131189 LINUX WIN : svg/wicd/test-rightsizing-b.xhtml = IMAGE
BUGCR131189 WIN : svg/wicd/test-scalable-background-image1.xhtml = IMAGE
BUGCR131189 LINUX WIN : svg/zoom/page/absolute-sized-document-scrollbars.svg = IMAGE
BUGCR131189 LINUX WIN : svg/zoom/page/zoom-hixie-mixed-008.xml = IMAGE
BUGCR131189 LINUX WIN : svg/zoom/page/zoom-mask-with-percentages.svg = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/45621.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug1188.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug12384.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug18359.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug24200.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug2479-2.html = IMAGE
BUGCR131189 LINUX WIN : tables/mozilla/bugs/bug2479-3.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug28928.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug29326.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug30692.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug33855.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug4382.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug44505.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug4527.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug46368-1.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug46368-2.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug51037.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug55545.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug59354.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug7342.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug92647-2.html = IMAGE
BUGCR131189 WIN : tables/mozilla/bugs/bug96334.html = IMAGE
BUGCR131189 WIN : tables/mozilla/core/margins.html = IMAGE
BUGCR131189 WIN : tables/mozilla/dom/tableDom.html = IMAGE
BUGCR131189 LINUX WIN : tables/mozilla/marvin/backgr_index.html = IMAGE
BUGCR131189 LINUX WIN : tables/mozilla/marvin/backgr_layers-opacity.html = IMAGE
BUGCR131189 WIN : tables/mozilla/other/move_row.html = IMAGE
BUGCR131189 WIN : tables/mozilla_expected_failures/bugs/bug1725.html = IMAGE
BUGCR131189 WIN : tables/mozilla_expected_failures/bugs/bug92647-1.html = IMAGE
BUGCR131189 LINUX WIN : tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html = IMAGE
BUGCR131189 WIN : tables/mozilla_expected_failures/marvin/backgr_layers-show.html = IMAGE
BUGCR131189 WIN : transforms/2d/zoom-menulist.html = IMAGE
// END OVERRIDES HERE (this line ensures that the file is newline-terminated)
|