1 2013-01-21 Alexander Pavlov <apavlov@chromium.org>
3 Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
4 https://bugs.webkit.org/show_bug.cgi?id=107419
6 Reviewed by Pavel Feldman.
8 * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once
9 and reset the touch event emulation flag in window.internals.settings upon test completion.
10 * fast/events/touch/emulated-touch-iframe.html:
11 Reset the touch event emulation flag in window.internals.settings upon test completion.
13 2013-01-21 Andrey Lushnikov <lushnikov@chromium.org>
15 Web Inspector: fix highlight bug in DTE.
16 https://bugs.webkit.org/show_bug.cgi?id=107433
18 Reviewed by Pavel Feldman.
20 Add a layout test to cover highlight bug specific situation.
22 * inspector/editor/highlighter-chunk-limit-expected.txt: Added.
23 * inspector/editor/highlighter-chunk-limit.html: Added.
25 2013-01-21 Ádám Kallai <kadam@inf.u-szeged.hu>
27 [Qt] Unreviewed gardening. Skip some failing.
29 * platform/qt/TestExpectations:
30 * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Update after r140202.
31 * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Update after r140202.
32 * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Update after r140202.
33 * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Update after r140202.
35 2013-01-21 Kentaro Hara <haraken@chromium.org>
37 Implement MediaStreamEvent constructor
38 https://bugs.webkit.org/show_bug.cgi?id=107411
40 Reviewed by Hajime Morita.
42 Fixed wrong test cases.
44 * fast/events/constructors/media-stream-event-constructor-expected.txt:
45 * fast/events/constructors/media-stream-event-constructor.html:
47 2013-01-21 Andrey Lushnikov <lushnikov@chromium.org>
49 Web Inspector: refactoring to use string as argument for highlightRegex API
50 https://bugs.webkit.org/show_bug.cgi?id=107243
52 Reviewed by Pavel Feldman.
54 Correct test to correspond to refactoring changes.
56 * inspector/editor/text-editor-highlight-regexp.html:
58 2013-01-21 Sheriff Bot <webkit.review.bot@gmail.com>
60 Unreviewed, rolling out r140311.
61 http://trac.webkit.org/changeset/140311
62 https://bugs.webkit.org/show_bug.cgi?id=107431
64 Broke selection-related tests (Requested by apavlov on
67 * fast/events/touch/emulate-touch-events.html:
69 2013-01-20 Alexander Pavlov <apavlov@chromium.org>
71 Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
72 https://bugs.webkit.org/show_bug.cgi?id=107419
74 Reviewed by Pavel Feldman.
76 * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once.
78 2013-01-21 Tommy Widenflycht <tommyw@google.com>
80 MediaStream API: Update the RTCPeerConnection states to match the latest specification
81 https://bugs.webkit.org/show_bug.cgi?id=107120
83 Reviewed by Adam Barth.
85 * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
86 * fast/mediastream/RTCPeerConnection-datachannel.html:
87 * fast/mediastream/RTCPeerConnection-ice-expected.txt:
88 * fast/mediastream/RTCPeerConnection-ice.html:
89 * fast/mediastream/RTCPeerConnection-state-expected.txt:
90 * fast/mediastream/RTCPeerConnection-state.html:
92 2013-01-20 Matt Falkenhagen <falken@chromium.org>
94 Elements must be reattached when inserted/removed from top layer
95 https://bugs.webkit.org/show_bug.cgi?id=105489
97 Relanding r139402 as rollout due to suspected perf regression did not help (bug 106726).
99 Reviewed by Julien Chaffraix.
101 * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
102 * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
103 This tests that a top layer element removed from the document does not reappear in the top layer if readded.
104 This test actually would pass before this patch, but just by good fortune (see bug).
105 * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
106 * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
107 This tests that top layer ordering is correct after removing and readding an element to the top layer.
109 2013-01-20 Yury Semikhatsky <yurys@chromium.org>
111 Web Inspector: change HeapSnapshotLoader to allow loading native heap snapshots
112 https://bugs.webkit.org/show_bug.cgi?id=107282
114 Reviewed by Pavel Feldman.
116 Conctete heap snapshot constructor name is passed as a parameter to HeapSnapshotLoaderProxy and
117 propagated to HeapSnapshotLoader.buildSnapshot to support different types of heap snapshots.
119 * inspector/profiler/heap-snapshot-loader.html:
121 2013-01-20 Kentaro Hara <haraken@chromium.org>
123 Implement MediaStreamEvent constructor
124 https://bugs.webkit.org/show_bug.cgi?id=107411
126 Reviewed by Adam Barth.
128 Spec: http://www.w3.org/TR/webrtc/#mediastreamevent
130 Test: fast/events/constructors/media-stream-event-constructor.html
132 * fast/events/constructors/media-stream-event-constructor-expected.txt: Added.
133 * fast/events/constructors/media-stream-event-constructor.html: Added.
134 * platform/chromium-android/TestExpectations:
135 * platform/efl/TestExpectations:
136 * platform/gtk/TestExpectations:
137 * platform/mac/TestExpectations:
138 * platform/qt/TestExpectations:
139 * platform/win/TestExpectations:
140 * platform/wincairo/TestExpectations:
142 2013-01-20 Mike Lawther <mikelawther@chromium.org>
144 CSS3 calc: unprefix implementation
145 https://bugs.webkit.org/show_bug.cgi?id=91951
147 Reviewed by Ojan Vafai.
149 Changed all -webkit-calc() occurrences to calc().
150 Made a copy of the simplest test file so very basic tests for the prefixed version
153 * css3/calc/background-position-parsing.html:
154 * css3/calc/block-mask-overlay-image-outset.html:
155 * css3/calc/border-radius.html:
156 * css3/calc/border.html:
157 * css3/calc/box-reflect.html:
158 * css3/calc/calc-errors.html:
159 * css3/calc/color-hsl.html:
160 * css3/calc/color-rgb.html:
161 * css3/calc/css3-radial-gradients.html:
162 * css3/calc/cssom-expected.txt:
163 * css3/calc/cssom.html:
164 * css3/calc/font-monospace.html:
165 * css3/calc/font-size-fractional.html:
166 * css3/calc/font-size.html:
167 * css3/calc/font.html:
168 * css3/calc/getComputedStyle-margin-percentage.html:
169 * css3/calc/gradient-color-stops.html:
170 * css3/calc/img-size.html:
171 * css3/calc/line-height.html:
172 * css3/calc/margin.html:
173 * css3/calc/negative-padding.html:
174 * css3/calc/padding.html:
175 * css3/calc/reflection-computed-style-expected.txt:
176 * css3/calc/reflection-computed-style.html:
177 * css3/calc/regression-62276.html:
178 * css3/calc/simple-calcs-prefixed-expected.txt: Added.
179 * css3/calc/simple-calcs-prefixed.html: Copied from LayoutTests/css3/calc/simple-calcs.html.
180 * css3/calc/simple-calcs.html:
181 * css3/calc/simple-composited-mask.html:
182 * css3/calc/table-border-spacing.html:
183 * css3/calc/table-calcs.html:
184 * css3/calc/table-empty-cells.html:
185 * css3/calc/transforms-scale.html:
186 * css3/calc/transforms-translate.html:
187 * css3/calc/transition-crash.html:
188 * css3/calc/transition-crash2.html:
189 * css3/calc/transition-crash3.html:
190 * css3/calc/transition-crash4.html:
191 * css3/calc/transitions-dependent.html:
192 * css3/calc/transitions.html:
193 * css3/calc/vertical-align-expected.html:
194 * css3/calc/vertical-align.html:
195 * css3/calc/zoom-with-em.html:
197 2013-01-20 Shinya Kawanaka <shinyak@chromium.org>
199 Distribution state becomes inconsistent with content/shadow reprojection
200 https://bugs.webkit.org/show_bug.cgi?id=106634
202 Reviewed by Hajime Morita.
204 * fast/dom/shadow/distribution-crash-expected.txt: Added.
205 * fast/dom/shadow/distribution-crash.html: Added.
206 * fast/dom/shadow/nested-reprojection-inconsistent-expected.txt: Added.
207 * fast/dom/shadow/nested-reprojection-inconsistent.html: Added.
209 2013-01-20 Kent Tamura <tkent@chromium.org>
211 Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
212 https://bugs.webkit.org/show_bug.cgi?id=104997
214 Reviewed by Tony Chang.
216 * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
217 * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
218 * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
219 * fast/forms/text/text-padding-dynamic-change.html: Added.
221 2013-01-20 Sheriff Bot <webkit.review.bot@gmail.com>
223 Unreviewed, rolling out r140290.
224 http://trac.webkit.org/changeset/140290
225 https://bugs.webkit.org/show_bug.cgi?id=107412
227 Broke tests of inspector and calendar picker in debug build
228 (Requested by tkent on #webkit).
230 * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
231 * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
232 * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
233 * fast/forms/text/text-padding-dynamic-change.html: Removed.
235 2013-01-20 Yongsheng Zhu <yongsheng.zhu@intel.com>
237 Dispatch LongPress to inner frames
238 https://bugs.webkit.org/show_bug.cgi?id=106874
240 Reviewed by Antonio Gomes.
242 * fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html: Added.
243 * fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html: Added.
244 * fast/events/touch/gesture/resources/drag-inside-iframe2.html: Added.
245 * fast/events/touch/gesture/resources/drag-inside-nested-iframes2.html: Added.
246 * fast/events/touch/gesture/resources/drag-inside-nested-iframes3.html: Added.
247 * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag-expected.txt: Added.
248 * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag-expected.txt: Added.
250 2013-01-20 Kent Tamura <tkent@chromium.org>
252 Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
253 https://bugs.webkit.org/show_bug.cgi?id=104997
255 Reviewed by Tony Chang.
257 * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
258 * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
259 * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
260 * fast/forms/text/text-padding-dynamic-change.html: Added.
262 2013-01-20 Shinya Kawanaka <shinyak@chromium.org>
264 [Shadow DOM] Specifying scrollbar style of an element having RenderLayer in ShadowDOM does not work.
265 https://bugs.webkit.org/show_bug.cgi?id=107222
267 Reviewed by Simon Fraser.
269 * fast/dom/shadow/scrollbar-expected.html: Added.
270 * fast/dom/shadow/scrollbar.html: Added.
272 2013-01-20 Yoshifumi Inoue <yosin@chromium.org>
274 Dragging over an element with scrollbars should scroll the element when dragging near edges
275 https://bugs.webkit.org/show_bug.cgi?id=39725
277 Reviewed by Hajime Morita.
279 This patch adds new test for autoscroll during drag-and-drop.
280 This test is skipped other than Chromium ports.
282 * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
283 * fast/events/drag-and-drop-autoscroll.html: Added.
284 * platform/efl/TestExpectations: Changed to skip fast/events/drag-and-drop-autoscroll.html
285 * platform/wincairo/TestExpectations: ditto.
286 * platform/mac/TestExpectations: ditto.
287 * platform/mac/TestExpectations: ditto.
288 * platform/qt/TestExpectations: ditto.
289 * platform/gtk/TestExpectations: ditto.
290 * platform/win/TestExpectations: ditto.
291 * platform/wk2/TestExpectations: ditto.
293 2013-01-20 Filip Pizlo <fpizlo@apple.com>
295 Add more JavaScript tests.
297 Rubber stampted by Geoffrey Garen.
299 This adds my JSRegress suite to LayoutTests. This includes silly microbenchmarks that I've
300 used to test JSC's performance on various interesting cases. But it's also good at catching
301 bugs, so we might as well be running it as part of regression testing. All of these tests
302 are short-running, so it shouldn't get in the way of anyone.
304 * fast/js/regress: Added.
305 * fast/js/regress/Float32Array-matrix-mult-expected.txt: Added.
306 * fast/js/regress/Float32Array-matrix-mult.html: Added.
307 * fast/js/regress/Int16Array-bubble-sort-expected.txt: Added.
308 * fast/js/regress/Int16Array-bubble-sort.html: Added.
309 * fast/js/regress/Int16Array-load-int-mul-expected.txt: Added.
310 * fast/js/regress/Int16Array-load-int-mul.html: Added.
311 * fast/js/regress/Int8Array-load-expected.txt: Added.
312 * fast/js/regress/Int8Array-load.html: Added.
313 * fast/js/regress/adapt-to-double-divide-expected.txt: Added.
314 * fast/js/regress/adapt-to-double-divide.html: Added.
315 * fast/js/regress/aliased-arguments-getbyval-expected.txt: Added.
316 * fast/js/regress/aliased-arguments-getbyval.html: Added.
317 * fast/js/regress/allocate-big-object-expected.txt: Added.
318 * fast/js/regress/allocate-big-object.html: Added.
319 * fast/js/regress/arity-mismatch-inlining-expected.txt: Added.
320 * fast/js/regress/arity-mismatch-inlining.html: Added.
321 * fast/js/regress/array-access-polymorphic-structure-expected.txt: Added.
322 * fast/js/regress/array-access-polymorphic-structure.html: Added.
323 * fast/js/regress/array-with-double-add-expected.txt: Added.
324 * fast/js/regress/array-with-double-add.html: Added.
325 * fast/js/regress/array-with-double-increment-expected.txt: Added.
326 * fast/js/regress/array-with-double-increment.html: Added.
327 * fast/js/regress/array-with-double-mul-add-expected.txt: Added.
328 * fast/js/regress/array-with-double-mul-add.html: Added.
329 * fast/js/regress/array-with-double-sum-expected.txt: Added.
330 * fast/js/regress/array-with-double-sum.html: Added.
331 * fast/js/regress/array-with-int32-add-sub-expected.txt: Added.
332 * fast/js/regress/array-with-int32-add-sub.html: Added.
333 * fast/js/regress/array-with-int32-or-double-sum-expected.txt: Added.
334 * fast/js/regress/array-with-int32-or-double-sum.html: Added.
335 * fast/js/regress/big-int-mul-expected.txt: Added.
336 * fast/js/regress/big-int-mul.html: Added.
337 * fast/js/regress/boolean-test-expected.txt: Added.
338 * fast/js/regress/boolean-test.html: Added.
339 * fast/js/regress/cast-int-to-double-expected.txt: Added.
340 * fast/js/regress/cast-int-to-double.html: Added.
341 * fast/js/regress/cell-argument-expected.txt: Added.
342 * fast/js/regress/cell-argument.html: Added.
343 * fast/js/regress/cfg-simplify-expected.txt: Added.
344 * fast/js/regress/cfg-simplify.html: Added.
345 * fast/js/regress/cmpeq-obj-to-obj-other-expected.txt: Added.
346 * fast/js/regress/cmpeq-obj-to-obj-other.html: Added.
347 * fast/js/regress/constant-test-expected.txt: Added.
348 * fast/js/regress/constant-test.html: Added.
349 * fast/js/regress/direct-arguments-getbyval-expected.txt: Added.
350 * fast/js/regress/direct-arguments-getbyval.html: Added.
351 * fast/js/regress/double-pollution-getbyval-expected.txt: Added.
352 * fast/js/regress/double-pollution-getbyval.html: Added.
353 * fast/js/regress/double-pollution-putbyoffset-expected.txt: Added.
354 * fast/js/regress/double-pollution-putbyoffset.html: Added.
355 * fast/js/regress/external-arguments-getbyval-expected.txt: Added.
356 * fast/js/regress/external-arguments-getbyval.html: Added.
357 * fast/js/regress/external-arguments-putbyval-expected.txt: Added.
358 * fast/js/regress/external-arguments-putbyval.html: Added.
359 * fast/js/regress/fold-double-to-int-expected.txt: Added.
360 * fast/js/regress/fold-double-to-int.html: Added.
361 * fast/js/regress/function-dot-apply-expected.txt: Added.
362 * fast/js/regress/function-dot-apply.html: Added.
363 * fast/js/regress/function-test-expected.txt: Added.
364 * fast/js/regress/function-test.html: Added.
365 * fast/js/regress/get-by-id-chain-from-try-block-expected.txt: Added.
366 * fast/js/regress/get-by-id-chain-from-try-block.html: Added.
367 * fast/js/regress/indexed-properties-in-objects-expected.txt: Added.
368 * fast/js/regress/indexed-properties-in-objects.html: Added.
369 * fast/js/regress/inline-arguments-access-expected.txt: Added.
370 * fast/js/regress/inline-arguments-access.html: Added.
371 * fast/js/regress/inline-arguments-local-escape-expected.txt: Added.
372 * fast/js/regress/inline-arguments-local-escape.html: Added.
373 * fast/js/regress/inline-get-scoped-var-expected.txt: Added.
374 * fast/js/regress/inline-get-scoped-var.html: Added.
375 * fast/js/regress/inlined-put-by-id-transition-expected.txt: Added.
376 * fast/js/regress/inlined-put-by-id-transition.html: Added.
377 * fast/js/regress/int-or-other-abs-then-get-by-val-expected.txt: Added.
378 * fast/js/regress/int-or-other-abs-then-get-by-val.html: Added.
379 * fast/js/regress/int-or-other-abs-zero-then-get-by-val-expected.txt: Added.
380 * fast/js/regress/int-or-other-abs-zero-then-get-by-val.html: Added.
381 * fast/js/regress/int-or-other-add-expected.txt: Added.
382 * fast/js/regress/int-or-other-add-then-get-by-val-expected.txt: Added.
383 * fast/js/regress/int-or-other-add-then-get-by-val.html: Added.
384 * fast/js/regress/int-or-other-add.html: Added.
385 * fast/js/regress/int-or-other-div-then-get-by-val-expected.txt: Added.
386 * fast/js/regress/int-or-other-div-then-get-by-val.html: Added.
387 * fast/js/regress/int-or-other-max-then-get-by-val-expected.txt: Added.
388 * fast/js/regress/int-or-other-max-then-get-by-val.html: Added.
389 * fast/js/regress/int-or-other-min-then-get-by-val-expected.txt: Added.
390 * fast/js/regress/int-or-other-min-then-get-by-val.html: Added.
391 * fast/js/regress/int-or-other-mod-then-get-by-val-expected.txt: Added.
392 * fast/js/regress/int-or-other-mod-then-get-by-val.html: Added.
393 * fast/js/regress/int-or-other-mul-then-get-by-val-expected.txt: Added.
394 * fast/js/regress/int-or-other-mul-then-get-by-val.html: Added.
395 * fast/js/regress/int-or-other-neg-then-get-by-val-expected.txt: Added.
396 * fast/js/regress/int-or-other-neg-then-get-by-val.html: Added.
397 * fast/js/regress/int-or-other-neg-zero-then-get-by-val-expected.txt: Added.
398 * fast/js/regress/int-or-other-neg-zero-then-get-by-val.html: Added.
399 * fast/js/regress/int-or-other-sub-expected.txt: Added.
400 * fast/js/regress/int-or-other-sub-then-get-by-val-expected.txt: Added.
401 * fast/js/regress/int-or-other-sub-then-get-by-val.html: Added.
402 * fast/js/regress/int-or-other-sub.html: Added.
403 * fast/js/regress/int-overflow-local-expected.txt: Added.
404 * fast/js/regress/int-overflow-local.html: Added.
405 * fast/js/regress/integer-divide-expected.txt: Added.
406 * fast/js/regress/integer-divide.html: Added.
407 * fast/js/regress/make-indexed-storage-expected.txt: Added.
408 * fast/js/regress/make-indexed-storage.html: Added.
409 * fast/js/regress/method-on-number-expected.txt: Added.
410 * fast/js/regress/method-on-number.html: Added.
411 * fast/js/regress/new-array-buffer-dead-expected.txt: Added.
412 * fast/js/regress/new-array-buffer-dead.html: Added.
413 * fast/js/regress/new-array-buffer-push-expected.txt: Added.
414 * fast/js/regress/new-array-buffer-push.html: Added.
415 * fast/js/regress/new-array-dead-expected.txt: Added.
416 * fast/js/regress/new-array-dead.html: Added.
417 * fast/js/regress/new-array-push-expected.txt: Added.
418 * fast/js/regress/new-array-push.html: Added.
419 * fast/js/regress/number-test-expected.txt: Added.
420 * fast/js/regress/number-test.html: Added.
421 * fast/js/regress/object-closure-call-expected.txt: Added.
422 * fast/js/regress/object-closure-call.html: Added.
423 * fast/js/regress/object-test-expected.txt: Added.
424 * fast/js/regress/object-test.html: Added.
425 * fast/js/regress/poly-stricteq-expected.txt: Added.
426 * fast/js/regress/poly-stricteq.html: Added.
427 * fast/js/regress/polymorphic-structure-expected.txt: Added.
428 * fast/js/regress/polymorphic-structure.html: Added.
429 * fast/js/regress/polyvariant-monomorphic-get-by-id-expected.txt: Added.
430 * fast/js/regress/polyvariant-monomorphic-get-by-id.html: Added.
431 * fast/js/regress/rare-osr-exit-on-local-expected.txt: Added.
432 * fast/js/regress/rare-osr-exit-on-local.html: Added.
433 * fast/js/regress/register-pressure-from-osr-expected.txt: Added.
434 * fast/js/regress/register-pressure-from-osr.html: Added.
435 * fast/js/regress/resources: Added.
436 * fast/js/regress/resources/regress-post.js: Added.
437 * fast/js/regress/resources/regress-pre.js: Added.
439 * fast/js/regress/script-tests: Added.
440 * fast/js/regress/script-tests/Float32Array-matrix-mult.js: Added.
443 (checkMatricesEqual):
444 (parseMatrix.string.split.forEach):
448 * fast/js/regress/script-tests/Int16Array-bubble-sort.js: Added.
452 * fast/js/regress/script-tests/Int16Array-load-int-mul.js: Added.
454 * fast/js/regress/script-tests/Int8Array-load.js: Added.
456 * fast/js/regress/script-tests/adapt-to-double-divide.js: Added.
458 * fast/js/regress/script-tests/aliased-arguments-getbyval.js: Added.
460 * fast/js/regress/script-tests/allocate-big-object.js: Added.
462 * fast/js/regress/script-tests/arity-mismatch-inlining.js: Added.
464 * fast/js/regress/script-tests/array-access-polymorphic-structure.js: Added.
466 * fast/js/regress/script-tests/array-with-double-add.js: Added.
468 * fast/js/regress/script-tests/array-with-double-increment.js: Added.
470 * fast/js/regress/script-tests/array-with-double-mul-add.js: Added.
472 * fast/js/regress/script-tests/array-with-double-sum.js: Added.
474 * fast/js/regress/script-tests/array-with-int32-add-sub.js: Added.
476 * fast/js/regress/script-tests/array-with-int32-or-double-sum.js: Added.
478 * fast/js/regress/script-tests/big-int-mul.js: Added.
480 * fast/js/regress/script-tests/boolean-test.js: Added.
482 * fast/js/regress/script-tests/cast-int-to-double.js: Added.
484 * fast/js/regress/script-tests/cell-argument.js: Added.
486 * fast/js/regress/script-tests/cfg-simplify.js: Added.
488 * fast/js/regress/script-tests/cmpeq-obj-to-obj-other.js: Added.
493 * fast/js/regress/script-tests/constant-test.js: Added.
495 * fast/js/regress/script-tests/direct-arguments-getbyval.js: Added.
497 * fast/js/regress/script-tests/double-pollution-getbyval.js: Added.
499 * fast/js/regress/script-tests/double-pollution-putbyoffset.js: Added.
501 * fast/js/regress/script-tests/external-arguments-getbyval.js: Added.
504 * fast/js/regress/script-tests/external-arguments-putbyval.js: Added.
507 * fast/js/regress/script-tests/fold-double-to-int.js: Added.
509 * fast/js/regress/script-tests/function-dot-apply.js: Added.
513 * fast/js/regress/script-tests/function-test.js: Added.
515 * fast/js/regress/script-tests/get-by-id-chain-from-try-block.js: Added.
524 * fast/js/regress/script-tests/indexed-properties-in-objects.js: Added.
525 * fast/js/regress/script-tests/inline-arguments-access.js: Added.
528 * fast/js/regress/script-tests/inline-arguments-local-escape.js: Added.
531 * fast/js/regress/script-tests/inline-get-scoped-var.js: Added.
534 * fast/js/regress/script-tests/inlined-put-by-id-transition.js: Added.
537 * fast/js/regress/script-tests/int-or-other-abs-then-get-by-val.js: Added.
539 * fast/js/regress/script-tests/int-or-other-abs-zero-then-get-by-val.js: Added.
541 * fast/js/regress/script-tests/int-or-other-add-then-get-by-val.js: Added.
543 * fast/js/regress/script-tests/int-or-other-add.js: Added.
545 * fast/js/regress/script-tests/int-or-other-div-then-get-by-val.js: Added.
547 * fast/js/regress/script-tests/int-or-other-max-then-get-by-val.js: Added.
549 * fast/js/regress/script-tests/int-or-other-min-then-get-by-val.js: Added.
551 * fast/js/regress/script-tests/int-or-other-mod-then-get-by-val.js: Added.
553 * fast/js/regress/script-tests/int-or-other-mul-then-get-by-val.js: Added.
555 * fast/js/regress/script-tests/int-or-other-neg-then-get-by-val.js: Added.
557 * fast/js/regress/script-tests/int-or-other-neg-zero-then-get-by-val.js: Added.
559 * fast/js/regress/script-tests/int-or-other-sub-then-get-by-val.js: Added.
561 * fast/js/regress/script-tests/int-or-other-sub.js: Added.
563 * fast/js/regress/script-tests/int-overflow-local.js: Added.
565 * fast/js/regress/script-tests/integer-divide.js: Added.
568 * fast/js/regress/script-tests/make-indexed-storage.js: Added.
571 * fast/js/regress/script-tests/method-on-number.js: Added.
573 * fast/js/regress/script-tests/new-array-buffer-dead.js: Added.
578 * fast/js/regress/script-tests/new-array-buffer-push.js: Added.
583 * fast/js/regress/script-tests/new-array-dead.js: Added.
586 * fast/js/regress/script-tests/new-array-push.js: Added.
588 * fast/js/regress/script-tests/number-test.js: Added.
590 * fast/js/regress/script-tests/object-closure-call.js: Added.
591 (makeObjectClosure.foo):
593 * fast/js/regress/script-tests/object-test.js: Added.
595 * fast/js/regress/script-tests/poly-stricteq.js: Added.
596 * fast/js/regress/script-tests/polymorphic-structure.js: Added.
598 * fast/js/regress/script-tests/polyvariant-monomorphic-get-by-id.js: Added.
603 * fast/js/regress/script-tests/rare-osr-exit-on-local.js: Added.
605 * fast/js/regress/script-tests/register-pressure-from-osr.js: Added.
607 * fast/js/regress/script-tests/simple-activation-demo.js: Added.
609 * fast/js/regress/script-tests/slow-array-profile-convergence.js: Added.
612 * fast/js/regress/script-tests/slow-convergence.js: Added.
614 * fast/js/regress/script-tests/sparse-conditional.js: Added.
616 * fast/js/regress/script-tests/splice-to-remove.js: Added.
617 * fast/js/regress/script-tests/string-hash.js: Added.
619 * fast/js/regress/script-tests/string-repeat-arith.js: Added.
621 * fast/js/regress/script-tests/string-sub.js: Added.
623 * fast/js/regress/script-tests/string-test.js: Added.
625 * fast/js/regress/script-tests/structure-hoist-over-transitions.js: Added.
627 * fast/js/regress/script-tests/tear-off-arguments-simple.js: Added.
629 * fast/js/regress/script-tests/tear-off-arguments.js: Added.
631 * fast/js/regress/script-tests/temporal-structure.js: Added.
633 * fast/js/regress/script-tests/to-int32-boolean.js: Added.
635 * fast/js/regress/script-tests/undefined-test.js: Added.
637 * fast/js/regress/simple-activation-demo-expected.txt: Added.
638 * fast/js/regress/simple-activation-demo.html: Added.
639 * fast/js/regress/slow-array-profile-convergence-expected.txt: Added.
640 * fast/js/regress/slow-array-profile-convergence.html: Added.
641 * fast/js/regress/slow-convergence-expected.txt: Added.
642 * fast/js/regress/slow-convergence.html: Added.
643 * fast/js/regress/sparse-conditional-expected.txt: Added.
644 * fast/js/regress/sparse-conditional.html: Added.
645 * fast/js/regress/splice-to-remove-expected.txt: Added.
646 * fast/js/regress/splice-to-remove.html: Added.
647 * fast/js/regress/string-hash-expected.txt: Added.
648 * fast/js/regress/string-hash.html: Added.
649 * fast/js/regress/string-repeat-arith-expected.txt: Added.
650 * fast/js/regress/string-repeat-arith.html: Added.
651 * fast/js/regress/string-sub-expected.txt: Added.
652 * fast/js/regress/string-sub.html: Added.
653 * fast/js/regress/string-test-expected.txt: Added.
654 * fast/js/regress/string-test.html: Added.
655 * fast/js/regress/structure-hoist-over-transitions-expected.txt: Added.
656 * fast/js/regress/structure-hoist-over-transitions.html: Added.
657 * fast/js/regress/tear-off-arguments-expected.txt: Added.
658 * fast/js/regress/tear-off-arguments-simple-expected.txt: Added.
659 * fast/js/regress/tear-off-arguments-simple.html: Added.
660 * fast/js/regress/tear-off-arguments.html: Added.
661 * fast/js/regress/temporal-structure-expected.txt: Added.
662 * fast/js/regress/temporal-structure.html: Added.
663 * fast/js/regress/to-int32-boolean-expected.txt: Added.
664 * fast/js/regress/to-int32-boolean.html: Added.
665 * fast/js/regress/undefined-test-expected.txt: Added.
666 * fast/js/regress/undefined-test.html: Added.
668 2013-01-19 Philip Rogers <pdr@google.com>
670 Refactor SVGSVGElement to inherit from SVGStyledTransformableElement
671 https://bugs.webkit.org/show_bug.cgi?id=107393
673 Reviewed by Dirk Schulze.
675 * svg/transforms/svgsvgelement-transform-expected.svg: Added.
676 * svg/transforms/svgsvgelement-transform.svg: Added.
678 2013-01-19 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
680 Delegated scrolling: Assertion on attempt to show a CSS sticky element
681 https://bugs.webkit.org/show_bug.cgi?id=106890
683 Reviewed by Kenneth Rohde Christiansen.
685 Skipped failing css/sticky tests on WK2 EFL.
687 * platform/efl-wk2/TestExpectations:
689 2013-01-19 Zan Dobersek <zdobersek@igalia.com>
691 [WK2] svg/dom/fuzz-path-parser.html is failing
692 https://bugs.webkit.org/show_bug.cgi?id=107133
694 Reviewed by Alexey Proskuryakov.
696 Unskip the now-passing test.
698 * platform/gtk-wk2/TestExpectations:
699 * platform/wk2/TestExpectations:
701 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
703 [EFL] Unreviewed gardening.
705 * platform/efl/TestExpectations: sticky-top-zoomed.html marked as ImageOnlyFailure.
707 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
709 [EFL] Unreviewed gardening.
711 * platform/efl/TestExpectations: Accessibility test now marked as failing.
712 * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: New baseline without warnings.
714 2013-01-19 Zan Dobersek <zandobersek@gmail.com>
716 Unreviewed GTK gardening.
718 Managing IndexedDB failures still lingering around after the IDB support was enabled.
720 * platform/gtk/TestExpectations:
722 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
724 [EFL] Unreviewed gardening.
726 Revert accidental global expectation override.
728 * fast/css/css2-system-fonts-expected.txt: Reverted.
729 * platform/efl/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/fast/css/css2-system-fonts-expected.txt.
731 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
733 [EFL] Unreviewed gardening.
735 A couple of missing rebaselines after enabling subpixel layout and updating freetype.
737 * fast/css/css2-system-fonts-expected.txt:
738 * platform/efl-wk2/editing/selection/move-by-character-6-expected.png:
739 * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt:
740 * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
741 * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
742 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
743 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
744 * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
745 * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
746 * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
747 * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
748 * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
749 * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
750 * platform/efl/fast/js/global-constructors-expected.txt:
751 * platform/efl/fast/profiler/apply-expected.txt:
752 * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
753 * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
754 * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
755 * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
756 * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
757 * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
758 * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
759 * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt:
761 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
763 [EFL] Unreviewed gardening.
765 Rebaseline after enabling subpixel layout and updating freetype (26/26).
767 * platform/efl-wk2/TestExpectations:
768 * platform/efl-wk2/media/
769 * platform/efl-wk2/webaudio/
771 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
773 [EFL] Unreviewed gardening.
775 Rebaseline after enabling subpixel layout and updating freetype (25/26).
777 * platform/efl/fast/css/
778 * platform/efl/fast/css3-text/
779 * platform/efl/fast/dom/
780 * platform/efl/fast/encoding/
781 * platform/efl/fast/events/
782 * platform/efl/fast/flexbox/
783 * platform/efl/fast/forms/
784 * platform/efl/fast/frames/
785 * platform/efl/fast/gradients/
786 * platform/efl/fast/history/
787 * platform/efl/fast/html/
788 * platform/efl/fast/images/
790 * platform/efl/fast/inline/
791 * platform/efl/fast/layers/
792 * platform/efl/fast/line-grid/
793 * platform/efl/fast/lists/
794 * platform/efl/fast/multicol/
795 * platform/efl/fast/overflow/
796 * platform/efl/fast/parser/
797 * platform/efl/fast/profiler/
798 * platform/efl/fast/reflections/
799 * platform/efl/fast/regions/
800 * platform/efl/fast/repaint/
801 * platform/efl/fast/replaced/
802 * platform/efl/fast/ruby/
803 * platform/efl/fast/selectors/
804 * platform/efl/fast/table/
805 * platform/efl/fast/text/
806 * platform/efl/fast/transforms/
807 * platform/efl/fast/writing-mode/
809 * platform/efl/ietestcenter/
810 * platform/efl/inspector/
812 * platform/efl/tables/
814 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
816 [EFL] Unreviewed gardening.
818 Rebaseline after enabling subpixel layout and updating freetype (24/26).
820 * platform/efl/accessibility/
821 * platform/efl/animations/
822 * platform/efl/compositing/
824 * platform/efl/css2.1/
826 * platform/efl/editing/
828 * platform/efl/fast/backgrounds/
829 * platform/efl/fast/block/
830 * platform/efl/fast/borders/
831 * platform/efl/fast/box-shadow/
832 * platform/efl/fast/box-sizing/
833 * platform/efl/fast/canvas/
834 * platform/efl/fast/clip/
835 * platform/efl/fast/compact/
836 * platform/efl/fast/css-generated-content/
837 * platform/efl/fast/css/
838 * platform/efl/tables/
839 * platform/efl/transforms/
840 * platform/efl/transitions/
842 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
844 [EFL] Unreviewed gardening.
846 Rebaseline after enabling subpixel layout and updating freetype (23/26).
848 * platform/efl/tables/
850 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
852 [EFL] Unreviewed gardening.
854 Rebaseline after enabling subpixel layout and updating freetype (22/26).
856 * platform/efl/tables/
858 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
860 [EFL] Unreviewed gardening.
862 Rebaseline after enabling subpixel layout and updating freetype (21/26).
864 * platform/efl/tables/
866 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
868 [EFL] Unreviewed gardening.
870 Rebaseline after enabling subpixel layout and updating freetype (20/26).
872 * platform/efl/svg/dynamic-updates/
873 * platform/efl/svg/filters/
874 * platform/efl/svg/foreignObject/
875 * platform/efl/svg/hixie/
876 * platform/efl/svg/in-html/
877 * platform/efl/svg/overflow/
878 * platform/efl/svg/repaint/
879 * platform/efl/svg/stroke/
880 * platform/efl/svg/text/
881 * platform/efl/svg/transforms/
882 * platform/efl/svg/wicd/
883 * platform/efl/svg/zoom/
884 * platform/efl/tables/
886 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
888 [EFL] Unreviewed gardening.
890 Rebaseline after enabling subpixel layout and updating freetype (19/26).
892 * platform/efl/svg/W3C-SVG-1.1/
893 * platform/efl/svg/W3C-SVG-1.2-Tiny/
894 * platform/efl/svg/as-background-image/
895 * platform/efl/svg/as-border-image/
896 * platform/efl/svg/as-image/
897 * platform/efl/svg/as-object/
898 * platform/efl/svg/batik/
899 * platform/efl/svg/carto.net/
900 * platform/efl/svg/clip-path/
901 * platform/efl/svg/css/
902 * platform/efl/svg/dom/
903 * platform/efl/svg/dynamic-updates/
905 2013-01-19 Dominik Röttsches <dominik.rottsches@intel.com>
907 [EFL] Unreviewed gardening.
909 Rebaseline after enabling subpixel layout and updating freetype (18/26).
911 * platform/efl/svg/W3C-I18N/
912 * platform/efl/svg/W3C-SVG-1.1-SE/
913 * platform/efl/svg/W3C-SVG-1.1/
915 2013-01-19 Zan Dobersek <zdobersek@igalia.com>
917 Unreviewed GTK gardening.
919 * platform/gtk/TestExpectations: Adding failure expectations for tests that regressed after r140202.
920 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after IDB support was enabled.
921 * platform/gtk/http/tests/cache: Added.
922 * platform/gtk/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added. Required after r140174,
923 only due to difference in the form of the errors being logged.
925 2013-01-18 Jer Noble <jer.noble@apple.com>
927 REGRESSION (r140229): fast/css/sticky/sticky-top-zoomed.html failing on Apple MountainLion Debug WK2 (Tests)
928 https://bugs.webkit.org/show_bug.cgi?id=107356
930 Unreviewed; add failing test to TestExpectations.
932 * platform/mac-wk2/TestExpectations:
934 2013-01-18 Simon Fraser <simon.fraser@apple.com>
936 Fix bug that caused pages with fixed backgrounds to not be fast scrollable
937 https://bugs.webkit.org/show_bug.cgi?id=107354
939 Reviewed by Sam Weinig.
941 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
942 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
943 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
944 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
945 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
946 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
947 * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
949 2013-01-18 Beth Dakin <bdakin@apple.com>
951 https://bugs.webkit.org/show_bug.cgi?id=106946
952 Sticky-position elements can jump around/hide on rubber-banding
954 Reviewed by Simon Fraser.
956 * platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Added.
957 * platform/mac/tiled-drawing/sticky/negative-scroll-offset.html: Added.
959 2013-01-18 Sheriff Bot <webkit.review.bot@gmail.com>
961 Unreviewed, rolling out r140206.
962 http://trac.webkit.org/changeset/140206
963 https://bugs.webkit.org/show_bug.cgi?id=107346
965 Caused crash on wordpress.com (Requested by smfr on #webkit).
967 * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
968 * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
970 2013-01-18 Simon Fraser <simon.fraser@apple.com>
972 Allow fixed background layers to be moved by the ScrollingCoordinator
973 https://bugs.webkit.org/show_bug.cgi?id=107213
975 Reviewed by Tim Horton.
977 One new test and new layer trees for tests affected by fixed background changes.
979 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
980 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
981 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
982 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Added.
983 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Copied from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt.
984 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Added.
985 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
986 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png:
987 * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
988 * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
989 * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
991 2013-01-18 Alpha Lam <hclam@chromium.org>
993 [chromium] Update test expectations
994 https://bugs.webkit.org/show_bug.cgi?id=107341
996 Unreviewed. Mark this test as failing on Chromium debug:
997 inspector/profiler/memory-instrumentation-cached-images.html
999 * platform/chromium/TestExpectations:
1001 2013-01-18 Alpha Lam <hclam@chromium.org>
1003 [chromium] Update test expectations
1005 Unreviewed. Update test expectations to mark test as flaky.
1007 * platform/chromium/TestExpectations:
1009 2013-01-18 Alpha Lam <hclam@chromium.org>
1011 [chromium] Update test expectations
1012 https://bugs.webkit.org/show_bug.cgi?id=107328
1014 Not reviewed. Mark this test as MISSING:
1015 http/tests/cache/cancel-multiple-post-xhrs.html
1017 * platform/chromium/TestExpectations:
1019 2013-01-18 Robert Hogan <robert@webkit.org>
1021 fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html is crashing after r140024
1022 https://bugs.webkit.org/show_bug.cgi?id=107209
1024 Reviewed by David Hyatt.
1026 * platform/chromium/TestExpectations:
1028 2013-01-18 Alpha Lam <hclam@chromium.org>
1030 [chromium] Layout test rebaselines
1032 Unreviewed rebaseline. Update test results after Chromium roll in r140190.
1034 * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
1035 * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
1036 * platform/chromium/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Renamed from LayoutTests/platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt.
1038 2013-01-18 Abhishek Arya <inferno@chromium.org>
1040 Heap-use-after-free in WebCore::RenderObject::isDescendantOf
1041 https://bugs.webkit.org/show_bug.cgi?id=107226
1043 Reviewed by David Hyatt.
1045 * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
1046 * fast/block/float/overhanging-float-not-removed-crash.html: Added.
1048 2013-01-18 Chris Hopman <cjhopman@google.com>
1050 Fix scrollRectToVisible in the presence of transforms
1051 https://bugs.webkit.org/show_bug.cgi?id=105574
1053 Reviewed by Simon Fraser.
1055 * editing/input/reveal-caret-of-transformed-input-scrollable-parent.html: Added.
1056 * editing/input/reveal-caret-of-transformed-input-scrollable-parent-expected.txt: Added.
1057 Test that when scrolling an overflow layer to reveal a rect, the rect
1058 passed to the parent to scroll is calculated properly.
1059 * editing/input/reveal-caret-of-transformed-multiline-input.html: Added.
1060 * editing/input/reveal-caret-of-transformed-multiline-input-expected.txt: Added.
1061 Test that scrolling to reveal a rect works properly on a transformed
1064 * platform/chromium/TestExpectations:
1065 * platform/mac/TestExpectations:
1067 2013-01-18 Julien Chaffraix <jchaffraix@webkit.org>
1069 [CSS Grid Layout] Add support for min-content
1070 https://bugs.webkit.org/show_bug.cgi?id=106474
1072 Reviewed by Ojan Vafai.
1074 * fast/css-grid-layout/minmax-min-content-column-resolution-columns-expected.txt: Added.
1075 * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html: Added.
1076 * fast/css-grid-layout/minmax-min-content-column-resolution-rows-expected.txt: Added.
1077 * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: Added.
1079 2013-01-18 Alpha Lam <hclam@chromium.org>
1081 [chromium] Test expectation updates
1083 Mark this test added in r140024 as Failure on Chromium Mac Debug:
1084 fast/inline/fixed-pos-moves-with-abspos-inline-parent.html
1086 * platform/chromium/TestExpectations:
1088 2013-01-18 Tim Volodine <timvolodine@chromium.org>
1090 Text Autosizing: don't autosize headers with multiple inline links.
1091 https://bugs.webkit.org/show_bug.cgi?id=106792
1093 Reviewed by Kenneth Rohde Christiansen.
1095 * fast/text-autosizing/header-li-links-autosizing-expected.html: Added.
1096 * fast/text-autosizing/header-li-links-autosizing.html: Added.
1097 * fast/text-autosizing/header-links-autosizing-different-fontsize-expected.html: Added.
1098 * fast/text-autosizing/header-links-autosizing-different-fontsize.html: Added.
1099 * fast/text-autosizing/header-links-autosizing-expected.html: Added.
1100 * fast/text-autosizing/header-links-autosizing.html: Added.
1102 2013-01-18 Levi Weintraub <leviw@chromium.org>
1104 LayoutUnit should round half consistently, not away from zero
1105 https://bugs.webkit.org/show_bug.cgi?id=107208
1107 Reviewed by Eric Seidel.
1109 * fast/sub-pixel/sub-pixel-root-layer-expected.html: Added.
1110 * fast/sub-pixel/sub-pixel-root-layer.html: Added.
1111 * platform/chromium-linux/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
1112 * platform/chromium-linux/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
1113 * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-expected.png:
1114 * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
1115 * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
1116 * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
1117 * platform/chromium/TestExpectations:
1118 * platform/mac/TestExpectations:
1120 2013-01-18 Martin Robinson <mrobinson@igalia.com>
1122 [GTK] Enable indexed database for development builds
1123 https://bugs.webkit.org/show_bug.cgi?id=107299
1125 Reviewed by Gustavo Noronha Silva.
1127 * platform/gtk/TestExpectations: Skip failing IDB tests and mark
1128 flaky tests as flaky.
1130 2013-01-18 Arko Saha <arko@motorola.com>
1132 PropertyCollection test fails on JavaScriptCore
1133 https://bugs.webkit.org/show_bug.cgi?id=106997
1135 Reviewed by Kentaro Hara.
1137 Unskipping related testcases from TestExpectations.
1139 * platform/efl/TestExpectations:
1140 * platform/gtk/TestExpectations:
1142 2013-01-18 Dominic Mazzoni <dmazzoni@google.com>
1144 AX: Improve table-guessing heuristics
1145 https://bugs.webkit.org/show_bug.cgi?id=107042
1147 Reviewed by Chris Fleizach.
1149 Add tests for tables with cell borders, empty-cells,
1150 col, colgroup, and >= 20 rows. Refactor the test to make it
1151 easier to read the output and see whether it passed or not.
1153 * accessibility/table-detection.html: Modified.
1154 * platform/chromium/TestExpectations: Un-skip table-detection.html.
1155 * platform/chromium/accessibility/table-detection-expected.txt: Added.
1156 * platform/mac/accessibility/table-detection-expected.txt: Moved.
1158 2013-01-18 Terry Anderson <tdanderson@chromium.org>
1160 Scroll gestures should not create wheel events
1161 https://bugs.webkit.org/show_bug.cgi?id=103952
1163 Reviewed by James Robinson.
1165 Added five new layout tests to check that scroll gestures will correctly scroll
1166 nested divs and iframes. Also modified existing layout tests to no longer
1167 expect mousewheel events.
1169 * fast/events/touch/gesture/resources/scroll-inside-editable-iframe.html: Added.
1170 * fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
1171 * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
1172 * fast/events/touch/gesture/touch-gesture-scroll-div-scaled.html:
1173 * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
1174 * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
1175 * fast/events/touch/gesture/touch-gesture-scroll-div.html:
1176 * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable-expected.txt: Copied from LayoutTests/platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt.
1177 * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe.html.
1178 * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
1179 * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
1180 * fast/events/touch/gesture/touch-gesture-scroll-iframe.html:
1181 * fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
1182 * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
1183 * fast/events/touch/gesture/touch-gesture-scroll-page.html:
1184 * fast/events/touch/gesture/touch-gesture-scroll-shy-target.html:
1185 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt:
1186 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
1187 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt:
1188 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
1189 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt:
1190 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
1191 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt:
1192 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
1193 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt:
1194 * platform/chromium/plugins/gesture-events-expected.txt:
1195 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
1197 2013-01-18 Nate Chapin <japhet@chromium.org>
1199 Cannot abort multiple XHR POSTs made to same url
1200 https://bugs.webkit.org/show_bug.cgi?id=106937
1202 Reviewed by Alexey Proskuryakov.
1204 * http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added.
1205 * http/tests/cache/cancel-multiple-post-xhrs.html: Added.
1206 * platform/mac/TestExpectations:
1208 2013-01-18 Dima Gorbik <dgorbik@apple.com>
1210 Implement ::cue() pseudo element property whitelist
1211 https://bugs.webkit.org/show_bug.cgi?id=105477
1213 Reviewed by Antti Koivisto.
1215 * media/track/captions-webvtt/whitelist.vtt: Added.
1216 * media/track/track-css-property-whitelist-expected.txt: Added.
1217 * media/track/track-css-property-whitelist.html: Added.
1219 2013-01-18 Tony Chang <tony@chromium.org>
1221 Incorrect scrollable height during simplified layout
1222 https://bugs.webkit.org/show_bug.cgi?id=107193
1224 Reviewed by Ojan Vafai.
1226 * fast/overflow/height-during-simplified-layout-expected.txt: Added.
1227 * fast/overflow/height-during-simplified-layout.html: Added.
1229 2013-01-18 Dominik Röttsches <dominik.rottsches@intel.com>
1231 [EFL] Unreviewed gardening.
1233 Rebaseline after enabling subpixel layout and updating freetype (17/26).
1235 * platform/efl/fast/text/ (Part 2)
1236 * platform/efl/fast/tokenizer/
1237 * platform/efl/fast/transforms/
1238 * platform/efl/fast/writing-mode/
1239 * platform/efl/fast/xsl/
1240 * platform/efl/fonts/
1241 * platform/efl/fullscreen/
1242 * platform/efl/http/
1243 * platform/efl/ietestcenter/
1244 * platform/efl/mathml/
1245 * platform/efl/media/
1246 * platform/efl/plugins/
1247 * platform/efl/printing/
1248 * platform/efl/scrollbars/
1249 * platform/efl/svg/ (Part 1)
1251 2013-01-18 Dominik Röttsches <dominik.rottsches@intel.com>
1253 [EFL] Unreviewed gardening.
1255 Rebaseline after enabling subpixel layout and updating freetype (16/26).
1257 * platform/efl/fast/selectors/ (Part 2)
1258 * platform/efl/fast/spatial-navigation/*
1259 * platform/efl/fast/table/*
1260 * platform/efl/fast/text/*
1262 2013-01-18 Dominik Röttsches <dominik.rottsches@intel.com>
1264 [EFL] Unreviewed gardening.
1266 Rebaseline after enabling subpixel layout and updating freetype (15/26).
1268 * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
1269 * platform/efl/fast/repaint/inline-outline-repaint-expected.txt:
1270 * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
1271 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
1272 * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
1273 * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1274 * platform/efl/fast/repaint/layer-child-outline-expected.png:
1275 * platform/efl/fast/repaint/layer-child-outline-expected.txt:
1276 * platform/efl/fast/repaint/layer-outline-expected.png:
1277 * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
1278 * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
1279 * platform/efl/fast/repaint/layout-state-relative-expected.png:
1280 * platform/efl/fast/repaint/layout-state-relative-expected.txt:
1281 * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
1282 * platform/efl/fast/repaint/layout-state-scrolloffset-expected.txt:
1283 * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
1284 * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.txt:
1285 * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
1286 * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.txt:
1287 * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
1288 * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
1289 * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
1290 * platform/efl/fast/repaint/line-overflow-expected.png:
1291 * platform/efl/fast/repaint/line-overflow-expected.txt:
1292 * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
1293 * platform/efl/fast/repaint/list-marker-2-expected.png:
1294 * platform/efl/fast/repaint/list-marker-2-expected.txt:
1295 * platform/efl/fast/repaint/list-marker-expected.png:
1296 * platform/efl/fast/repaint/list-marker-expected.txt:
1297 * platform/efl/fast/repaint/make-children-non-inline-expected.png:
1298 * platform/efl/fast/repaint/make-children-non-inline-expected.txt:
1299 * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
1300 * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
1301 * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
1302 * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
1303 * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
1304 * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
1305 * platform/efl/fast/repaint/outline-child-repaint-expected.png:
1306 * platform/efl/fast/repaint/outline-child-repaint-expected.txt:
1307 * platform/efl/fast/repaint/outline-inset-expected.png:
1308 * platform/efl/fast/repaint/outline-inset-expected.txt:
1309 * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
1310 * platform/efl/fast/repaint/outline-repaint-glitch-expected.txt:
1311 * platform/efl/fast/repaint/outline-shrinking-expected.png:
1312 * platform/efl/fast/repaint/outline-shrinking-expected.txt:
1313 * platform/efl/fast/repaint/overflow-delete-line-expected.png:
1314 * platform/efl/fast/repaint/overflow-hide-expected.png:
1315 * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
1316 * platform/efl/fast/repaint/overflow-outline-repaint-expected.txt:
1317 * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
1318 * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.txt:
1319 * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
1320 * platform/efl/fast/repaint/overflow-scroll-delete-expected.txt:
1321 * platform/efl/fast/repaint/overflow-show-expected.png:
1322 * platform/efl/fast/repaint/positioned-document-element-expected.png:
1323 * platform/efl/fast/repaint/positioned-document-element-expected.txt:
1324 * platform/efl/fast/repaint/reflection-redraw-expected.png:
1325 * platform/efl/fast/repaint/reflection-redraw-expected.txt:
1326 * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
1327 * platform/efl/fast/repaint/reflection-repaint-test-expected.txt:
1328 * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
1329 * platform/efl/fast/repaint/region-painting-invalidation-expected.txt:
1330 * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
1331 * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
1332 * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
1333 * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
1334 * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
1335 * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
1336 * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
1337 * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
1338 * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt:
1339 * platform/efl/fast/repaint/scale-page-shrink-expected.png:
1340 * platform/efl/fast/repaint/scale-page-shrink-expected.txt:
1341 * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
1342 * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
1343 * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
1344 * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
1345 * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
1346 * platform/efl/fast/repaint/search-field-cancel-expected.png:
1347 * platform/efl/fast/repaint/search-field-cancel-expected.txt:
1348 * platform/efl/fast/repaint/select-option-background-color-expected.png:
1349 * platform/efl/fast/repaint/select-option-background-color-expected.txt:
1350 * platform/efl/fast/repaint/selected-replaced-expected.png:
1351 * platform/efl/fast/repaint/selection-after-delete-expected.png:
1352 * platform/efl/fast/repaint/selection-after-delete-expected.txt:
1353 * platform/efl/fast/repaint/selection-after-remove-expected.png:
1354 * platform/efl/fast/repaint/selection-after-remove-expected.txt:
1355 * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
1356 * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
1357 * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
1358 * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.txt:
1359 * platform/efl/fast/repaint/selection-rl-expected.png:
1360 * platform/efl/fast/repaint/selection-rl-expected.txt:
1361 * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.txt:
1362 * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.txt:
1363 * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.txt:
1364 * platform/efl/fast/repaint/shadow-multiple-vertical-expected.txt:
1365 * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
1366 * platform/efl/fast/repaint/stacked-diacritics-expected.png:
1367 * platform/efl/fast/repaint/stacked-diacritics-expected.txt:
1368 * platform/efl/fast/repaint/static-to-positioned-expected.png:
1369 * platform/efl/fast/repaint/static-to-positioned-expected.txt:
1370 * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
1371 * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
1372 * platform/efl/fast/repaint/subtree-root-skipped-expected.txt:
1373 * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
1374 * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
1375 * platform/efl/fast/repaint/table-cell-move-expected.png:
1376 * platform/efl/fast/repaint/table-cell-move-expected.txt:
1377 * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.png:
1378 * platform/efl/fast/repaint/table-collapsed-border-expected.png:
1379 * platform/efl/fast/repaint/table-collapsed-border-expected.txt:
1380 * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
1381 * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
1382 * platform/efl/fast/repaint/table-section-repaint-expected.png:
1383 * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
1384 * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
1385 * platform/efl/fast/repaint/text-append-dirty-lines-expected.txt:
1386 * platform/efl/fast/repaint/text-emphasis-v-expected.png:
1387 * platform/efl/fast/repaint/text-emphasis-v-expected.txt:
1388 * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
1389 * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
1390 * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
1391 * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.txt:
1392 * platform/efl/fast/repaint/text-shadow-expected.png:
1393 * platform/efl/fast/repaint/text-shadow-expected.txt:
1394 * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
1395 * platform/efl/fast/repaint/text-shadow-horizontal-expected.txt:
1396 * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
1397 * platform/efl/fast/repaint/transform-absolute-child-expected.png:
1398 * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1399 * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
1400 * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
1401 * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
1402 * platform/efl/fast/repaint/transform-layout-repaint-expected.txt:
1403 * platform/efl/fast/repaint/transform-relative-position-expected.png:
1404 * platform/efl/fast/repaint/transform-relative-position-expected.txt:
1405 * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
1406 * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
1407 * platform/efl/fast/repaint/transform-translate-expected.png:
1408 * platform/efl/fast/replaced/001-expected.png:
1409 * platform/efl/fast/replaced/001-expected.txt:
1410 * platform/efl/fast/replaced/002-expected.png:
1411 * platform/efl/fast/replaced/002-expected.txt:
1412 * platform/efl/fast/replaced/003-expected.png:
1413 * platform/efl/fast/replaced/003-expected.txt:
1414 * platform/efl/fast/replaced/004-expected.png:
1415 * platform/efl/fast/replaced/004-expected.txt:
1416 * platform/efl/fast/replaced/005-expected.png:
1417 * platform/efl/fast/replaced/005-expected.txt:
1418 * platform/efl/fast/replaced/006-expected.png:
1419 * platform/efl/fast/replaced/006-expected.txt:
1420 * platform/efl/fast/replaced/007-expected.png:
1421 * platform/efl/fast/replaced/008-expected.png:
1422 * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
1423 * platform/efl/fast/replaced/absolute-position-percentage-height-expected.png:
1424 * platform/efl/fast/replaced/absolute-position-percentage-height-expected.txt:
1425 * platform/efl/fast/replaced/absolute-position-percentage-width-expected.png:
1426 * platform/efl/fast/replaced/absolute-position-percentage-width-expected.txt:
1427 * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
1428 * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
1429 * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
1430 * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
1431 * platform/efl/fast/replaced/applet-display-none-expected.png:
1432 * platform/efl/fast/replaced/applet-display-none-expected.txt:
1433 * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png:
1434 * platform/efl/fast/replaced/embed-display-none-expected.png:
1435 * platform/efl/fast/replaced/embed-display-none-expected.txt:
1436 * platform/efl/fast/replaced/image-onload-expected.png:
1437 * platform/efl/fast/replaced/image-resize-width-expected.png:
1438 * platform/efl/fast/replaced/image-resize-width-expected.txt:
1439 * platform/efl/fast/replaced/image-sizing-expected.png:
1440 * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.png:
1441 * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.txt:
1442 * platform/efl/fast/replaced/image-tag-expected.png:
1443 * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.png:
1444 * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.txt:
1445 * platform/efl/fast/replaced/max-width-percent-expected.png:
1446 * platform/efl/fast/replaced/max-width-percent-expected.txt:
1447 * platform/efl/fast/replaced/maxheight-percent-expected.png:
1448 * platform/efl/fast/replaced/maxheight-percent-expected.txt:
1449 * platform/efl/fast/replaced/maxheight-pxs-expected.png:
1450 * platform/efl/fast/replaced/maxheight-pxs-expected.txt:
1451 * platform/efl/fast/replaced/maxwidth-percent-expected.png:
1452 * platform/efl/fast/replaced/maxwidth-percent-expected.txt:
1453 * platform/efl/fast/replaced/maxwidth-pxs-expected.png:
1454 * platform/efl/fast/replaced/maxwidth-pxs-expected.txt:
1455 * platform/efl/fast/replaced/minheight-percent-expected.png:
1456 * platform/efl/fast/replaced/minheight-percent-expected.txt:
1457 * platform/efl/fast/replaced/minheight-pxs-expected.png:
1458 * platform/efl/fast/replaced/minheight-pxs-expected.txt:
1459 * platform/efl/fast/replaced/minwidth-percent-expected.png:
1460 * platform/efl/fast/replaced/minwidth-percent-expected.txt:
1461 * platform/efl/fast/replaced/minwidth-pxs-expected.png:
1462 * platform/efl/fast/replaced/minwidth-pxs-expected.txt:
1463 * platform/efl/fast/replaced/object-align-hspace-vspace-expected.png:
1464 * platform/efl/fast/replaced/object-align-hspace-vspace-expected.txt:
1465 * platform/efl/fast/replaced/object-display-none-expected.png:
1466 * platform/efl/fast/replaced/object-display-none-expected.txt:
1467 * platform/efl/fast/replaced/outline-replaced-elements-expected.png:
1468 * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.png:
1469 * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
1470 * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
1471 * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
1472 * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
1473 * platform/efl/fast/replaced/replaced-breaking-expected.png:
1474 * platform/efl/fast/replaced/replaced-breaking-expected.txt:
1475 * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png:
1476 * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
1477 * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
1478 * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
1479 * platform/efl/fast/replaced/selection-rect-expected.png:
1480 * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.png:
1481 * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
1482 * platform/efl/fast/replaced/selection-rect-transform-expected.png:
1483 * platform/efl/fast/replaced/selection-rect-transform-expected.txt:
1484 * platform/efl/fast/replaced/three-selects-break-expected.png:
1485 * platform/efl/fast/replaced/three-selects-break-expected.txt:
1486 * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
1487 * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
1488 * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
1489 * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
1490 * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
1491 * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
1492 * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
1493 * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
1494 * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
1495 * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
1496 * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
1497 * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
1498 * platform/efl/fast/replaced/width100percent-button-expected.png:
1499 * platform/efl/fast/replaced/width100percent-button-expected.txt:
1500 * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
1501 * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
1502 * platform/efl/fast/replaced/width100percent-image-expected.png:
1503 * platform/efl/fast/replaced/width100percent-menulist-expected.png:
1504 * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
1505 * platform/efl/fast/replaced/width100percent-radio-expected.png:
1506 * platform/efl/fast/replaced/width100percent-radio-expected.txt:
1507 * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
1508 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
1509 * platform/efl/fast/replaced/width100percent-textarea-expected.png:
1510 * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
1511 * platform/efl/fast/replaced/width100percent-textfield-expected.png:
1512 * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
1513 * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
1514 * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
1515 * platform/efl/fast/ruby/nested-ruby-expected.png:
1516 * platform/efl/fast/ruby/nested-ruby-expected.txt:
1517 * platform/efl/fast/ruby/overhang-horizontal-expected.png:
1518 * platform/efl/fast/ruby/ruby-beforeafter-expected.png:
1519 * platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
1520 * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png:
1521 * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.txt:
1522 * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png:
1523 * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
1524 * platform/efl/fast/ruby/ruby-empty-rt-expected.png:
1525 * platform/efl/fast/ruby/ruby-empty-rt-expected.txt:
1526 * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png:
1527 * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.txt:
1528 * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png:
1529 * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
1530 * platform/efl/fast/ruby/ruby-inline-table-expected.png:
1531 * platform/efl/fast/ruby/ruby-length-expected.png:
1532 * platform/efl/fast/ruby/ruby-length-expected.txt:
1533 * platform/efl/fast/ruby/ruby-run-break-expected.png:
1534 * platform/efl/fast/ruby/ruby-run-break-expected.txt:
1535 * platform/efl/fast/ruby/ruby-runs-expected.png:
1536 * platform/efl/fast/ruby/ruby-runs-expected.txt:
1537 * platform/efl/fast/ruby/ruby-runs-spans-expected.png:
1538 * platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
1539 * platform/efl/fast/ruby/ruby-simple-expected.png:
1540 * platform/efl/fast/ruby/ruby-simple-expected.txt:
1541 * platform/efl/fast/ruby/ruby-simple-rp-expected.png:
1542 * platform/efl/fast/ruby/ruby-simple-rp-expected.txt:
1543 * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png:
1544 * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
1545 * platform/efl/fast/ruby/ruby-trailing-expected.png:
1546 * platform/efl/fast/ruby/ruby-trailing-expected.txt:
1547 * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
1548 * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
1549 * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
1550 * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
1551 * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
1552 * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
1553 * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
1554 * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
1555 * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
1556 * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
1557 * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
1558 * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
1559 * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
1560 * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
1561 * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.png:
1562 * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.txt:
1563 * platform/efl/fast/runin/001-expected.png:
1564 * platform/efl/fast/runin/001-expected.txt:
1565 * platform/efl/fast/runin/002-expected.png:
1566 * platform/efl/fast/runin/002-expected.txt:
1567 * platform/efl/fast/runin/generated-expected.png:
1568 * platform/efl/fast/runin/generated-expected.txt:
1569 * platform/efl/fast/runin/generated2-expected.png:
1570 * platform/efl/fast/runin/generated2-expected.txt:
1571 * platform/efl/fast/runin/generated3-expected.png:
1572 * platform/efl/fast/runin/generated3-expected.txt:
1573 * platform/efl/fast/runin/generated4-expected.png:
1574 * platform/efl/fast/runin/generated4-expected.txt:
1575 * platform/efl/fast/runin/runin-generated-before-content-expected.txt:
1576 * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png:
1577 * platform/efl/fast/selectors/001-expected.png:
1578 * platform/efl/fast/selectors/001-expected.txt:
1579 * platform/efl/fast/selectors/002-expected.png:
1580 * platform/efl/fast/selectors/002-expected.txt:
1581 * platform/efl/fast/selectors/003-expected.png:
1582 * platform/efl/fast/selectors/003-expected.txt:
1583 * platform/efl/fast/selectors/004-expected.png:
1584 * platform/efl/fast/selectors/004-expected.txt:
1585 * platform/efl/fast/selectors/005-expected.png:
1586 * platform/efl/fast/selectors/005-expected.txt:
1587 * platform/efl/fast/selectors/006-expected.png:
1588 * platform/efl/fast/selectors/006-expected.txt:
1589 * platform/efl/fast/selectors/007a-expected.png:
1590 * platform/efl/fast/selectors/007a-expected.txt:
1591 * platform/efl/fast/selectors/007b-expected.png:
1592 * platform/efl/fast/selectors/007b-expected.txt:
1593 * platform/efl/fast/selectors/008-expected.png:
1594 * platform/efl/fast/selectors/008-expected.txt:
1595 * platform/efl/fast/selectors/009-expected.png:
1596 * platform/efl/fast/selectors/009-expected.txt:
1597 * platform/efl/fast/selectors/010-expected.png:
1598 * platform/efl/fast/selectors/010-expected.txt:
1599 * platform/efl/fast/selectors/011-expected.png:
1600 * platform/efl/fast/selectors/011-expected.txt:
1601 * platform/efl/fast/selectors/012-expected.png:
1602 * platform/efl/fast/selectors/012-expected.txt:
1603 * platform/efl/fast/selectors/013-expected.png:
1604 * platform/efl/fast/selectors/013-expected.txt:
1605 * platform/efl/fast/selectors/014-expected.png:
1606 * platform/efl/fast/selectors/014-expected.txt:
1607 * platform/efl/fast/selectors/015-expected.png:
1608 * platform/efl/fast/selectors/015-expected.txt:
1609 * platform/efl/fast/selectors/016-expected.png:
1610 * platform/efl/fast/selectors/016-expected.txt:
1611 * platform/efl/fast/selectors/017-expected.png:
1612 * platform/efl/fast/selectors/017-expected.txt:
1613 * platform/efl/fast/selectors/018-expected.png:
1614 * platform/efl/fast/selectors/018-expected.txt:
1615 * platform/efl/fast/selectors/018b-expected.png:
1616 * platform/efl/fast/selectors/018b-expected.txt:
1617 * platform/efl/fast/selectors/019-expected.png:
1618 * platform/efl/fast/selectors/019-expected.txt:
1619 * platform/efl/fast/selectors/020-expected.png:
1620 * platform/efl/fast/selectors/020-expected.txt:
1621 * platform/efl/fast/selectors/021-expected.png:
1622 * platform/efl/fast/selectors/021-expected.txt:
1623 * platform/efl/fast/selectors/021b-expected.png:
1624 * platform/efl/fast/selectors/021b-expected.txt:
1625 * platform/efl/fast/selectors/027-expected.png:
1626 * platform/efl/fast/selectors/027-expected.txt:
1627 * platform/efl/fast/selectors/032-expected.png:
1628 * platform/efl/fast/selectors/034-expected.png:
1629 * platform/efl/fast/selectors/034-expected.txt:
1630 * platform/efl/fast/selectors/038-expected.png:
1631 * platform/efl/fast/selectors/038-expected.txt:
1632 * platform/efl/fast/selectors/039-expected.png:
1633 * platform/efl/fast/selectors/039-expected.txt:
1634 * platform/efl/fast/selectors/039b-expected.png:
1635 * platform/efl/fast/selectors/039b-expected.txt:
1636 * platform/efl/fast/selectors/040-expected.png:
1637 * platform/efl/fast/selectors/040-expected.txt:
1638 * platform/efl/fast/selectors/041-expected.png:
1639 * platform/efl/fast/selectors/041-expected.txt:
1640 * platform/efl/fast/selectors/042-expected.png:
1641 * platform/efl/fast/selectors/042-expected.txt:
1642 * platform/efl/fast/selectors/043-expected.png:
1643 * platform/efl/fast/selectors/043-expected.txt:
1644 * platform/efl/fast/selectors/043b-expected.png:
1645 * platform/efl/fast/selectors/043b-expected.txt:
1646 * platform/efl/fast/selectors/044-expected.png:
1647 * platform/efl/fast/selectors/044-expected.txt:
1648 * platform/efl/fast/selectors/044b-expected.png:
1649 * platform/efl/fast/selectors/044b-expected.txt:
1650 * platform/efl/fast/selectors/044c-expected.png:
1651 * platform/efl/fast/selectors/044c-expected.txt:
1652 * platform/efl/fast/selectors/044d-expected.png:
1653 * platform/efl/fast/selectors/044d-expected.txt:
1654 * platform/efl/fast/selectors/045-expected.png:
1655 * platform/efl/fast/selectors/045-expected.txt:
1656 * platform/efl/fast/selectors/045b-expected.png:
1657 * platform/efl/fast/selectors/045b-expected.txt:
1658 * platform/efl/fast/selectors/045c-expected.png:
1659 * platform/efl/fast/selectors/045c-expected.txt:
1660 * platform/efl/fast/selectors/046-expected.png:
1661 * platform/efl/fast/selectors/046-expected.txt:
1662 * platform/efl/fast/selectors/054-expected.png:
1663 * platform/efl/fast/selectors/054-expected.txt:
1664 * platform/efl/fast/selectors/056-expected.png:
1665 * platform/efl/fast/selectors/056-expected.txt:
1666 * platform/efl/fast/selectors/058-expected.png:
1667 * platform/efl/fast/selectors/058-expected.txt:
1668 * platform/efl/fast/selectors/059-expected.png:
1669 * platform/efl/fast/selectors/059-expected.txt:
1670 * platform/efl/fast/selectors/060-expected.png:
1671 * platform/efl/fast/selectors/060-expected.txt:
1672 * platform/efl/fast/selectors/061-expected.png:
1673 * platform/efl/fast/selectors/061-expected.txt:
1674 * platform/efl/fast/selectors/062-expected.png:
1675 * platform/efl/fast/selectors/062-expected.txt:
1676 * platform/efl/fast/selectors/063-expected.png:
1677 * platform/efl/fast/selectors/063-expected.txt:
1678 * platform/efl/fast/selectors/064-expected.png:
1679 * platform/efl/fast/selectors/064-expected.txt:
1680 * platform/efl/fast/selectors/065-expected.png:
1681 * platform/efl/fast/selectors/065-expected.txt:
1682 * platform/efl/fast/selectors/066-expected.png:
1683 * platform/efl/fast/selectors/066-expected.txt:
1684 * platform/efl/fast/selectors/066b-expected.png:
1685 * platform/efl/fast/selectors/066b-expected.txt:
1686 * platform/efl/fast/selectors/072-expected.png:
1687 * platform/efl/fast/selectors/072-expected.txt:
1688 * platform/efl/fast/selectors/072b-expected.png:
1689 * platform/efl/fast/selectors/072b-expected.txt:
1690 * platform/efl/fast/selectors/077-expected.png:
1691 * platform/efl/fast/selectors/077-expected.txt:
1692 * platform/efl/fast/selectors/077b-expected.png:
1693 * platform/efl/fast/selectors/077b-expected.txt:
1694 * platform/efl/fast/selectors/078b-expected.png:
1695 * platform/efl/fast/selectors/078b-expected.txt:
1696 * platform/efl/fast/selectors/083-expected.png:
1697 * platform/efl/fast/selectors/083-expected.txt:
1698 * platform/efl/fast/selectors/087b-expected.png:
1699 * platform/efl/fast/selectors/087b-expected.txt:
1700 * platform/efl/fast/selectors/088b-expected.png:
1701 * platform/efl/fast/selectors/088b-expected.txt:
1702 * platform/efl/fast/selectors/089-expected.png:
1703 * platform/efl/fast/selectors/089-expected.txt:
1704 * platform/efl/fast/selectors/090b-expected.png:
1705 * platform/efl/fast/selectors/090b-expected.txt:
1706 * platform/efl/fast/selectors/154-expected.png:
1707 * platform/efl/fast/selectors/154-expected.txt:
1708 * platform/efl/fast/selectors/155-expected.png:
1709 * platform/efl/fast/selectors/155-expected.txt:
1710 * platform/efl/fast/selectors/155a-expected.png:
1711 * platform/efl/fast/selectors/155a-expected.txt:
1712 * platform/efl/fast/selectors/155b-expected.png:
1713 * platform/efl/fast/selectors/155b-expected.txt:
1714 * platform/efl/fast/selectors/155c-expected.png:
1715 * platform/efl/fast/selectors/155c-expected.txt:
1716 * platform/efl/fast/selectors/155d-expected.png:
1717 * platform/efl/fast/selectors/155d-expected.txt:
1718 * platform/efl/fast/selectors/156b-expected.png:
1719 * platform/efl/fast/selectors/156b-expected.txt:
1720 * platform/efl/fast/selectors/157-expected.png:
1721 * platform/efl/fast/selectors/157-expected.txt:
1722 * platform/efl/fast/selectors/158-expected.png:
1723 * platform/efl/fast/selectors/158-expected.txt:
1724 * platform/efl/fast/selectors/159-expected.png:
1725 * platform/efl/fast/selectors/159-expected.txt:
1726 * platform/efl/fast/selectors/160-expected.png:
1727 * platform/efl/fast/selectors/160-expected.txt:
1728 * platform/efl/fast/selectors/166-expected.png:
1729 * platform/efl/fast/selectors/166-expected.txt:
1730 * platform/efl/fast/selectors/166a-expected.png:
1731 * platform/efl/fast/selectors/166a-expected.txt:
1732 * platform/efl/fast/selectors/167-expected.png:
1733 * platform/efl/fast/selectors/167-expected.txt:
1734 * platform/efl/fast/selectors/167a-expected.png:
1735 * platform/efl/fast/selectors/167a-expected.txt:
1736 * platform/efl/fast/selectors/168-expected.png:
1737 * platform/efl/fast/selectors/168-expected.txt:
1738 * platform/efl/fast/selectors/168a-expected.png:
1739 * platform/efl/fast/selectors/168a-expected.txt:
1740 * platform/efl/fast/selectors/169-expected.png:
1741 * platform/efl/fast/selectors/169-expected.txt:
1742 * platform/efl/fast/selectors/169a-expected.png:
1743 * platform/efl/fast/selectors/169a-expected.txt:
1744 * platform/efl/fast/selectors/170-expected.png:
1745 * platform/efl/fast/selectors/170-expected.txt:
1746 * platform/efl/fast/selectors/170a-expected.png:
1747 * platform/efl/fast/selectors/170a-expected.txt:
1748 * platform/efl/fast/selectors/170b-expected.png:
1749 * platform/efl/fast/selectors/170b-expected.txt:
1750 * platform/efl/fast/selectors/170c-expected.png:
1751 * platform/efl/fast/selectors/170c-expected.txt:
1752 * platform/efl/fast/selectors/170d-expected.png:
1753 * platform/efl/fast/selectors/170d-expected.txt:
1754 * platform/efl/fast/selectors/175a-expected.png:
1755 * platform/efl/fast/selectors/175a-expected.txt:
1756 * platform/efl/fast/selectors/175b-expected.png:
1757 * platform/efl/fast/selectors/175b-expected.txt:
1758 * platform/efl/fast/selectors/175c-expected.png:
1759 * platform/efl/fast/selectors/175c-expected.txt:
1760 * platform/efl/fast/selectors/177a-expected.png:
1761 * platform/efl/fast/selectors/177a-expected.txt:
1762 * platform/efl/fast/selectors/177b-expected.png:
1763 * platform/efl/fast/selectors/177b-expected.txt:
1764 * platform/efl/fast/selectors/lang-inheritance-expected.png:
1765 * platform/efl/fast/selectors/lang-inheritance-expected.txt:
1766 * platform/efl/fast/selectors/lang-inheritance2-expected.png:
1767 * platform/efl/fast/selectors/lang-inheritance2-expected.txt:
1768 * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:
1770 2013-01-18 Zan Dobersek <zdobersek@igalia.com>
1772 Unreviewed GTK gardening.
1774 Adding a crashing expectation for an a11y test.
1775 Adding failure expectations for two stack overflow tests. The
1776 stack overflow does not occur anymore due to increased memory
1777 on the debug builder. This is not a progression, though.
1779 * platform/gtk/TestExpectations:
1781 2013-01-18 Dominik Röttsches <dominik.rottsches@intel.com>
1783 [EFL] Unreviewed gardening.
1785 Rebaseline after enabling subpixel layout and updating freetype (14/26).
1787 * platform/efl/fast/invalid/019-expected.png:
1788 * platform/efl/fast/invalid/019-expected.txt:
1789 * platform/efl/fast/invalid/020-expected.png:
1790 * platform/efl/fast/invalid/020-expected.txt:
1791 * platform/efl/fast/invalid/021-expected.png:
1792 * platform/efl/fast/invalid/021-expected.txt:
1793 * platform/efl/fast/invalid/junk-data-expected.png:
1794 * platform/efl/fast/invalid/junk-data-expected.txt:
1795 * platform/efl/fast/invalid/missing-address-end-tag-expected.png:
1796 * platform/efl/fast/invalid/missing-address-end-tag-expected.txt:
1797 * platform/efl/fast/invalid/missing-dl-end-tag-expected.png:
1798 * platform/efl/fast/invalid/missing-dl-end-tag-expected.txt:
1799 * platform/efl/fast/invalid/missing-dt-end-tag-expected.png:
1800 * platform/efl/fast/invalid/missing-dt-end-tag-expected.txt:
1801 * platform/efl/fast/invalid/missing-end-tag-expected.png:
1802 * platform/efl/fast/invalid/missing-font-end-tag-expected.png:
1803 * platform/efl/fast/invalid/missing-font-end-tag-expected.txt:
1804 * platform/efl/fast/invalid/nestedh3s-expected.png:
1805 * platform/efl/fast/invalid/nestedh3s-expected.txt:
1806 * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
1807 * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
1808 * platform/efl/fast/invalid/td-inside-object-expected.png:
1809 * platform/efl/fast/invalid/td-inside-object-expected.txt:
1810 * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png:
1811 * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
1812 * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.txt:
1813 * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
1814 * platform/efl/fast/layers/normal-flow-hit-test-expected.txt:
1815 * platform/efl/fast/layers/opacity-outline-expected.png:
1816 * platform/efl/fast/layers/opacity-outline-expected.txt:
1817 * platform/efl/fast/layers/opacity-stacking-expected.png:
1818 * platform/efl/fast/layers/opacity-transforms-expected.png:
1819 * platform/efl/fast/layers/opacity-transforms-expected.txt:
1820 * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.png:
1821 * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.txt:
1822 * platform/efl/fast/layers/positioned-inside-root-with-margins-expected.png:
1823 * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
1824 * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
1825 * platform/efl/fast/layers/remove-only-this-layer-update-expected.txt:
1826 * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
1827 * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png:
1828 * platform/efl/fast/layers/scroll-with-transform-layer-expected.png:
1829 * platform/efl/fast/layers/video-layer-expected.png:
1830 * platform/efl/fast/layers/video-layer-expected.txt:
1831 * platform/efl/fast/layers/zindex-inherit-expected.png:
1832 * platform/efl/fast/layers/zindex-inherit-expected.txt:
1833 * platform/efl/fast/line-grid/line-align-left-edges-expected.png:
1834 * platform/efl/fast/line-grid/line-align-right-edges-expected.png:
1835 * platform/efl/fast/line-grid/line-align-right-edges-expected.txt:
1836 * platform/efl/fast/line-grid/line-grid-contains-value-expected.png:
1837 * platform/efl/fast/line-grid/line-grid-floating-expected.png:
1838 * platform/efl/fast/line-grid/line-grid-floating-expected.txt:
1839 * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png:
1840 * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt:
1841 * platform/efl/fast/line-grid/line-grid-into-columns-expected.png:
1842 * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt:
1843 * platform/efl/fast/line-grid/line-grid-into-floats-expected.png:
1844 * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt:
1845 * platform/efl/fast/line-grid/line-grid-positioned-expected.png:
1846 * platform/efl/fast/line-grid/line-grid-positioned-expected.txt:
1847 * platform/efl/fast/lists/001-expected.png:
1848 * platform/efl/fast/lists/001-expected.txt:
1849 * platform/efl/fast/lists/001-vertical-expected.png:
1850 * platform/efl/fast/lists/001-vertical-expected.txt:
1851 * platform/efl/fast/lists/002-expected.png:
1852 * platform/efl/fast/lists/002-expected.txt:
1853 * platform/efl/fast/lists/002-vertical-expected.png:
1854 * platform/efl/fast/lists/002-vertical-expected.txt:
1855 * platform/efl/fast/lists/003-expected.png:
1856 * platform/efl/fast/lists/003-vertical-expected.png:
1857 * platform/efl/fast/lists/004-expected.png:
1858 * platform/efl/fast/lists/004-expected.txt:
1859 * platform/efl/fast/lists/005-expected.png:
1860 * platform/efl/fast/lists/005-expected.txt:
1861 * platform/efl/fast/lists/005-vertical-expected.png:
1862 * platform/efl/fast/lists/005-vertical-expected.txt:
1863 * platform/efl/fast/lists/006-expected.png:
1864 * platform/efl/fast/lists/006-expected.txt:
1865 * platform/efl/fast/lists/006-vertical-expected.png:
1866 * platform/efl/fast/lists/006-vertical-expected.txt:
1867 * platform/efl/fast/lists/007-expected.png:
1868 * platform/efl/fast/lists/007-vertical-expected.png:
1869 * platform/efl/fast/lists/007-vertical-expected.txt:
1870 * platform/efl/fast/lists/008-expected.png:
1871 * platform/efl/fast/lists/008-vertical-expected.png:
1872 * platform/efl/fast/lists/009-expected.png:
1873 * platform/efl/fast/lists/009-expected.txt:
1874 * platform/efl/fast/lists/009-vertical-expected.png:
1875 * platform/efl/fast/lists/009-vertical-expected.txt:
1876 * platform/efl/fast/lists/anonymous-items-expected.png:
1877 * platform/efl/fast/lists/anonymous-items-expected.txt:
1878 * platform/efl/fast/lists/big-list-marker-expected.png:
1879 * platform/efl/fast/lists/big-list-marker-expected.txt:
1880 * platform/efl/fast/lists/dynamic-marker-crash-expected.png:
1881 * platform/efl/fast/lists/dynamic-marker-crash-expected.txt:
1882 * platform/efl/fast/lists/inline-before-content-after-list-marker-expected.png:
1883 * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
1884 * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
1885 * platform/efl/fast/lists/li-br-expected.png:
1886 * platform/efl/fast/lists/li-br-expected.txt:
1887 * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.png:
1888 * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
1889 * platform/efl/fast/lists/list-item-line-height-expected.png:
1890 * platform/efl/fast/lists/list-item-line-height-expected.txt:
1891 * platform/efl/fast/lists/list-marker-before-content-table-expected.png:
1892 * platform/efl/fast/lists/list-marker-before-content-table-expected.txt:
1893 * platform/efl/fast/lists/list-marker-with-line-height-expected.png:
1894 * platform/efl/fast/lists/list-marker-with-line-height-expected.txt:
1895 * platform/efl/fast/lists/list-style-none-crash-expected.png:
1896 * platform/efl/fast/lists/list-style-none-crash-expected.txt:
1897 * platform/efl/fast/lists/marker-before-empty-inline-expected.png:
1898 * platform/efl/fast/lists/marker-before-empty-inline-expected.txt:
1899 * platform/efl/fast/lists/marker-image-error-expected.png:
1900 * platform/efl/fast/lists/marker-image-error-expected.txt:
1901 * platform/efl/fast/lists/markers-in-selection-expected.png:
1902 * platform/efl/fast/lists/markers-in-selection-expected.txt:
1903 * platform/efl/fast/lists/numeric-markers-outside-list-expected.png:
1904 * platform/efl/fast/lists/numeric-markers-outside-list-expected.txt:
1905 * platform/efl/fast/lists/ol-display-types-expected.png:
1906 * platform/efl/fast/lists/ol-display-types-expected.txt:
1907 * platform/efl/fast/lists/ol-start-dynamic-expected.png:
1908 * platform/efl/fast/lists/ol-start-dynamic-expected.txt:
1909 * platform/efl/fast/lists/ol-start-parsing-expected.png:
1910 * platform/efl/fast/lists/ol-start-parsing-expected.txt:
1911 * platform/efl/fast/lists/olstart-expected.png:
1912 * platform/efl/fast/lists/olstart-expected.txt:
1913 * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.png:
1914 * platform/efl/fast/lists/scrolled-marker-paint-expected.png:
1915 * platform/efl/fast/lists/scrolled-marker-paint-expected.txt:
1916 * platform/efl/fast/loader/text-document-wrapping-expected.png:
1917 * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.png:
1918 * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.png:
1919 * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.txt:
1920 * platform/efl/fast/multicol/block-axis-vertical-lr-expected.png:
1921 * platform/efl/fast/multicol/block-axis-vertical-rl-expected.png:
1922 * platform/efl/fast/multicol/border-padding-pagination-expected.png:
1923 * platform/efl/fast/multicol/border-padding-pagination-expected.txt:
1924 * platform/efl/fast/multicol/client-rects-expected.png:
1925 * platform/efl/fast/multicol/client-rects-expected.txt:
1926 * platform/efl/fast/multicol/column-break-with-balancing-expected.png:
1927 * platform/efl/fast/multicol/column-break-with-balancing-expected.txt:
1928 * platform/efl/fast/multicol/column-count-with-rules-expected.png:
1929 * platform/efl/fast/multicol/column-rules-expected.png:
1930 * platform/efl/fast/multicol/column-rules-expected.txt:
1931 * platform/efl/fast/multicol/column-rules-stacking-expected.png:
1932 * platform/efl/fast/multicol/column-rules-stacking-expected.txt:
1933 * platform/efl/fast/multicol/columns-shorthand-parsing-expected.png:
1934 * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt:
1935 * platform/efl/fast/multicol/flipped-blocks-border-after-expected.png:
1936 * platform/efl/fast/multicol/float-avoidance-expected.png:
1937 * platform/efl/fast/multicol/float-avoidance-expected.txt:
1938 * platform/efl/fast/multicol/float-multicol-expected.png:
1939 * platform/efl/fast/multicol/float-paginate-complex-expected.png:
1940 * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
1941 * platform/efl/fast/multicol/float-paginate-empty-lines-expected.png:
1942 * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt:
1943 * platform/efl/fast/multicol/float-paginate-expected.png:
1944 * platform/efl/fast/multicol/float-paginate-expected.txt:
1945 * platform/efl/fast/multicol/layers-in-multicol-expected.png:
1946 * platform/efl/fast/multicol/layers-split-across-columns-expected.png:
1947 * platform/efl/fast/multicol/margin-collapse-expected.png:
1948 * platform/efl/fast/multicol/margin-collapse-expected.txt:
1949 * platform/efl/fast/multicol/max-height-columns-block-expected.png:
1950 * platform/efl/fast/multicol/nested-columns-expected.png:
1951 * platform/efl/fast/multicol/overflow-across-columns-expected.txt:
1952 * platform/efl/fast/multicol/overflow-unsplittable-expected.png:
1953 * platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
1954 * platform/efl/fast/multicol/paginate-block-replaced-expected.png:
1955 * platform/efl/fast/multicol/paginate-block-replaced-expected.txt:
1956 * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.png:
1957 * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.png:
1958 * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.png:
1959 * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.png:
1960 * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.png:
1961 * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.png:
1962 * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.png:
1963 * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.png:
1964 * platform/efl/fast/multicol/positioned-split-expected.png:
1965 * platform/efl/fast/multicol/positioned-split-expected.txt:
1966 * platform/efl/fast/multicol/positioned-with-constrained-height-expected.png:
1967 * platform/efl/fast/multicol/positioned-with-constrained-height-expected.txt:
1968 * platform/efl/fast/multicol/positive-leading-expected.png:
1969 * platform/efl/fast/multicol/scrolling-overflow-expected.png:
1970 * platform/efl/fast/multicol/scrolling-overflow-expected.txt:
1971 * platform/efl/fast/multicol/shadow-breaking-expected.txt:
1972 * platform/efl/fast/multicol/single-line-expected.png:
1973 * platform/efl/fast/multicol/single-line-expected.txt:
1974 * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
1975 * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
1976 * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.png:
1977 * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
1978 * platform/efl/fast/multicol/span/clone-flexbox-expected.txt:
1979 * platform/efl/fast/multicol/span/clone-summary-expected.txt:
1980 * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt:
1981 * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
1982 * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
1983 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
1984 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
1985 * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
1986 * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
1987 * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
1988 * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
1989 * platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
1990 * platform/efl/fast/multicol/table-margin-collapse-expected.png:
1991 * platform/efl/fast/multicol/table-margin-collapse-expected.txt:
1992 * platform/efl/fast/multicol/unsplittable-inline-block-expected.png:
1993 * platform/efl/fast/multicol/unsplittable-inline-block-expected.txt:
1994 * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
1995 * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
1996 * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
1997 * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
1998 * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
1999 * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
2000 * platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
2001 * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
2002 * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
2003 * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
2004 * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.png:
2005 * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
2006 * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
2007 * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.png:
2008 * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt:
2009 * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
2010 * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
2011 * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
2012 * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
2013 * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
2014 * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
2015 * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
2016 * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
2017 * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
2018 * platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
2019 * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
2020 * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
2021 * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
2022 * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.png:
2023 * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
2024 * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
2025 * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.png:
2026 * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt:
2027 * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
2028 * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
2029 * platform/efl/fast/multicol/vertical-rl/rule-style-expected.png:
2030 * platform/efl/fast/multicol/vertical-rl/rule-style-expected.txt:
2031 * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
2032 * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
2033 * platform/efl/fast/overflow/001-expected.png:
2034 * platform/efl/fast/overflow/001-expected.txt:
2035 * platform/efl/fast/overflow/002-expected.png:
2036 * platform/efl/fast/overflow/002-expected.txt:
2037 * platform/efl/fast/overflow/003-expected.png:
2038 * platform/efl/fast/overflow/003-expected.txt:
2039 * platform/efl/fast/overflow/004-expected.png:
2040 * platform/efl/fast/overflow/005-expected.png:
2041 * platform/efl/fast/overflow/006-expected.png:
2042 * platform/efl/fast/overflow/006-expected.txt:
2043 * platform/efl/fast/overflow/007-expected.png:
2044 * platform/efl/fast/overflow/008-expected.png:
2045 * platform/efl/fast/overflow/008-expected.txt:
2046 * platform/efl/fast/overflow/border-radius-clipping-expected.png:
2047 * platform/efl/fast/overflow/border-radius-clipping-expected.txt:
2048 * platform/efl/fast/overflow/childFocusRingClip-expected.png:
2049 * platform/efl/fast/overflow/childFocusRingClip-expected.txt:
2050 * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
2051 * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
2052 * platform/efl/fast/overflow/dynamic-hidden-expected.png:
2053 * platform/efl/fast/overflow/dynamic-hidden-expected.txt:
2054 * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
2055 * platform/efl/fast/overflow/float-in-relpositioned-expected.txt:
2056 * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.png:
2057 * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.txt:
2058 * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
2059 * platform/efl/fast/overflow/hit-test-overflow-controls-expected.txt:
2060 * platform/efl/fast/overflow/image-selection-highlight-expected.png:
2061 * platform/efl/fast/overflow/image-selection-highlight-expected.txt:
2062 * platform/efl/fast/overflow/infiniteRecursion-expected.png:
2063 * platform/efl/fast/overflow/infiniteRecursion-expected.txt:
2064 * platform/efl/fast/overflow/infiniteRecursionGuard-expected.png:
2065 * platform/efl/fast/overflow/line-clamp-expected.png:
2066 * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.png:
2067 * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt:
2068 * platform/efl/fast/overflow/overflow-auto-table-expected.png:
2069 * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
2070 * platform/efl/fast/overflow/overflow-float-stacking-expected.png:
2071 * platform/efl/fast/overflow/overflow-float-stacking-expected.txt:
2072 * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
2073 * platform/efl/fast/overflow/overflow-rtl-expected.png:
2074 * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
2075 * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
2076 * platform/efl/fast/overflow/overflow-stacking-expected.png:
2077 * platform/efl/fast/overflow/overflow-stacking-expected.txt:
2078 * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
2079 * platform/efl/fast/overflow/overflow-text-hit-testing-expected.txt:
2080 * platform/efl/fast/overflow/overflow-update-transform-expected.png:
2081 * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
2082 * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.txt:
2083 * platform/efl/fast/overflow/overflow-x-y-expected.png:
2084 * platform/efl/fast/overflow/overflow-x-y-expected.txt:
2085 * platform/efl/fast/overflow/paged-x-div-expected.png:
2086 * platform/efl/fast/overflow/paged-x-div-expected.txt:
2087 * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.png:
2088 * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt:
2089 * platform/efl/fast/overflow/paged-x-on-root-expected.png:
2090 * platform/efl/fast/overflow/paged-x-on-root-expected.txt:
2091 * platform/efl/fast/overflow/paged-x-with-column-gap-expected.png:
2092 * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt:
2093 * platform/efl/fast/overflow/paged-y-div-expected.png:
2094 * platform/efl/fast/overflow/paged-y-div-expected.txt:
2095 * platform/efl/fast/overflow/paged-y-on-root-expected.png:
2096 * platform/efl/fast/overflow/paged-y-on-root-expected.txt:
2097 * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
2098 * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.txt:
2099 * platform/efl/fast/overflow/position-relative-expected.png:
2100 * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
2101 * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2102 * platform/efl/fast/overflow/scrollRevealButton-expected.png:
2103 * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
2104 * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
2105 * platform/efl/fast/overflow/scrollbar-position-update-expected.txt:
2106 * platform/efl/fast/overflow/table-overflow-float-expected.png:
2107 * platform/efl/fast/overflow/table-overflow-float-expected.txt:
2108 * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
2109 * platform/efl/fast/parser/001-expected.png:
2110 * platform/efl/fast/parser/001-expected.txt:
2111 * platform/efl/fast/parser/bad-xml-slash-expected.png:
2112 * platform/efl/fast/parser/bad-xml-slash-expected.txt:
2113 * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
2114 * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
2115 * platform/efl/fast/parser/comment-in-script-expected.png:
2116 * platform/efl/fast/parser/document-write-option-expected.png:
2117 * platform/efl/fast/parser/document-write-option-expected.txt:
2118 * platform/efl/fast/parser/entity-comment-in-style-expected.png:
2119 * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
2120 * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
2121 * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
2122 * platform/efl/fast/parser/fonts-expected.png:
2123 * platform/efl/fast/parser/fonts-expected.txt:
2124 * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
2125 * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
2126 * platform/efl/fast/parser/open-comment-in-style-expected.png:
2127 * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
2128 * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
2129 * platform/efl/fast/parser/style-script-head-test-expected.png:
2130 * platform/efl/fast/parser/tabs-in-scripts-expected.png:
2131 * platform/efl/fast/parser/tabs-in-scripts-expected.txt:
2132 * platform/efl/fast/parser/title-error-test-expected.png:
2133 * platform/efl/fast/parser/title-error-test-expected.txt:
2134 * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
2135 * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
2136 * platform/efl/fast/reflections/abs-position-in-reflection-expected.png:
2137 * platform/efl/fast/reflections/abs-position-in-reflection-expected.txt:
2138 * platform/efl/fast/reflections/inline-crash-expected.png:
2139 * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
2140 * platform/efl/fast/reflections/reflection-direction-expected.png:
2141 * platform/efl/fast/reflections/reflection-direction-expected.txt:
2142 * platform/efl/fast/reflections/reflection-masks-expected.png:
2143 * platform/efl/fast/reflections/reflection-masks-opacity-expected.png:
2144 * platform/efl/fast/reflections/reflection-nesting-expected.png:
2145 * platform/efl/fast/reflections/reflection-nesting-expected.txt:
2146 * platform/efl/fast/reflections/reflection-overflow-hidden-expected.png:
2147 * platform/efl/fast/reflections/reflection-overflow-hidden-expected.txt:
2148 * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
2149 * platform/efl/fast/reflections/reflection-with-zoom-expected.txt:
2150 * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.png:
2151 * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.txt:
2152 * platform/efl/fast/regions/flow-content-basic-expected.png:
2153 * platform/efl/fast/regions/flow-content-basic-expected.txt:
2154 * platform/efl/fast/regions/flow-content-basic-vertical-expected.png:
2155 * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt:
2156 * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png:
2157 * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt:
2158 * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
2159 * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
2160 * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt:
2161 * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
2162 * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
2163 * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
2164 * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
2165 * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
2166 * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
2167 * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
2168 * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
2169 * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
2170 * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
2171 * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
2172 * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt:
2173 * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png:
2174 * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
2175 * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png:
2176 * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
2177 * platform/efl/fast/regions/region-style-block-background-color-expected.png:
2178 * platform/efl/fast/regions/region-style-block-background-color-expected.txt:
2179 * platform/efl/fast/regions/region-style-block-background-color2-expected.png:
2180 * platform/efl/fast/regions/region-style-block-background-color2-expected.txt:
2181 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png:
2182 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt:
2183 * platform/efl/fast/regions/text-region-split-small-pagination-expected.png:
2184 * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt:
2185 * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt:
2186 * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
2187 * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
2188 * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
2189 * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
2190 * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
2191 * platform/efl/fast/repaint/4774354-expected.png:
2192 * platform/efl/fast/repaint/4774354-expected.txt:
2193 * platform/efl/fast/repaint/4776765-expected.png:
2194 * platform/efl/fast/repaint/4776765-expected.txt:
2195 * platform/efl/fast/repaint/background-misaligned-expected.png:
2196 * platform/efl/fast/repaint/background-scaling-expected.png:
2197 * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
2198 * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
2199 * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
2200 * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt:
2201 * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
2202 * platform/efl/fast/repaint/block-no-inflow-children-expected.txt:
2203 * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
2204 * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
2205 * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
2206 * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
2207 * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
2208 * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.txt:
2209 * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.txt:
2210 * platform/efl/fast/repaint/body-background-image-expected.png:
2211 * platform/efl/fast/repaint/body-background-image-expected.txt:
2212 * platform/efl/fast/repaint/border-fit-lines-expected.png:
2213 * platform/efl/fast/repaint/border-fit-lines-expected.txt:
2214 * platform/efl/fast/repaint/border-radius-repaint-expected.png:
2215 * platform/efl/fast/repaint/border-radius-repaint-expected.txt:
2216 * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
2217 * platform/efl/fast/repaint/border-repaint-glitch-expected.txt:
2218 * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
2219 * platform/efl/fast/repaint/box-shadow-dynamic-expected.txt:
2220 * platform/efl/fast/repaint/box-shadow-h-expected.png:
2221 * platform/efl/fast/repaint/box-shadow-h-expected.txt:
2222 * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
2223 * platform/efl/fast/repaint/box-shadow-v-expected.png:
2224 * platform/efl/fast/repaint/box-shadow-v-expected.txt:
2225 * platform/efl/fast/repaint/bugzilla-3509-expected.png:
2226 * platform/efl/fast/repaint/bugzilla-3509-expected.txt:
2227 * platform/efl/fast/repaint/bugzilla-5699-expected.png:
2228 * platform/efl/fast/repaint/bugzilla-5699-expected.txt:
2229 * platform/efl/fast/repaint/bugzilla-6278-expected.txt:
2230 * platform/efl/fast/repaint/bugzilla-6388-expected.png:
2231 * platform/efl/fast/repaint/bugzilla-6388-expected.txt:
2232 * platform/efl/fast/repaint/bugzilla-6473-expected.png:
2233 * platform/efl/fast/repaint/bugzilla-7235-expected.png:
2234 * platform/efl/fast/repaint/bugzilla-7235-expected.txt:
2235 * platform/efl/fast/repaint/button-spurious-layout-hint-expected.txt:
2236 * platform/efl/fast/repaint/caret-outside-block-expected.txt:
2237 * platform/efl/fast/repaint/change-transform-expected.png:
2238 * platform/efl/fast/repaint/change-transform-expected.txt:
2239 * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
2240 * platform/efl/fast/repaint/clip-with-layout-delta-expected.txt:
2241 * platform/efl/fast/repaint/clipped-relative-expected.png:
2242 * platform/efl/fast/repaint/containing-block-position-change-expected.png:
2243 * platform/efl/fast/repaint/containing-block-position-change-expected.txt:
2244 * platform/efl/fast/repaint/continuation-after-outline-expected.png:
2245 * platform/efl/fast/repaint/continuation-after-outline-expected.txt:
2246 * platform/efl/fast/repaint/control-clip-expected.png:
2247 * platform/efl/fast/repaint/control-clip-expected.txt:
2248 * platform/efl/fast/repaint/create-layer-repaint-expected.png:
2249 * platform/efl/fast/repaint/create-layer-repaint-expected.txt:
2250 * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
2251 * platform/efl/fast/repaint/delete-into-nested-block-expected.txt:
2252 * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
2253 * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
2254 * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
2255 * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.txt:
2256 * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
2257 * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
2258 * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
2259 * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
2260 * platform/efl/fast/repaint/fixed-expected.png:
2261 * platform/efl/fast/repaint/fixed-expected.txt:
2262 * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
2263 * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
2264 * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
2265 * platform/efl/fast/repaint/fixed-move-after-scroll-expected.txt:
2266 * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
2267 * platform/efl/fast/repaint/flexible-box-overflow-expected.txt:
2268 * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
2269 * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
2270 * platform/efl/fast/repaint/float-move-during-layout-expected.png:
2271 * platform/efl/fast/repaint/float-move-during-layout-expected.txt:
2272 * platform/efl/fast/repaint/float-new-in-block-expected.png:
2273 * platform/efl/fast/repaint/float-overflow-expected.png:
2274 * platform/efl/fast/repaint/float-overflow-expected.txt:
2275 * platform/efl/fast/repaint/float-overflow-right-expected.png:
2276 * platform/efl/fast/repaint/float-overflow-right-expected.txt:
2277 * platform/efl/fast/repaint/focus-layers-expected.png:
2278 * platform/efl/fast/repaint/focus-layers-expected.txt:
2279 * platform/efl/fast/repaint/focus-ring-expected.png:
2280 * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
2281 * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.txt:
2282 * platform/efl/fast/repaint/iframe-scroll-repaint-expected.txt:
2283 * platform/efl/fast/repaint/inline-block-overflow-expected.png:
2284 * platform/efl/fast/repaint/inline-block-overflow-expected.txt:
2285 * platform/efl/fast/repaint/inline-color-change-expected.png:
2286 * platform/efl/fast/repaint/inline-color-change-expected.txt:
2287 * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
2289 2013-01-18 Andrey Adaikin <aandrey@chromium.org>
2291 Web Inspector: array grouping does not work big sparse arrays
2292 https://bugs.webkit.org/show_bug.cgi?id=106897
2294 Reviewed by Pavel Feldman.
2296 * inspector/console/console-big-array-expected.txt:
2297 * inspector/console/console-big-array.html:
2299 2013-01-18 Dominik Röttsches <dominik.rottsches@intel.com>
2301 [EFL] Unreviewed gardening.
2303 Rebaseline after enabling subpixel layout and updating freetype (13/26).
2305 * platform/efl/fast/forms/input-appearance-readonly-expected.png:
2306 * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
2307 * platform/efl/fast/forms/input-appearance-selection-expected.png:
2308 * platform/efl/fast/forms/input-appearance-selection-expected.txt:
2309 * platform/efl/fast/forms/input-appearance-visibility-expected.png:
2310 * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
2311 * platform/efl/fast/forms/input-appearance-width-expected.png:
2312 * platform/efl/fast/forms/input-appearance-width-expected.txt:
2313 * platform/efl/fast/forms/input-baseline-expected.png:
2314 * platform/efl/fast/forms/input-baseline-expected.txt:
2315 * platform/efl/fast/forms/input-button-sizes-expected.png:
2316 * platform/efl/fast/forms/input-button-sizes-expected.txt:
2317 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png:
2318 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
2319 * platform/efl/fast/forms/input-field-text-truncated-expected.png:
2320 * platform/efl/fast/forms/input-field-text-truncated-expected.txt:
2321 * platform/efl/fast/forms/input-first-letter-expected.png:
2322 * platform/efl/fast/forms/input-first-letter-expected.txt:
2323 * platform/efl/fast/forms/input-no-renderer-expected.png:
2324 * platform/efl/fast/forms/input-no-renderer-expected.txt:
2325 * platform/efl/fast/forms/input-placeholder-paint-order-expected.png:
2326 * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png:
2327 * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
2328 * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
2329 * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
2330 * platform/efl/fast/forms/input-readonly-empty-expected.png:
2331 * platform/efl/fast/forms/input-readonly-empty-expected.txt:
2332 * platform/efl/fast/forms/input-spaces-expected.png:
2333 * platform/efl/fast/forms/input-spaces-expected.txt:
2334 * platform/efl/fast/forms/input-table-expected.png:
2335 * platform/efl/fast/forms/input-table-expected.txt:
2336 * platform/efl/fast/forms/input-text-click-inside-expected.png:
2337 * platform/efl/fast/forms/input-text-click-inside-expected.txt:
2338 * platform/efl/fast/forms/input-text-double-click-expected.png:
2339 * platform/efl/fast/forms/input-text-double-click-expected.txt:
2340 * platform/efl/fast/forms/input-text-option-delete-expected.png:
2341 * platform/efl/fast/forms/input-text-option-delete-expected.txt:
2342 * platform/efl/fast/forms/input-text-self-emptying-click-expected.png:
2343 * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
2344 * platform/efl/fast/forms/input-text-word-wrap-expected.png:
2345 * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
2346 * platform/efl/fast/forms/input-type-text-min-width-expected.png:
2347 * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
2348 * platform/efl/fast/forms/input-value-expected.png:
2349 * platform/efl/fast/forms/input-value-expected.txt:
2350 * platform/efl/fast/forms/input-width-expected.png:
2351 * platform/efl/fast/forms/input-width-expected.txt:
2352 * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
2353 * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
2354 * platform/efl/fast/forms/listbox-bidi-align-expected.png:
2355 * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
2356 * platform/efl/fast/forms/listbox-clip-expected.png:
2357 * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.png:
2358 * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
2359 * platform/efl/fast/forms/listbox-width-change-expected.png:
2360 * platform/efl/fast/forms/listbox-width-change-expected.txt:
2361 * platform/efl/fast/forms/menulist-clip-expected.png:
2362 * platform/efl/fast/forms/menulist-clip-expected.txt:
2363 * platform/efl/fast/forms/menulist-deselect-update-expected.png:
2364 * platform/efl/fast/forms/menulist-deselect-update-expected.txt:
2365 * platform/efl/fast/forms/menulist-no-overflow-expected.png:
2366 * platform/efl/fast/forms/menulist-no-overflow-expected.txt:
2367 * platform/efl/fast/forms/menulist-option-wrap-expected.png:
2368 * platform/efl/fast/forms/menulist-option-wrap-expected.txt:
2369 * platform/efl/fast/forms/menulist-restrict-line-height-expected.png:
2370 * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:
2371 * platform/efl/fast/forms/menulist-separator-painting-expected.png:
2372 * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
2373 * platform/efl/fast/forms/menulist-width-change-expected.png:
2374 * platform/efl/fast/forms/menulist-width-change-expected.txt:
2375 * platform/efl/fast/forms/minWidthPercent-expected.png:
2376 * platform/efl/fast/forms/minWidthPercent-expected.txt:
2377 * platform/efl/fast/forms/negativeLineHeight-expected.png:
2378 * platform/efl/fast/forms/negativeLineHeight-expected.txt:
2379 * platform/efl/fast/forms/option-index-expected.png:
2380 * platform/efl/fast/forms/option-index-expected.txt:
2381 * platform/efl/fast/forms/option-script-expected.png:
2382 * platform/efl/fast/forms/option-script-expected.txt:
2383 * platform/efl/fast/forms/option-strip-whitespace-expected.png:
2384 * platform/efl/fast/forms/option-strip-whitespace-expected.txt:
2385 * platform/efl/fast/forms/option-text-clip-expected.png:
2386 * platform/efl/fast/forms/option-text-clip-expected.txt:
2387 * platform/efl/fast/forms/placeholder-position-expected.png:
2388 * platform/efl/fast/forms/placeholder-position-expected.txt:
2389 * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
2390 * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
2391 * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png:
2392 * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
2393 * platform/efl/fast/forms/range/input-appearance-range-expected.png:
2394 * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
2395 * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png:
2396 * platform/efl/fast/forms/range/slider-padding-expected.png:
2397 * platform/efl/fast/forms/range/slider-padding-expected.txt:
2398 * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
2399 * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
2400 * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png:
2401 * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
2402 * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
2403 * platform/efl/fast/forms/search-styled-expected.png:
2404 * platform/efl/fast/forms/search-styled-expected.txt:
2405 * platform/efl/fast/forms/search-vertical-alignment-expected.png:
2406 * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
2407 * platform/efl/fast/forms/searchfield-heights-expected.png:
2408 * platform/efl/fast/forms/searchfield-heights-expected.txt:
2409 * platform/efl/fast/forms/select-align-expected.png:
2410 * platform/efl/fast/forms/select-align-expected.txt:
2411 * platform/efl/fast/forms/select-background-none-expected.png:
2412 * platform/efl/fast/forms/select-background-none-expected.txt:
2413 * platform/efl/fast/forms/select-block-background-expected.png:
2414 * platform/efl/fast/forms/select-block-background-expected.txt:
2415 * platform/efl/fast/forms/select-change-listbox-size-expected.png:
2416 * platform/efl/fast/forms/select-change-listbox-size-expected.txt:
2417 * platform/efl/fast/forms/select-change-listbox-to-popup-expected.png:
2418 * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt:
2419 * platform/efl/fast/forms/select-change-popup-to-listbox-expected.png:
2420 * platform/efl/fast/forms/select-change-popup-to-listbox-expected.txt:
2421 * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.png:
2422 * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
2423 * platform/efl/fast/forms/select-disabled-appearance-expected.png:
2424 * platform/efl/fast/forms/select-disabled-appearance-expected.txt:
2425 * platform/efl/fast/forms/select-display-none-style-resolve-expected.png:
2426 * platform/efl/fast/forms/select-display-none-style-resolve-expected.txt:
2427 * platform/efl/fast/forms/select-empty-option-height-expected.png:
2428 * platform/efl/fast/forms/select-empty-option-height-expected.txt:
2429 * platform/efl/fast/forms/select-initial-position-expected.png:
2430 * platform/efl/fast/forms/select-initial-position-expected.txt:
2431 * platform/efl/fast/forms/select-item-background-clip-expected.png:
2432 * platform/efl/fast/forms/select-item-background-clip-expected.txt:
2433 * platform/efl/fast/forms/select-list-box-with-height-expected.png:
2434 * platform/efl/fast/forms/select-list-box-with-height-expected.txt:
2435 * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
2436 * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
2437 * platform/efl/fast/forms/select-overflow-scroll-expected.png:
2438 * platform/efl/fast/forms/select-overflow-scroll-expected.txt:
2439 * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.png:
2440 * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.txt:
2441 * platform/efl/fast/forms/select-selected-expected.png:
2442 * platform/efl/fast/forms/select-selected-expected.txt:
2443 * platform/efl/fast/forms/select-size-expected.png:
2444 * platform/efl/fast/forms/select-size-expected.txt:
2445 * platform/efl/fast/forms/select-visual-hebrew-expected.png:
2446 * platform/efl/fast/forms/select-visual-hebrew-expected.txt:
2447 * platform/efl/fast/forms/select-writing-direction-natural-expected.png:
2448 * platform/efl/fast/forms/select-writing-direction-natural-expected.txt:
2449 * platform/efl/fast/forms/select/optgroup-rendering-expected.png:
2450 * platform/efl/fast/forms/select/optgroup-rendering-expected.txt:
2451 * platform/efl/fast/forms/selectlist-minsize-expected.png:
2452 * platform/efl/fast/forms/selectlist-minsize-expected.txt:
2453 * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
2454 * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt:
2455 * platform/efl/fast/forms/tabbing-input-iframe-expected.png:
2456 * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
2457 * platform/efl/fast/forms/targeted-frame-submission-expected.png:
2458 * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
2459 * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
2460 * platform/efl/fast/forms/text-style-color-expected.png:
2461 * platform/efl/fast/forms/text-style-color-expected.txt:
2462 * platform/efl/fast/forms/textAreaLineHeight-expected.png:
2463 * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
2464 * platform/efl/fast/forms/textarea-align-expected.png:
2465 * platform/efl/fast/forms/textarea-align-expected.txt:
2466 * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png:
2467 * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
2468 * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png:
2469 * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
2470 * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png:
2471 * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
2472 * platform/efl/fast/forms/textarea-scroll-height-expected.png:
2473 * platform/efl/fast/forms/textarea-scroll-height-expected.txt:
2474 * platform/efl/fast/forms/textarea-scrollbar-expected.png:
2475 * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
2476 * platform/efl/fast/forms/textarea-scrolled-type-expected.png:
2477 * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
2478 * platform/efl/fast/forms/textarea-setinnerhtml-expected.png:
2479 * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
2480 * platform/efl/fast/forms/textarea-width-expected.png:
2481 * platform/efl/fast/forms/textarea-width-expected.txt:
2482 * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
2483 * platform/efl/fast/forms/textfield-focus-ring-expected.png:
2484 * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
2485 * platform/efl/fast/forms/textfield-outline-expected.png:
2486 * platform/efl/fast/forms/textfield-outline-expected.txt:
2487 * platform/efl/fast/forms/textfield-overflow-by-value-update-expected.txt:
2488 * platform/efl/fast/forms/visual-hebrew-text-field-expected.png:
2489 * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
2490 * platform/efl/fast/frames/001-expected.png:
2491 * platform/efl/fast/frames/001-expected.txt:
2492 * platform/efl/fast/frames/calculate-fixed-expected.png:
2493 * platform/efl/fast/frames/calculate-order-expected.png:
2494 * platform/efl/fast/frames/calculate-percentage-expected.png:
2495 * platform/efl/fast/frames/calculate-relative-expected.png:
2496 * platform/efl/fast/frames/calculate-round-expected.png:
2497 * platform/efl/fast/frames/content-opacity-1-expected.png:
2498 * platform/efl/fast/frames/content-opacity-2-expected.png:
2499 * platform/efl/fast/frames/empty-frame-src-expected.png:
2500 * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.png:
2501 * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
2502 * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.png:
2503 * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.txt:
2504 * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.png:
2505 * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.txt:
2506 * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
2507 * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
2508 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.png:
2509 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
2510 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png:
2511 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
2512 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png:
2513 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
2514 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.png:
2515 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
2516 * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.png:
2517 * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.txt:
2518 * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.png:
2519 * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
2520 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
2521 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
2522 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
2523 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
2524 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
2525 * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
2526 * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.png:
2527 * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt:
2528 * platform/efl/fast/frames/frame-length-fractional-expected.png:
2529 * platform/efl/fast/frames/frame-scrolling-attribute-expected.png:
2530 * platform/efl/fast/frames/frame-scrolling-attribute-expected.txt:
2531 * platform/efl/fast/frames/frame-set-scaling-rotate-expected.png:
2532 * platform/efl/fast/frames/frame-set-scaling-skew-expected.png:
2533 * platform/efl/fast/frames/frameElement-frame-expected.png:
2534 * platform/efl/fast/frames/frameElement-frame-expected.txt:
2535 * platform/efl/fast/frames/frameElement-iframe-expected.png:
2536 * platform/efl/fast/frames/frameElement-iframe-expected.txt:
2537 * platform/efl/fast/frames/frameset-style-recalc-expected.png:
2538 * platform/efl/fast/frames/frameset-style-recalc-expected.txt:
2539 * platform/efl/fast/frames/iframe-option-crash-expected.png:
2540 * platform/efl/fast/frames/iframe-option-crash-expected.txt:
2541 * platform/efl/fast/frames/iframe-scaling-with-scroll-expected.png:
2542 * platform/efl/fast/frames/iframe-scrolling-attribute-expected.png:
2543 * platform/efl/fast/frames/iframe-scrolling-attribute-expected.txt:
2544 * platform/efl/fast/frames/iframe-text-contents-expected.png:
2545 * platform/efl/fast/frames/iframe-with-frameborder-expected.png:
2546 * platform/efl/fast/frames/iframe-with-frameborder-expected.txt:
2547 * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
2548 * platform/efl/fast/frames/inline-object-inside-frameset-expected.txt:
2549 * platform/efl/fast/frames/invalid-expected.png:
2550 * platform/efl/fast/frames/onlyCommentInIFrame-expected.png:
2551 * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
2552 * platform/efl/fast/frames/take-focus-from-iframe-expected.png:
2553 * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
2554 * platform/efl/fast/frames/valid-expected.png:
2555 * platform/efl/fast/frames/viewsource-attribute-expected.png:
2556 * platform/efl/fast/frames/viewsource-on-image-file-expected.png:
2557 * platform/efl/fast/gradients/background-clipped-expected.png:
2558 * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
2559 * platform/efl/fast/gradients/crash-on-zero-radius-expected.png:
2560 * platform/efl/fast/gradients/crash-on-zero-radius-expected.txt:
2561 * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
2562 * platform/efl/fast/gradients/css3-color-stops-expected.png:
2563 * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
2564 * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
2565 * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
2566 * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
2567 * platform/efl/fast/gradients/css3-radial-gradients3-expected.png:
2568 * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
2569 * platform/efl/fast/gradients/css3-repeating-linear-gradients2-expected.png:
2570 * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
2571 * platform/efl/fast/gradients/generated-gradients-expected.png:
2572 * platform/efl/fast/gradients/generated-gradients-expected.txt:
2573 * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
2574 * platform/efl/fast/gradients/list-item-gradient-expected.png:
2575 * platform/efl/fast/gradients/list-item-gradient-expected.txt:
2576 * platform/efl/fast/gradients/radial-centered-expected.png:
2577 * platform/efl/fast/gradients/radial-centered-expected.txt:
2578 * platform/efl/fast/gradients/simple-gradients-expected.png:
2579 * platform/efl/fast/gradients/simple-gradients-expected.txt:
2580 * platform/efl/fast/html/details-add-child-1-expected.png:
2581 * platform/efl/fast/html/details-add-child-2-expected.png:
2582 * platform/efl/fast/html/details-add-details-child-1-expected.png:
2583 * platform/efl/fast/html/details-add-details-child-2-expected.png:
2584 * platform/efl/fast/html/details-add-summary-1-and-click-expected.png:
2585 * platform/efl/fast/html/details-add-summary-1-expected.png:
2586 * platform/efl/fast/html/details-add-summary-10-and-click-expected.png:
2587 * platform/efl/fast/html/details-add-summary-10-expected.png:
2588 * platform/efl/fast/html/details-add-summary-2-and-click-expected.png:
2589 * platform/efl/fast/html/details-add-summary-2-expected.png:
2590 * platform/efl/fast/html/details-add-summary-3-and-click-expected.png:
2591 * platform/efl/fast/html/details-add-summary-3-expected.png:
2592 * platform/efl/fast/html/details-add-summary-4-and-click-expected.png:
2593 * platform/efl/fast/html/details-add-summary-4-expected.png:
2594 * platform/efl/fast/html/details-add-summary-5-and-click-expected.png:
2595 * platform/efl/fast/html/details-add-summary-5-expected.png:
2596 * platform/efl/fast/html/details-add-summary-6-and-click-expected.png:
2597 * platform/efl/fast/html/details-add-summary-6-expected.png:
2598 * platform/efl/fast/html/details-add-summary-7-and-click-expected.png:
2599 * platform/efl/fast/html/details-add-summary-7-expected.png:
2600 * platform/efl/fast/html/details-add-summary-8-and-click-expected.png:
2601 * platform/efl/fast/html/details-add-summary-8-expected.png:
2602 * platform/efl/fast/html/details-add-summary-9-and-click-expected.png:
2603 * platform/efl/fast/html/details-add-summary-9-expected.png:
2604 * platform/efl/fast/html/details-add-summary-child-1-expected.png:
2605 * platform/efl/fast/html/details-add-summary-child-2-expected.png:
2606 * platform/efl/fast/html/details-marker-style-expected.png:
2607 * platform/efl/fast/html/details-nested-1-expected.png:
2608 * platform/efl/fast/html/details-nested-2-expected.png:
2609 * platform/efl/fast/html/details-no-summary1-expected.png:
2610 * platform/efl/fast/html/details-no-summary2-expected.png:
2611 * platform/efl/fast/html/details-no-summary3-expected.png:
2612 * platform/efl/fast/html/details-no-summary4-expected.png:
2613 * platform/efl/fast/html/details-no-summary4-expected.txt:
2614 * platform/efl/fast/html/details-open-javascript-expected.png:
2615 * platform/efl/fast/html/details-open-javascript-expected.txt:
2616 * platform/efl/fast/html/details-open1-expected.png:
2617 * platform/efl/fast/html/details-open2-expected.png:
2618 * platform/efl/fast/html/details-open2-expected.txt:
2619 * platform/efl/fast/html/details-open3-expected.png:
2620 * platform/efl/fast/html/details-open4-expected.png:
2621 * platform/efl/fast/html/details-open4-expected.txt:
2622 * platform/efl/fast/html/details-open5-expected.png:
2623 * platform/efl/fast/html/details-open6-expected.png:
2624 * platform/efl/fast/html/details-position-expected.png:
2625 * platform/efl/fast/html/details-remove-child-1-expected.png:
2626 * platform/efl/fast/html/details-remove-child-2-expected.png:
2627 * platform/efl/fast/html/details-remove-summary-1-and-click-expected.png:
2628 * platform/efl/fast/html/details-remove-summary-1-expected.png:
2629 * platform/efl/fast/html/details-remove-summary-2-and-click-expected.png:
2630 * platform/efl/fast/html/details-remove-summary-2-expected.png:
2631 * platform/efl/fast/html/details-remove-summary-3-and-click-expected.png:
2632 * platform/efl/fast/html/details-remove-summary-3-expected.png:
2633 * platform/efl/fast/html/details-remove-summary-4-and-click-expected.png:
2634 * platform/efl/fast/html/details-remove-summary-4-expected.png:
2635 * platform/efl/fast/html/details-remove-summary-5-and-click-expected.png:
2636 * platform/efl/fast/html/details-remove-summary-5-expected.png:
2637 * platform/efl/fast/html/details-remove-summary-6-and-click-expected.png:
2638 * platform/efl/fast/html/details-remove-summary-6-expected.png:
2639 * platform/efl/fast/html/details-remove-summary-child-1-expected.png:
2640 * platform/efl/fast/html/details-remove-summary-child-2-expected.png:
2641 * platform/efl/fast/html/details-replace-summary-child-expected.png:
2642 * platform/efl/fast/html/details-replace-summary-child-expected.txt:
2643 * platform/efl/fast/html/details-replace-text-expected.png:
2644 * platform/efl/fast/html/details-replace-text-expected.txt:
2645 * platform/efl/fast/html/details-writing-mode-expected.png:
2646 * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png:
2647 * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
2648 * platform/efl/fast/html/keygen-expected.png:
2649 * platform/efl/fast/html/keygen-expected.txt:
2650 * platform/efl/fast/html/link-rel-stylesheet-expected.png:
2651 * platform/efl/fast/html/link-rel-stylesheet-expected.txt:
2652 * platform/efl/fast/html/listing-expected.png:
2653 * platform/efl/fast/html/listing-expected.txt:
2654 * platform/efl/fast/html/marquee-scroll-expected.png:
2655 * platform/efl/fast/html/marquee-scroll-expected.txt:
2656 * platform/efl/fast/html/marquee-scrollamount-expected.png:
2657 * platform/efl/fast/html/marquee-scrollamount-expected.txt:
2658 * platform/efl/fast/images/animated-gif-with-offsets-expected.png:
2659 * platform/efl/fast/images/animated-gif-with-offsets-expected.txt:
2660 * platform/efl/fast/images/exif-orientation-css-expected.png:
2661 * platform/efl/fast/images/exif-orientation-expected.png:
2662 * platform/efl/fast/images/exif-orientation-image-document-expected.png:
2663 * platform/efl/fast/images/favicon-as-image-expected.png:
2664 * platform/efl/fast/images/favicon-as-image-expected.txt:
2665 * platform/efl/fast/images/gif-large-checkerboard-expected.png:
2666 * platform/efl/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
2667 * platform/efl/fast/images/gray-scale-png-with-color-profile-expected.png:
2668 * platform/efl/fast/images/icon-decoding-expected.png:
2669 * platform/efl/fast/images/image-in-map-expected.txt:
2670 * platform/efl/fast/images/image-map-anchor-children-expected.png:
2671 * platform/efl/fast/images/image-map-anchor-children-expected.txt:
2672 * platform/efl/fast/images/imagemap-case-expected.png:
2673 * platform/efl/fast/images/imagemap-case-expected.txt:
2674 * platform/efl/fast/images/imagemap-circle-focus-ring-expected.txt:
2675 * platform/efl/fast/images/imagemap-focus-ring-expected.png:
2676 * platform/efl/fast/images/imagemap-focus-ring-expected.txt:
2677 * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.txt:
2678 * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
2679 * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
2680 * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2681 * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
2682 * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png:
2683 * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.txt:
2684 * platform/efl/fast/images/object-image-expected.png:
2685 * platform/efl/fast/images/paint-subrect-expected.png:
2686 * platform/efl/fast/images/paint-subrect-grid-expected.png:
2687 * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
2688 * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
2689 * platform/efl/fast/images/png-suite/test-expected.png:
2690 * platform/efl/fast/images/repaint-subrect-grid-expected.txt:
2691 * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png:
2692 * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png:
2693 * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
2694 * platform/efl/fast/inline-block/001-expected.png:
2695 * platform/efl/fast/inline-block/001-expected.txt:
2696 * platform/efl/fast/inline-block/002-expected.png:
2697 * platform/efl/fast/inline-block/003-expected.png:
2698 * platform/efl/fast/inline-block/003-expected.txt:
2699 * platform/efl/fast/inline-block/004-expected.png:
2700 * platform/efl/fast/inline-block/005-expected.png:
2701 * platform/efl/fast/inline-block/006-expected.png:
2702 * platform/efl/fast/inline-block/006-expected.txt:
2703 * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
2704 * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.txt:
2705 * platform/efl/fast/inline-block/contenteditable-baseline-expected.png:
2706 * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt:
2707 * platform/efl/fast/inline-block/inline-block-vertical-align-expected.png:
2708 * platform/efl/fast/inline-block/inline-block-vertical-align-expected.txt:
2709 * platform/efl/fast/inline-block/overflow-clip-expected.png:
2710 * platform/efl/fast/inline-block/overflow-clip-expected.txt:
2711 * platform/efl/fast/inline-block/tricky-baseline-expected.png:
2712 * platform/efl/fast/inline-block/tricky-baseline-expected.txt:
2713 * platform/efl/fast/inline/001-expected.png:
2714 * platform/efl/fast/inline/001-expected.txt:
2715 * platform/efl/fast/inline/002-expected.png:
2716 * platform/efl/fast/inline/25277-2-expected.png:
2717 * platform/efl/fast/inline/25277-2-expected.txt:
2718 * platform/efl/fast/inline/25277-expected.png:
2719 * platform/efl/fast/inline/25277-expected.txt:
2720 * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
2721 * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
2722 * platform/efl/fast/inline/br-text-decoration-expected.png:
2723 * platform/efl/fast/inline/br-text-decoration-expected.txt:
2724 * platform/efl/fast/inline/continuation-outlines-expected.png:
2725 * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png:
2726 * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
2727 * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
2728 * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
2729 * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
2730 * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
2731 * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
2732 * platform/efl/fast/inline/emptyInlinesWithinLists-expected.txt:
2733 * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
2734 * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.txt:
2735 * platform/efl/fast/inline/inline-box-background-expected.png:
2736 * platform/efl/fast/inline/inline-box-background-expected.txt:
2737 * platform/efl/fast/inline/inline-box-background-long-image-expected.png:
2738 * platform/efl/fast/inline/inline-box-background-long-image-expected.txt:
2739 * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png:
2740 * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt:
2741 * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png:
2742 * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt:
2743 * platform/efl/fast/inline/inline-continuation-borders-expected.png:
2744 * platform/efl/fast/inline/inline-continuation-borders-expected.txt:
2745 * platform/efl/fast/inline/inline-focus-ring-expected.png:
2746 * platform/efl/fast/inline/inline-focus-ring-expected.txt:
2747 * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
2748 * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
2749 * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
2750 * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.txt:
2751 * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png:
2752 * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt:
2753 * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
2754 * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
2755 * platform/efl/fast/inline/long-wrapped-line-expected.png:
2756 * platform/efl/fast/inline/long-wrapped-line-expected.txt:
2757 * platform/efl/fast/inline/nested-top-alignment-expected.png:
2758 * platform/efl/fast/inline/nested-top-alignment-expected.txt:
2759 * platform/efl/fast/inline/outline-continuations-expected.png:
2760 * platform/efl/fast/inline/outline-continuations-expected.txt:
2761 * platform/efl/fast/inline/percentage-margins-expected.png:
2762 * platform/efl/fast/inline/percentage-margins-expected.txt:
2763 * platform/efl/fast/inline/positioned-object-between-replaced-elements-expected.txt:
2764 * platform/efl/fast/inline/positionedLifetime-expected.png:
2765 * platform/efl/fast/inline/positionedLifetime-expected.txt:
2766 * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.png:
2767 * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
2768 * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
2769 * platform/efl/fast/inline/vertical-align-text-bottom-expected.txt:
2770 * platform/efl/fast/inspector-support/matchedrules-expected.png:
2771 * platform/efl/fast/inspector-support/matchedrules-expected.txt:
2772 * platform/efl/fast/invalid/001-expected.png:
2773 * platform/efl/fast/invalid/001-expected.txt:
2774 * platform/efl/fast/invalid/002-expected.png:
2775 * platform/efl/fast/invalid/002-expected.txt:
2776 * platform/efl/fast/invalid/003-expected.png:
2777 * platform/efl/fast/invalid/003-expected.txt:
2778 * platform/efl/fast/invalid/004-expected.png:
2779 * platform/efl/fast/invalid/004-expected.txt:
2780 * platform/efl/fast/invalid/005-expected.png:
2781 * platform/efl/fast/invalid/005-expected.txt:
2782 * platform/efl/fast/invalid/006-expected.png:
2783 * platform/efl/fast/invalid/006-expected.txt:
2784 * platform/efl/fast/invalid/007-expected.png:
2785 * platform/efl/fast/invalid/007-expected.txt:
2786 * platform/efl/fast/invalid/008-expected.png:
2787 * platform/efl/fast/invalid/008-expected.txt:
2788 * platform/efl/fast/invalid/009-expected.png:
2789 * platform/efl/fast/invalid/009-expected.txt:
2790 * platform/efl/fast/invalid/010-expected.png:
2791 * platform/efl/fast/invalid/010-expected.txt:
2792 * platform/efl/fast/invalid/011-expected.png:
2793 * platform/efl/fast/invalid/011-expected.txt:
2794 * platform/efl/fast/invalid/012-expected.png:
2795 * platform/efl/fast/invalid/012-expected.txt:
2796 * platform/efl/fast/invalid/013-expected.png:
2797 * platform/efl/fast/invalid/013-expected.txt:
2798 * platform/efl/fast/invalid/014-expected.png:
2799 * platform/efl/fast/invalid/014-expected.txt:
2800 * platform/efl/fast/invalid/016-expected.png:
2801 * platform/efl/fast/invalid/016-expected.txt:
2802 * platform/efl/fast/invalid/017-expected.png:
2803 * platform/efl/fast/invalid/017-expected.txt:
2804 * platform/efl/fast/invalid/018-expected.png:
2805 * platform/efl/fast/invalid/018-expected.txt:
2807 2013-01-18 Dominik Röttsches <dominik.rottsches@intel.com>
2809 [EFL] Unreviewed gardening.
2811 Rebaseline after enabling subpixel layout and updating freetype (12/26).
2813 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
2814 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
2815 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
2816 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
2817 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
2818 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
2819 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
2820 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
2821 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
2822 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
2823 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
2824 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
2825 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
2826 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
2827 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
2828 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
2829 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
2830 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
2831 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
2832 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
2833 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
2834 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
2835 * platform/efl/fast/css/rem-dynamic-scaling-expected.png:
2836 * platform/efl/fast/css/rem-dynamic-scaling-expected.txt:
2837 * platform/efl/fast/css/rem-units-on-root-expected.png:
2838 * platform/efl/fast/css/rgb-float-expected.png:
2839 * platform/efl/fast/css/rgb-float-expected.txt:
2840 * platform/efl/fast/css/rtl-ordering-expected.png:
2841 * platform/efl/fast/css/rtl-ordering-expected.txt:
2842 * platform/efl/fast/css/rtl-to-viewport-expected.png:
2843 * platform/efl/fast/css/rtl-to-viewport-expected.txt:
2844 * platform/efl/fast/css/selector-set-attribute-expected.png:
2845 * platform/efl/fast/css/selector-set-attribute-expected.txt:
2846 * platform/efl/fast/css/shadow-multiple-expected.txt:
2847 * platform/efl/fast/css/simple-selector-chain-parsing-expected.png:
2848 * platform/efl/fast/css/simple-selector-chain-parsing-expected.txt:
2849 * platform/efl/fast/css/square-button-appearance-expected.png:
2850 * platform/efl/fast/css/style-outside-head-expected.png:
2851 * platform/efl/fast/css/style-outside-head-expected.txt:
2852 * platform/efl/fast/css/style-parsed-outside-head-expected.png:
2853 * platform/efl/fast/css/style-parsed-outside-head-expected.txt:
2854 * platform/efl/fast/css/table-text-align-quirk-expected.png:
2855 * platform/efl/fast/css/table-text-align-quirk-expected.txt:
2856 * platform/efl/fast/css/table-text-align-strict-expected.png:
2857 * platform/efl/fast/css/table-text-align-strict-expected.txt:
2858 * platform/efl/fast/css/target-fragment-match-expected.png:
2859 * platform/efl/fast/css/target-fragment-match-expected.txt:
2860 * platform/efl/fast/css/text-align-expected.png:
2861 * platform/efl/fast/css/text-align-expected.txt:
2862 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
2863 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
2864 * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png:
2865 * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt:
2866 * platform/efl/fast/css/text-overflow-ellipsis-expected.png:
2867 * platform/efl/fast/css/text-overflow-ellipsis-expected.txt:
2868 * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png:
2869 * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt:
2870 * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
2871 * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
2872 * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
2873 * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
2874 * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
2875 * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
2876 * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
2877 * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
2878 * platform/efl/fast/css/text-overflow-input-expected.png:
2879 * platform/efl/fast/css/text-overflow-input-expected.txt:
2880 * platform/efl/fast/css/text-security-expected.png:
2881 * platform/efl/fast/css/text-security-expected.txt:
2882 * platform/efl/fast/css/text-transform-select-expected.png:
2883 * platform/efl/fast/css/text-transform-select-expected.txt:
2884 * platform/efl/fast/css/textCapitalizeEdgeCases-expected.png:
2885 * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt:
2886 * platform/efl/fast/css/transform-default-parameter-expected.png:
2887 * platform/efl/fast/css/transform-default-parameter-expected.txt:
2888 * platform/efl/fast/css/transformed-mask-expected.png:
2889 * platform/efl/fast/css/transformed-mask-expected.txt:
2890 * platform/efl/fast/css/transition-color-unspecified-expected.png:
2891 * platform/efl/fast/css/universal-hover-quirk-expected.png:
2892 * platform/efl/fast/css/universal-hover-quirk-expected.txt:
2893 * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.png:
2894 * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt:
2895 * platform/efl/fast/css/vertical-align-lengths-expected.png:
2896 * platform/efl/fast/css/vertical-align-lengths-expected.txt:
2897 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
2898 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
2899 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
2900 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
2901 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
2902 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
2903 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
2904 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
2905 * platform/efl/fast/css/visibility-hit-test-expected.png:
2906 * platform/efl/fast/css/visibility-hit-test-expected.txt:
2907 * platform/efl/fast/css/word-space-extra-expected.png:
2908 * platform/efl/fast/css/word-space-extra-expected.txt:
2909 * platform/efl/fast/css/zoom-font-size-expected.png:
2910 * platform/efl/fast/css/zoom-font-size-expected.txt:
2911 * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
2912 * platform/efl/fast/doctypes/001-expected.png:
2913 * platform/efl/fast/doctypes/001-expected.txt:
2914 * platform/efl/fast/doctypes/002-expected.png:
2915 * platform/efl/fast/doctypes/002-expected.txt:
2916 * platform/efl/fast/doctypes/003-expected.png:
2917 * platform/efl/fast/doctypes/003-expected.txt:
2918 * platform/efl/fast/doctypes/004-expected.png:
2919 * platform/efl/fast/doctypes/004-expected.txt:
2920 * platform/efl/fast/dom/34176-expected.png:
2921 * platform/efl/fast/dom/34176-expected.txt:
2922 * platform/efl/fast/dom/52776-expected.png:
2923 * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.png:
2924 * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.txt:
2925 * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
2926 * platform/efl/fast/dom/Element/null-offset-parent-expected.png:
2927 * platform/efl/fast/dom/Element/null-offset-parent-expected.txt:
2928 * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
2929 * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
2930 * platform/efl/fast/dom/HTMLElement/bdo-expected.png:
2931 * platform/efl/fast/dom/HTMLElement/bdo-expected.txt:
2932 * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
2933 * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
2934 * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.png:
2935 * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
2936 * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.png:
2937 * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
2938 * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.png:
2939 * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
2940 * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.png:
2941 * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
2942 * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.png:
2943 * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
2944 * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
2945 * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
2946 * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
2947 * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2948 * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
2949 * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
2950 * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
2951 * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
2952 * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
2953 * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
2954 * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
2955 * platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
2956 * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.png:
2957 * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt:
2958 * platform/efl/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
2959 * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
2960 * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
2961 * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
2962 * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
2963 * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2964 * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
2965 * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
2966 * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
2967 * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
2968 * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
2969 * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
2970 * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.png:
2971 * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.txt:
2972 * platform/efl/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png:
2973 * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
2974 * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
2975 * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.png:
2976 * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
2977 * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.png:
2978 * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
2979 * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
2980 * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2981 * platform/efl/fast/dom/Range/create-contextual-fragment-expected.png:
2982 * platform/efl/fast/dom/Range/create-contextual-fragment-expected.txt:
2983 * platform/efl/fast/dom/Range/getBoundingClientRect-expected.txt:
2984 * platform/efl/fast/dom/Range/getClientRects-expected.txt:
2985 * platform/efl/fast/dom/Range/surroundContents-1-expected.png:
2986 * platform/efl/fast/dom/Range/surroundContents-1-expected.txt:
2987 * platform/efl/fast/dom/Window/btoa-pnglet-expected.png:
2988 * platform/efl/fast/dom/Window/btoa-pnglet-expected.txt:
2989 * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
2990 * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
2991 * platform/efl/fast/dom/anchor-text-expected.png:
2992 * platform/efl/fast/dom/anchor-text-expected.txt:
2993 * platform/efl/fast/dom/attr_dead_doc-expected.png:
2994 * platform/efl/fast/dom/blur-contenteditable-expected.png:
2995 * platform/efl/fast/dom/blur-contenteditable-expected.txt:
2996 * platform/efl/fast/dom/children-nodes-expected.png:
2997 * platform/efl/fast/dom/children-nodes-expected.txt:
2998 * platform/efl/fast/dom/clone-contents-0-end-offset-expected.png:
2999 * platform/efl/fast/dom/clone-contents-0-end-offset-expected.txt:
3000 * platform/efl/fast/dom/clone-node-dynamic-style-expected.png:
3001 * platform/efl/fast/dom/clone-node-dynamic-style-expected.txt:
3002 * platform/efl/fast/dom/comment-not-documentElement-expected.png:
3003 * platform/efl/fast/dom/comment-not-documentElement-expected.txt:
3004 * platform/efl/fast/dom/createDocumentType-expected.png:
3005 * platform/efl/fast/dom/createDocumentType-expected.txt:
3006 * platform/efl/fast/dom/css-cached-import-rule-expected.png:
3007 * platform/efl/fast/dom/css-insert-import-rule-expected.png:
3008 * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.png:
3009 * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.txt:
3010 * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.png:
3011 * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.txt:
3012 * platform/efl/fast/dom/css-rule-functions-expected.png:
3013 * platform/efl/fast/dom/css-rule-functions-expected.txt:
3014 * platform/efl/fast/dom/focus-contenteditable-expected.png:
3015 * platform/efl/fast/dom/focus-contenteditable-expected.txt:
3016 * platform/efl/fast/dom/gc-10-expected.png:
3017 * platform/efl/fast/dom/gc-10-expected.txt:
3018 * platform/efl/fast/dom/importNodeHTML-expected.png:
3019 * platform/efl/fast/dom/importNodeHTML-expected.txt:
3020 * platform/efl/fast/dom/importNodeXML-expected.png:
3021 * platform/efl/fast/dom/importNodeXML-expected.txt:
3022 * platform/efl/fast/dom/inner-text-expected.png:
3023 * platform/efl/fast/dom/inner-text-expected.txt:
3024 * platform/efl/fast/dom/isindex-001-expected.png:
3025 * platform/efl/fast/dom/isindex-001-expected.txt:
3026 * platform/efl/fast/dom/isindex-002-expected.png:
3027 * platform/efl/fast/dom/isindex-002-expected.txt:
3028 * platform/efl/fast/dom/outerText-expected.png:
3029 * platform/efl/fast/dom/outerText-expected.txt:
3030 * platform/efl/fast/dom/row-inner-text-expected.png:
3031 * platform/efl/fast/dom/row-inner-text-expected.txt:
3032 * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.png:
3033 * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.txt:
3034 * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.png:
3035 * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.txt:
3036 * platform/efl/fast/dynamic/001-expected.png:
3037 * platform/efl/fast/dynamic/002-expected.png:
3038 * platform/efl/fast/dynamic/002-expected.txt:
3039 * platform/efl/fast/dynamic/004-expected.png:
3040 * platform/efl/fast/dynamic/004-expected.txt:
3041 * platform/efl/fast/dynamic/006-expected.png:
3042 * platform/efl/fast/dynamic/006-expected.txt:
3043 * platform/efl/fast/dynamic/007-expected.png:
3044 * platform/efl/fast/dynamic/007-expected.txt:
3045 * platform/efl/fast/dynamic/008-expected.png:
3046 * platform/efl/fast/dynamic/008-expected.txt:
3047 * platform/efl/fast/dynamic/009-expected.png:
3048 * platform/efl/fast/dynamic/009-expected.txt:
3049 * platform/efl/fast/dynamic/010-expected.png:
3050 * platform/efl/fast/dynamic/010-expected.txt:
3051 * platform/efl/fast/dynamic/011-expected.png:
3052 * platform/efl/fast/dynamic/011-expected.txt:
3053 * platform/efl/fast/dynamic/013-expected.png:
3054 * platform/efl/fast/dynamic/013-expected.txt:
3055 * platform/efl/fast/dynamic/014-expected.png:
3056 * platform/efl/fast/dynamic/014-expected.txt:
3057 * platform/efl/fast/dynamic/015-expected.png:
3058 * platform/efl/fast/dynamic/015-expected.txt:
3059 * platform/efl/fast/dynamic/anchor-lock-expected.png:
3060 * platform/efl/fast/dynamic/anchor-lock-expected.txt:
3061 * platform/efl/fast/dynamic/anonymous-block-layer-lost-expected.png:
3062 * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
3063 * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
3064 * platform/efl/fast/dynamic/containing-block-change-expected.png:
3065 * platform/efl/fast/dynamic/containing-block-change-expected.txt:
3066 * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
3067 * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
3068 * platform/efl/fast/dynamic/first-letter-after-list-marker-expected.png:
3069 * platform/efl/fast/dynamic/first-letter-display-change-expected.png:
3070 * platform/efl/fast/dynamic/first-letter-display-change-expected.txt:
3071 * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt:
3072 * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
3073 * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
3074 * platform/efl/fast/dynamic/float-no-longer-overhanging-expected.png:
3075 * platform/efl/fast/dynamic/float-withdrawal-2-expected.png:
3076 * platform/efl/fast/dynamic/float-withdrawal-expected.png:
3077 * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
3078 * platform/efl/fast/dynamic/floating-to-positioned-2-expected.png:
3079 * platform/efl/fast/dynamic/floating-to-positioned-expected.png:
3080 * platform/efl/fast/dynamic/genContentDestroyChildren-expected.png:
3081 * platform/efl/fast/dynamic/genContentDestroyChildren-expected.txt:
3082 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
3083 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
3084 * platform/efl/fast/dynamic/link-href-change-expected.png:
3085 * platform/efl/fast/dynamic/link-href-change-expected.txt:
3086 * platform/efl/fast/dynamic/move-node-with-selection-expected.png:
3087 * platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
3088 * platform/efl/fast/dynamic/noninlinebadness-expected.png:
3089 * platform/efl/fast/dynamic/noninlinebadness-expected.txt:
3090 * platform/efl/fast/dynamic/outerHTML-doc-expected.png:
3091 * platform/efl/fast/dynamic/outerHTML-doc-expected.txt:
3092 * platform/efl/fast/dynamic/outerHTML-img-expected.png:
3093 * platform/efl/fast/dynamic/outerHTML-img-expected.txt:
3094 * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
3095 * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
3096 * platform/efl/fast/dynamic/selection-highlight-adjust-expected.png:
3097 * platform/efl/fast/dynamic/selection-highlight-adjust-expected.txt:
3098 * platform/efl/fast/dynamic/staticY-expected.png:
3099 * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.png:
3100 * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.txt:
3101 * platform/efl/fast/dynamic/text-combine-expected.png:
3102 * platform/efl/fast/dynamic/text-combine-expected.txt:
3103 * platform/efl/fast/dynamic/view-overflow-expected.png:
3104 * platform/efl/fast/dynamic/view-overflow-expected.txt:
3105 * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.png:
3106 * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.txt:
3107 * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
3108 * platform/efl/fast/encoding/invalid-UTF-8-expected.png:
3109 * platform/efl/fast/encoding/invalid-UTF-8-expected.txt:
3110 * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
3111 * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
3112 * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
3113 * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
3114 * platform/efl/fast/encoding/xmacroman-encoding-test-expected.png:
3115 * platform/efl/fast/encoding/xmacroman-encoding-test-expected.txt:
3116 * platform/efl/fast/events/autoscroll-expected.png:
3117 * platform/efl/fast/events/autoscroll-expected.txt:
3118 * platform/efl/fast/events/context-no-deselect-expected.png:
3119 * platform/efl/fast/events/context-no-deselect-expected.txt:
3120 * platform/efl/fast/events/event-listener-on-link-expected.png:
3121 * platform/efl/fast/events/event-listener-on-link-expected.txt:
3122 * platform/efl/fast/events/onload-re-entry-expected.png:
3123 * platform/efl/fast/events/onload-re-entry-expected.txt:
3124 * platform/efl/fast/events/overflow-viewport-renderer-deleted-expected.txt:
3125 * platform/efl/fast/events/pointer-events-2-expected.png:
3126 * platform/efl/fast/events/pointer-events-2-expected.txt:
3127 * platform/efl/fast/events/resize-events-expected.png:
3128 * platform/efl/fast/events/resize-events-expected.txt:
3129 * platform/efl/fast/events/reveal-link-when-focused-expected.png:
3130 * platform/efl/fast/events/reveal-link-when-focused-expected.txt:
3131 * platform/efl/fast/events/updateLayoutForHitTest-expected.png:
3132 * platform/efl/fast/events/updateLayoutForHitTest-expected.txt:
3133 * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
3134 * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
3135 * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
3136 * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
3137 * platform/efl/fast/flexbox/001-expected.png:
3138 * platform/efl/fast/flexbox/001-expected.txt:
3139 * platform/efl/fast/flexbox/002-expected.png:
3140 * platform/efl/fast/flexbox/002-expected.txt:
3141 * platform/efl/fast/flexbox/003-expected.png:
3142 * platform/efl/fast/flexbox/003-expected.txt:
3143 * platform/efl/fast/flexbox/004-expected.png:
3144 * platform/efl/fast/flexbox/004-expected.txt:
3145 * platform/efl/fast/flexbox/005-expected.png:
3146 * platform/efl/fast/flexbox/005-expected.txt:
3147 * platform/efl/fast/flexbox/006-expected.png:
3148 * platform/efl/fast/flexbox/006-expected.txt:
3149 * platform/efl/fast/flexbox/007-expected.png:
3150 * platform/efl/fast/flexbox/007-expected.txt:
3151 * platform/efl/fast/flexbox/008-expected.png:
3152 * platform/efl/fast/flexbox/008-expected.txt:
3153 * platform/efl/fast/flexbox/009-expected.png:
3154 * platform/efl/fast/flexbox/009-expected.txt:
3155 * platform/efl/fast/flexbox/010-expected.png:
3156 * platform/efl/fast/flexbox/010-expected.txt:
3157 * platform/efl/fast/flexbox/011-expected.png:
3158 * platform/efl/fast/flexbox/012-expected.png:
3159 * platform/efl/fast/flexbox/012-expected.txt:
3160 * platform/efl/fast/flexbox/013-expected.png:
3161 * platform/efl/fast/flexbox/013-expected.txt:
3162 * platform/efl/fast/flexbox/014-expected.png:
3163 * platform/efl/fast/flexbox/014-expected.txt:
3164 * platform/efl/fast/flexbox/015-expected.png:
3165 * platform/efl/fast/flexbox/015-expected.txt:
3166 * platform/efl/fast/flexbox/016-expected.png:
3167 * platform/efl/fast/flexbox/016-expected.txt:
3168 * platform/efl/fast/flexbox/017-expected.png:
3169 * platform/efl/fast/flexbox/017-expected.txt:
3170 * platform/efl/fast/flexbox/018-expected.png:
3171 * platform/efl/fast/flexbox/018-expected.txt:
3172 * platform/efl/fast/flexbox/019-expected.png:
3173 * platform/efl/fast/flexbox/019-expected.txt:
3174 * platform/efl/fast/flexbox/020-expected.png:
3175 * platform/efl/fast/flexbox/020-expected.txt:
3176 * platform/efl/fast/flexbox/021-expected.png:
3177 * platform/efl/fast/flexbox/021-expected.txt:
3178 * platform/efl/fast/flexbox/022-expected.png:
3179 * platform/efl/fast/flexbox/022-expected.txt:
3180 * platform/efl/fast/flexbox/023-expected.png:
3181 * platform/efl/fast/flexbox/023-expected.txt:
3182 * platform/efl/fast/flexbox/024-expected.png:
3183 * platform/efl/fast/flexbox/024-expected.txt:
3184 * platform/efl/fast/flexbox/025-expected.png:
3185 * platform/efl/fast/flexbox/025-expected.txt:
3186 * platform/efl/fast/flexbox/026-expected.png:
3187 * platform/efl/fast/flexbox/026-expected.txt:
3188 * platform/efl/fast/flexbox/flex-hang-expected.png:
3189 * platform/efl/fast/flexbox/overhanging-floats-removed-expected.png:
3190 * platform/efl/fast/flexbox/overhanging-floats-removed-expected.txt:
3191 * platform/efl/fast/forms/001-expected.png:
3192 * platform/efl/fast/forms/001-expected.txt:
3193 * platform/efl/fast/forms/002-expected.png:
3194 * platform/efl/fast/forms/003-expected.png:
3195 * platform/efl/fast/forms/003-expected.txt:
3196 * platform/efl/fast/forms/004-expected.png:
3197 * platform/efl/fast/forms/004-expected.txt:
3198 * platform/efl/fast/forms/006-expected.png:
3199 * platform/efl/fast/forms/006-expected.txt:
3200 * platform/efl/fast/forms/007-expected.png:
3201 * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png:
3202 * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt:
3203 * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png:
3204 * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt:
3205 * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png:
3206 * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt:
3207 * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png:
3208 * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt:
3209 * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png:
3210 * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt:
3211 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png:
3212 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
3213 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png:
3214 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
3215 * platform/efl/fast/forms/basic-buttons-expected.png:
3216 * platform/efl/fast/forms/basic-buttons-expected.txt:
3217 * platform/efl/fast/forms/basic-inputs-expected.png:
3218 * platform/efl/fast/forms/basic-inputs-expected.txt:
3219 * platform/efl/fast/forms/basic-textareas-expected.png:
3220 * platform/efl/fast/forms/basic-textareas-expected.txt:
3221 * platform/efl/fast/forms/blankbuttons-expected.png:
3222 * platform/efl/fast/forms/blankbuttons-expected.txt:
3223 * platform/efl/fast/forms/box-shadow-override-expected.png:
3224 * platform/efl/fast/forms/box-shadow-override-expected.txt:
3225 * platform/efl/fast/forms/button-align-expected.png:
3226 * platform/efl/fast/forms/button-align-expected.txt:
3227 * platform/efl/fast/forms/button-cannot-be-nested-expected.png:
3228 * platform/efl/fast/forms/button-cannot-be-nested-expected.txt:
3229 * platform/efl/fast/forms/button-default-title-expected.png:
3230 * platform/efl/fast/forms/button-generated-content-expected.png:
3231 * platform/efl/fast/forms/button-generated-content-expected.txt:
3232 * platform/efl/fast/forms/button-inner-block-reuse-expected.png:
3233 * platform/efl/fast/forms/button-inner-block-reuse-expected.txt:
3234 * platform/efl/fast/forms/button-positioned-expected.png:
3235 * platform/efl/fast/forms/button-positioned-expected.txt:
3236 * platform/efl/fast/forms/button-sizes-expected.png:
3237 * platform/efl/fast/forms/button-sizes-expected.txt:
3238 * platform/efl/fast/forms/button-style-color-expected.png:
3239 * platform/efl/fast/forms/button-style-color-expected.txt:
3240 * platform/efl/fast/forms/button-submit-expected.png:
3241 * platform/efl/fast/forms/button-submit-expected.txt:
3242 * platform/efl/fast/forms/button-table-styles-expected.png:
3243 * platform/efl/fast/forms/button-table-styles-expected.txt:
3244 * platform/efl/fast/forms/button-text-transform-expected.png:
3245 * platform/efl/fast/forms/button-text-transform-expected.txt:
3246 * platform/efl/fast/forms/button-white-space-expected.png:
3247 * platform/efl/fast/forms/button-white-space-expected.txt:
3248 * platform/efl/fast/forms/caret-rtl-expected.png:
3249 * platform/efl/fast/forms/caret-rtl-expected.txt:
3250 * platform/efl/fast/forms/control-clip-expected.png:
3251 * platform/efl/fast/forms/control-clip-expected.txt:
3252 * platform/efl/fast/forms/control-clip-overflow-expected.png:
3253 * platform/efl/fast/forms/control-clip-overflow-expected.txt:
3254 * platform/efl/fast/forms/control-restrict-line-height-expected.png:
3255 * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
3256 * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
3257 * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
3258 * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
3259 * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png:
3260 * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:
3261 * platform/efl/fast/forms/disabled-select-change-index-expected.png:
3262 * platform/efl/fast/forms/disabled-select-change-index-expected.txt:
3263 * platform/efl/fast/forms/encoding-test-expected.png:
3264 * platform/efl/fast/forms/encoding-test-expected.txt:
3265 * platform/efl/fast/forms/fieldset-align-expected.png:
3266 * platform/efl/fast/forms/fieldset-align-expected.txt:
3267 * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
3268 * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
3269 * platform/efl/fast/forms/fieldset-with-float-expected.png:
3270 * platform/efl/fast/forms/fieldset-with-float-expected.txt:
3271 * platform/efl/fast/forms/file/file-input-direction-expected.png:
3272 * platform/efl/fast/forms/file/file-input-direction-expected.txt:
3273 * platform/efl/fast/forms/file/file-input-disabled-expected.png:
3274 * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
3275 * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
3276 * platform/efl/fast/forms/float-before-fieldset-expected.png:
3277 * platform/efl/fast/forms/float-before-fieldset-expected.txt:
3278 * platform/efl/fast/forms/floating-textfield-relayout-expected.png:
3279 * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
3280 * platform/efl/fast/forms/form-added-to-table-expected.png:
3281 * platform/efl/fast/forms/form-added-to-table-expected.txt:
3282 * platform/efl/fast/forms/form-element-geometry-expected.png:
3283 * platform/efl/fast/forms/form-element-geometry-expected.txt:
3284 * platform/efl/fast/forms/form-hides-table-expected.png:
3285 * platform/efl/fast/forms/form-hides-table-expected.txt:
3286 * platform/efl/fast/forms/form-in-malformed-markup-expected.png:
3287 * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
3288 * platform/efl/fast/forms/formmove-expected.png:
3289 * platform/efl/fast/forms/formmove-expected.txt:
3290 * platform/efl/fast/forms/formmove2-expected.png:
3291 * platform/efl/fast/forms/formmove2-expected.txt:
3292 * platform/efl/fast/forms/formmove3-expected.png:
3293 * platform/efl/fast/forms/formmove3-expected.txt:
3294 * platform/efl/fast/forms/hidden-listbox-expected.png:
3295 * platform/efl/fast/forms/hidden-listbox-expected.txt:
3296 * platform/efl/fast/forms/image-border-expected.png:
3297 * platform/efl/fast/forms/image-border-expected.txt:
3298 * platform/efl/fast/forms/indeterminate-expected.png:
3299 * platform/efl/fast/forms/indeterminate-expected.txt:
3300 * platform/efl/fast/forms/input-align-image-expected.png:
3301 * platform/efl/fast/forms/input-align-image-expected.txt:
3302 * platform/efl/fast/forms/input-appearance-bkcolor-expected.png:
3303 * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt:
3304 * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png:
3305 * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
3306 * platform/efl/fast/forms/input-appearance-disabled-expected.png:
3307 * platform/efl/fast/forms/input-appearance-disabled-expected.txt:
3308 * platform/efl/fast/forms/input-appearance-focus-expected.png: