1 2012-02-02 Raymond Toy <rtoy@chromium.org>
3 Check parameters to biquad filters
4 https://bugs.webkit.org/show_bug.cgi?id=71413
6 Reviewed by Kenneth Russell.
8 * webaudio/biquad-allpass-expected.txt: Added
9 * webaudio/biquad-allpass.html: Added
10 * webaudio/biquad-bandpass-expected.txt: Added
11 * webaudio/biquad-bandpass.html: Added
12 * webaudio/biquad-highpass-expected.txt: Added
13 * webaudio/biquad-highpass.html: Added
14 * webaudio/biquad-highshelf-expected.txt: Added
15 * webaudio/biquad-highshelf.html: Added
16 * webaudio/biquad-lowpass-expected.txt: Added
17 * webaudio/biquad-lowpass.html: Added
18 * webaudio/biquad-lowshelf-expected.txt: Added
19 * webaudio/biquad-lowshelf.html: Added
20 * webaudio/biquad-notch-expected.txt: Added
21 * webaudio/biquad-notch.html: Added
22 * webaudio/biquad-peaking-expected.txt: Added
23 * webaudio/biquad-peaking.html: Added
24 * webaudio/resources/biquad-testing.js: Added
26 2012-02-02 Shinya Kawanaka <shinyak@google.com>
28 Refactoring: Share test drivers of shadow content tests.
29 https://bugs.webkit.org/show_bug.cgi?id=77584
31 Extracts shared test code from content-element-move.html and content-element-select-dynamic.html.
32 This test framework will be used a few more times.
34 Reviewed by Hajime Morita.
36 * fast/dom/resources/shadow-test-driver.js: Added.
39 (removeContainerLines):
42 (createContentWithSelect):
45 (doTestIfLeft.callIfDone):
48 * fast/dom/shadow/content-element-move.html:
49 * fast/dom/shadow/content-element-select-dynamic.html:
51 2012-02-02 Shinya Kawanaka <shinyak@google.com>
53 StyleRecalc should occur when shadow root exists and light children are changed.
54 https://bugs.webkit.org/show_bug.cgi?id=76262
56 Reviewed by Hajime Morita.
58 Tests for dynamic content fallback.
59 Also, unnecessary RenderText objects in previous test expectations were removed.
61 * fast/dom/shadow/shadow-contents-fallback-dynamic-expected.txt: Added.
62 * fast/dom/shadow/shadow-contents-fallback-dynamic.html: Added.
63 * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
64 * platform/gtk/fast/html/details-remove-child-2-expected.txt:
65 * platform/mac/fast/html/details-remove-child-2-expected.txt:
66 * platform/qt/fast/html/details-remove-child-2-expected.txt:
68 2012-02-02 Raymond Toy <rtoy@google.com>
70 noteGrainOn needs more tests
71 https://bugs.webkit.org/show_bug.cgi?id=77225
73 Reviewed by Kenneth Russell.
75 * webaudio/note-grain-on-play.html: Added.
76 * webaudio/note-grain-on-play-expected.txt: Added.
77 * webaudio/note-grain-on-timing.html: Refactored to use new
78 functions in note-grain-on-testing.js.
79 * webaudio/note-grain-on-timing-expected.txt: Updated.
80 * webaudio/resources/audio-testing.js:
81 (grainLengthInSampleFrames): Utility to compute length of a grain
83 * webaudio/resources/note-grain-on-testing.js: Added.
85 (findStartAndEndSamples):
88 (verifyStarAndtEndTimes): Common functions for note-grain-on-play and
89 note-grain-on-timing tests to use.
91 2012-02-02 Raymond Toy <rtoy@google.com>
93 Typo in sample-accurate-scheduling layout test?
94 https://bugs.webkit.org/show_bug.cgi?id=75996
96 Reviewed by Kenneth Russell.
98 * webaudio/sample-accurate-scheduling-expected.txt: Updated
99 * webaudio/sample-accurate-scheduling.html: Fix typo, add test for
100 expected number of events.
102 2012-02-02 Raymond Toy <rtoy@google.com>
104 Fix up test expectations for two tests that now pass.
105 https://bugs.webkit.org/show_bug.cgi?id=77256
107 Reviewed by Eric Seidel.
109 * platform/chromium/test_expectations.txt:
110 webaudio/audiobuffersource-playbackrate.html and
111 webaudio/gain.html pass on windows now after the fix for bug
114 2012-02-02 Benjamin Poulain <bpoulain@apple.com>
116 Running a Web Worker on about:blank crashes the interpreter
117 https://bugs.webkit.org/show_bug.cgi?id=77593
119 Reviewed by Michael Saboff.
121 The Worker thread should not crash if running on an empty page.
122 The timer is necessary to give a chance for the thread to start.
124 * fast/workers/empty-worker-nocrash-expected.txt: Added.
125 * fast/workers/empty-worker-nocrash.html: Added.
127 2012-02-02 Filip Pizlo <fpizlo@apple.com>
129 retrieveCallerFromVMCode should call trueCallerFrame
130 https://bugs.webkit.org/show_bug.cgi?id=77684
132 Rubber stamped by Oliver Hunt.
134 * fast/js/dfg-inline-function-dot-caller-expected.txt: Added.
135 * fast/js/dfg-inline-function-dot-caller.html: Added.
136 * fast/js/script-tests/dfg-inline-function-dot-caller.js: Added.
138 (object.nonInlineable.nonInlineable.if):
139 (object.nonInlineable):
144 2012-02-02 Chris Marrin <cmarrin@apple.com>
146 Turn on CSS Filters on Windows
147 https://bugs.webkit.org/show_bug.cgi?id=76667
149 Skipped filter test files not supported on Windows
151 Reviewed by Adele Peterson.
153 * platform/win/Skipped:
155 2012-02-02 Oliver Hunt <oliver@apple.com>
157 Getters and setters cause line numbers in errors/console.log to be offset for the whole file
158 https://bugs.webkit.org/show_bug.cgi?id=77675
160 Reviewed by Timothy Hatcher.
162 Add getter and setter line number tests.
164 * fast/js/exception-linenums-expected.txt:
165 * fast/js/script-tests/exception-linenums.js:
166 (firstPropIsGetter.get getter):
167 (secondPropIsGetter.prop.1.get getter):
168 (firstPropIsSetter.set setter):
169 (secondPropIsSetter.prop.1.set setter):
171 2012-02-02 Nate Chapin <japhet@chromium.org>
173 Unreviewed, chromium expectations update.
174 Remove custom chromium-mac expectation for fast/canvas/fillPath-shadow.html,
175 since it's failing the same way as chromium win/linux.
177 * platform/chromium-mac/fast/canvas/canvas-fillPath-shadow-expected.txt: Removed.
178 * platform/chromium/test_expectations.txt:
180 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
182 Unreviewed, rolling out r106566.
183 http://trac.webkit.org/changeset/106566
184 https://bugs.webkit.org/show_bug.cgi?id=77673
186 Broke the Windows build (Requested by jessieberlin on
189 * platform/win/Skipped:
191 2012-02-02 Andrew Scherkus <scherkus@chromium.org>
193 Unreviewed, updating Chromium test expectations.
194 https://bugs.webkit.org/show_bug.cgi?id=73681
196 * platform/chromium/test_expectations.txt:
198 2012-02-02 Nate Chapin <japhet@chromium.org>
200 Unreviewed, chromium expectations update.
201 Mark some touch event tests as crashing, since they're
202 asserting as of r106554.
204 * platform/chromium/test_expectations.txt:
206 2012-02-02 Raymond Toy <rtoy@google.com>
208 Constant values to set "distanceModel" are undefined
209 https://bugs.webkit.org/show_bug.cgi?id=74273
211 Reviewed by Kenneth Russell.
213 * webaudio/distance-exponential-expected.txt: Added.
214 * webaudio/distance-exponential.html: Added.
215 * webaudio/distance-inverse-expected.txt: Added.
216 * webaudio/distance-inverse.html: Added.
217 * webaudio/distance-linear-expected.txt: Added.
218 * webaudio/distance-linear.html: Added.
219 * webaudio/resources/distance-model-testing.js: Added.
220 (createImpulseBuffer):
222 (exponentialDistance):
227 (checkDistanceResult.return.renderedBuffer):
228 (checkDistanceResult):
230 2012-02-02 Raymond Toy <rtoy@google.com>
232 Illegal panner model values should throw an exception
233 https://bugs.webkit.org/show_bug.cgi?id=77235
235 Reviewed by Kenneth Russell.
237 * webaudio/panner-set-model-expected.txt: Updated.
238 * webaudio/panner-set-model.html: Catch the errors that are thrown
239 for invalid panning model values.
240 * platform/chromium/test_expectations.txt: Remove test that no
243 2012-02-02 Nate Chapin <japhet@chromium.org>
245 Unreviewed, chromium expectations update.
247 * platform/chromium/test_expectations.txt:
249 2012-02-02 Ryosuke Niwa <rniwa@webkit.org>
251 Chromium rebaseline after r106543.
253 * platform/chromium/fast/events/remove-target-with-shadow-in-drag-expected.txt: Added.
255 2012-02-02 Csaba Osztrogonác <ossy@webkit.org>
257 [Qt][WK2] Unreviewed gardening.
258 https://bugs.webkit.org/show_bug.cgi?id=67485
260 * platform/qt-wk2/Skipped:
261 - fast/dom/Window/window-properties.html: unskip, it needed only update
262 - fast/text/complex-preferred-logical-widths.html: unskip, it passes now
263 - http/tests/loading/empty-urls.html: unskip, it doesn't exist now
264 - http/tests/loading/progress-finished-callback.html: move to the correct place
265 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: Updated.
267 2012-02-02 Csaba Osztrogonác <ossy@webkit.org>
269 [Qt] Unreviewed gardening.
271 * platform/qt/Skipped: Unskip a now passing test.
273 2012-02-02 Csaba Osztrogonác <ossy@webkit.org>
275 Paint the Qt Mac bot green.
277 * platform/qt-mac/Skipped:
279 2012-02-02 Csaba Osztrogonác <ossy@webkit.org>
281 [Qt] One more unreviewed gardening after r106487
282 https://bugs.webkit.org/show_bug.cgi?id=77628
284 * platform/qt-5.0/Skipped:
285 * platform/qt-wk2/Skipped:
286 * platform/qt/Skipped: Skip new crashing tests after r106554.
288 2012-02-02 Chris Marrin <cmarrin@apple.com>
290 Turn on CSS Filters on Windows
291 https://bugs.webkit.org/show_bug.cgi?id=76667
293 Skipped filter test files not supported on Windows
295 Reviewed by Adele Peterson.
297 * platform/win/Skipped:
299 2012-02-02 Tony Gentilcore <tonyg@chromium.org>
301 Unreviewed chromium baselines for new tests in r106551.
303 * platform/chromium-mac-leopard/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
304 * platform/chromium-mac-leopard/svg/custom/glyph-selection-arabic-forms-expected.txt: Added.
305 * platform/chromium-mac-leopard/svg/custom/glyph-selection-bidi-mirror-expected.png: Added.
306 * platform/chromium-mac-leopard/svg/custom/glyph-selection-non-bmp-expected.png: Added.
307 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
308 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-arabic-forms-expected.txt: Added.
309 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-bidi-mirror-expected.png: Added.
310 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-bidi-mirror-expected.txt: Added.
311 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-non-bmp-expected.png: Added.
312 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-non-bmp-expected.txt: Added.
313 * platform/chromium-win/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
314 * platform/chromium-win/svg/custom/glyph-selection-bidi-mirror-expected.png: Added.
315 * platform/chromium-win/svg/custom/glyph-selection-non-bmp-expected.png: Added.
316 * platform/chromium-win/svg/custom/glyph-selection-non-bmp-expected.txt: Added.
318 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
320 Unreviewed, rolling out r106551.
321 http://trac.webkit.org/changeset/106551
322 https://bugs.webkit.org/show_bug.cgi?id=77648
324 Breaking mac and gtk tests due to font differences. (Requested
325 by _pdr_ on #webkit).
327 * svg/custom/glyph-selection-arabic-forms-expected.png: Removed.
328 * svg/custom/glyph-selection-arabic-forms-expected.txt: Removed.
329 * svg/custom/glyph-selection-arabic-forms.svg: Removed.
330 * svg/custom/glyph-selection-bidi-mirror-expected.png: Removed.
331 * svg/custom/glyph-selection-bidi-mirror-expected.txt: Removed.
332 * svg/custom/glyph-selection-bidi-mirror.svg: Removed.
333 * svg/custom/glyph-selection-non-bmp-expected.png: Removed.
334 * svg/custom/glyph-selection-non-bmp-expected.txt: Removed.
335 * svg/custom/glyph-selection-non-bmp.svg: Removed.
337 2012-02-02 Alexander Pavlov <apavlov@chromium.org>
339 Web Inspector: [REGRESSION] Slow continuous DOM traversal with Up/Down keys
340 https://bugs.webkit.org/show_bug.cgi?id=77643
342 Reviewed by Pavel Feldman.
344 * inspector/styles/updates-during-dom-traversal-expected.txt: Added.
345 * inspector/styles/updates-during-dom-traversal.html: Added.
347 2012-02-02 Tony Gentilcore <tonyg@chromium.org>
349 fast/speech/bubble-position.html fails on mac
350 https://bugs.webkit.org/show_bug.cgi?id=77641
352 Unreviewed expectations update.
354 * platform/chromium/test_expectations.txt: Test introduced by 106438, never passed on mac.
356 2012-02-02 Csaba Osztrogonác <ossy@webkit.org>
358 [Qt][Mac] Unreviewed gardening, skip new failing tests to paint the bot green.
360 * platform/qt-mac/Skipped:
362 2012-02-02 Tony Gentilcore <tonyg@chromium.org>
364 Unreviewed rebaseline of imperceptible shadow change.
366 * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-clipped-slices-expected.png:
368 2012-02-02 Csaba Osztrogonác <ossy@webkit.org>
370 [Qt] Unreviewed gardening after r106551.
372 * platform/qt/Skipped: Skip new tests because of missing testfonts.
374 2012-02-02 János Badics <dicska@gmail.com>
376 [Qt] Unreviewed gardening after r106487
377 https://bugs.webkit.org/show_bug.cgi?id=77628
379 * platform/qt-wk2/Skipped: Skip the test made fast/events/resize-subframe.html timeout.
380 * platform/qt/fast/events/remove-target-with-shadow-in-drag-expected.txt: Added.
382 2012-02-02 Philip Rogers <pdr@google.com>
384 Fix mirroring with SVG fonts
385 https://bugs.webkit.org/show_bug.cgi?id=77067
387 Reviewed by Nikolas Zimmermann.
389 SVG fonts were incorrectly handling mirrored characters in bidi text.
390 In this change I added the function createStringWithMirroredCharacters
391 which handles mirroring the characters when selecting glyphs for SVG
392 fonts. I also made a small cosmetic change in the function
393 charactersWithArabicForm, changing the bool parameter "mirror" to "rtl"
394 which better reflects what it actually does.
396 Several new tests were added to test mirroring with SVG fonts in the
397 presence of Arabic forms and non-BMP characters.
399 * svg/custom/glyph-selection-arabic-forms-expected.txt: Added.
400 * svg/custom/glyph-selection-arabic-forms.svg: Added.
401 * svg/custom/glyph-selection-bidi-mirror-expected.txt: Added.
402 * svg/custom/glyph-selection-bidi-mirror.svg: Added.
403 * svg/custom/glyph-selection-non-bmp-expected.txt: Added.
404 * svg/custom/glyph-selection-non-bmp.svg: Added.
406 2012-02-02 Philippe Normand <pnormand@igalia.com>
408 Unreviewed, marking a new test as flaky on GTK.
410 * platform/gtk/test_expectations.txt:
411 fast/forms/radio/radio-group.html fails on and off.
413 2012-02-02 Philippe Normand <pnormand@igalia.com>
415 Unreviewed, GTK rebaseline and skipping 3 new test failures.
417 * platform/gtk/Skipped:
418 * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt: Added.
420 2012-02-02 Raul Hudea <rhudea@adobe.com>
422 Regions should ignore the saved currentRenderFlowThread during repainting
423 because if there are imbricated flow threads, it might end using the wrong one.
425 [CSSRegions] Assert failure in RenderView::computeRectForRepaint
426 https://bugs.webkit.org/show_bug.cgi?id=77430
428 Reviewed by David Hyatt.
430 * fast/regions/imbricated-flow-threads-crash-expected.txt: Added.
431 * fast/regions/imbricated-flow-threads-crash.html: Added.
433 2012-02-02 Kentaro Hara <haraken@chromium.org>
435 The third argument of addEventListener/removeEventListener of PeerConnection should be optional
436 https://bugs.webkit.org/show_bug.cgi?id=77606
438 Reviewed by Adam Barth.
440 The added test confirms if the third argument of addEventListener() and
441 removeEventListener() is optional.
443 * fast/mediastream/peerconnection-eventlistener-optional-argument-expected.txt: Added.
444 * fast/mediastream/peerconnection-eventlistener-optional-argument.html: Added.
446 2012-02-01 Philippe Normand <pnormand@igalia.com>
448 [GStreamer] FFTFrame implementation
449 https://bugs.webkit.org/show_bug.cgi?id=73545
451 Reviewed by Chris Rogers.
453 * webaudio/resources/convolution-testing.js:
454 (checkTail1): Adapt convolution threshold for GStreamerFFTFrame
455 implementation, as advised by Chris Rogers.
457 2012-02-01 Eric Carlson <eric.carlson@apple.com>
459 Consider user's preferred language when choosing text tracks
460 https://bugs.webkit.org/show_bug.cgi?id=74121
462 Reviewed by Alexey Proskuryakov.
464 * media/track/track-language-preference-expected.txt: Added.
465 * media/track/track-language-preference.html: Added.
466 * media/track/track-prefer-captions-expected.txt: Added.
467 * media/track/track-prefer-captions.html: Added.
468 * platform/mac/Skipped:
470 2012-02-01 Shinya Kawanaka <shinyak@google.com>
472 Select attribute of HTMLContentElement should be able be changed dynamically.
473 https://bugs.webkit.org/show_bug.cgi?id=76261
475 Reviewed by Hajime Morita.
477 Test cases for changing select attribute dynamically.
479 * fast/dom/shadow/content-element-select-dynamic-expected.txt: Added.
480 * fast/dom/shadow/content-element-select-dynamic.html: Added.
482 2012-02-01 Michael Saboff <msaboff@apple.com>
484 Yarr crash with regexp replace
485 https://bugs.webkit.org/show_bug.cgi?id=67454
487 Reviewed by Gavin Barraclough.
489 New tests to check for proper handling of back references to
490 unmatched subpatterns.
492 * fast/js/regexp-backreferences-expected.txt:
493 * fast/js/script-tests/regexp-backreferences.js:
495 2012-02-01 Pablo Flouret <pablof@motorola.com>
497 Support targetOrigin = "/" in postMessage for sending messages to same origin as source document.
498 https://bugs.webkit.org/show_bug.cgi?id=77580
500 Reviewed by Adam Barth.
502 * http/tests/security/postMessage/target-origin-expected.txt:
503 * http/tests/security/postMessage/target-origin.html:
505 2012-02-01 Gavin Barraclough <barraclough@apple.com>
507 calling function on catch block scope containing an eval result in wrong this value being passed
508 https://bugs.webkit.org/show_bug.cgi?id=77581
510 Reviewed by Oliver Hunt.
512 javascript:function F(){ return 'F' in this; }; try { throw F; } catch (e) { eval(""); alert(e()); }
514 * fast/js/eval-var-decl-expected.txt:
515 * fast/js/script-tests/eval-var-decl.js:
519 2012-02-01 Florin Malita <fmalita@google.com>
521 Backgrounds in HTML inside foreignObject don't draw
522 https://bugs.webkit.org/show_bug.cgi?id=23111
524 Reviewed by Eric Seidel.
526 * svg/foreignObject/body-background-expected.png: Added.
527 * svg/foreignObject/body-background-expected.txt: Added.
528 * svg/foreignObject/body-background.svg: Added.
530 2012-02-01 Oliver Hunt <oliver@apple.com>
532 Add support for inferred function names
533 https://bugs.webkit.org/show_bug.cgi?id=77579
535 Reviewed by Gavin Barraclough.
537 Update test case results.
539 * fast/profiler/anonymous-event-handler-expected.txt:
540 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
541 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
542 * fast/profiler/anonymous-function-calls-eval-expected.txt:
543 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
544 * fast/profiler/inline-event-handler-expected.txt:
545 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
546 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
547 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
548 * fast/profiler/multiple-anonymous-functions-called-from-the-same-function-expected.txt:
549 * fast/profiler/nested-anonymous-functon-expected.txt:
550 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
552 2012-02-01 Mark Hahnenberg <mhahnenberg@apple.com>
554 Replace JSArray destructor with finalizer
555 https://bugs.webkit.org/show_bug.cgi?id=77488
557 Reviewed by Geoffrey Garen.
559 * fast/js/script-tests/sparse-array.js: Added code to test oscillation between
560 sparse and dense arrays.
561 * fast/js/sparse-array-expected.txt:
563 2012-02-01 Elliot Poger <epoger@google.com>
565 rebaseline box-shadow-clipped-slices
566 https://bugs.webkit.org/show_bug.cgi?id=77565
568 Reviewed by Stephen White.
570 * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
571 * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
573 2012-02-01 Alexis Menard <alexis.menard@openbossa.org>
575 CSSStyleDeclaration.getPropertyPriority() fails for CSS shorthand properties with 'important' priority
576 https://bugs.webkit.org/show_bug.cgi?id=49058
578 Reviewed by Andreas Kling.
580 * fast/css/shorthand-priority-expected.txt: Added.
581 * fast/css/shorthand-priority.html: Added.
583 2012-02-01 Ryosuke Niwa <rniwa@webkit.org>
585 Crash in EventHandler::updateDragAndDrop
586 https://bugs.webkit.org/show_bug.cgi?id=77569
588 Reviewed by Alexey Proskuryakov.
590 * fast/events/remove-target-with-shadow-in-drag-expected.txt: Added.
591 * fast/events/remove-target-with-shadow-in-drag.html: Added.
593 2012-02-01 Szilard Ledan <Ledan-Muntean.Szilard@stud.u-szeged.hu>
595 Fixed some lines in the date-constructor.js test.
596 https://bugs.webkit.org/show_bug.cgi?id=75892
598 Reviewed by Gavin Barraclough.
600 * fast/js/date-constructor-expected.txt:
601 * fast/js/script-tests/date-constructor.js:
603 2012-02-01 Max Vujovic <mvujovic@adobe.com>
605 Add support for min-width on the table element.
607 min-width is not implemented on <table> for table-layout: auto
608 https://bugs.webkit.org/show_bug.cgi?id=76553
610 Reviewed by Julien Chaffraix.
612 * fast/table/min-width-css-block-table.html: Added.
613 * fast/table/min-width-css-block-table-expected.txt: Added.
614 * fast/table/min-width-css-inline-table.html: Added.
615 * fast/table/min-width-css-inline-table-expected.txt: Added.
616 * fast/table/min-width-html-block-table.html: Added.
617 * fast/table/min-width-html-block-table-expected.txt: Added.
618 * fast/table/min-width-html-inline-table.html: Added.
619 * fast/table/min-width-html-inline-table-expected.txt: Added.
620 * fast/table/script-tests/min-width-css-block-table.js: Added.
621 (computeLogicalWidth):
622 * fast/table/script-tests/min-width-css-inline-table.js: Added.
623 (computeLogicalWidth):
624 * fast/table/script-tests/min-width-helpers.js: Added.
627 (computeLogicalWidthHelper):
629 * fast/table/script-tests/min-width-html-block-table.js: Added.
630 (computeLogicalWidth):
631 * fast/table/script-tests/min-width-html-inline-table.js: Added.
632 (computeLogicalWidth):
634 2012-02-01 Brian Salomon <bsalomon@google.com>
636 [SKIA/CHROMIUM] Perform getImageData format conversions using Skia
637 https://bugs.webkit.org/show_bug.cgi?id=77553
639 Reviewed by Stephen White.
641 * platform/chromium/test_expectations.txt:
643 2012-02-01 Nate Chapin <japhet@chromium.org>
645 Test for https://bugs.webkit.org/show_bug.cgi?id=73097.
646 Test adapted from repro case provided by zacklloyd@google.com.
648 Reviewed by Darin Adler.
650 * fast/events/resources/subframe-with-scrollable-div.html: Added.
651 * fast/events/scroll-div-with-prevent-default-in-subframe-expected.txt: Added.
652 * fast/events/scroll-div-with-prevent-default-in-subframe.html: Added.
654 2012-02-01 Mario Sanchez Prada <msanchez@igalia.com>
656 [GTK] editing/inserting/4960120-2.html flaky crash
657 https://bugs.webkit.org/show_bug.cgi?id=76815
659 Reviewed by Martin Robinson.
661 * platform/gtk/test_expectations.txt: Unskipping tests that
662 shouldn't be crashing from now on.
664 2012-02-01 Yury Semikhatsky <yurys@chromium.org>
666 Web Inspector: debugger reports wrong sources when paused in inline script on page reload
667 https://bugs.webkit.org/show_bug.cgi?id=77548
669 Reviewed by Vsevolod Vlasov.
671 * inspector/debugger/debugger-scripts-expected.txt:
672 * inspector/debugger/pause-in-inline-script-expected.txt: Added.
673 * inspector/debugger/pause-in-inline-script.html: Added.
674 * platform/chromium/inspector/debugger/debugger-scripts-expected.txt:
676 2012-02-01 Shinya Kawanaka <shinyak@google.com>
678 Content element should be able to be dynamically added/removed/replaced in a shadow tree.
679 https://bugs.webkit.org/show_bug.cgi?id=76611
681 Reviewed by Hajime Morita
683 Test cases for appending/removing/replacing content element in a shadow tree.
685 * fast/dom/shadow/content-element-move-expected.txt: Added.
686 * fast/dom/shadow/content-element-move.html: Added.
688 2012-02-01 Peter Beverloo <peter@chromium.org>
690 getIntersectionList causes transforms to be recalculated in SVG
691 https://bugs.webkit.org/show_bug.cgi?id=77179
693 Reviewed by Nikolas Zimmermann.
695 Introduce a local variable to store the element's local-to-parent
696 transformation matrix in, removing the need for the const_cast and
697 stopping us from modifying any matrices elsewhere.
699 * svg/custom/intersection-list-transforms-expected.png: Added.
700 * svg/custom/intersection-list-transforms-expected.txt: Added.
701 * svg/custom/intersection-list-transforms.svg: Added.
703 2012-02-01 Vsevolod Vlasov <vsevik@chromium.org>
705 Web Inspector: [InspectorIndexedDB] Add tests for database names and database structure requests.
706 https://bugs.webkit.org/show_bug.cgi?id=77439
708 Reviewed by Pavel Feldman.
710 * http/tests/inspector/indexeddb/database-names-expected.txt: Added.
711 * http/tests/inspector/indexeddb/database-names.html: Added.
712 * http/tests/inspector/indexeddb/database-structure-expected.txt: Added.
713 * http/tests/inspector/indexeddb/database-structure.html: Added.
714 * http/tests/inspector/indexeddb/indexeddb-test.js: Added.
715 * platform/gtk/Skipped:
716 * platform/mac-leopard/Skipped:
717 * platform/mac-snowleopard/Skipped:
718 * platform/mac/Skipped:
719 * platform/qt/Skipped:
720 * platform/win/Skipped:
722 2012-02-01 Shawn Singh <shawnsingh@chromium.org>
724 Fix the semantics of passing contentsVisible flag to GraphicsLayers
725 https://bugs.webkit.org/show_bug.cgi?id=76975
727 Reviewed by Simon Fraser.
729 * compositing/visibility/layer-visible-content-expected.txt: rebaselined expected result
730 * compositing/visibility/layer-visible-content.html: fixed height so that result is platform-independent
731 * platform/chromium/test_expectations.txt: removed fail expectation, it should pass now.
733 2012-02-01 Philippe Normand <pnormand@igalia.com>
735 Unreviewed, GTK rebaseline after r106445
737 * platform/gtk/security/block-test-expected.txt:
738 * platform/gtk/security/block-test-no-port-expected.txt:
739 * platform/gtk/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
741 2012-02-01 Csaba Osztrogonác <ossy@webkit.org>
743 [WK2] Unreviewed gardening after r106426.
744 Skip new failing tests because of missing layoutTestController.dumpResourceResponseMIMETypes().
745 https://bugs.webkit.org/show_bug.cgi?id=42543
747 * platform/qt-wk2/Skipped: Remove a test also skipped in wk2/Skipped.
748 * platform/wk2/Skipped:
750 2012-02-01 Yuzo Fujishima <yuzo@google.com>
752 [Chromium] Unreviewed test expectaion change.
753 plugins/createScriptableObject-before-start.html is flaky on LINUX.
755 * platform/chromium/test_expectations.txt:
757 2012-02-01 Csaba Osztrogonác <ossy@webkit.org>
759 Implement Error.stack
760 https://bugs.webkit.org/show_bug.cgi?id=66994
762 Unreviewed, rolling out r106407.
764 * fast/js/exception-properties-expected.txt:
765 * fast/js/script-tests/exception-properties.js:
766 * fast/js/script-tests/stack-trace.js: Removed.
767 * fast/js/stack-trace-expected.txt: Removed.
768 * fast/js/stack-trace.html: Removed.
769 * platform/chromium/test_expectations.txt:
771 2012-02-01 Yuzo Fujishima <yuzo@google.com>
773 [Chromium] Unreviewed test expectaion change.
774 media/controls-drag-timebar.html passes or times out on WIN and LINUX.
776 * platform/chromium/test_expectations.txt:
778 2012-02-01 Sheriff Bot <webkit.review.bot@gmail.com>
780 Unreviewed, rolling out r106432.
781 http://trac.webkit.org/changeset/106432
782 https://bugs.webkit.org/show_bug.cgi?id=77529
784 it breaks tests (Requested by shinyak on #webkit).
786 * fast/dom/shadow/content-element-move-expected.txt: Removed.
787 * fast/dom/shadow/content-element-move.html: Removed.
789 2012-02-01 Yuzo Fujishima <yuzo@google.com>
791 [Chromium] Unreviewed test expectaion change.
792 svg/text/text-align-04-b.svg is flaky on WIN and LINUX.
794 * platform/chromium/test_expectations.txt:
796 2012-02-01 Philippe Normand <pnormand@igalia.com>
798 Reviewed by Martin Robinson.
800 [GTK] Improve FrameLoader signals. Resource loading
801 https://bugs.webkit.org/show_bug.cgi?id=49543
803 Unskip tests now passing.
805 * platform/gtk/Skipped:
806 * platform/gtk/fast/loader/file-protocol-fragment-expected.txt: Added.
807 * platform/gtk/http/tests/misc/willCacheResponse-delegate-callback-expected.txt:
809 2012-02-01 Balazs Ankes <Ankes.Balazs@stud.u-szeged.hu>
811 [Qt] Unreviewed gardening after r106373.
813 * fast/forms/implicit-submission-expected.txt:
814 * platform/qt/fast/dom/Window/window-properties-expected.txt:
815 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
816 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
817 * platform/qt/fast/js/global-constructors-expected.txt:
818 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
820 2012-02-01 Yuzo Fujishima <yuzo@google.com>
822 [Chromium] Unreviewed test expectation change.
823 https://bugs.webkit.org/show_bug.cgi?id=77521
824 fast/repaint/search-field-cancel.html is failing on LINUX.
826 * platform/chromium/test_expectations.txt:
828 2012-02-01 Yuzo Fujishima <yuzo@google.com>
830 [Chromium] Unreviewed test expectation change.
831 fast/repaint/textarea-set-disabled.html is failing.
832 https://bugs.webkit.org/show_bug.cgi?id=77521
834 * platform/chromium/test_expectations.txt:
836 2012-02-01 Yuzo Fujishima <yuzo@google.com>
838 [Chromium] Unreviewed test expectation change.
839 Layout Test fast/forms/textfield-overflow.html is failing on WIN and LINUX.
841 * platform/chromium/test_expectations.txt:
843 2012-01-31 Hans Wennborg <hans@chromium.org>
845 Speech Input: Report speech element rect relative to window rather than frame
846 https://bugs.webkit.org/show_bug.cgi?id=76443
848 Reviewed by Darin Fisher.
850 Add layout test to check that the element position used when
851 requesting speech input is relative to the window, not the frame.
853 * fast/speech/bubble-position-expected.txt: Added.
854 * fast/speech/bubble-position.html: Added.
856 2012-02-01 Philippe Normand <pnormand@igalia.com>
858 Unreviewed, GTK rebaseline after r106373 and r106361.
860 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
861 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
862 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
863 * platform/gtk/fast/js/global-constructors-expected.txt:
864 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt:
866 2012-01-31 Hayato Ito <hayato@chromium.org>
868 Add APIs, getElementsByXXX family, to ShadowRoot IDL.
869 https://bugs.webkit.org/show_bug.cgi?id=77323
871 Reviewed by Dimitri Glazkov.
873 Add APIs (getElementById, getElemesntByTagName, getElementsByClassName and getElementsByTagNameNS)
876 * fast/dom/shadow/shadow-root-js-api-expected.txt:
877 * fast/dom/shadow/shadow-root-js-api.html:
879 2012-01-31 Shinya Kawanaka <shinyak@google.com>
881 Content element should be able to be dynamically added/removed/replaced in a shadow tree.
882 https://bugs.webkit.org/show_bug.cgi?id=76611
884 Reviewed by Hajime Morita.
886 Test cases for appending/removing/replacing content element in a shadow tree.
888 * fast/dom/shadow/content-element-move-expected.txt: Added.
889 * fast/dom/shadow/content-element-move.html: Added.
891 2012-01-31 Ryuan Choi <ryuan.choi@samsung.com>
893 [EFL] Add basic DRT/Efl implementation to support viewport test.
894 https://bugs.webkit.org/show_bug.cgi?id=77320
896 Reviewed by Andreas Kling.
898 Remove fast/viewport from Skipped and add some tests which aren't passed.
899 These skipped tests are also in qt/Skipped and gtk/Skipped.
901 * platform/efl/Skipped:
903 2012-01-31 Joe Thomas <joethomas@motorola.com>
905 https://bugs.webkit.org/show_bug.cgi?id=76801
906 Listboxes incorrectly display contents when cleared and then re-populated.
908 Whenever the number of items in the listbox is less than the size of listbox (number of visible items the listbox can accomodate),
909 we set the listbox scroll-offset to zero. The scroll-offset of the Scrollbar should also be set to 0 so that when the listbox is re-populated,
910 scrollbar position and the content inside the listbox are in sync.
914 Reviewed by Andreas Kling.
916 * fast/forms/listbox-clear-restore-expected.html: Added.
917 * fast/forms/listbox-clear-restore.html: Added.
919 2012-01-31 Yuzo Fujishima <yuzo@google.com>
921 [Chromium] Unreviewed test expectation change.
922 LayoutTest platform/mac/fast/events/non-roman-key-code.html crashes at r106422.
924 * platform/chromium/test_expectations.txt:
926 2012-01-31 Adam Barth <abarth@webkit.org>
928 HTMLPreloadScanner should understand the <base> element
929 https://bugs.webkit.org/show_bug.cgi?id=77231
931 Reviewed by Eric Seidel.
933 These tests ensure that we understand the <base> element and that we
934 understand that the first <base> element is the one that maters.
936 * fast/preloader/first-base-tag-scanned-wins-expected.txt: Added.
937 * fast/preloader/first-base-tag-scanned-wins.html: Added.
938 * fast/preloader/first-base-tag-wins-expected.txt: Added.
939 * fast/preloader/first-base-tag-wins.html: Added.
940 * fast/preloader/resources/base-image1.png: Copied from LayoutTests/fast/preloader/resources/image1.png.
941 * fast/preloader/resources/base-image2.png: Copied from LayoutTests/fast/preloader/resources/image1.png.
942 * fast/preloader/resources/base-image3.png: Copied from LayoutTests/fast/preloader/resources/image1.png.
943 * fast/preloader/understands-base-tag-expected.txt: Added.
944 * fast/preloader/understands-base-tag.html: Added.
946 2012-01-31 Adam Klein <adamk@chromium.org>
948 ProcessingInstruction should not be a ContainerNode
949 https://bugs.webkit.org/show_bug.cgi?id=75141
951 Reviewed by Darin Adler.
953 * fast/dom/processing-instruction-appendChild-exceptions-expected.txt: Added.
954 * fast/dom/processing-instruction-appendChild-exceptions.xhtml: Added.
956 2012-01-31 Matthew Delaney <mdelaney@apple.com>
958 Failing 2d.shadow.enable.off.2.html on Lion
959 https://bugs.webkit.org/show_bug.cgi?id=77489
961 Reviewed by Dan Bernstein.
963 * platform/mac-lion/Skipped: We can unskip this test now that this patch has us passing this test.
965 2012-01-31 Oliver Hunt <oliver@apple.com>
967 Remove unneeded sourceId property
968 https://bugs.webkit.org/show_bug.cgi?id=77495
970 Reviewed by Filip Pizlo.
972 Update the test for the removal of sourceId
974 * fast/js/exception-properties-expected.txt:
975 * fast/js/script-tests/exception-properties.js:
977 2012-01-31 Yuzo Fujishima <yuzo@google.com>
979 [Chromium] Unreviewed test expectation change.
980 fast/replaced/width100percent-searchfield.html is failing on MAC.
982 * platform/chromium/test_expectations.txt:
984 2012-01-31 Oliver Hunt <oliver@apple.com>
986 Implement Error.stack
987 https://bugs.webkit.org/show_bug.cgi?id=66994
989 Reviewed by Gavin Barraclough.
991 Original patch by Juan Carlos Montemayor Elosua.
993 Unit tests that contain both normal and special cases for stack trace
996 * fast/js/exception-properties-expected.txt:
997 * fast/js/script-tests/exception-properties.js:
998 * fast/js/script-tests/stack-trace.js: Added.
1009 * fast/js/stack-trace-expected.txt: Added.
1010 * fast/js/stack-trace.html: Added.
1011 * platform/chromium/test_expectations.txt:
1013 2012-01-31 Joshua Bell <jsbell@chromium.org>
1015 IndexedDB: Re-enable structured-clone test
1016 https://bugs.webkit.org/show_bug.cgi?id=77239
1018 This test was landed disabled, since it was failing. Turns out Date serialization
1019 differs ("PST" vs. "Pacific Standard Time") across machines, so debug statements
1020 in the test were removed.
1022 Reviewed by Tony Chang.
1024 * platform/chromium/test_expectations.txt:
1025 * storage/indexeddb/structured-clone-expected.txt:
1026 * storage/indexeddb/structured-clone.html:
1028 2012-01-31 Balazs Kelemen <kbalazs@webkit.org>
1030 [Qt][WK2] bot lacks mobility
1031 https://bugs.webkit.org/show_bug.cgi?id=68243
1033 Unreviewed gardening.
1034 Removing tests from skipped list. These tests are no
1035 longer failing since the Qt5 tree we use includes
1036 the required modules that used to live in mobility.
1038 * platform/qt-wk2/Skipped:
1040 2012-01-31 Sheriff Bot <webkit.review.bot@gmail.com>
1042 Unreviewed, rolling out r106376.
1043 http://trac.webkit.org/changeset/106376
1044 https://bugs.webkit.org/show_bug.cgi?id=77481
1046 Broke WebGLLayerChromiumTest in webkit_unit_tests (Requested
1047 by kbr_google on #webkit).
1049 * platform/chromium/test_expectations.txt:
1051 2012-01-31 David Grogan <dgrogan@chromium.org>
1053 IndexedDB: refactor basics layout test so that it can be run on workers.
1054 https://bugs.webkit.org/show_bug.cgi?id=76683
1056 Reviewed by Tony Chang.
1058 * storage/indexeddb/basics-workers-expected.txt: Added.
1059 * storage/indexeddb/basics-workers.html: Added.
1060 * storage/indexeddb/basics.html:
1061 * storage/indexeddb/resources/basics.js: Copied from LayoutTests/storage/indexeddb/basics.html.
1064 * storage/indexeddb/resources/idb-worker-common.js: Added.
1071 2012-01-31 Eric Seidel <eric@webkit.org>
1073 Rebaseline results after http://trac.webkit.org/changeset/106373
1077 * fast/forms/implicit-submission-expected.txt:
1078 * platform/chromium-mac/fast/dom/Window/window-lookup-precedence-expected.txt: Removed.
1079 * platform/chromium-mac/fast/dom/wrapper-classes-expected.txt: Removed.
1080 * platform/chromium-win/fast/forms/implicit-submission-expected.txt:
1081 * platform/chromium/fast/dom/Window/element-constructors-on-window-expected.txt:
1082 * platform/chromium/fast/dom/Window/window-lookup-precedence-expected.txt:
1083 * platform/chromium/fast/dom/wrapper-classes-expected.txt:
1084 * platform/mac/fast/forms/implicit-submission-expected.txt: Copied from LayoutTests/fast/forms/implicit-submission-expected.txt.
1085 * platform/qt/fast/forms/implicit-submission-expected.txt: Removed.
1087 2012-01-31 Jon Lee <jonlee@apple.com>
1089 Hidden form elements do not save their state prior to form submission
1090 https://bugs.webkit.org/show_bug.cgi?id=77391
1091 <rdar://problem/10563108>
1093 Reviewed by Brady Eidson.
1095 The test changes the value of the hidden input element via Javascript prior to
1096 submitting the form. The form action goes back one page, and we check to see
1097 that the hidden input value is what it was set to by Javascript, rather than what
1098 it was originally assigned.
1100 * fast/forms/state-restore-hidden-expected.txt: Added.
1101 * fast/forms/state-restore-hidden.html: Added.
1103 2012-01-31 Joshua Bell <jsbell@chromium.org>
1105 IndexedDB: IDBCursor.update() should raise exception if key changed
1106 https://bugs.webkit.org/show_bug.cgi?id=76952
1108 Reviewed by Tony Chang.
1110 * storage/indexeddb/cursor-update-expected.txt:
1111 * storage/indexeddb/cursor-update.html:
1113 2012-01-31 Ryosuke Niwa <rniwa@webkit.org>
1115 Crash in previousLinePosition when moving into a root inline box without leaves
1116 https://bugs.webkit.org/show_bug.cgi?id=76812
1118 Reviewed by Enrica Casucci.
1120 Add a regression test for the crash. Unfortunately, we can only test previousLinePosition.
1122 * editing/selection/move-into-empty-root-inline-box-expected.txt: Added.
1123 * editing/selection/move-into-empty-root-inline-box.html: Added.
1125 2012-01-31 Tony Chang <tony@chromium.org>
1127 [chromium] Fix css3/flexbox/cross-axis-scrollbar-expected to work on
1130 The scrollbars overflow the bounds of the scrollbar rect (see bug 77368).
1131 Work around this by using positioned elements and setting the z-index as
1132 negative. It didn't work previously because when the scrollbar was
1133 positioned, it clipped the extra pixels. Tested to verify that this works
1134 on Chromium Win and Chromium Linux.
1136 Unreviewed, test fix.
1138 * css3/flexbox/cross-axis-scrollbar-expected.html:
1139 * platform/chromium/test_expectations.txt:
1141 2012-01-25 Eric Seidel <eric@webkit.org>
1143 HTMLIsIndexElement should not expose HTMLInputElement properties
1144 https://bugs.webkit.org/show_bug.cgi?id=76095
1146 Reviewed by Adam Barth.
1148 * fast/dom/HTMLIsIndexElement/prototype-chain-expected.txt: Added.
1149 * fast/dom/HTMLIsIndexElement/prototype-chain.html: Added.
1150 * fast/dom/HTMLIsIndexElement/script-tests/prototype-chain.js: Added.
1152 2012-01-31 Rafael Brandao <rafael.lobo@openbossa.org>
1154 [Qt] Use ICU if available
1155 https://bugs.webkit.org/show_bug.cgi?id=76821
1157 Reviewed by Csaba Osztrogonác.
1159 After r105997, some tests had different expected results but they were passing
1160 like /fast/text/find-{kana|russian|soft-hyphen}.html and editing/execCommand/findString-diacriticals.html.
1161 The test editing/selection/regional-indicators.html had a false expected file,
1162 and the rest was moved to a more specific folder (i.e. some bugs skipped on qt5 and qt-wk2
1163 didn't need to be on qt-wk2 as well, etc.) and/or created specific bugs for further investigation.
1165 * platform/qt-4.8/Skipped:
1166 * platform/qt-4.8/css1/text_properties/text_transform-expected.txt: Copied from LayoutTests/platform/qt/css1/text_properties/text_transform-expected.txt.
1167 * platform/qt-4.8/editing/selection/regional-indicators-expected.txt: Renamed from LayoutTests/platform/qt/editing/selection/regional-indicators-expected.txt.
1168 * platform/qt-4.8/fast/text/find-kana-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-kana-expected.txt.
1169 * platform/qt-4.8/fast/text/find-russian-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-russian-expected.txt.
1170 * platform/qt-4.8/fast/text/find-soft-hyphen-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-soft-hyphen-expected.txt.
1171 * platform/qt-5.0/Skipped:
1172 * platform/qt-5.0/css1/text_properties/text_transform-expected.txt: Renamed from LayoutTests/platform/qt/css1/text_properties/text_transform-expected.txt.
1173 * platform/qt-5.0/editing/execCommand/findString-diacriticals-expected.txt: Added.
1174 * platform/qt-wk2/Skipped:
1175 * platform/qt/Skipped:
1177 2012-01-31 Arko Saha <arko@motorola.com>
1179 The spec renamed addTrack() to addTextTrack().
1180 https://bugs.webkit.org/show_bug.cgi?id=77381
1182 Reviewed by Eric Carlson.
1184 Renamed addTrack() to addTextTrack().
1185 Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#media-elements
1187 * media/track/track-add-track-expected.txt:
1188 * media/track/track-add-track.html:
1189 * media/track/track-addtrack-kind-expected.txt:
1190 * media/track/track-addtrack-kind.html:
1191 * media/track/track-text-track-destructor-crash.html:
1192 * media/track/track-texttracks-expected.txt:
1193 * media/track/track-texttracks.html:
1194 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1195 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1197 2012-01-31 Yuzo Fujishima <yuzo@google.com>
1199 [Chromium] Unreviewed test expectation change.
1200 inspector/timeline/timeline-receive-response-event.html is flaky on LINUX
1202 * platform/chromium/test_expectations.txt:
1204 2012-01-31 Philippe Normand <pnormand@igalia.com>
1206 Unreviewed, GTK gardening.
1208 * platform/gtk/Skipped: Skipping some new failures.
1209 * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
1210 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
1211 * platform/gtk/fast/js/global-constructors-expected.txt:
1212 * platform/gtk/test_expectations.txt: Marked one more svg test as flaky.
1214 2012-01-31 Yuzo Fujishima <yuzo@google.com>
1216 [Chromium] Unreviewed test expectation change.
1217 77412 - [Chromium] Layout Test media/media-blocked-by-beforeload.html fails for LEOPARD
1219 * platform/chromium/test_expectations.txt:
1221 2012-01-31 Csaba Osztrogonác <ossy@webkit.org>
1223 On more (last) typo fix after r106339.
1225 * platform/qt/Skipped:
1227 2012-01-31 Csaba Osztrogonác <ossy@webkit.org>
1229 Typo fix after r106339.
1231 * platform/qt/Skipped:
1233 2012-01-30 Csaba Osztrogonác <ossy@webkit.org>
1235 [Qt] Unreviewed gardening.
1237 * platform/qt/Skipped: Skip failing tests.
1239 2012-01-30 Yury Semikhatsky <yurys@chromium.org>
1241 Web Inspector: should be possible to step through all event listeners when event listener breakpoint is hit
1242 https://bugs.webkit.org/show_bug.cgi?id=77331
1244 Test that debugger will stop in each event listener when pausing on an event listener
1247 Reviewed by Pavel Feldman.
1249 * inspector/debugger/step-through-event-listeners-expected.txt: Added.
1250 * inspector/debugger/step-through-event-listeners.html: Added.
1251 * platform/gtk/Skipped:
1252 * platform/mac/Skipped:
1253 * platform/qt/Skipped:
1254 * platform/win/Skipped:
1255 * platform/wincairo/Skipped:
1257 2011-01-30 Hayato Ito <hayato@chromium.org>
1259 Attach light children after removing a shadow root.
1260 https://bugs.webkit.org/show_bug.cgi?id=74267
1262 Reviewed by Ryosuke Niwa.
1264 * fast/dom/shadow/dynamically-created-shadow-root-expected.html:
1265 * fast/dom/shadow/dynamically-created-shadow-root.html:
1267 2012-01-30 Raymond Liu <raymond.liu@intel.com>
1269 Fix ASSERT fail within AudioBus::processWithGainFrom()
1270 https://bugs.webkit.org/show_bug.cgi?id=76685
1272 Reviewed by Daniel Bates.
1274 * webaudio/audionode-connect-order-expected.txt: Added.
1275 * webaudio/audionode-connect-order.html: Added.
1277 2012-01-30 Roland Steiner <rolandsteiner@chromium.org>
1279 <style scoped>: Implement scoped stylesheets and basic application
1280 https://bugs.webkit.org/show_bug.cgi?id=73190
1282 Test that <style scoped> affects styles and is updated correctly:
1284 -) test setting/un-setting the 'scoped' attribute
1285 -) test inserting/removing a whole <style scoped> element
1287 Reviewed by Antti Koivisto.
1289 * fast/css/style-scoped/style-scoped-attach-expected.txt: Added.
1290 * fast/css/style-scoped/style-scoped-attach.html: Added.
1291 * fast/css/style-scoped/style-scoped-basic-expected.txt: Added.
1292 * fast/css/style-scoped/style-scoped-basic.html: Added.
1293 * fast/css/style-scoped/style-scoped-detach-expected.txt: Added.
1294 * fast/css/style-scoped/style-scoped-detach.html: Added.
1295 * fast/css/style-scoped/style-scoped-remove-scoped-expected.txt: Added.
1296 * fast/css/style-scoped/style-scoped-remove-scoped.html: Added.
1297 * fast/css/style-scoped/style-scoped-set-scoped-expected.txt: Added.
1298 * fast/css/style-scoped/style-scoped-set-scoped.html: Added.
1300 2012-01-30 Yuzo Fujishima <yuzo@google.com>
1302 [Chromium] Unreviewed test expectation change
1303 plugins/crash-restoring-plugin-page-from-page-cache.html fails or timeouts.
1305 * platform/chromium/test_expectations.txt:
1307 2012-01-30 Pablo Flouret <pablof@motorola.com>
1309 Don't select the next selectable index when deselecting an option in select elements with size set to a value greater than one.
1310 https://bugs.webkit.org/show_bug.cgi?id=76389
1312 Reviewed by Kent Tamura.
1314 This behavior matches the rest of the browsers.
1316 * fast/forms/select/option-selecting-expected.txt: Added.
1317 * fast/forms/select/option-selecting.html: Added.
1319 2012-01-30 Levi Weintraub <leviw@chromium.org>
1321 Layout Test plugins/crash-restoring-plugin-page-from-page-cache.html is slow on Chromium
1322 https://bugs.webkit.org/show_bug.cgi?id=77397
1324 Unreviewed gardening. Marking plugins/crash-restoring-plugin-page-from-page-cache.html slow
1327 * platform/chromium/test_expectations.txt:
1329 2012-01-30 Dan Bernstein <mitz@apple.com>
1331 <rdar://problem/10778045> REGRESSION (r91935): text-combine fails
1332 https://bugs.webkit.org/show_bug.cgi?id=77373
1334 Reviewed by Darin Adler.
1336 Removed tests that were failing because of this bug from the skipped list.
1338 * platform/mac-lion/Skipped:
1340 2012-01-30 Brady Eidson <beidson@apple.com>
1342 Fix typo in test name from my last commit.
1344 Spotted and rubber-stamped by Darin Adler.
1346 * plugins/crash-restoring-plugin-page-from-page-cache-expected.txt: Copied from plugins/crash-restoring-pluging-page-from-page-cache-expected.txt.
1347 * plugins/crash-restoring-plugin-page-from-page-cache.html: Copied from plugins/crash-restoring-pluging-page-from-page-cache.html.
1348 * plugins/crash-restoring-pluging-page-from-page-cache-expected.txt: Removed.
1349 * plugins/crash-restoring-pluging-page-from-page-cache.html: Removed.
1351 2012-01-30 Brady Eidson <beidson@apple.com>
1353 <rdar://problem/10707072>
1354 Crashes in WebProcess at WebCore::Node::rendererIsNeeded
1356 Reviewed by Darin Adler.
1358 * plugins/crash-restoring-pluging-page-from-page-cache-expected.txt: Added.
1359 * plugins/crash-restoring-pluging-page-from-page-cache.html: Added.
1361 2012-01-30 Rakesh KN <rakesh.kn@motorola.com>
1363 single-file input elements should refuse multi-file drags
1364 https://bugs.webkit.org/show_bug.cgi?id=25913
1366 Reviewed by Eric Seidel.
1368 Refuse the multiple file drags onto a single file input element.
1370 * editing/pasteboard/file-input-files-access-expected.txt:
1371 Expected result changed.
1372 * editing/pasteboard/script-tests/file-input-files-access.js:
1374 Removed the 'FIXME' debug and comment as it is not valid after this change.
1376 2012-01-30 Dana Jansens <danakj@chromium.org>
1378 [chromium] Use region reported painted opaque for draw culling
1379 https://bugs.webkit.org/show_bug.cgi?id=76015
1381 Reviewed by James Robinson.
1383 * platform/chromium-linux/compositing/iframes/iframe-in-composited-layer-expected.png:
1384 * platform/chromium-mac-leopard/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
1385 * platform/chromium-mac-snowleopard/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
1386 * platform/chromium-win/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
1387 * platform/chromium/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
1388 * platform/chromium/test_expectations.txt:
1390 2012-01-30 Shadi Khalek <shadi@chromium.org>
1392 [Chromium] Unreviewed test expectation change.
1393 Remove passing media/media-blocked-by-beforeload.html from test_expectations.txt
1396 * platform/chromium/test_expectations.txt:
1398 2012-01-30 Ryosuke Niwa <rniwa@webkit.org>
1400 Crash in previousLinePosition when moving into a root inline box without leaves
1401 https://bugs.webkit.org/show_bug.cgi?id=76812
1403 Reviewed by Enrica Casucci.
1405 Add a regression test for the crash. Unfortunately, we can only test previousLinePosition.
1407 * editing/selection/move-into-empty-root-inline-box-expected.txt: Added.
1408 * editing/selection/move-into-empty-root-inline-box.html: Added.
1410 2012-01-30 Oliver Hunt <oliver@apple.com>
1412 Unexpected syntax error
1413 https://bugs.webkit.org/show_bug.cgi?id=77340
1415 Reviewed by Gavin Barraclough.
1417 Add new tests for correct parsing of new expressions
1419 * fast/js/parser-syntax-check-expected.txt:
1420 * fast/js/script-tests/parser-syntax-check.js:
1424 2012-01-30 Tony Chang <tony@chromium.org>
1426 css3/flexbox/cross-axis-scrollbar.html ref test fails on Windows Chromium bots
1427 https://bugs.webkit.org/show_bug.cgi?id=77309
1429 Reviewed by Dirk Pranke.
1431 It looks like the scrollbars on windows overflow by a pixel, so the
1432 edge of the scrollbar is being covered up by the trailing green box.
1433 Use z-order to force the scrollbar on top.
1435 This is kind of speculative. I want to see if the test passes on the
1436 bots before removing the line in test_expectations.txt.
1438 * css3/flexbox/cross-axis-scrollbar-expected.html:
1440 2012-01-30 Levi Weintraub <leviw@chromium.org>
1442 Unreviewed gardening. Marking fast/js/dfg-int32array-overflow-values.html as slow
1443 for Chromium Debug bots.
1445 * platform/chromium/test_expectations.txt:
1447 2012-01-30 Levi Weintraub <leviw@chromium.org>
1449 fast/css/fontsize-unit-rems-crash.html should use dumpAsText
1450 https://bugs.webkit.org/show_bug.cgi?id=77351
1452 Reviewed by Simon Fraser.
1454 Switching the above test to only use text results as the html element is display:none.
1456 * fast/css/fontsize-unit-rems-crash-expected.txt:
1457 * fast/css/fontsize-unit-rems-crash.html:
1459 2012-01-30 Mihnea Ovidenie <mihnea@adobe.com>
1461 [CSSRegions]Add support for background-color in region styling
1462 https://bugs.webkit.org/show_bug.cgi?id=71488
1464 Reviewed by David Hyatt.
1466 Enable the region styling tests again.
1468 * platform/mac-snowleopard/Skipped:
1470 2012-01-30 Joshua Bell <jsbell@chromium.org>
1472 IndexedDB: Add tests for structured clone data
1473 https://bugs.webkit.org/show_bug.cgi?id=74897
1475 Validate that the types listed in the HTML5 "structured clone algorithm"
1476 round trip properly through Indexed DB storage. Types with incomplete
1477 support in the Chromium port are excluded (http://crbug.com/108012).
1478 Landing disabled since cr-linux is failing test for unknown reasons.
1480 Reviewed by Tony Chang.
1482 * platform/chromium/test_expectations.txt:
1483 * storage/indexeddb/resources/test-data.html: Added.
1484 * storage/indexeddb/resources/test-data.txt: Added.
1485 * storage/indexeddb/structured-clone-expected.txt: Added.
1486 * storage/indexeddb/structured-clone.html: Added.
1488 2012-01-30 Tommy Widenflycht <tommyw@google.com>
1490 Memory leak caused by PeerConnection add a NULL media stream
1491 https://bugs.webkit.org/show_bug.cgi?id=76150
1493 Added a basic LayoutTest for null/undefined arguments to PeerConnection::addStream().
1495 Reviewed by Adam Barth.
1497 * fast/mediastream/peerconnection-addstream-expected.txt: Added.
1498 * fast/mediastream/peerconnection-addstream.html: Added.
1499 * fast/mediastream/script-tests/peerconnection-addstream.js: Added.
1501 2012-01-30 Greg Billock <gbillock@google.com>
1503 Enable web intents layout tests for Chromium build.
1504 https://bugs.webkit.org/show_bug.cgi?id=77347
1506 Reviewed by Ryosuke Niwa.
1508 * platform/chromium/test_expectations.txt:
1510 2012-01-30 Parag Radke <nrqv63@motorola.com>
1512 REGRESSION (r82580): Reproducible crash in CSSPrimitiveValue::computeLengthDouble
1513 https://bugs.webkit.org/show_bug.cgi?id=61989
1515 Reviewed by Simon Fraser.
1517 Added a test case to check rems unit (css3) with html property display:none.
1519 * fast/css/fontsize-unit-rems-crash-expected.txt: Added.
1520 * fast/css/fontsize-unit-rems-crash.html: Added.
1522 2012-01-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1524 [Qt] WKTR: Use a software rendering pipiline when running tests.
1525 https://bugs.webkit.org/show_bug.cgi?id=76708
1527 Reviewed by Kenneth Rohde Christiansen.
1529 * platform/qt-wk2/Skipped:
1531 2012-01-30 Csaba Osztrogonác <ossy@webkit.org>
1533 [Qt][WK2] http/tests/history/replacestate-post-to-get-2.html fails with timeout
1534 https://bugs.webkit.org/show_bug.cgi?id=76784
1536 * platform/qt-wk2/Skipped: Unskip now passing test.
1538 2012-01-27 Vsevolod Vlasov <vsevik@chromium.org>
1540 Web Inspector: TabbedEditorContainer should save open tabs.
1541 https://bugs.webkit.org/show_bug.cgi?id=76912
1543 Reviewed by Pavel Feldman.
1545 * inspector/tabbed-editors-history-expected.txt: Added.
1546 * inspector/tabbed-editors-history.html: Added.
1548 2012-01-30 Alexander Pavlov <apavlov@chromium.org>
1550 Web Inspector: [Styles] Unable to paste and subsequently edit multiple properties in the Styles pane
1551 https://bugs.webkit.org/show_bug.cgi?id=77209
1553 Reviewed by Pavel Feldman.
1555 * inspector/styles/styles-add-blank-property-expected.txt:
1556 * inspector/styles/styles-add-blank-property.html:
1558 2012-01-30 Yuzo Fujishima <yuzo@google.com>
1560 [Chromium] Unreviewed test expectation change.
1561 fast/js/dfg-int32array.html is slow on WIN DEBUG and MAC DEBUG.
1563 * platform/chromium/test_expectations.txt:
1565 2012-01-30 Shinya Kawanaka <shinyak@google.com>
1567 The query selector for HTMLContentElement should follow the shadow dom spec.
1568 https://bugs.webkit.org/show_bug.cgi?id=75946
1570 Reviewed by Hajime Morita.
1572 * fast/dom/shadow/content-selector-query-expected.txt: Added.
1573 * fast/dom/shadow/content-selector-query.html: Added.
1575 2012-01-29 Yuzo Fujishima <yuzo@google.com>
1577 [Chromium] Unreviewed test expectation change.
1578 inspector/extensions/extensions-{events,sidebar}.html time out for WIN DBG.
1580 * platform/chromium/test_expectations.txt:
1582 2012-01-29 Yuzo Fujishima <yuzo@google.com>
1584 [Chromium] Unreviewed test expectation change.
1585 svg/W3C-SVG-1.1/masking-intro-01-f.svg does not crash after r105978.
1587 * platform/chromium/test_expectations.txt:
1589 2012-01-29 Yuzo Fujishima <yuzo@google.com>
1591 [Chromium] Unreviewed test expectation change.
1592 fast/events/touch/touch-gesture-scroll.html is flaky on MAC and WIN.
1594 * platform/chromium/test_expectations.txt:
1596 2012-01-29 Yuzo Fujishima <yuzo@google.com>
1598 [Chromium] Unreviewed test expectation change.
1599 Layout Test fast/events/touch/send-oncancel-event.html is flaky on MAC and WIN.
1601 * platform/chromium/test_expectations.txt:
1603 2012-01-29 Hayato Ito <hayato@chromium.org>
1605 Add a ShadowRoot constructor as 'WebKitShadowRootConstructor', enabled by SHADOW_DOM flag.
1606 https://bugs.webkit.org/show_bug.cgi?id=76354
1608 Reviewed by Hajime Morita.
1610 We use vendor-prefixed name, 'WebKitShadowRoot', instead of 'ShadowRoot'
1611 since this is a feature under development.
1613 * fast/dom/shadow/shadow-root-js-api.html:
1615 2012-01-29 Yuzo Fujishima <yuzo@google.com>
1617 [Chromium] Unreviewed test expectation change.
1618 fast/js/navigator-language.html is flaky.
1620 * platform/chromium/test_expectations.txt:
1622 2012-01-29 Levi Weintraub <leviw@chromium.org>
1624 Unreviewed gardening. css3/flexbox/cross-axis-scrollbar.html is failing on Chromium Windows.
1625 Removing an incorrect pixel expectation (it's a ref test) and marking it as failing on
1628 * platform/chromium-win/css3/flexbox/cross-axis-scrollbar-expected.png: Removed.
1629 * platform/chromium/test_expectations.txt:
1631 2012-01-29 Levi Weintraub <leviw@chromium.org>
1633 Reserved Word tests fail on Chromium after r106198
1634 https://bugs.webkit.org/show_bug.cgi?id=77303
1636 Unreviewed gardening. disabling new reserved word tests on Chromium after r106198.
1638 * platform/chromium/test_expectations.txt:
1640 2012-01-29 Sheriff Bot <webkit.review.bot@gmail.com>
1642 Unreviewed, rolling out r106109.
1643 http://trac.webkit.org/changeset/106109
1644 https://bugs.webkit.org/show_bug.cgi?id=77302
1646 It made tests crash (Requested by Ossy_weekend on #webkit).
1648 * platform/qt-wk2/Skipped:
1650 2012-01-28 Gavin Barraclough <barraclough@apple.com>
1653 https://bugs.webkit.org/show_bug.cgi?id=77293
1655 Rubber stamped by Oliver Hunt.
1657 'let' may become a keyword in ES6. We're going to try experimentally reserving it,
1658 to see if this breaks the web.
1660 * fast/js/keywords-and-reserved_words-expected.txt:
1661 * fast/js/reserved-words-as-property-expected.txt:
1662 * fast/js/reserved-words-strict-expected.txt:
1663 * fast/js/script-tests/keywords-and-reserved_words.js:
1664 * fast/js/script-tests/reserved-words-as-property.js:
1665 * fast/js/script-tests/reserved-words-strict.js:
1667 2012-01-28 Levi Weintraub <leviw@chromium.org>
1669 Unreviewed gardening. Adding Chromium platform expectations for canvas tests after 106184.
1671 * platform/chromium-linux-x86/canvas: Added.
1672 * platform/chromium-linux-x86/canvas/philip: Added.
1673 * platform/chromium-linux-x86/canvas/philip/tests: Added.
1674 * platform/chromium-linux-x86/canvas/philip/tests/2d.line.cap.round-expected.txt: Added.
1675 * platform/chromium-linux-x86/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Added.
1676 * platform/chromium-linux-x86/fast/canvas: Added.
1677 * platform/chromium-linux-x86/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
1678 * platform/chromium-linux/canvas: Added.
1679 * platform/chromium-linux/canvas/philip: Added.
1680 * platform/chromium-linux/canvas/philip/tests: Added.
1681 * platform/chromium-linux/canvas/philip/tests/2d.line.cap.round-expected.txt: Added.
1682 * platform/chromium-linux/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Added.
1683 * platform/chromium-linux/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
1684 * platform/chromium-win-vista/canvas: Added.
1685 * platform/chromium-win-vista/canvas/philip: Added.
1686 * platform/chromium-win-vista/canvas/philip/tests: Added.
1687 * platform/chromium-win-vista/canvas/philip/tests/2d.line.cap.round-expected.txt: Added.
1688 * platform/chromium-win-vista/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Added.
1689 * platform/chromium-win-vista/fast/canvas: Added.
1690 * platform/chromium-win-vista/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
1691 * platform/chromium-win-xp/canvas: Added.
1692 * platform/chromium-win-xp/canvas/philip: Added.
1693 * platform/chromium-win-xp/canvas/philip/tests: Added.
1694 * platform/chromium-win-xp/canvas/philip/tests/2d.line.cap.round-expected.txt: Added.
1695 * platform/chromium-win-xp/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Added.
1696 * platform/chromium-win-xp/fast/canvas: Added.
1697 * platform/chromium-win-xp/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
1698 * platform/chromium-win/canvas/philip/tests/2d.line.cap.round-expected.txt: Added.
1699 * platform/chromium-win/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Added.
1700 * platform/chromium-win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
1702 2012-01-28 Levi Weintraub <leviw@chromium.org>
1704 Layout Test webaudio/panner-set-model.html crashes on debug Chromium bots
1705 https://bugs.webkit.org/show_bug.cgi?id=77283
1707 Unreviewed gardening. Marking webaudio/panner-set-model.html crashing on Debug Chromium bots.
1709 * platform/chromium/test_expectations.txt:
1711 2012-01-28 Julien Chaffraix <jchaffraix@webkit.org>
1713 REGRESSION (r94016): Element with visibility:hidden but visible descendant may not be properly repainted
1714 https://bugs.webkit.org/show_bug.cgi?id=76126
1716 Reviewed by Simon Fraser.
1718 Added testing for a layer with no visible content but one of its descendant has some visible content.
1719 The reverse case is already profusely tested.
1721 * fast/layers/scroll-no-visible-content-but-visible-descendant-expected.html: Added.
1722 * fast/layers/scroll-no-visible-content-but-visible-descendant.html: Added.
1724 2012-01-28 Hajime Morita <morrita@google.com>
1726 Unreviewed, another attempt for warning elimination.
1728 * platform/win/Skipped:
1730 2012-01-28 Hajime Morita <morrita@google.com>
1732 Unreviewed warning elimination.
1734 * platform/win/Skipped:
1736 2012-01-27 Matthew Delaney <mdelaney@apple.com>
1738 Update mac-lion canvas results
1739 https://bugs.webkit.org/show_bug.cgi?id=77178
1741 These canvas tests were previously skipped on Lion and needed to be rebaselined for mac.
1743 Reviewed by Filip Pizlo.
1745 * platform/mac-lion/Skipped:
1746 * platform/mac-snowleopard/canvas/philip/tests/2d.line.cap.round-expected.txt: Copied from LayoutTests/canvas/philip/tests/2d.line.cap.round-expected.txt.
1747 * platform/mac-snowleopard/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Copied from LayoutTests/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt.
1748 * platform/mac-snowleopard/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
1749 * platform/mac-snowleopard/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
1750 * platform/mac/canvas/philip/tests/2d.line.cap.round-expected.txt: Added.
1751 * platform/mac/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Added.
1752 * platform/mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
1753 * platform/mac/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
1755 2012-01-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1757 Unreviewed, EFL tables rebaseline after r101343.
1759 * platform/efl/tables/layering/paint-test-layering-1-expected.txt:
1760 * platform/efl/tables/layering/paint-test-layering-2-expected.txt:
1761 * platform/efl/tables/mozilla/bugs/45621-expected.txt:
1762 * platform/efl/tables/mozilla/bugs/bug10009-expected.txt:
1763 * platform/efl/tables/mozilla/bugs/bug100334-expected.txt:
1764 * platform/efl/tables/mozilla/bugs/bug10036-expected.txt:
1765 * platform/efl/tables/mozilla/bugs/bug10039-expected.txt:
1766 * platform/efl/tables/mozilla/bugs/bug101201-expected.txt:
1767 * platform/efl/tables/mozilla/bugs/bug102145-1-expected.txt:
1768 * platform/efl/tables/mozilla/bugs/bug102145-2-expected.txt:
1769 * platform/efl/tables/mozilla/bugs/bug102145-3-expected.txt:
1770 * platform/efl/tables/mozilla/bugs/bug102145-4-expected.txt:
1771 * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt:
1772 * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt:
1773 * platform/efl/tables/mozilla/bugs/bug103533-expected.txt:
1774 * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt:
1775 * platform/efl/tables/mozilla/bugs/bug10565-expected.txt:
1776 * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt:
1777 * platform/efl/tables/mozilla/bugs/bug106158-2-expected.txt:
1778 * platform/efl/tables/mozilla/bugs/bug10633-expected.txt:
1779 * platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt:
1780 * platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt:
1781 * platform/efl/tables/mozilla/bugs/bug106795-expected.txt:
1782 * platform/efl/tables/mozilla/bugs/bug106816-expected.txt:
1783 * platform/efl/tables/mozilla/bugs/bug109043-expected.txt:
1784 * platform/efl/tables/mozilla/bugs/bug11026-expected.txt:
1785 * platform/efl/tables/mozilla/bugs/bug110566-expected.txt:
1786 * platform/efl/tables/mozilla/bugs/bug11321-expected.txt:
1787 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt:
1788 * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt:
1789 * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
1790 * platform/efl/tables/mozilla/bugs/bug113424-expected.txt:
1791 * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
1792 * platform/efl/tables/mozilla/bugs/bug11944-expected.txt:
1793 * platform/efl/tables/mozilla/bugs/bug12008-expected.txt:
1794 * platform/efl/tables/mozilla/bugs/bug120364-expected.txt:
1795 * platform/efl/tables/mozilla/bugs/bug1220-expected.txt:
1796 * platform/efl/tables/mozilla/bugs/bug1224-expected.txt:
1797 * platform/efl/tables/mozilla/bugs/bug12268-expected.txt:
1798 * platform/efl/tables/mozilla/bugs/bug12384-expected.txt:
1799 * platform/efl/tables/mozilla/bugs/bug123862-expected.txt:
1800 * platform/efl/tables/mozilla/bugs/bug1261-expected.txt:
1801 * platform/efl/tables/mozilla/bugs/bug12709-expected.txt:
1802 * platform/efl/tables/mozilla/bugs/bug127267-expected.txt:
1803 * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt:
1804 * platform/efl/tables/mozilla/bugs/bug12910-expected.txt:
1805 * platform/efl/tables/mozilla/bugs/bug1296-expected.txt:
1806 * platform/efl/tables/mozilla/bugs/bug131020-expected.txt:
1807 * platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt:
1808 * platform/efl/tables/mozilla/bugs/bug13105-expected.txt:
1809 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
1810 * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
1811 * platform/efl/tables/mozilla/bugs/bug13196-expected.txt:
1812 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
1813 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
1814 * platform/efl/tables/mozilla/bugs/bug133948-expected.txt:
1815 * platform/efl/tables/mozilla/bugs/bug13484-expected.txt:
1816 * platform/efl/tables/mozilla/bugs/bug13526-expected.txt:
1817 * platform/efl/tables/mozilla/bugs/bug138725-expected.txt:
1818 * platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt:
1819 * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt:
1820 * platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt:
1821 * platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt:
1822 * platform/efl/tables/mozilla/bugs/bug14159-1-expected.txt:
1823 * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt:
1824 * platform/efl/tables/mozilla/bugs/bug1430-expected.txt:
1825 * platform/efl/tables/mozilla/bugs/bug14323-expected.txt:
1826 * platform/efl/tables/mozilla/bugs/bug145572-expected.txt:
1827 * platform/efl/tables/mozilla/bugs/bug1474-expected.txt:
1828 * platform/efl/tables/mozilla/bugs/bug149275-1-expected.txt:
1829 * platform/efl/tables/mozilla/bugs/bug15247-expected.txt:
1830 * platform/efl/tables/mozilla/bugs/bug154780-expected.txt:
1831 * platform/efl/tables/mozilla/bugs/bug15544-expected.txt:
1832 * platform/efl/tables/mozilla/bugs/bug159108-expected.txt:
1833 * platform/efl/tables/mozilla/bugs/bug15933-expected.txt:
1834 * platform/efl/tables/mozilla/bugs/bug16012-expected.txt:
1835 * platform/efl/tables/mozilla/bugs/bug16252-expected.txt:
1836 * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt:
1837 * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt:
1838 * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
1839 * platform/efl/tables/mozilla/bugs/bug17168-expected.txt:
1840 * platform/efl/tables/mozilla/bugs/bug175455-4-expected.txt:
1841 * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
1842 * platform/efl/tables/mozilla/bugs/bug17587-expected.txt:
1843 * platform/efl/tables/mozilla/bugs/bug1800-expected.txt:
1844 * platform/efl/tables/mozilla/bugs/bug1802-expected.txt:
1845 * platform/efl/tables/mozilla/bugs/bug1802s-expected.txt:
1846 * platform/efl/tables/mozilla/bugs/bug1809-expected.txt:
1847 * platform/efl/tables/mozilla/bugs/bug1818-1-expected.txt:
1848 * platform/efl/tables/mozilla/bugs/bug1818-2-expected.txt:
1849 * platform/efl/tables/mozilla/bugs/bug1818-4-expected.txt:
1850 * platform/efl/tables/mozilla/bugs/bug1818-5-expected.txt:
1851 * platform/efl/tables/mozilla/bugs/bug1828-expected.txt:
1852 * platform/efl/tables/mozilla/bugs/bug18359-expected.txt:
1853 * platform/efl/tables/mozilla/bugs/bug18440-expected.txt:
1854 * platform/efl/tables/mozilla/bugs/bug18558-expected.txt:
1855 * platform/efl/tables/mozilla/bugs/bug18664-expected.txt:
1856 * platform/efl/tables/mozilla/bugs/bug18955-expected.txt:
1857 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
1858 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
1859 * platform/efl/tables/mozilla/bugs/bug19356-expected.txt:
1860 * platform/efl/tables/mozilla/bugs/bug194024-expected.txt:
1861 * platform/efl/tables/mozilla/bugs/bug19599-expected.txt:
1862 * platform/efl/tables/mozilla/bugs/bug2050-expected.txt:
1863 * platform/efl/tables/mozilla/bugs/bug20579-expected.txt:
1864 * platform/efl/tables/mozilla/bugs/bug2065-expected.txt:
1865 * platform/efl/tables/mozilla/bugs/bug20804-expected.txt:
1866 * platform/efl/tables/mozilla/bugs/bug2123-expected.txt:
1867 * platform/efl/tables/mozilla/bugs/bug21299-expected.txt:
1868 * platform/efl/tables/mozilla/bugs/bug215629-expected.txt:
1869 * platform/efl/tables/mozilla/bugs/bug21918-expected.txt:
1870 * platform/efl/tables/mozilla/bugs/bug219693-1-expected.txt:
1871 * platform/efl/tables/mozilla/bugs/bug219693-2-expected.txt:
1872 * platform/efl/tables/mozilla/bugs/bug22019-expected.txt:
1873 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
1874 * platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt:
1875 * platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt:
1876 * platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt:
1877 * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt:
1878 * platform/efl/tables/mozilla/bugs/bug22246-3-expected.txt:
1879 * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.txt:
1880 * platform/efl/tables/mozilla/bugs/bug2267-expected.txt:
1881 * platform/efl/tables/mozilla/bugs/bug227123-expected.txt:
1882 * platform/efl/tables/mozilla/bugs/bug2296-expected.txt:
1883 * platform/efl/tables/mozilla/bugs/bug23072-expected.txt:
1884 * platform/efl/tables/mozilla/bugs/bug23235-expected.txt:
1885 * platform/efl/tables/mozilla/bugs/bug23299-expected.txt:
1886 * platform/efl/tables/mozilla/bugs/bug23994-expected.txt:
1887 * platform/efl/tables/mozilla/bugs/bug24200-expected.txt:
1888 * platform/efl/tables/mozilla/bugs/bug24503-expected.txt:
1889 * platform/efl/tables/mozilla/bugs/bug24627-expected.txt:
1890 * platform/efl/tables/mozilla/bugs/bug24661-expected.txt:
1891 * platform/efl/tables/mozilla/bugs/bug2469-expected.txt:
1892 * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt:
1893 * platform/efl/tables/mozilla/bugs/bug24880-expected.txt:
1894 * platform/efl/tables/mozilla/bugs/bug25004-expected.txt:
1895 * platform/efl/tables/mozilla/bugs/bug25074-expected.txt:
1896 * platform/efl/tables/mozilla/bugs/bug25086-expected.txt:
1897 * platform/efl/tables/mozilla/bugs/bug2509-expected.txt:
1898 * platform/efl/tables/mozilla/bugs/bug2516-expected.txt:
1899 * platform/efl/tables/mozilla/bugs/bug25367-expected.txt:
1900 * platform/efl/tables/mozilla/bugs/bug25663-expected.txt:
1901 * platform/efl/tables/mozilla/bugs/bug2585-expected.txt:
1902 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
1903 * platform/efl/tables/mozilla/bugs/bug2684-expected.txt:
1904 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
1905 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
1906 * platform/efl/tables/mozilla/bugs/bug275625-expected.txt:
1907 * platform/efl/tables/mozilla/bugs/bug2757-expected.txt:
1908 * platform/efl/tables/mozilla/bugs/bug2763-expected.txt:
1909 * platform/efl/tables/mozilla/bugs/bug2773-expected.txt:
1910 * platform/efl/tables/mozilla/bugs/bug278266-expected.txt:
1911 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
1912 * platform/efl/tables/mozilla/bugs/bug27993-1-expected.txt:
1913 * platform/efl/tables/mozilla/bugs/bug28341-expected.txt:
1914 * platform/efl/tables/mozilla/bugs/bug2886-expected.txt:
1915 * platform/efl/tables/mozilla/bugs/bug28928-expected.txt:
1916 * platform/efl/tables/mozilla/bugs/bug29058-1-expected.txt:
1917 * platform/efl/tables/mozilla/bugs/bug29326-expected.txt:
1918 * platform/efl/tables/mozilla/bugs/bug29429-expected.txt:
1919 * platform/efl/tables/mozilla/bugs/bug2962-expected.txt:
1920 * platform/efl/tables/mozilla/bugs/bug2973-expected.txt:
1921 * platform/efl/tables/mozilla/bugs/bug2981-1-expected.txt:
1922 * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt:
1923 * platform/efl/tables/mozilla/bugs/bug2997-expected.txt:
1924 * platform/efl/tables/mozilla/bugs/bug30273-expected.txt:
1925 * platform/efl/tables/mozilla/bugs/bug30332-1-expected.txt:
1926 * platform/efl/tables/mozilla/bugs/bug30332-2-expected.txt:
1927 * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt:
1928 * platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt:
1929 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
1930 * platform/efl/tables/mozilla/bugs/bug30559-expected.txt:
1931 * platform/efl/tables/mozilla/bugs/bug30692-expected.txt:
1932 * platform/efl/tables/mozilla/bugs/bug30985-expected.txt:
1933 * platform/efl/tables/mozilla/bugs/bug3103-expected.txt:
1934 * platform/efl/tables/mozilla/bugs/bug3191-expected.txt:
1935 * platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt:
1936 * platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt:
1937 * platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt:
1938 * platform/efl/tables/mozilla/bugs/bug32447-expected.txt:
1939 * platform/efl/tables/mozilla/bugs/bug3260-expected.txt:
1940 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
1941 * platform/efl/tables/mozilla/bugs/bug32841-expected.txt:
1942 * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt:
1943 * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt:
1944 * platform/efl/tables/mozilla/bugs/bug33137-expected.txt:
1945 * platform/efl/tables/mozilla/bugs/bug33855-expected.txt:
1946 * platform/efl/tables/mozilla/bugs/bug34176-expected.txt:
1947 * platform/efl/tables/mozilla/bugs/bug34538-expected.txt:
1948 * platform/efl/tables/mozilla/bugs/bug3454-expected.txt:
1949 * platform/efl/tables/mozilla/bugs/bug35662-expected.txt:
1950 * platform/efl/tables/mozilla/bugs/bug3681-1-expected.txt:
1951 * platform/efl/tables/mozilla/bugs/bug3681-2-expected.txt:
1952 * platform/efl/tables/mozilla/bugs/bug3718-expected.txt:
1953 * platform/efl/tables/mozilla/bugs/bug39209-expected.txt:
1954 * platform/efl/tables/mozilla/bugs/bug3977-expected.txt:
1955 * platform/efl/tables/mozilla/bugs/bug40828-expected.txt:
1956 * platform/efl/tables/mozilla/bugs/bug4093-expected.txt:
1957 * platform/efl/tables/mozilla/bugs/bug41890-expected.txt:
1958 * platform/efl/tables/mozilla/bugs/bug42187-expected.txt:
1959 * platform/efl/tables/mozilla/bugs/bug42443-expected.txt:
1960 * platform/efl/tables/mozilla/bugs/bug4284-expected.txt:
1961 * platform/efl/tables/mozilla/bugs/bug43039-expected.txt:
1962 * platform/efl/tables/mozilla/bugs/bug43204-expected.txt:
1963 * platform/efl/tables/mozilla/bugs/bug4382-expected.txt:
1964 * platform/efl/tables/mozilla/bugs/bug4385-expected.txt:
1965 * platform/efl/tables/mozilla/bugs/bug43854-1-expected.txt:
1966 * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt:
1967 * platform/efl/tables/mozilla/bugs/bug4427-expected.txt:
1968 * platform/efl/tables/mozilla/bugs/bug4429-expected.txt:
1969 * platform/efl/tables/mozilla/bugs/bug44505-expected.txt:
1970 * platform/efl/tables/mozilla/bugs/bug44523-expected.txt:
1971 * platform/efl/tables/mozilla/bugs/bug4501-expected.txt:
1972 * platform/efl/tables/mozilla/bugs/bug45055-2-expected.txt:
1973 * platform/efl/tables/mozilla/bugs/bug45055-expected.txt:
1974 * platform/efl/tables/mozilla/bugs/bug4520-expected.txt:
1975 * platform/efl/tables/mozilla/bugs/bug4523-expected.txt:
1976 * platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
1977 * platform/efl/tables/mozilla/bugs/bug45350-expected.txt:
1978 * platform/efl/tables/mozilla/bugs/bug45486-expected.txt:
1979 * platform/efl/tables/mozilla/bugs/bug4576-expected.txt:
1980 * platform/efl/tables/mozilla/bugs/bug46268-1-expected.txt:
1981 * platform/efl/tables/mozilla/bugs/bug46268-2-expected.txt:
1982 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
1983 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
1984 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
1985 * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt:
1986 * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt:
1987 * platform/efl/tables/mozilla/bugs/bug46623-1-expected.txt:
1988 * platform/efl/tables/mozilla/bugs/bug46623-2-expected.txt:
1989 * platform/efl/tables/mozilla/bugs/bug46924-expected.txt:
1990 * platform/efl/tables/mozilla/bugs/bug46944-expected.txt:
1991 * platform/efl/tables/mozilla/bugs/bug4739-expected.txt:
1992 * platform/efl/tables/mozilla/bugs/bug47432-expected.txt:
1993 * platform/efl/tables/mozilla/bugs/bug4803-expected.txt:
1994 * platform/efl/tables/mozilla/bugs/bug4849-2-expected.txt:
1995 * platform/efl/tables/mozilla/bugs/bug4849-expected.txt:
1996 * platform/efl/tables/mozilla/bugs/bug48827-expected.txt:
1997 * platform/efl/tables/mozilla/bugs/bug50695-1-expected.txt:
1998 * platform/efl/tables/mozilla/bugs/bug51037-expected.txt:
1999 * platform/efl/tables/mozilla/bugs/bug51140-expected.txt:
2000 * platform/efl/tables/mozilla/bugs/bug51727-expected.txt:
2001 * platform/efl/tables/mozilla/bugs/bug5188-expected.txt:
2002 * platform/efl/tables/mozilla/bugs/bug52505-expected.txt:
2003 * platform/efl/tables/mozilla/bugs/bug52506-expected.txt:
2004 * platform/efl/tables/mozilla/bugs/bug53690-1-expected.txt:
2005 * platform/efl/tables/mozilla/bugs/bug53690-2-expected.txt:
2006 * platform/efl/tables/mozilla/bugs/bug53891-expected.txt:
2007 * platform/efl/tables/mozilla/bugs/bug54450-expected.txt:
2008 * platform/efl/tables/mozilla/bugs/bug5538-expected.txt:
2009 * platform/efl/tables/mozilla/bugs/bug55527-expected.txt:
2010 * platform/efl/tables/mozilla/bugs/bug55545-expected.txt:
2011 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
2012 * platform/efl/tables/mozilla/bugs/bug56201-expected.txt:
2013 * platform/efl/tables/mozilla/bugs/bug56405-expected.txt:
2014 * platform/efl/tables/mozilla/bugs/bug56563-expected.txt:
2015 * platform/efl/tables/mozilla/bugs/bug57300-expected.txt:
2016 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
2017 * platform/efl/tables/mozilla/bugs/bug57828-2-expected.txt:
2018 * platform/efl/tables/mozilla/bugs/bug57828-expected.txt:
2019 * platform/efl/tables/mozilla/bugs/bug5797-expected.txt:
2020 * platform/efl/tables/mozilla/bugs/bug5798-expected.txt:
2021 * platform/efl/tables/mozilla/bugs/bug5799-expected.txt:
2022 * platform/efl/tables/mozilla/bugs/bug5835-expected.txt:
2023 * platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt:
2024 * platform/efl/tables/mozilla/bugs/bug59354-expected.txt:
2025 * platform/efl/tables/mozilla/bugs/bug60013-expected.txt:
2026 * platform/efl/tables/mozilla/bugs/bug60749-expected.txt:
2027 * platform/efl/tables/mozilla/bugs/bug60804-expected.txt:
2028 * platform/efl/tables/mozilla/bugs/bug60807-expected.txt:
2029 * platform/efl/tables/mozilla/bugs/bug60992-expected.txt:
2030 * platform/efl/tables/mozilla/bugs/bug6184-expected.txt:
2031 * platform/efl/tables/mozilla/bugs/bug625-expected.txt:
2032 * platform/efl/tables/mozilla/bugs/bug63785-expected.txt:
2033 * platform/efl/tables/mozilla/bugs/bug6404-expected.txt:
2034 * platform/efl/tables/mozilla/bugs/bug641-1-expected.txt:
2035 * platform/efl/tables/mozilla/bugs/bug641-2-expected.txt:
2036 * platform/efl/tables/mozilla/bugs/bug647-expected.txt:
2037 * platform/efl/tables/mozilla/bugs/bug650-expected.txt:
2038 * platform/efl/tables/mozilla/bugs/bug6674-expected.txt:
2039 * platform/efl/tables/mozilla/bugs/bug67864-expected.txt:
2040 * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt:
2041 * platform/efl/tables/mozilla/bugs/bug68912-expected.txt:
2042 * platform/efl/tables/mozilla/bugs/bug68998-expected.txt:
2043 * platform/efl/tables/mozilla/bugs/bug69187-expected.txt:
2044 * platform/efl/tables/mozilla/bugs/bug69382-1-expected.txt:
2045 * platform/efl/tables/mozilla/bugs/bug69382-2-expected.txt:
2046 * platform/efl/tables/mozilla/bugs/bug709-expected.txt:
2047 * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt:
2048 * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt:
2049 * platform/efl/tables/mozilla/bugs/bug7121-1-expected.txt:
2050 * platform/efl/tables/mozilla/bugs/bug72359-expected.txt:
2051 * platform/efl/tables/mozilla/bugs/bug727-expected.txt:
2052 * platform/efl/tables/mozilla/bugs/bug7342-expected.txt:
2053 * platform/efl/tables/mozilla/bugs/bug7471-expected.txt:
2054 * platform/efl/tables/mozilla/bugs/bug75250-expected.txt:
2055 * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
2056 * platform/efl/tables/mozilla/bugs/bug78162-expected.txt:
2057 * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt:
2058 * platform/efl/tables/mozilla/bugs/bug80762-1-expected.txt:
2059 * platform/efl/tables/mozilla/bugs/bug81934-expected.txt:
2060 * platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt:
2061 * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt:
2062 * platform/efl/tables/mozilla/bugs/bug8361-expected.txt:
2063 * platform/efl/tables/mozilla/bugs/bug8411-expected.txt:
2064 * platform/efl/tables/mozilla/bugs/bug86220-expected.txt:
2065 * platform/efl/tables/mozilla/bugs/bug88035-1-expected.txt:
2066 * platform/efl/tables/mozilla/bugs/bug88035-2-expected.txt:
2067 * platform/efl/tables/mozilla/bugs/bug88524-expected.txt:
2068 * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
2069 * platform/efl/tables/mozilla/bugs/bug8950-expected.txt:
2070 * platform/efl/tables/mozilla/bugs/bug9072-expected.txt:
2071 * platform/efl/tables/mozilla/bugs/bug9123-1-expected.txt:
2072 * platform/efl/tables/mozilla/bugs/bug9123-2-expected.txt:
2073 * platform/efl/tables/mozilla/bugs/bug92143-expected.txt:
2074 * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
2075 * platform/efl/tables/mozilla/bugs/bug92868-expected.txt:
2076 * platform/efl/tables/mozilla/bugs/bug93363-expected.txt:
2077 * platform/efl/tables/mozilla/bugs/bug963-expected.txt:
2078 * platform/efl/tables/mozilla/bugs/bug96334-expected.txt:
2079 * platform/efl/tables/mozilla/bugs/bug96343-expected.txt:
2080 * platform/efl/tables/mozilla/bugs/bug965-expected.txt:
2081 * platform/efl/tables/mozilla/bugs/bug97138-expected.txt:
2082 * platform/efl/tables/mozilla/bugs/bug97383-expected.txt:
2083 * platform/efl/tables/mozilla/bugs/bug98196-expected.txt:
2084 * platform/efl/tables/mozilla/bugs/bug9879-1-expected.txt:
2085 * platform/efl/tables/mozilla/bugs/bug99923-expected.txt:
2086 * platform/efl/tables/mozilla/bugs/bug99948-expected.txt:
2087 * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt:
2088 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
2089 * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2090 * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
2091 * platform/efl/tables/mozilla/core/borders-expected.txt:
2092 * platform/efl/tables/mozilla/core/box_sizing-expected.txt:
2093 * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
2094 * platform/efl/tables/mozilla/core/col_span-expected.txt:
2095 * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt:
2096 * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
2097 * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
2098 * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
2099 * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.txt:
2100 * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
2101 * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.txt:
2102 * platform/efl/tables/mozilla/core/col_widths_fix_auto-expected.txt:
2103 * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
2104 * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
2105 * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.txt:
2106 * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
2107 * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.txt:
2108 * platform/efl/tables/mozilla/core/margins-expected.txt:
2109 * platform/efl/tables/mozilla/core/misc-expected.txt:
2110 * platform/efl/tables/mozilla/core/nested1-expected.txt:
2111 * platform/efl/tables/mozilla/core/one_row-expected.txt:
2112 * platform/efl/tables/mozilla/core/row_span-expected.txt:
2113 * platform/efl/tables/mozilla/core/table_frame-expected.txt:
2114 * platform/efl/tables/mozilla/core/table_heights-expected.txt:
2115 * platform/efl/tables/mozilla/core/table_rules-expected.txt:
2116 * platform/efl/tables/mozilla/core/table_widths-expected.txt:
2117 * platform/efl/tables/mozilla/dom/appendCol2-expected.txt:
2118 * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt:
2119 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
2120 * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
2121 * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
2122 * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
2123 * platform/efl/tables/mozilla/dom/deleteCol1-expected.txt:
2124 * platform/efl/tables/mozilla/dom/deleteCol2-expected.txt:
2125 * platform/efl/tables/mozilla/dom/deleteCol3-expected.txt:
2126 * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt:
2127 * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt:
2128 * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
2129 * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
2130 * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
2131 * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
2132 * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt:
2133 * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt:
2134 * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
2135 * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
2136 * platform/efl/tables/mozilla/dom/insertColGroups1-expected.txt:
2137 * platform/efl/tables/mozilla/dom/insertColGroups2-expected.txt:
2138 * platform/efl/tables/mozilla/dom/insertCols1-expected.txt:
2139 * platform/efl/tables/mozilla/dom/insertCols2-expected.txt:
2140 * platform/efl/tables/mozilla/dom/insertCols3-expected.txt:
2141 * platform/efl/tables/mozilla/dom/insertCols4-expected.txt:
2142 * platform/efl/tables/mozilla/dom/insertCols5-expected.txt:
2143 * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt:
2144 * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
2145 * platform/efl/tables/mozilla/dom/tableDom-expected.txt:
2146 * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt:
2147 * platform/efl/tables/mozilla/marvin/body_col-expected.txt:
2148 * platform/efl/tables/mozilla/marvin/body_tbody-expected.txt:
2149 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
2150 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
2151 * platform/efl/tables/mozilla/marvin/col_span-expected.txt:
2152 * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.txt:
2153 * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
2154 * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.txt:
2155 * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.txt:
2156 * platform/efl/tables/mozilla/marvin/colgroup_span-expected.txt:
2157 * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
2158 * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
2159 * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
2160 * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
2161 * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
2162 * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.txt:
2163 * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
2164 * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.txt:
2165 * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.txt:
2166 * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.txt:
2167 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt:
2168 * platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt:
2169 * platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt:
2170 * platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt:
2171 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
2172 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
2173 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
2174 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
2175 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
2176 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
2177 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
2178 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
2179 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
2180 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
2181 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
2182 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
2183 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
2184 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
2185 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
2186 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
2187 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
2188 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
2189 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
2190 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
2191 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
2192 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
2193 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
2194 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
2195 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
2196 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
2197 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
2198 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
2199 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
2200 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
2201 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
2202 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
2203 * platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt:
2204 * platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt:
2205 * platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt:
2206 * platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt:
2207 * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt:
2208 * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
2209 * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt:
2210 * platform/efl/tables/mozilla/marvin/tables_class-expected.txt:
2211 * platform/efl/tables/mozilla/marvin/tables_default-expected.txt:
2212 * platform/efl/tables/mozilla/marvin/tables_id-expected.txt:
2213 * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
2214 * platform/efl/tables/mozilla/marvin/tables_style-expected.txt:
2215 * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt:
2216 * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt:
2217 * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt:
2218 * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt:
2219 * platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt:
2220 * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
2221 * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
2222 * platform/efl/tables/mozilla/marvin/tables_td_width-expected.txt:
2223 * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt:
2224 * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt:
2225 * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt:
2226 * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt:
2227 * platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt:
2228 * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
2229 * platform/efl/tables/mozilla/marvin/tables_th_width-expected.txt:
2230 * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.txt:
2231 * platform/efl/tables/mozilla/marvin/tables_width_px-expected.txt:
2232 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
2233 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
2234 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
2235 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
2236 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
2237 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt:
2238 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
2239 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
2240 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
2241 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt:
2242 * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt:
2243 * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt:
2244 * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt:
2245 * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt:
2246 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt:
2247 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt:
2248 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
2249 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt:
2250 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt:
2251 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt:
2252 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
2253 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
2254 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
2255 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
2256 * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt:
2257 * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt:
2258 * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt:
2259 * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt:
2260 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt:
2261 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt:
2262 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt:
2263 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt:
2264 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt:
2265 * platform/efl/tables/mozilla/marvin/thead_char-expected.txt:
2266 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
2267 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
2268 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt:
2269 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt:
2270 * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
2271 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
2272 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
2273 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
2274 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
2275 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
2276 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
2277 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
2278 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
2279 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
2280 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
2281 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
2282 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
2283 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
2284 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
2285 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
2286 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
2287 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
2288 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
2289 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
2290 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
2291 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
2292 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
2293 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
2294 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
2295 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
2296 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
2297 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
2298 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
2299 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
2300 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
2301 * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
2302 * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
2303 * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt:
2304 * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt:
2305 * platform/efl/tables/mozilla/marvin/x_col_align_center-expected.txt:
2306 * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.txt:
2307 * platform/efl/tables/mozilla/marvin/x_col_align_justify-expected.txt:
2308 * platform/efl/tables/mozilla/marvin/x_col_align_left-expected.txt:
2309 * platform/efl/tables/mozilla/marvin/x_col_align_right-expected.txt:
2310 * platform/efl/tables/mozilla/marvin/x_col_span-expected.txt:
2311 * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
2312 * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
2313 * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.txt:
2314 * platform/efl/tables/mozilla/marvin/x_col_width_pct-expected.txt:
2315 * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.txt:
2316 * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.txt:
2317 * platform/efl/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
2318 * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
2319 * platform/efl/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
2320 * platform/efl/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
2321 * platform/efl/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
2322 * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.txt:
2323 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
2324 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
2325 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
2326 * platform/efl/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
2327 * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
2328 * platform/efl/tables/mozilla/marvin/x_table-expected.txt:
2329 * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt:
2330 * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt:
2331 * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt:
2332 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
2333 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
2334 * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt:
2335 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt:
2336 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt:
2337 * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
2338 * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
2339 * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
2340 * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
2341 * platform/efl/tables/mozilla/marvin/x_table_class-expected.txt:
2342 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt:
2343 * platform/efl/tables/mozilla/marvin/x_table_id-expected.txt:
2344 * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
2345 * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt:
2346 * platform/efl/tables/mozilla/marvin/x_table_style-expected.txt:
2347 * platform/efl/tables/mozilla/marvin/x_table_width_pct-expected.txt:
2348 * platform/efl/tables/mozilla/marvin/x_table_width_px-expected.txt:
2349 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
2350 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
2351 * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
2352 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
2353 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
2354 * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt:
2355 * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt:
2356 * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt:
2357 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
2358 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
2359 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
2360 * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.txt:
2361 * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.txt:
2362 * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt:
2363 * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.txt:
2364 * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.txt:
2365 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
2366 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
2367 * platform/efl/tables/mozilla/marvin/x_td_class-expected.txt:
2368 * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt:
2369 * platform/efl/tables/mozilla/marvin/x_td_height-expected.txt:
2370 * platform/efl/tables/mozilla/marvin/x_td_id-expected.txt:
2371 * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt:
2372 * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt:
2373 * platform/efl/tables/mozilla/marvin/x_td_style-expected.txt:
2374 * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
2375 * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
2376 * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.txt:
2377 * platform/efl/tables/mozilla/marvin/x_td_width-expected.txt:
2378 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
2379 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
2380 * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
2381 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
2382 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
2383 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt:
2384 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt:
2385 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt:
2386 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
2387 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
2388 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
2389 * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.txt:
2390 * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.txt:
2391 * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt:
2392 * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.txt:
2393 * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.txt:
2394 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
2395 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
2396 * platform/efl/tables/mozilla/marvin/x_th_class-expected.txt:
2397 * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt:
2398 * platform/efl/tables/mozilla/marvin/x_th_height-expected.txt:
2399 * platform/efl/tables/mozilla/marvin/x_th_id-expected.txt:
2400 * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt:
2401 * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.txt:
2402 * platform/efl/tables/mozilla/marvin/x_th_style-expected.txt:
2403 * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
2404 * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
2405 * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.txt:
2406 * platform/efl/tables/mozilla/marvin/x_th_width-expected.txt:
2407 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt:
2408 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt:
2409 * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
2410 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt:
2411 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt:
2412 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt:
2413 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt:
2414 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt:
2415 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
2416 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
2417 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
2418 * platform/efl/tables/mozilla/marvin/x_tr_align_center-expected.txt:
2419 * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.txt:
2420 * platform/efl/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
2421 * platform/efl/tables/mozilla/marvin/x_tr_align_left-expected.txt:
2422 * platform/efl/tables/mozilla/marvin/x_tr_align_right-expected.txt:
2423 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
2424 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
2425 * platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt:
2426 * platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt:
2427 * platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt:
2428 * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
2429 * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
2430 * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
2431 * platform/efl/tables/mozilla/other/body_col-expected.txt:
2432 * platform/efl/tables/mozilla/other/cell_widths-expected.txt:
2433 * platform/efl/tables/mozilla/other/cellspacing-expected.txt:
2434 * platform/efl/tables/mozilla/other/move_row-expected.txt:
2435 * platform/efl/tables/mozilla/other/ms-expected.txt:
2436 * platform/efl/tables/mozilla/other/nested2-expected.txt:
2437 * platform/efl/tables/mozilla/other/nestedTables-expected.txt:
2438 * platform/efl/tables/mozilla/other/padding-expected.txt:
2439 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
2440 * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
2441 * platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
2442 * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
2443 * platform/efl/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
2444 * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
2445 * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
2446 * platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
2447 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
2448 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
2449 * platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
2450 * platform/efl/tables/mozilla_expected_failures/bugs/bug14489-expected.txt:
2451 * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
2452 * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
2453 * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
2454 * platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
2455 * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
2456 * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
2457 * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
2458 * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2459 * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
2460 * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
2461 * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
2462 * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
2463 * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
2464 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt:
2465 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt:
2466 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt:
2467 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
2468 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt:
2469 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt:
2470 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt:
2471 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
2472 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
2473 * platform/efl/tables/mozilla_expected_failures/bugs/bug33784-expected.txt:
2474 * platform/efl/tables/mozilla_expected_failures/bugs/bug42043-expected.txt:
2475 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
2476 * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
2477 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
2478 * platform/efl/tables/mozilla_expected_failures/bugs/bug47163-expected.txt:
2479 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
2480 * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
2481 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2482 * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
2483 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
2484 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
2485 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
2486 * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2487 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
2488 * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
2489 * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
2490 * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
2491 * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
2492 * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
2493 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
2494 * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
2495 * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2496 * platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2497 * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
2498 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
2499 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2500 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
2501 * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.txt:
2502 * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.txt:
2503 * platform/efl/tables/mozilla_expected_failures/core/columns-expected.txt:
2504 * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt:
2505 * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
2506 * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
2507 * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
2508 * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
2509 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
2510 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
2511 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
2512 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
2513 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
2514 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
2515 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
2516 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
2517 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
2518 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
2519 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
2520 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
2521 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
2522 * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
2523 * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
2524 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
2525 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
2526 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
2527 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
2528 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
2529 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
2530 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
2531 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
2532 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
2533 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
2534 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
2535 * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
2537 2012-01-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2539 Unreviewed, EFL fast rebaseline after r101343.
2541 * platform/efl/fast/backgrounds/001-expected.txt:
2542 * platform/efl/fast/backgrounds/animated-gif-as-background-expected.txt:
2543 * platform/efl/fast/backgrounds/background-leakage-expected.txt:
2544 * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt:
2545 * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt:
2546 * platform/efl/fast/backgrounds/background-position-1-expected.txt:
2547 * platform/efl/fast/backgrounds/background-position-parsing-expected.txt:
2548 * platform/efl/fast/backgrounds/background-position-rounding-expected.txt:
2549 * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
2550 * platform/efl/fast/backgrounds/mask-composite-expected.txt:
2551 * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt:
2552 * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
2553 * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
2554 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
2555 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
2556 * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
2557 * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt:
2558 * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt:
2559 * platform/efl/fast/backgrounds/size/zero-expected.txt:
2560 * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt:
2561 * platform/efl/fast/block/basic/001-expected.txt:
2562 * platform/efl/fast/block/basic/002-expected.txt:
2563 * platform/efl/fast/block/basic/003-expected.txt:
2564 * platform/efl/fast/block/basic/004-expected.txt:
2565 * platform/efl/fast/block/basic/005-expected.txt:
2566 * platform/efl/fast/block/basic/007-expected.txt:
2567 * platform/efl/fast/block/basic/008-expected.txt:
2568 * platform/efl/fast/block/basic/010-expected.txt:
2569 * platform/efl/fast/block/basic/013-expected.txt:
2570 * platform/efl/fast/block/basic/016-expected.txt:
2571 * platform/efl/fast/block/basic/018-expected.txt:
2572 * platform/efl/fast/block/basic/020-expected.txt:
2573 * platform/efl/fast/block/basic/021-expected.txt:
2574 * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.txt:
2575 * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.txt:
2576 * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
2577 * platform/efl/fast/block/basic/text-indent-rtl-expected.txt:
2578 * platform/efl/fast/block/basic/truncation-rtl-expected.txt:
2579 * platform/efl/fast/block/basic/white-space-pre-wraps-expected.txt:
2580 * platform/efl/fast/block/float/002-expected.txt:
2581 * platform/efl/fast/block/float/003-expected.txt:
2582 * platform/efl/fast/block/float/004-expected.txt:
2583 * platform/efl/fast/block/float/005-expected.txt:
2584 * platform/efl/fast/block/float/006-expected.txt:
2585 * platform/efl/fast/block/float/007-expected.txt:
2586 * platform/efl/fast/block/float/010-expected.txt:
2587 * platform/efl/fast/block/float/011-expected.txt:
2588 * platform/efl/fast/block/float/012-expected.txt:
2589 * platform/efl/fast/block/float/013-expected.txt:
2590 * platform/efl/fast/block/float/014-expected.txt:
2591 * platform/efl/fast/block/float/016-expected.txt:
2592 * platform/efl/fast/block/float/017-expected.txt:
2593 * platform/efl/fast/block/float/018-expected.txt:
2594 * platform/efl/fast/block/float/020-expected.txt:
2595 * platform/efl/fast/block/float/021-expected.txt:
2596 * platform/efl/fast/block/float/023-expected.txt:
2597 * platform/efl/fast/block/float/024-expected.txt:
2598 * platform/efl/fast/block/float/025-expected.txt:
2599 * platform/efl/fast/block/float/026-expected.txt:
2600 * platform/efl/fast/block/float/027-expected.txt:
2601 * platform/efl/fast/block/float/028-expected.txt:
2602 * platform/efl/fast/block/float/029-expected.txt:
2603 * platform/efl/fast/block/float/030-expected.txt:
2604 * platform/efl/fast/block/float/031-expected.txt:
2605 * platform/efl/fast/block/float/032-expected.txt:
2606 * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.txt:
2607 * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.txt:
2608 * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
2609 * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
2610 * platform/efl/fast/block/float/editable-text-overlapping-float-expected.txt:
2611 * platform/efl/fast/block/float/fit_line_below_floats-expected.txt:
2612 * platform/efl/fast/block/float/float-avoidance-expected.txt:
2613 * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.txt:
2614 * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
2615 * platform/efl/fast/block/float/float-not-removed-from-next-sibling3-expected.txt:
2616 * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
2617 * platform/efl/fast/block/float/floats-and-text-indent-expected.txt:
2618 * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.txt:
2619 * platform/efl/fast/block/float/independent-align-positioning-expected.txt:
2620 * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
2621 * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
2622 * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
2623 * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
2624 * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
2625 * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
2626 * platform/efl/fast/block/float/intruding-painted-twice-expected.txt:
2627 * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
2628 * platform/efl/fast/block/float/multiple-float-positioning-expected.txt:
2629 * platform/efl/fast/block/float/nested-clearance-expected.txt:
2630 * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.txt:
2631 * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.txt:
2632 * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.txt:
2633 * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
2634 * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.txt:
2635 * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
2636 * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
2637 * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
2638 * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
2639 * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
2640 * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
2641 * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
2642 * platform/efl/fast/block/float/shrink-to-fit-width-expected.txt:
2643 * platform/efl/fast/block/float/table-relayout-expected.txt:
2644 * platform/efl/fast/block/float/vertical-move-relayout-expected.txt:
2645 * platform/efl/fast/block/float/width-update-after-clear-expected.txt:
2646 * platform/efl/fast/block/lineboxcontain/block-expected.txt:
2647 * platform/efl/fast/block/lineboxcontain/block-font-expected.txt:
2648 * platform/efl/fast/block/lineboxcontain/block-glyphs-expected.txt:
2649 * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
2650 * platform/efl/fast/block/lineboxcontain/block-replaced-expected.txt:
2651 * platform/efl/fast/block/lineboxcontain/font-expected.txt:
2652 * platform/efl/fast/block/lineboxcontain/font-replaced-expected.txt:
2653 * platform/efl/fast/block/lineboxcontain/glyphs-expected.txt:
2654 * platform/efl/fast/block/lineboxcontain/inline-box-expected.txt:
2655 * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
2656 * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
2657 * platform/efl/fast/block/lineboxcontain/inline-expected.txt:
2658 * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.txt:
2659 * platform/efl/fast/block/lineboxcontain/none-expected.txt:
2660 * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.txt:
2661 * platform/efl/fast/block/lineboxcontain/replaced-expected.txt:
2662 * platform/efl/fast/block/margin-collapse/002-expected.txt:
2663 * platform/efl/fast/block/margin-collapse/003-expected.txt:
2664 * platform/efl/fast/block/margin-collapse/004-expected.txt:
2665 * platform/efl/fast/block/margin-collapse/006-expected.txt:
2666 * platform/efl/fast/block/margin-collapse/010-expected.txt:
2667 * platform/efl/fast/block/margin-collapse/011-expected.txt:
2668 * platform/efl/fast/block/margin-collapse/012-expected.txt:
2669 * platform/efl/fast/block/margin-collapse/015-expected.txt:
2670 * platform/efl/fast/block/margin-collapse/016-expected.txt:
2671 * platform/efl/fast/block/margin-collapse/017-expected.txt:
2672 * platform/efl/fast/block/margin-collapse/018-expected.txt:
2673 * platform/efl/fast/block/margin-collapse/019-expected.txt:
2674 * platform/efl/fast/block/margin-collapse/020-expected.txt:
2675 * platform/efl/fast/block/margin-collapse/021-expected.txt:
2676 * platform/efl/fast/block/margin-collapse/022-expected.txt:
2677 * platform/efl/fast/block/margin-collapse/025-expected.txt:
2678 * platform/efl/fast/block/margin-collapse/026-expected.txt:
2679 * platform/efl/fast/block/margin-collapse/027-expected.txt:
2680 * platform/efl/fast/block/margin-collapse/028-expected.txt:
2681 * platform/efl/fast/block/margin-collapse/029-expected.txt:
2682 * platform/efl/fast/block/margin-collapse/030-expected.txt:
2683 * platform/efl/fast/block/margin-collapse/031-expected.txt:
2684 * platform/efl/fast/block/margin-collapse/032-expected.txt:
2685 * platform/efl/fast/block/margin-collapse/033-expected.txt:
2686 * platform/efl/fast/block/margin-collapse/034-expected.txt:
2687 * platform/efl/fast/block/margin-collapse/035-expected.txt:
2688 * platform/efl/fast/block/margin-collapse/037-expected.txt:
2689 * platform/efl/fast/block/margin-collapse/038-expected.txt:
2690 * platform/efl/fast/block/margin-collapse/039-expected.txt:
2691 * platform/efl/fast/block/margin-collapse/040-expected.txt:
2692 * platform/efl/fast/block/margin-collapse/041-expected.txt:
2693 * platform/efl/fast/block/margin-collapse/042-expected.txt:
2694 * platform/efl/fast/block/margin-collapse/043-expected.txt:
2695 * platform/efl/fast/block/margin-collapse/044-expected.txt:
2696 * platform/efl/fast/block/margin-collapse/045-expected.txt:
2697 * platform/efl/fast/block/margin-collapse/055-expected.txt:
2698 * platform/efl/fast/block/margin-collapse/056-expected.txt:
2699 * platform/efl/fast/block/margin-collapse/057-expected.txt:
2700 * platform/efl/fast/block/margin-collapse/058-expected.txt:
2701 * platform/efl/fast/block/margin-collapse/059-expected.txt:
2702 * platform/efl/fast/block/margin-collapse/100-expected.txt:
2703 * platform/efl/fast/block/margin-collapse/101-expected.txt:
2704 * platform/efl/fast/block/margin-collapse/102-expected.txt:
2705 * platform/efl/fast/block/margin-collapse/103-expected.txt:
2706 * platform/efl/fast/block/margin-collapse/104-expected.txt:
2707 * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
2708 * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
2709 * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
2710 * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
2711 * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
2712 * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
2713 * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
2714 * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
2715 * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
2716 * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
2717 * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
2718 * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
2719 * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
2720 * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
2721 * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
2722 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
2723 * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
2724 * platform/efl/fast/block/margin-collapse/negative-margins-expected.txt:
2725 * platform/efl/fast/block/positioning/001-expected.txt:
2726 * platform/efl/fast/block/positioning/002-expected.txt:
2727 * platform/efl/fast/block/positioning/052-expected.txt:
2728 * platform/efl/fast/block/positioning/053-expected.txt:
2729 * platform/efl/fast/block/positioning/054-expected.txt:
2730 * platform/efl/fast/block/positioning/055-expected.txt:
2731 * platform/efl/fast/block/positioning/057-expected.txt:
2732 * platform/efl/fast/block/positioning/058-expected.txt:
2733 * platform/efl/fast/block/positioning/059-expected.txt:
2734 * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.txt:
2735 * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
2736 * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
2737 * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
2738 * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
2739 * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
2740 * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
2741 * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
2742 * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
2743 * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
2744 * platform/efl/fast/block/positioning/absolute-position-direction-expected.txt:
2745 * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
2746 * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
2747 * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
2748 * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
2749 * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
2750 * platform/efl/fast/block/positioning/auto/001-expected.txt:
2751 * platform/efl/fast/block/positioning/auto/002-expected.txt:
2752 * platform/efl/fast/block/positioning/auto/003-expected.txt:
2753 * platform/efl/fast/block/positioning/auto/004-expected.txt:
2754 * platform/efl/fast/block/positioning/auto/005-expected.txt:
2755 * platform/efl/fast/block/positioning/auto/006-expected.txt:
2756 * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.txt:
2757 * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.txt:
2758 * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.txt:
2759 * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.txt:
2760 * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.txt:
2761 * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.txt:
2762 * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.txt:
2763 * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.txt:
2764 * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.txt:
2765 * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.txt:
2766 * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.txt:
2767 * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.txt:
2768 * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
2769 * platform/efl/fast/block/positioning/differing-writing-modes-expected.txt:
2770 * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
2771 * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
2772 * platform/efl/fast/block/positioning/height-change-expected.txt:
2773 * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
2774 * platform/efl/fast/block/positioning/inline-block-relposition-expected.txt:
2775 * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.txt:
2776 * platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
2777 * platform/efl/fast/block/positioning/padding-percent-expected.txt:
2778 * platform/efl/fast/block/positioning/pref-width-change-expected.txt:
2779 * platform/efl/fast/block/positioning/relative-overflow-block-expected.txt:
2780 * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.txt:
2781 * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
2782 * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.txt:
2783 * platform/efl/fast/block/positioning/relayout-on-position-change-expected.txt:
2784 * platform/efl/fast/block/positioning/rtl-static-positioning-expected.txt:
2785 * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
2786 * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
2787 * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
2788 * platform/efl/fast/block/positioning/trailing-space-test-expected.txt:
2789 * platform/efl/fast/block/positioning/vertical-lr/001-expected.txt:
2790 * platform/efl/fast/block/positioning/vertical-lr/002-expected.txt:
2791 * platform/efl/fast/block/positioning/vertical-rl/001-expected.txt:
2792 * platform/efl/fast/block/positioning/vertical-rl/002-expected.txt:
2793 * platform/efl/fast/block/positioning/window-height-change-expected.txt:
2794 * platform/efl/fast/body-propagation/background-color/001-expected.txt:
2795 * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.txt:
2796 * platform/efl/fast/body-propagation/background-color/002-expected.txt:
2797 * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.txt:
2798 * platform/efl/fast/body-propagation/background-color/003-declarative-expected.txt:
2799 * platform/efl/fast/body-propagation/background-color/003-expected.txt:
2800 * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.txt:
2801 * platform/efl/fast/body-propagation/background-color/004-declarative-expected.txt:
2802 * platform/efl/fast/body-propagation/background-color/004-expected.txt:
2803 * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.txt:
2804 * platform/efl/fast/body-propagation/background-color/005-declarative-expected.txt:
2805 * platform/efl/fast/body-propagation/background-color/005-expected.txt:
2806 * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.txt:
2807 * platform/efl/fast/body-propagation/background-color/006-declarative-expected.txt:
2808 * platform/efl/fast/body-propagation/background-color/006-expected.txt:
2809 * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.txt:
2810 * platform/efl/fast/body-propagation/background-color/007-declarative-expected.txt:
2811 * platform/efl/fast/body-propagation/background-color/007-expected.txt:
2812 * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.txt:
2813 * platform/efl/fast/body-propagation/background-color/008-expected.txt:
2814 * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.txt:
2815 * platform/efl/fast/body-propagation/background-image/001-expected.txt:
2816 * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.txt:
2817 * platform/efl/fast/body-propagation/background-image/002-expected.txt:
2818 * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.txt:
2819 * platform/efl/fast/body-propagation/background-image/003-declarative-expected.txt:
2820 * platform/efl/fast/body-propagation/background-image/003-expected.txt:
2821 * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.txt:
2822 * platform/efl/fast/body-propagation/background-image/004-declarative-expected.txt:
2823 * platform/efl/fast/body-propagation/background-image/004-expected.txt:
2824 * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.txt:
2825 * platform/efl/fast/body-propagation/background-image/005-declarative-expected.txt:
2826 * platform/efl/fast/body-propagation/background-image/005-expected.txt:
2827 * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.txt:
2828 * platform/efl/fast/body-propagation/background-image/006-declarative-expected.txt:
2829 * platform/efl/fast/body-propagation/background-image/006-expected.txt:
2830 * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.txt:
2831 * platform/efl/fast/body-propagation/background-image/007-declarative-expected.txt:
2832 * platform/efl/fast/body-propagation/background-image/007-expected.txt:
2833 * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.txt:
2834 * platform/efl/fast/body-propagation/background-image/008-expected.txt:
2835 * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.txt:
2836 * platform/efl/fast/body-propagation/background-image/009-expected.txt:
2837 * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.txt:
2838 * platform/efl/fast/body-propagation/background-image/010-expected.txt:
2839 * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.txt:
2840 * platform/efl/fast/body-propagation/overflow/001-expected.txt:
2841 * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.txt:
2842 * platform/efl/fast/body-propagation/overflow/002-expected.txt:
2843 * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.txt:
2844 * platform/efl/fast/body-propagation/overflow/003-declarative-expected.txt:
2845 * platform/efl/fast/body-propagation/overflow/003-expected.txt:
2846 * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.txt:
2847 * platform/efl/fast/body-propagation/overflow/004-declarative-expected.txt:
2848 * platform/efl/fast/body-propagation/overflow/004-expected.txt:
2849 * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.txt:
2850 * platform/efl/fast/body-propagation/overflow/005-declarative-expected.txt:
2851 * platform/efl/fast/body-propagation/overflow/005-expected.txt:
2852 * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.txt:
2853 * platform/efl/fast/body-propagation/overflow/006-declarative-expected.txt:
2854 * platform/efl/fast/body-propagation/overflow/006-expected.txt:
2855 * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.txt:
2856 * platform/efl/fast/body-propagation/overflow/007-declarative-expected.txt:
2857 * platform/efl/fast/body-propagation/overflow/007-expected.txt:
2858 * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.txt:
2859 * platform/efl/fast/borders/bidi-002-expected.txt:
2860 * platform/efl/fast/borders/bidi-009a-expected.txt:
2861 * platform/efl/fast/borders/bidi-012-expected.txt:
2862 * platform/efl/fast/borders/border-antialiasing-expected.txt:
2863 * platform/efl/fast/borders/border-color-inherit-expected.txt:
2864 * platform/efl/fast/borders/border-image-01-expected.txt:
2865 * platform/efl/fast/borders/border-image-border-radius-expected.txt:
2866 * platform/efl/fast/borders/border-image-longhand-expected.txt:
2867 * platform/efl/fast/borders/border-image-massive-scale-expected.txt:
2868 * platform/efl/fast/borders/border-image-outset-expected.txt:
2869 * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.txt:
2870 * platform/efl/fast/borders/border-image-repeat-expected.txt:
2871 * platform/efl/fast/borders/border-image-rotate-transform-expected.txt:
2872 * platform/efl/fast/borders/border-image-scale-transform-expected.txt:
2873 * platform/efl/fast/borders/border-image-scaled-expected.txt:
2874 * platform/efl/fast/borders/border-image-scrambled-expected.txt:
2875 * platform/efl/fast/borders/border-image-side-reduction-expected.txt:
2876 * platform/efl/fast/borders/border-image-slices-expected.txt:
2877 * platform/efl/fast/borders/border-image-source-expected.txt:
2878 * platform/efl/fast/borders/border-radius-constraints-expected.txt:
2879 * platform/efl/fast/borders/border-radius-huge-assert-expected.txt:
2880 * platform/efl/fast/borders/border-radius-inset-outset-expected.txt:
2881 * platform/efl/fast/borders/border-radius-split-inline-expected.txt:
2882 * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
2883 * platform/efl/fast/borders/borderRadiusInvalidColor-expected.txt:
2884 * platform/efl/fast/borders/different-color-borders-expected.txt:
2885 * platform/efl/fast/borders/mixed-border-styles-expected.txt:
2886 * platform/efl/fast/borders/mixed-border-styles-radius-expected.txt:
2887 * platform/efl/fast/borders/mixed-border-styles-radius2-expected.txt:
2888 * platform/efl/fast/borders/rtl-border-01-expected.txt:
2889 * platform/efl/fast/borders/rtl-border-02-expected.txt:
2890 * platform/efl/fast/borders/rtl-border-03-expected.txt:
2891 * platform/efl/fast/borders/rtl-border-05-expected.txt:
2892 * platform/efl/fast/borders/table-borders-expected.txt:
2893 * platform/efl/fast/box-shadow/border-radius-big-expected.txt:
2894 * platform/efl/fast/box-shadow/box-shadow-transformed-expected.txt:
2895 * platform/efl/fast/box-shadow/inset-box-shadows-expected.txt:
2896 * platform/efl/fast/box-shadow/inset-expected.txt:
2897 * platform/efl/fast/box-shadow/transform-fringing-expected.txt:
2898 * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.txt:
2899 * platform/efl/fast/canvas/canvas-zoom-expected.txt:
2900 * platform/efl/fast/clip/001-expected.txt:
2901 * platform/efl/fast/clip/002-expected.txt:
2902 * platform/efl/fast/clip/003-expected.txt:
2903 * platform/efl/fast/clip/004-expected.txt:
2904 * platform/efl/fast/clip/005-expected.txt:
2905 * platform/efl/fast/clip/006-expected.txt:
2906 * platform/efl/fast/clip/007-expected.txt:
2907 * platform/efl/fast/clip/008-expected.txt:
2908 * platform/efl/fast/clip/009-expected.txt:
2909 * platform/efl/fast/clip/010-expected.txt:
2910 * platform/efl/fast/clip/011-expected.txt:
2911 * platform/efl/fast/clip/012-expected.txt:
2912 * platform/efl/fast/clip/013-expected.txt:
2913 * platform/efl/fast/clip/014-expected.txt:
2914 * platform/efl/fast/clip/015-expected.txt:
2915 * platform/efl/fast/clip/nestedTransparencyClip-expected.txt:
2916 * platform/efl/fast/clip/outline-overflowClip-expected.txt:
2917 * platform/efl/fast/clip/overflow-border-radius-clip-expected.txt:
2918 * platform/efl/fast/clip/overflow-border-radius-combinations-expected.txt:
2919 * platform/efl/fast/clip/overflow-border-radius-composited-expected.txt:
2920 * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.txt:
2921 * platform/efl/fast/clip/overflow-border-radius-transformed-expected.txt:
2922 * platform/efl/fast/compact/001-expected.txt:
2923 * platform/efl/fast/compact/002-expected.txt:
2924 * platform/efl/fast/compact/003-expected.txt:
2925 * platform/efl/fast/css-generated-content/002-expected.txt:
2926 * platform/efl/fast/css-generated-content/004-expected.txt:
2927 * platform/efl/fast/css-generated-content/005-expected.txt:
2928 * platform/efl/fast/css-generated-content/007-expected.txt:
2929 * platform/efl/fast/css-generated-content/008-expected.txt:
2930 * platform/efl/fast/css-generated-content/010-expected.txt:
2931 * platform/efl/fast/css-generated-content/015-expected.txt:
2932 * platform/efl/fast/css-generated-content/016-expected.txt:
2933 * platform/efl/fast/css-generated-content/after-order-expected.txt:
2934 * platform/efl/fast/css-generated-content/before-with-first-letter-expected.txt:
2935 * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
2936 * platform/efl/fast/css-generated-content/hover-style-change-expected.txt:
2937 * platform/efl/fast/css-generated-content/no-openclose-quote-expected.txt:
2938 * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
2939 * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
2940 * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
2941 * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
2942 * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
2943 * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
2944 * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
2945 * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
2946 * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
2947 * platform/efl/fast/css-generated-content/table-with-before-expected.txt:
2948 * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.txt:
2949 * platform/efl/fast/css/001-expected.txt:
2950 * platform/efl/fast/css/007-expected.txt:
2951 * platform/efl/fast/css/MarqueeLayoutTest-expected.txt:
2952 * platform/efl/fast/css/ZeroOpacityLayers-expected.txt:
2953 * platform/efl/fast/css/ZeroOpacityLayers2-expected.txt:
2954 * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
2955 * platform/efl/fast/css/apple-prefix-expected.txt:
2956 * platform/efl/fast/css/attribute-selector-dynamic-expected.txt:
2957 * platform/efl/fast/css/attribute-selector-empty-value-expected.txt:
2958 * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.txt:
2959 * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.txt:
2960 * platform/efl/fast/css/border-height-expected.txt:
2961 * platform/efl/fast/css/border-radius-outline-offset-expected.txt:
2962 * platform/efl/fast/css/color-correction-expected.txt:
2963 * platform/efl/fast/css/color-correction-on-background-image-expected.txt:
2964 * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt:
2965 * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt:
2966 * platform/efl/fast/css/color-correction-untagged-images-expected.txt:
2967 * platform/efl/fast/css/color-quirk-expected.txt:
2968 * platform/efl/fast/css/color-strict-expected.txt:
2969 * platform/efl/fast/css/compare-content-style-expected.txt:
2970 * platform/efl/fast/css/continuationCrash-expected.txt:
2971 * platform/efl/fast/css/counters/counter-text-security-expected.txt:
2972 * platform/efl/fast/css/counters/counter-text-transform-expected.txt:
2973 * platform/efl/fast/css/create_element_align-expected.txt:
2974 * platform/efl/fast/css/css-imports-expected.txt:
2975 * platform/efl/fast/css/css1_forward_compatible_parsing-expected.txt:
2976 * platform/efl/fast/css/css3-modsel-22-expected.txt:
2977 * platform/efl/fast/css/css3-nth-child-expected.txt:
2978 * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.txt:
2979 * platform/efl/fast/css/dynamic-sibling-selector-expected.txt:
2980 * platform/efl/fast/css/empty-body-test-expected.txt:
2981 * platform/efl/fast/css/empty-generated-content-expected.txt:
2982 * platform/efl/fast/css/empty-pseudo-class-expected.txt:
2983 * platform/efl/fast/css/error-in-last-decl-expected.txt:
2984 * platform/efl/fast/css/ex-after-font-variant-expected.txt:
2985 * platform/efl/fast/css/fieldset-display-row-expected.txt:
2986 * platform/efl/fast/css/find-next-layer-expected.txt:
2987 * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
2988 * platform/efl/fast/css/first-letter-capitalized-expected.txt:
2989 * platform/efl/fast/css/first-letter-detach-expected.txt:
2990 * platform/efl/fast/css/first-letter-float-after-float-expected.txt:
2991 * platform/efl/fast/css/first-letter-float-expected.txt:
2992 * platform/efl/fast/css/first-letter-hover-expected.txt:
2993 * platform/efl/fast/css/first-letter-punctuation-expected.txt:
2994 * platform/efl/fast/css/first-letter-recalculation-expected.txt:
2995 * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.txt:
2996 * platform/efl/fast/css/first-letter-visibility-expected.txt:
2997 * platform/efl/fast/css/first-of-type-pseudo-class-expected.txt:
2998 * platform/efl/fast/css/focus-ring-detached-expected.txt:
2999 * platform/efl/fast/css/focus-ring-multiline-expected.txt:
3000 * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
3001 * platform/efl/fast/css/focus-ring-outline-color-expected.txt:
3002 * platform/efl/fast/css/focus-ring-outline-offset-expected.txt:
3003 * platform/efl/fast/css/focus-ring-outline-width-expected.txt:
3004 * platform/efl/fast/css/font-face-default-font-expected.txt:
3005 * platform/efl/fast/css/font-face-descriptor-multiple-values-expected.txt:
3006 * platform/efl/fast/css/font-face-implicit-local-font-expected.txt:
3007 * platform/efl/fast/css/font-face-locally-installed-expected.txt:
3008 * platform/efl/fast/css/font-face-multiple-faces-expected.txt:
3009 * platform/efl/fast/css/font-face-opentype-expected.txt:
3010 * platform/efl/fast/css/font-face-unicode-range-expected.txt:
3011 * platform/efl/fast/css/font-shorthand-weight-only-expected.txt:
3012 * platform/efl/fast/css/h1-in-section-elements-expected.txt:
3013 * platform/efl/fast/css/hover-subselector-expected.txt:
3014 * platform/efl/fast/css/import-rule-regression-11590-expected.txt:
3015 * platform/efl/fast/css/inline-element-line-break-expected.txt:
3016 * platform/efl/fast/css/input-search-padding-expected.txt:
3017 * platform/efl/fast/css/invalid-percentage-property-expected.txt:
3018 * platform/efl/fast/css/invalid-pseudo-classes-expected.txt:
3019 * platform/efl/fast/css/invalidation-errors-2-expected.txt:
3020 * platform/efl/fast/css/invalidation-errors-expected.txt:
3021 * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
3022 * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt:
3023 * platform/efl/fast/css/layerZOrderCrash-expected.txt:
3024 * platform/efl/fast/css/line-after-floating-div-expected.txt:
3025 * platform/efl/fast/css/line-height-expected.txt:
3026 * platform/efl/fast/css/line-height-overflow-expected.txt:
3027 * platform/efl/fast/css/link-outside-head-expected.txt:
3028 * platform/efl/fast/css/list-outline-expected.txt:
3029 * platform/efl/fast/css/live-cssrules-expected.txt:
3030 * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt:
3031 * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt:
3032 * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
3033 * platform/efl/fast/css/namespaces/001-expected.txt:
3034 * platform/efl/fast/css/namespaces/002-expected.txt:
3035 * platform/efl/fast/css/namespaces/003-expected.txt:
3036 * platform/efl/fast/css/namespaces/004-expected.txt:
3037 * platform/efl/fast/css/namespaces/005-expected.txt:
3038 * platform/efl/fast/css/namespaces/006-expected.txt:
3039 * platform/efl/fast/css/namespaces/007-expected.txt:
3040 * platform/efl/fast/css/namespaces/namespaces-comments-expected.txt:
3041 * platform/efl/fast/css/namespaces/namespaces-empty-expected.txt:
3042 * platform/efl/fast/css/namespaces/namespaces-escapes-expected.txt:
3043 * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.txt:
3044 * platform/efl/fast/css/negative-leading-expected.txt:
3045 * platform/efl/fast/css/negative-nth-child-expected.txt:
3046 * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt:
3047 * platform/efl/fast/css/nested-layers-with-hover-expected.txt:
3048 * platform/efl/fast/css/nth-child-dynamic-expected.txt:
3049 * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
3050 * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt:
3051 * platform/efl/fast/css/outline-auto-location-expected.txt:
3052 * platform/efl/fast/css/outline-narrowLine-expected.txt:
3053 * platform/efl/fast/css/pendingStylesheetFontSize-expected.txt:
3054 * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
3055 * platform/efl/fast/css/percent-top-value-with-relative-position-expected.txt:
3056 * platform/efl/fast/css/percentage-non-integer-expected.txt:
3057 * platform/efl/fast/css/position-negative-top-margin-expected.txt:
3058 * platform/efl/fast/css/pseudo-element-line-break-expected.txt:
3059 * platform/efl/fast/css/quirk-orphaned-units-expected.txt:
3060 * platform/efl/fast/css/resize-corner-tracking-expected.txt:
3061 * platform/efl/fast/css/resize-corner-tracking-transformed-expected.txt:
3062 * platform/efl/fast/css/rtl-ordering-expected.txt:
3063 * platform/efl/fast/css/rtl-to-viewport-expected.txt:
3064 * platform/efl/fast/css/simple-selector-chain-parsing-expected.txt:
3065 * platform/efl/fast/css/style-outside-head-expected.txt:
3066 * platform/efl/fast/css/style-parsed-outside-head-expected.txt:
3067 * platform/efl/fast/css/table-text-align-quirk-expected.txt:
3068 * platform/efl/fast/css/table-text-align-strict-expected.txt:
3069 * platform/efl/fast/css/target-fragment-match-expected.txt:
3070 * platform/efl/fast/css/text-align-expected.txt:
3071 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
3072 * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt:
3073 * platform/efl/fast/css/text-overflow-ellipsis-expected.txt:
3074 * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt:
3075 * platform/efl/fast/css/text-security-expected.txt:
3076 * platform/efl/fast/css/text-transform-select-expected.txt:
3077 * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt:
3078 * platform/efl/fast/css/transformed-mask-expected.txt:
3079 * platform/efl/fast/css/universal-hover-quirk-expected.txt:
3080 * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt:
3081 * platform/efl/fast/css/word-space-extra-expected.txt:
3082 * platform/efl/fast/doctypes/001-expected.txt:
3083 * platform/efl/fast/doctypes/002-expected.txt:
3084 * platform/efl/fast/doctypes/003-expected.txt:
3085 * platform/efl/fast/doctypes/004-expected.txt:
3086 * platform/efl/fast/dom/34176-expected.txt:
3087 * platform/efl/fast/dom/52776-expected.txt:
3088 * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.txt:
3089 * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
3090 * platform/efl/fast/dom/Element/null-offset-parent-expected.txt:
3091 * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
3092 * platform/efl/fast/dom/HTMLElement/bdo-expected.txt:
3093 * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
3094 * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
3095 * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
3096 * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
3097 * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
3098 * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
3099 * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
3100 * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
3101 * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
3102 * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
3103 * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
3104 * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
3105 * platform/efl/fast/dom/Range/create-contextual-fragment-expected.txt:
3106 * platform/efl/fast/dom/Range/getBoundingClientRect-expected.txt:
3107 * platform/efl/fast/dom/Range/getClientRects-expected.txt:
3108 * platform/efl/fast/dom/Range/surroundContents-1-expected.txt:
3109 * platform/efl/fast/dom/Window/btoa-pnglet-expected.txt:
3110 * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
3111 * platform/efl/fast/dom/Window/webkitConvertPoint-expected.txt:
3112 * platform/efl/fast/dom/blur-contenteditable-expected.txt:
3113 * platform/efl/fast/dom/children-nodes-expected.txt:
3114 * platform/efl/fast/dom/clone-contents-0-end-offset-expected.txt:
3115 * platform/efl/fast/dom/createDocumentType-expected.txt:
3116 * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.txt:
3117 * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.txt:
3118 * platform/efl/fast/dom/css-rule-functions-expected.txt:
3119 * platform/efl/fast/dom/focus-contenteditable-expected.txt:
3120 * platform/efl/fast/dom/gc-10-expected.txt:
3121 * platform/efl/fast/dom/importNodeHTML-expected.txt:
3122 * platform/efl/fast/dom/importNodeXML-expected.txt:
3123 * platform/efl/fast/dom/isindex-001-expected.txt:
3124 * platform/efl/fast/dom/isindex-002-expected.txt:
3125 * platform/efl/fast/dom/outerText-expected.txt:
3126 * platform/efl/fast/dom/row-inner-text-expected.txt:
3127 * platform/efl/fast/dynamic/002-expected.txt:
3128 * platform/efl/fast/dynamic/004-expected.txt:
3129 * platform/efl/fast/dynamic/006-expected.txt:
3130 * platform/efl/fast/dynamic/007-expected.txt:
3131 * platform/efl/fast/dynamic/008-expected.txt:
3132 * platform/efl/fast/dynamic/009-expected.txt:
3133 * platform/efl/fast/dynamic/011-expected.txt:
3134 * platform/efl/fast/dynamic/012-expected.txt:
3135 * platform/efl/fast/dynamic/013-expected.txt:
3136 * platform/efl/fast/dynamic/014-expected.txt:
3137 * platform/efl/fast/dynamic/015-expected.txt:
3138 * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
3139 * platform/efl/fast/dynamic/containing-block-change-expected.txt:
3140 * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
3141 * platform/efl/fast/dynamic/first-letter-display-change-expected.txt:
3142 * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
3143 * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
3144 * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
3145 * platform/efl/fast/dynamic/layer-hit-test-crash-expected.txt:
3146 * platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
3147 * platform/efl/fast/dynamic/noninlinebadness-expected.txt:
3148 * platform/efl/fast/dynamic/outerHTML-doc-expected.txt:
3149 * platform/efl/fast/dynamic/outerHTML-img-expected.txt:
3150 * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
3151 * platform/efl/fast/dynamic/selection-highlight-adjust-expected.txt:
3152 * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.txt:
3153 * platform/efl/fast/dynamic/view-overflow-expected.txt:
3154 * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
3155 * platform/efl/fast/encoding/invalid-UTF-8-expected.txt:
3156 * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
3157 * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
3158 * platform/efl/fast/encoding/xmacroman-encoding-test-expected.txt:
3159 * platform/efl/fast/events/autoscroll-expected.txt:
3160 * platform/efl/fast/events/event-listener-on-link-expected.txt:
3161 * platform/efl/fast/events/onload-re-entry-expected.txt:
3162 * platform/efl/fast/events/reveal-link-when-focused-expected.txt:
3163 * platform/efl/fast/events/updateLayoutForHitTest-expected.txt:
3164 * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
3165 * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
3166 * platform/efl/fast/flexbox/001-expected.txt:
3167 * platform/efl/fast/flexbox/002-expected.txt:
3168 * platform/efl/fast/flexbox/003-expected.txt:
3169 * platform/efl/fast/flexbox/004-expected.txt:
3170 * platform/efl/fast/flexbox/005-expected.txt:
3171 * platform/efl/fast/flexbox/006-expected.txt:
3172 * platform/efl/fast/flexbox/007-expected.txt:
3173 * platform/efl/fast/flexbox/008-expected.txt:
3174 * platform/efl/fast/flexbox/009-expected.txt:
3175 * platform/efl/fast/flexbox/010-expected.txt:
3176 * platform/efl/fast/flexbox/011-expected.txt:
3177 * platform/efl/fast/flexbox/012-expected.txt:
3178 * platform/efl/fast/flexbox/013-expected.txt:
3179 * platform/efl/fast/flexbox/014-expected.txt:
3180 * platform/efl/fast/flexbox/015-expected.txt:
3181 * platform/efl/fast/flexbox/016-expected.txt:
3182 * platform/efl/fast/flexbox/017-expected.txt:
3183 * platform/efl/fast/flexbox/018-expected.txt:
3184 * platform/efl/fast/flexbox/019-expected.txt:
3185 * platform/efl/fast/flexbox/020-expected.txt:
3186 * platform/efl/fast/flexbox/021-expected.txt:
3187 * platform/efl/fast/flexbox/022-expected.txt:
3188 * platform/efl/fast/flexbox/023-expected.txt:
3189 * platform/efl/fast/flexbox/024-expected.txt:
3190 * platform/efl/fast/flexbox/026-expected.txt:
3191 * platform/efl/fast/flexbox/overhanging-floats-removed-expected.txt:
3192 * platform/efl/fast/forms/003-expected.txt:
3193 * platform/efl/fast/forms/004-expected.txt:
3194 * platform/efl/fast/forms/006-expected.txt:
3195 * platform/efl/fast/forms/007-expected.txt:
3196 * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt:
3197 * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt:
3198 * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt:
3199 * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt:
3200 * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt:
3201 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
3202 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
3203 * platform/efl/fast/forms/basic-buttons-expected.txt:
3204 * platform/efl/fast/forms/basic-inputs-expected.txt:
3205 * platform/efl/fast/forms/blankbuttons-expected.txt:
3206 * platform/efl/fast/forms/box-shadow-override-expected.txt:
3207 * platform/efl/fast/forms/button-align-expected.txt:
3208 * platform/efl/fast/forms/button-cannot-be-nested-expected.txt:
3209 * platform/efl/fast/forms/button-default-title-expected.txt:
3210 * platform/efl/fast/forms/button-generated-content-expected.txt:
3211 * platform/efl/fast/forms/button-inner-block-reuse-expected.txt:
3212 * platform/efl/fast/forms/button-positioned-expected.txt:
3213 * platform/efl/fast/forms/button-sizes-expected.txt:
3214 * platform/efl/fast/forms/button-style-color-expected.txt:
3215 * platform/efl/fast/forms/button-submit-expected.txt:
3216 * platform/efl/fast/forms/button-table-styles-expected.txt:
3217 * platform/efl/fast/forms/button-text-transform-expected.txt:
3218 * platform/efl/fast/forms/button-white-space-expected.txt:
3219 * platform/efl/fast/forms/checkbox-radio-onchange-expected.txt:
3220 * platform/efl/fast/forms/control-clip-expected.txt:
3221 * platform/efl/fast/forms/control-clip-overflow-expected.txt:
3222 * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
3223 * platform/efl/fast/forms/disabled-select-change-index-expected.txt:
3224 * platform/efl/fast/forms/encoding-test-expected.txt:
3225 * platform/efl/fast/forms/fieldset-align-expected.txt:
3226 * platform/efl/fast/forms/file/file-input-direction-expected.txt:
3227 * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
3228 * platform/efl/fast/forms/float-before-fieldset-expected.txt:
3229 * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
3230 * platform/efl/fast/forms/form-added-to-table-expected.txt:
3231 * platform/efl/fast/forms/form-hides-table-expected.txt:
3232 * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
3233 * platform/efl/fast/forms/formmove-expected.txt:
3234 * platform/efl/fast/forms/formmove2-expected.txt:
3235 * platform/efl/fast/forms/formmove3-expected.txt:
3236 * platform/efl/fast/forms/hidden-listbox-expected.txt:
3237 * platform/efl/fast/forms/image-border-expected.txt:
3238 * platform/efl/fast/forms/input-align-expected.txt:
3239 * platform/efl/fast/forms/input-align-image-expected.txt:
3240 * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt:
3241 * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
3242 * platform/efl/fast/forms/input-appearance-focus-expected.txt:
3243 * platform/efl/fast/forms/input-appearance-height-expected.txt:
3244 * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
3245 * platform/efl/fast/forms/input-appearance-selection-expected.txt:
3246 * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
3247 * platform/efl/fast/forms/input-appearance-width-expected.txt:
3248 * platform/efl/fast/forms/input-button-sizes-expected.txt:
3249 * platform/efl/fast/forms/input-disabled-color-expected.txt:
3250 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
3251 * platform/efl/fast/forms/input-first-letter-expected.txt:
3252 * platform/efl/fast/forms/input-readonly-dimmed-expected.txt:
3253 * platform/efl/fast/forms/input-readonly-empty-expected.txt:
3254 * platform/efl/fast/forms/input-spaces-expected.txt:
3255 * platform/efl/fast/forms/input-table-expected.txt:
3256 * platform/efl/fast/forms/input-text-click-inside-expected.txt:
3257 * platform/efl/fast/forms/input-text-option-delete-expected.txt:
3258 * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
3259 * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
3260 * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
3261 * platform/efl/fast/forms/input-value-expected.txt:
3262 * platform/efl/fast/forms/input-width-expected.txt:
3263 * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
3264 * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
3265 * platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt:
3266 * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
3267 * platform/efl/fast/forms/listbox-width-change-expected.txt:
3268 * platform/efl/fast/forms/menulist-clip-expected.txt:
3269 * platform/efl/fast/forms/menulist-deselect-update-expected.txt:
3270 * platform/efl/fast/forms/menulist-narrow-width-expected.txt:
3271 * platform/efl/fast/forms/menulist-no-overflow-expected.txt:
3272 * platform/efl/fast/forms/menulist-option-wrap-expected.txt:
3273 * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:
3274 * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
3275 * platform/efl/fast/forms/menulist-style-color-expected.txt:
3276 * platform/efl/fast/forms/menulist-width-change-expected.txt:
3277 * platform/efl/fast/forms/minWidthPercent-expected.txt:
3278 * platform/efl/fast/forms/negativeLineHeight-expected.txt:
3279 * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt:
3280 * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
3281 * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
3282 * platform/efl/fast/forms/option-index-expected.txt:
3283 * platform/efl/fast/forms/option-script-expected.txt:
3284 * platform/efl/fast/forms/option-strip-whitespace-expected.txt:
3285 * platform/efl/fast/forms/option-text-clip-expected.txt:
3286 * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
3287 * platform/efl/fast/forms/radio-attr-order-expected.txt:
3288 * platform/efl/fast/forms/radio-nested-labels-expected.txt:
3289 * platform/efl/fast/forms/radio_checked-expected.txt:
3290 * platform/efl/fast/forms/radio_checked_dynamic-expected.txt:
3291 * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
3292 * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt:
3293 * platform/efl/fast/forms/range/slider-padding-expected.txt:
3294 * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
3295 * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
3296 * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
3297 * platform/efl/fast/forms/search-rtl-expected.txt:
3298 * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
3299 * platform/efl/fast/forms/searchfield-heights-expected.txt:
3300 * platform/efl/fast/forms/select-align-expected.txt:
3301 * platform/efl/fast/forms/select-background-none-expected.txt:
3302 * platform/efl/fast/forms/select-baseline-expected.txt:
3303 * platform/efl/fast/forms/select-block-background-expected.txt:
3304 * platform/efl/fast/forms/select-change-listbox-size-expected.txt:
3305 * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt:
3306 * platform/efl/fast/forms/select-change-popup-to-listbox-expected.txt:
3307 * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
3308 * platform/efl/fast/forms/select-display-none-style-resolve-expected.txt:
3309 * platform/efl/fast/forms/select-empty-option-height-expected.txt:
3310 * platform/efl/fast/forms/select-initial-position-expected.txt:
3311 * platform/efl/fast/forms/select-item-background-clip-expected.txt:
3312 * platform/efl/fast/forms/select-list-box-with-height-expected.txt:
3313 * platform/efl/fast/forms/select-selected-expected.txt:
3314 * platform/efl/fast/forms/select-size-expected.txt:
3315 * platform/efl/fast/forms/select-style-expected.txt:
3316 * platform/efl/fast/forms/select-visual-hebrew-expected.txt:
3317 * platform/efl/fast/forms/select-writing-direction-natural-expected.txt:
3318 * platform/efl/fast/forms/selectlist-minsize-expected.txt:
3319 * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt:
3320 * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
3321 * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
3322 * platform/efl/fast/forms/text-style-color-expected.txt:
3323 * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
3324 * platform/efl/fast/forms/textarea-align-expected.txt:
3325 * platform/efl/fast/forms/textarea-scroll-height-expected.txt:
3326 * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
3327 * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
3328 * platform/efl/fast/forms/textarea-width-expected.txt:
3329 * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
3330 * platform/efl/fast/forms/textfield-outline-expected.txt:
3331 * platform/efl/fast/forms/textfield-overflow-by-value-update-expected.txt:
3332 * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
3333 * platform/efl/fast/frames/001-expected.txt:
3334 * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
3335 * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
3336 * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.txt:
3337 * platform/efl/fast/frames/frame-navigation-expected.txt:
3338 * platform/efl/fast/frames/frame-scrolling-attribute-expected.txt:
3339 * platform/efl/fast/frames/frameElement-frame-expected.txt:
3340 * platform/efl/fast/frames/frameElement-iframe-expected.txt:
3341 * platform/efl/fast/frames/frameset-style-recalc-expected.txt:
3342 * platform/efl/fast/frames/iframe-option-crash-expected.txt:
3343 * platform/efl/fast/frames/iframe-scrolling-attribute-expected.txt:
3344 * platform/efl/fast/frames/iframe-with-frameborder-expected.txt:
3345 * platform/efl/fast/frames/inline-object-inside-frameset-expected.txt:
3346 * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
3347 * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
3348 * platform/efl/fast/frames/viewsource-attribute-expected.txt:
3349 * platform/efl/fast/frames/viewsource-on-image-file-expected.txt:
3350 * platform/efl/fast/gradients/list-item-gradient-expected.txt:
3351 * platform/efl/fast/html/keygen-expected.txt:
3352 * platform/efl/fast/html/link-rel-stylesheet-expected.txt:
3353 * platform/efl/fast/html/listing-expected.txt:
3354 * platform/efl/fast/html/marquee-scroll-expected.txt:
3355 * platform/efl/fast/html/marquee-scrollamount-expected.txt:
3356 * platform/efl/fast/images/animated-gif-with-offsets-expected.txt:
3357 * platform/efl/fast/images/favicon-as-image-expected.txt:
3358 * platform/efl/fast/images/image-map-anchor-children-expected.txt:
3359 * platform/efl/fast/images/imagemap-case-expected.txt:
3360 * platform/efl/fast/images/imagemap-circle-focus-ring-expected.txt:
3361 * platform/efl/fast/images/imagemap-focus-ring-expected.txt:
3362 * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.txt:
3363 * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
3364 * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
3365 * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
3366 * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.txt:
3367 * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
3368 * platform/efl/fast/inline-block/001-expected.txt:
3369 * platform/efl/fast/inline-block/002-expected.txt:
3370 * platform/efl/fast/inline-block/003-expected.txt:
3371 * platform/efl/fast/inline-block/006-expected.txt:
3372 * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.txt:
3373 * platform/efl/fast/inline-block/inline-block-vertical-align-expected.txt:
3374 * platform/efl/fast/inline-block/overflow-clip-expected.txt:
3375 * platform/efl/fast/inline-block/tricky-baseline-expected.txt:
3376 * platform/efl/fast/inline/001-expected.txt:
3377 * platform/efl/fast/inline/25277-2-expected.txt:
3378 * platform/efl/fast/inline/25277-expected.txt:
3379 * platform/efl/fast/inline/br-text-decoration-expected.txt:
3380 * platform/efl/fast/inline/continuation-outlines-expected.txt:
3381 * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
3382 * platform/efl/fast/inline/continuation-outlines-with-layers-expected.txt:
3383 * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
3384 * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
3385 * platform/efl/fast/inline/emptyInlinesWithinLists-expected.txt:
3386 * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.txt:
3387 * platform/efl/fast/inline/inline-continuation-borders-expected.txt:
3388 * platform/efl/fast/inline/inline-focus-ring-expected.txt:
3389 * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.txt:
3390 * platform/efl/fast/inline/inline-text-quirk-bpm-expected.txt:
3391 * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.txt:
3392 * platform/efl/fast/inline/positioned-object-between-replaced-elements-expected.txt:
3393 * platform/efl/fast/inli