1 2017-02-27 Jiewen Tan <jiewen_tan@apple.com>
3 [CredentialManagement] Add IDL definitions for Credential, SiteBoundCredential, and PasswordCredential
4 https://bugs.webkit.org/show_bug.cgi?id=168616
5 <rdar://problem/30167149>
7 Reviewed by Daniel Bates.
9 * credentials/idlharness-expected.txt: Added.
10 * credentials/idlharness.html: Added.
11 * platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt:
12 * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
13 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
14 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
15 * resources/WebIDLParser.js: Added.
16 * resources/idlharness.js: Renamed from LayoutTests/imported/w3c/resources/idlharness.js.
17 Removed LayoutTests/imported/w3c/resources/idlharness.js since it is not needed any more.
18 Added resources/idlharness.js for idl harness.
20 2017-02-27 Jer Noble <jer.noble@apple.com>
22 [WebRTC] Fix remote audio rendering
23 https://bugs.webkit.org/show_bug.cgi?id=168898
25 Reviewed by Eric Carlson.
27 * webrtc/audio-peer-connection-webaudio-expected.txt: Added.
28 * webrtc/audio-peer-connection-webaudio.html: Added.
30 2017-02-27 Fujii Hironori <Hironori.Fujii@sony.com>
32 compositing/transitions/transform-on-large-layer.html : ImageDiff produced stderr output
33 https://bugs.webkit.org/show_bug.cgi?id=168217
35 Reviewed by Simon Fraser.
37 ImageDiff reports an error for image size mismatch of expected and
38 actual images. But, Nwtr ignores the errors for ref tests at the moment
39 (Bug 168033). They should have same window size before fixing the
42 * compositing/transitions/transform-on-large-layer-expected.html:
43 Do not resize the window to match the actual.
44 * fast/css/sticky/sticky-left-percentage-expected.html: Resize the
45 window to match the actual.
47 2017-02-27 Antti Koivisto <antti@apple.com>
49 Add a test verifying cache deduplication is not sensitive to SHA1 collision attack
50 https://bugs.webkit.org/show_bug.cgi?id=168774
52 Reviewed by Alex Christensen.
54 We use SHA1 for deduplicating disk cache resources. Since a real world SHA1 collision was demonstrated
55 recently (http://shattered.io/) we can add a test that shows it can't be used for cache poisoning.
57 There are two protections in the cache code that both individually stop this type of attack:
59 - When deduplicating the data is verified to be equal by a bytewise comparison.
60 - SHA1 computations include random salt unique to cache instance.
62 Commenting out both protections is needed to make this test fail.
64 * http/tests/cache/disk-cache/resources/make-sha1-collision.php: Added.
66 This script turns the nocolliding pdfs into colliding ones on the fly, in memory. This way we don't need
67 to land the colliding versions and risk blowing up the infrastructure.
69 * http/tests/cache/disk-cache/resources/shattered-nocollision-1.pdf: Added.
70 * http/tests/cache/disk-cache/resources/shattered-nocollision-2.pdf: Added.
72 > shasum shattered-nocollision-*
73 5439274cf677fe3b7c51264f88a5ecee97319ee9 shattered-nocollision-1.pdf
74 7fdd163dc21064b7f26e1199fc560ee6e0307498 shattered-nocollision-2.pdf
76 * http/tests/cache/disk-cache/shattered-deduplication-expected.html: Added.
77 * http/tests/cache/disk-cache/shattered-deduplication.html: Added.
79 2017-02-27 Carlos Garcia Campos <cgarcia@igalia.com>
81 [GTK] Downloads attributes tests are failing
82 https://bugs.webkit.org/show_bug.cgi?id=168871
84 Reviewed by Michael Catanzaro.
86 Remove passing tests and add new baseline for
87 fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes.html because libsoup handles slashes
88 differently but download succeeds.
90 * platform/gtk/TestExpectations:
91 * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes-expected.txt: Added.
93 2017-02-27 Antoine Quint <graouts@apple.com>
95 [Modern Media Controls] Dragging controls in fullscreen on macOS prevents scrubbing or interacting with controls
96 https://bugs.webkit.org/show_bug.cgi?id=168820
97 <rdar://problem/30690281>
101 Making the existing test more robust and adding a new test that checks what happens
102 when we initiate a drag over some controls.
104 * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-expected.txt:
105 * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button-expected.txt: Added.
106 * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button.html: Added.
107 * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag.html:
109 2017-02-27 Andy Estes <aestes@apple.com>
111 Add a way to test file input without relying on drag and drop
112 https://bugs.webkit.org/show_bug.cgi?id=168848
113 <rdar://problem/22258242>
115 Reviewed by Tim Horton.
117 Added versions of existing file input tests that use TestRunner.setOpenPanelFiles() instead
118 of EventSender.beginDragWithFiles().
120 * fast/dom/FileList-iterator-using-open-panel-expected.txt: Added.
121 * fast/dom/FileList-iterator-using-open-panel.html: Added.
122 * fast/files/apply-blob-url-to-img-using-open-panel-expected.txt: Added.
123 * fast/files/apply-blob-url-to-img-using-open-panel.html: Added.
124 * fast/files/apply-blob-url-to-xhr-using-open-panel-expected.txt: Added.
125 * fast/files/apply-blob-url-to-xhr-using-open-panel.html: Added.
126 * fast/files/file-list-test-using-open-panel-expected.txt: Added.
127 * fast/files/file-list-test-using-open-panel.html: Added.
128 * fast/files/file-reader-abort-using-open-panel-expected.txt: Added.
129 * fast/files/file-reader-abort-using-open-panel.html: Added.
130 * fast/files/file-reader-directory-crash-using-open-panel-expected.txt: Added.
131 * fast/files/file-reader-directory-crash-using-open-panel.html: Added.
132 * fast/files/filereader-zip-bundle-using-open-panel-expected.txt: Added.
133 * fast/files/filereader-zip-bundle-using-open-panel.html: Added.
134 * fast/forms/file/file-input-reset-using-open-panel-expected.html: Added.
135 * fast/forms/file/file-input-reset-using-open-panel.html: Added.
136 * fast/forms/file/file-reset-in-change-using-open-panel-expected.html: Added.
137 * fast/forms/file/file-reset-in-change-using-open-panel.html: Added.
138 * fast/forms/file/get-file-upload-using-open-panel-expected.txt: Added.
139 * fast/forms/file/get-file-upload-using-open-panel.html: Added.
140 * fast/forms/file/input-file-value-using-open-panel-expected.txt: Added.
141 * fast/forms/file/input-file-value-using-open-panel.html: Added.
142 * fast/forms/file/input-file-write-files-using-open-panel-expected.txt: Added.
143 * fast/forms/file/input-file-write-files-using-open-panel.html: Added.
144 * fast/history/page-cache-createObjectURL-using-open-panel-expected.txt: Added.
145 * fast/history/page-cache-createObjectURL-using-open-panel.html: Added.
146 * http/tests/local/blob/resources/hybrid-blob-util.js:
147 (this.setupForTests):
148 (this.runTestsWithDrag):
149 (this.runTestsWithOpenPanel):
151 * http/tests/local/blob/script-tests/send-hybrid-blob-using-open-panel.js: Added.
156 * http/tests/local/blob/send-hybrid-blob-using-open-panel-expected.txt: Added.
157 * http/tests/local/blob/send-hybrid-blob-using-open-panel.html: Added.
158 * http/tests/local/fileapi/file-last-modified-after-delete-using-open-panel-expected.txt: Added.
159 * http/tests/local/fileapi/file-last-modified-after-delete-using-open-panel.html: Added.
160 * http/tests/local/fileapi/file-last-modified-using-open-panel-expected.txt: Added.
161 * http/tests/local/fileapi/file-last-modified-using-open-panel.html: Added.
162 * http/tests/local/fileapi/resources/setup-file-input-element-for-drag.js:
163 (setFileInputChangeCallback):
164 * http/tests/local/fileapi/script-tests/file-last-modified-after-delete-using-open-panel.js: Added.
167 * http/tests/local/fileapi/script-tests/file-last-modified-using-open-panel.js: Added.
170 * http/tests/local/fileapi/upload-zip-bundle-as-blob-using-open-panel-expected.txt: Added.
171 * http/tests/local/fileapi/upload-zip-bundle-as-blob-using-open-panel.html: Added.
172 * http/tests/local/formdata/send-form-data-constructed-from-form-using-open-panel-expected.txt: Added.
173 * http/tests/local/formdata/send-form-data-constructed-from-form-using-open-panel.html: Added.
174 * http/tests/local/formdata/send-form-data-with-empty-file-filename-using-open-panel-expected.txt: Added.
175 * http/tests/local/formdata/send-form-data-with-empty-file-filename-using-open-panel.html: Added.
176 * media/video-src-blob-using-open-panel-expected.txt: Added.
177 * media/video-src-blob-using-open-panel.html: Added.
178 * platform/ios-simulator/TestExpectations:
180 2017-02-27 Andy Estes <aestes@apple.com>
182 Links cannot be activated when running Mobile Safari with external SDK build of WebKit for iOS Simulator
183 https://bugs.webkit.org/show_bug.cgi?id=141906
185 Reviewed by Tim Horton.
187 Unskipped tests that now pass. Rewrote a test to use UIHelper so that it works on both
188 DumpRenderTree and WebKitTestRunner.
190 * fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html:
191 Rewrote to use UIHelper.activateAt().
192 * platform/ios-simulator-wk2/TestExpectations:
193 * platform/ios-simulator/TestExpectations:
195 2017-02-26 Commit Queue <commit-queue@webkit.org>
197 Unreviewed, rolling out r212942.
198 https://bugs.webkit.org/show_bug.cgi?id=168882
200 Made EWS very flaky (Requested by ap on #webkit).
204 "[Modern Media Controls] Dragging controls in fullscreen on
205 macOS prevents scrubbing or interacting with controls"
206 https://bugs.webkit.org/show_bug.cgi?id=168820
207 http://trac.webkit.org/changeset/212942
209 2017-02-25 Zalan Bujtas <zalan@apple.com>
211 Text might wrap when its preferred logical width is used for sizing the containing block.
212 https://bugs.webkit.org/show_bug.cgi?id=168864
213 <rdar://problem/30690734>
215 Reviewed by Antti Koivisto.
217 * fast/text/fast-run-width-vs-slow-run-width-expected.html: Added.
218 * fast/text/fast-run-width-vs-slow-run-width.html: Added.
220 2017-02-25 Michael Catanzaro <mcatanzaro@igalia.com>
222 Unreviewed GTK test gardening
224 * platform/gtk/TestExpectations:
226 2017-02-24 Joseph Pecoraro <pecoraro@apple.com>
228 [Resource Timing] Gather timing information with reliable responseEnd time
229 https://bugs.webkit.org/show_bug.cgi?id=168351
231 Reviewed by Alex Christensen.
234 Now that nextHopProtocol is available on Mac mark the test as flakey
235 because the value can be set or not depending on whether or not the
236 resource was loaded from a cache.
238 * platform/ios-simulator/TestExpectations:
239 * platform/gtk/TestExpectations:
240 * platform/mac/TestExpectations:
241 * platform/win/TestExpectations:
242 Mark nextHopProtocol tests as expected to fail on ports that do not
243 yet support those values. Mark redirect tests as failing on ports
244 that encounter the CFNetwork issue causing unexpected callbacks.
246 * performance-api/resource-timing-apis-expected.txt:
247 * performance-api/resources/resource-timing-api.js:
250 * platform/mac-elcapitan/imported/w3c/web-platform-tests/resource-timing/test_resource_timing-expected.txt: Added.
251 * platform/mac/imported/w3c/web-platform-tests/resource-timing/test_resource_timing-expected.txt: Added.
252 Expected passing values on mac, except el capitan where this new resource timing data is unavailable.
254 2017-02-24 Chris Dumez <cdumez@apple.com>
256 Unreviewed, rolling out r212944.
258 Caused a lot of failures on the debug bots
262 "[Resource Timing] Gather timing information with reliable
264 https://bugs.webkit.org/show_bug.cgi?id=168351
265 http://trac.webkit.org/changeset/212944
267 2017-02-24 Jon Lee <jonlee@apple.com>
269 Alias "system-ui" for the System font name
270 https://bugs.webkit.org/show_bug.cgi?id=151493
272 Reviewed by Tim Horton and Joseph Pecoraro.
274 Add "system-ui" to the test.
275 * fast/css/font-family-builtins.html:
276 * fast/css/font-family-builtins-expected.txt:
277 * fast/text/system-font-features.html:
278 * fast/text/system-font-features-expected.html:
279 * fast/text/system-font-legacy-name.html:
280 * fast/text/system-font-legacy-name-expected.txt:
281 * platform/ios-simulator/ios/fast/text/opticalFont.html:
282 * platform/ios-simulator/ios/fast/text/opticalFont-expected.txt:
283 * platform/ios-simulator/ios/fast/text/opticalFontWithTextStyle-expected.txt:
285 Unskip opticalFont* tests.
286 * platform/ios-simulator/TestExpectations:
288 Update tests to use "system-ui" instead of "-apple-system" or the even
289 older "-apple-system-font".
290 * fast/css/multiple-tabs-expected.html:
291 * fast/css/multiple-tabs.html:
292 * fast/text/international/system-language/han-quotes-expected-mismatch.html:
293 * fast/text/international/system-language/han-quotes.html:
294 * fast/text/international/system-language/hindi-system-font-punctuation-expected.html:
295 * fast/text/international/system-language/hindi-system-font-punctuation.html:
296 * fast/text/letterpress-different-expected-mismatch.html:
297 * fast/text/letterpress-different.html:
298 * fast/text/letterpress-paint.html:
299 * fast/text/system-font-weight-italic.html:
300 * fast/text/system-font-weight.html:
301 * fast/text/text-node-remains-dirty-after-calling-surroundContents-expected.html:
302 * fast/text/text-node-remains-dirty-after-calling-surroundContents.html:
303 * fast/text/trak-optimizeLegibility.html:
304 * fast/text/weighted-italicized-system-font-expected.html:
305 * fast/text/weighted-italicized-system-font.html:
306 * platform/ios-simulator/ios/fast/text/apple-logo.html:
307 * platform/ios-simulator/ios/fast/text/opticalFontWithWeight-expected.txt:
308 * platform/ios-simulator/ios/fast/text/opticalFontWithWeight.html:
309 * platform/ios-simulator/ios/fast/text/underline-scaling.html:
310 * platform/mac/fast/css/css2-system-fonts-expected.txt:
312 2017-02-24 Antoine Quint <graouts@apple.com>
314 [Modern Media Controls] <audio> controls should center in their container when the page is scaled
315 https://bugs.webkit.org/show_bug.cgi?id=168841
316 <rdar://problem/28612794>
318 Reviewed by Eric Carlson.
320 Adding test coverage for the "top" property set on the media controls to achieve vertical centering,
321 and creating a new test that checks the behavior for an <audio> element on iOS.
324 * media/modern-media-controls/media-controller/media-controller-scale-factor-audio-expected.txt: Added.
325 * media/modern-media-controls/media-controller/media-controller-scale-factor-audio.html: Added.
326 * media/modern-media-controls/media-controller/media-controller-scale-factor-expected.txt:
327 * media/modern-media-controls/media-controller/media-controller-scale-factor.html:
328 * platform/ios-simulator/TestExpectations:
330 2017-02-24 Chris Dumez <cdumez@apple.com>
332 Download attribute should be sanitized before being used as suggested filename
333 https://bugs.webkit.org/show_bug.cgi?id=168839
334 <rdar://problem/30683109>
336 Reviewed by Darin Adler.
338 Add layout test coverage.
340 * fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-doublequote-expected.txt: Added.
341 * fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-doublequote.html: Added.
342 * fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes-expected.txt: Added.
343 * fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes.html: Added.
344 * fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-unicode-expected.txt: Added.
345 * fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-unicode.html: Added.
346 * platform/ios-simulator-wk1/TestExpectations:
347 * platform/ios-simulator-wk2/TestExpectations:
348 * platform/mac-wk1/TestExpectations:
349 * platform/win/TestExpectations:
351 2017-02-24 Antti Koivisto <antti@apple.com>
353 Remove leftover html files.
355 * http/tests/cache/disk-cache/shattered-deduplication-expected.html: Removed.
356 * http/tests/cache/disk-cache/shattered-deduplication.html: Removed.
358 2017-02-24 Alex Christensen <achristensen@webkit.org>
360 .. should not remove windows drive letters in paths of file URLs
361 https://bugs.webkit.org/show_bug.cgi?id=168824
363 Reviewed by Youenn Fablet.
365 * fast/url/file-expected.txt:
366 * fast/url/file-http-base-expected.txt:
367 * fast/url/relative-win-expected.txt:
369 2017-02-24 Antti Koivisto <antti@apple.com>
371 Reverting https://trac.webkit.org/r212951, landing this doesn't actually work due to Git infrastucture.
373 * http/tests/cache/disk-cache/resources/shattered-1-nocollision.pdf: Removed.
374 * http/tests/cache/disk-cache/resources/shattered-1.pdf: Removed.
375 * http/tests/cache/disk-cache/resources/shattered-2-nocollision.pdf: Removed.
377 2017-02-24 Antti Koivisto <antti@apple.com>
379 Add a test verifying cache deduplication is not sensitive to SHA1 collision attack
380 https://bugs.webkit.org/show_bug.cgi?id=168774
382 Reviewed by Sam Weinig.
384 We use SHA1 for deduplicating disk cache resources. Since a real world SHA1 collision was demonstrated
385 recently (http://shattered.io/) we can add a test that shows it can't be used for cache poisoning.
387 There are two protections in the cache code that both individually stop this type of attack:
389 - When deduplicating the data is verified to be equal by a bytewise comparison.
390 - SHA1 computations include random salt unique to cache instance.
392 Commenting out both protections is needed to make this test fail.
394 * http/tests/cache/disk-cache/resources/shattered-1-nocollision.pdf: Added.
395 * http/tests/cache/disk-cache/resources/shattered-1.pdf: Added.
396 * http/tests/cache/disk-cache/resources/shattered-2-nocollision.pdf: Added.
397 * http/tests/cache/disk-cache/resources/shattered-2.pdf: Added.
399 Files shattered-1.pdf and shattered-2.pdf differ visually but have the same SHA1.
400 The nocollision versions for the ref have the same pixels but don't collide.
402 * http/tests/cache/disk-cache/shattered-deduplication-expected.html: Added.
403 * http/tests/cache/disk-cache/shattered-deduplication.html: Added.
405 2017-02-24 John Wilander <wilander@apple.com>
407 Resource Load Statistics: Add alternate classification method
408 https://bugs.webkit.org/show_bug.cgi?id=168347
409 <rdar://problem/30352793>
410 <rdar://problem/30646710>
411 <rdar://problem/30660708>
413 Reviewed by Alex Christensen.
415 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-expected.txt: Added.
416 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html: Added.
417 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt: Added.
418 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html: Added.
419 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-expected.txt: Added.
420 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html: Added.
421 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-expected.txt: Added.
422 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html: Added.
423 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-expected.txt: Added.
424 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html: Added.
425 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt: Added.
426 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html: Added.
427 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-expected.txt: Added.
428 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html: Added.
429 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-expected.txt: Added.
430 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html: Added.
431 * http/tests/loading/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html:
432 Added a call to internals.setResourceLoadStatisticsEnabled(false) before testRunner.notifyDone().
433 * http/tests/loading/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html:
434 Added a call to internals.setResourceLoadStatisticsEnabled(false) before testRunner.notifyDone().
435 * http/tests/loading/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html:
436 Added a call to internals.setResourceLoadStatisticsEnabled(false) before testRunner.notifyDone().
437 * http/tests/loading/resourceLoadStatistics/prevalent-resource-with-user-interaction.html:
438 Added a call to internals.setResourceLoadStatisticsEnabled(false) before testRunner.notifyDone().
439 * http/tests/loading/resourceLoadStatistics/prevalent-resource-without-user-interaction.html:
440 Added a call to internals.setResourceLoadStatisticsEnabled(false) before testRunner.notifyDone().
441 * platform/gtk/TestExpectations:
442 The whole http/tests/loading/resourceLoadStatistics marked as crashing based on
443 Carlos Garcia Campos's assessment in https://bugs.webkit.org/show_bug.cgi?id=168171.
444 * platform/wk2/TestExpectations:
445 The above tests are only valid for WebKit2. Marked as [ Pass ].
447 2017-02-23 Antoine Quint <graouts@apple.com>
449 [Modern Media Controls] No controls are shown for <audio preload="none">
450 https://bugs.webkit.org/show_bug.cgi?id=168800
451 <rdar://problem/30652142>
453 Reviewed by Eric Carlson.
455 Update tests to account for the new rules for controls visibility and force an older test
456 not to use modern media controls since we now show the play button and there is a bug
457 that prevents the play button from being positioned correctly when inside a region
458 (see https://bugs.webkit.org/show_bug.cgi?id=168823).
460 * fast/regions/inline-block-inside-anonymous-overflow-with-covered-controls-expected.html
461 * fast/regions/inline-block-inside-anonymous-overflow-with-covered-controls.html
462 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on-audio-expected.txt:
463 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on-audio.html:
464 * media/modern-media-controls/start-support/start-support-no-source-expected.txt:
465 * media/modern-media-controls/start-support/start-support-no-source.html:
467 2017-02-23 Joseph Pecoraro <pecoraro@apple.com>
469 [Resource Timing] Gather timing information with reliable responseEnd time
470 https://bugs.webkit.org/show_bug.cgi?id=168351
472 Reviewed by Alex Christensen.
475 Now that nextHopProtocol is available on Mac mark the test as flakey
476 because the value can be set or not depending on whether or not the
477 resource was loaded from a cache.
479 * platform/ios-simulator/TestExpectations:
480 * platform/gtk/TestExpectations:
481 * platform/mac/TestExpectations:
482 * platform/win/TestExpectations:
483 Mark nextHopProtocol tests as expected to fail on ports that do not
484 yet support those values. Mark redirect tests as failing on ports
485 that encounter the CFNetwork issue causing unexpected callbacks.
487 * performance-api/resource-timing-apis-expected.txt:
488 * performance-api/resources/resource-timing-api.js:
491 * platform/mac-elcapitan/imported/w3c/web-platform-tests/resource-timing/test_resource_timing-expected.txt: Added.
492 * platform/mac/imported/w3c/web-platform-tests/resource-timing/test_resource_timing-expected.txt: Added.
493 Expected passing values on mac, except el capitan where this new resource timing data is unavailable.
495 2017-02-23 Antoine Quint <graouts@apple.com>
497 [Modern Media Controls] Controls overflow when media element has border or padding
498 https://bugs.webkit.org/show_bug.cgi?id=168818
499 <rdar://problem/30689780>
503 Updating a host of tests to ensure they have an explicitly host and add a new test
504 to check that we have the correct size with borders and padding.
506 * media/modern-media-controls/fullscreen-support/fullscreen-support-click.html:
507 * media/modern-media-controls/media-controller/media-controller-compact-expected.txt:
508 * media/modern-media-controls/media-controller/media-controller-compact.html:
509 * media/modern-media-controls/media-controller/media-controller-controls-sizing-with-border-and-padding-expected.txt: Added.
510 * media/modern-media-controls/media-controller/media-controller-controls-sizing-with-border-and-padding.html: Added.
511 * media/modern-media-controls/media-controller/media-controller-reduced-padding-expected.txt:
512 * media/modern-media-controls/media-controller/media-controller-reduced-padding.html:
513 * media/modern-media-controls/media-controller/media-controller-tight-padding-expected.txt:
514 * media/modern-media-controls/media-controller/media-controller-tight-padding.html:
515 * media/modern-media-controls/pip-support/pip-support-click.html:
516 * media/modern-media-controls/scrubber-support/scrubber-support-click.html:
517 * media/modern-media-controls/scrubber-support/scrubber-support-drag.html:
518 * media/modern-media-controls/volume-support/volume-support-click.html:
519 * media/modern-media-controls/volume-support/volume-support-drag.html:
520 * media/track/track-cue-rendering-snap-to-lines-not-set.html: Turn modern media controls off for this test to pass.
522 2017-02-23 Antoine Quint <graouts@apple.com>
524 [Modern Media Controls] Dragging controls in fullscreen on macOS prevents scrubbing or interacting with controls
525 https://bugs.webkit.org/show_bug.cgi?id=168820
526 <rdar://problem/30690281>
530 Making the existing test more robust and adding a new test that checks what happens
531 when we initiate a drag over some controls.
533 * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-expected.txt:
534 * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button-expected.txt: Added.
535 * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button.html: Added.
536 * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag.html:
538 2017-02-23 Simon Fraser <simon.fraser@apple.com>
540 REGRESSION (r211305): Masks on composited elements with preserve-3d broken
541 https://bugs.webkit.org/show_bug.cgi?id=168815
542 rdar://problem/30676846
546 * compositing/masks/mask-with-preserve-3d-expected.html: Added.
547 * compositing/masks/mask-with-preserve-3d.html: Added.
549 2017-02-23 Chris Dumez <cdumez@apple.com>
551 Unreviewed, try to reduce flakiness to timer throttling tests
553 Try to reduce flakiness to timer throttling tests by increasing
556 * fast/dom/timer-throttling-hidden-page-expected.txt:
557 * fast/dom/timer-throttling-hidden-page-non-nested-expected.txt:
558 * fast/dom/timer-throttling-hidden-page-non-nested.html:
559 * fast/dom/timer-throttling-hidden-page.html:
561 2017-02-23 Javier Fernandez <jfernandez@igalia.com>
563 [GTK] Layout test imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html is flaky
564 https://bugs.webkit.org/show_bug.cgi?id=168799
566 Unreviewed test gardening.
568 * platform/gtk/TestExpectations:
570 2017-02-23 Antoine Quint <graouts@apple.com>
572 [Modern Media Controls] Enforce a minimum layout height of 50pt for <audio>
573 https://bugs.webkit.org/show_bug.cgi?id=168801
574 <rdar://problem/30683453>
576 Reviewed by Eric Carlson.
578 Update the existing <audio> metrics test to check that we correctly maintain
579 a 50pt minimum height even if an inline style attribute sets a shorter height
580 on an <audio> element, and also check that providing a taller height is respected.
582 * media/modern-media-controls/audio/audio-controls-metrics-expected.txt:
583 * media/modern-media-controls/audio/audio-controls-metrics.html:
585 2017-02-23 Carlos Alberto Lopez Perez <clopez@igalia.com>
587 [GTK] Gardening of some flaky tests
591 * platform/gtk/TestExpectations: Update some expectations or add new cases of flaky tests.
593 2017-02-23 Carlos Alberto Lopez Perez <clopez@igalia.com>
595 [GTK] MediaStream and WebRTC layout test gardening
599 * TestExpectations: Clarify some comments.
600 * platform/gtk/TestExpectations: Unskip most of the MediaStream / WebRTC tests for GTK and mark the expected failures accordingly.
601 * platform/gtk/fast/mediastream/RTCPeerConnection-more-media-to-negotiate-expected.txt: Removed. The test passes on GTK with the
602 general test expectation.
604 2017-02-23 Tomas Popela <tpopela@redhat.com>
606 [GTK] Drag and drop is always moving the content even if copy is requested
607 https://bugs.webkit.org/show_bug.cgi?id=168424
609 Reviewed by Carlos Garcia Campos.
611 Mark the editing/pasteboard/drag-drop-copy-content.html as failing
612 as WTR doesn't know how to perform drag and drop in WK2. Also the
613 test does not pass on the mac WK1, created a bug for it.
615 * platform/efl/TestExpectations:
616 * platform/gtk-wayland/TestExpectations:
617 * platform/gtk/TestExpectations:
618 * platform/mac-wk2/TestExpectations:
619 * platform/mac/TestExpectations:
621 2017-02-22 Antoine Quint <graouts@apple.com>
623 [Modern Media Controls] Clicking on the video doesn't toggle playback state in fullscreen on macOS
624 https://bugs.webkit.org/show_bug.cgi?id=168755
625 <rdar://problem/30664484>
627 Reviewed by Dean Jackson.
629 Add a dedicated test for fullscreen to check that clicking on the video correctly toggles playback.
631 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause-fullscreen-expected.txt: Added.
632 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause-fullscreen.html: Added.
633 * platform/ios-simulator/TestExpectations:
635 2017-02-22 Antoine Quint <graouts@apple.com>
637 [Modern Media Controls] Scrubber stops moving while scrubbing on macOS
638 https://bugs.webkit.org/show_bug.cgi?id=168518
639 <rdar://problem/30577637>
641 Reviewed by Dean Jackson.
643 Add assertions to check that setting children to a copy of itself doesn't
644 mark nodes as needing layout.
646 * media/modern-media-controls/layout-node/children-expected.txt:
647 * media/modern-media-controls/layout-node/children.html:
649 2017-02-22 Antoine Quint <graouts@apple.com>
651 [Modern Media Controls] Controls bar may disappear while captions menu is visible
652 https://bugs.webkit.org/show_bug.cgi?id=168751
653 <rdar://problem/30663411>
655 Reviewed by Dean Jackson.
657 Add a new test to check that we correctly prevent the controls bar from fading out
658 due to the auto-hide timer firing when the tracks panel is up, and that it fades
659 once the track panel disappears after the auto-hide timer has fired.
661 * media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading-expected.txt: Added.
662 * media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading.html: Added.
664 2017-02-22 Antoine Quint <graouts@apple.com>
666 [Modern Media Controls] Can't set the volume slider with macOS inline controls
667 https://bugs.webkit.org/show_bug.cgi?id=168747
668 <rdar://problem/30605528>
670 Reviewed by Dean Jackson.
672 Add some assertions to check that the volume slider container remains visible
673 after interacting with the volume slider.
675 * media/modern-media-controls/volume-support/volume-support-click-expected.txt:
676 * media/modern-media-controls/volume-support/volume-support-click.html:
677 * media/modern-media-controls/volume-support/volume-support-drag-expected.txt:
678 * media/modern-media-controls/volume-support/volume-support-drag.html:
680 2017-02-22 Youenn Fablet <youenn@apple.com>
682 [WebRTC] Some webrtc tests are failing
683 https://bugs.webkit.org/show_bug.cgi?id=168736
687 * TestExpectations: Marking some tests as failing until we fix them.
689 2017-02-22 Jer Noble <jer.noble@apple.com>
691 MediaStreamSourceNode never receives audio from a getUserMedia() created stream
692 https://bugs.webkit.org/show_bug.cgi?id=168731
694 Reviewed by Eric Carlson.
696 * fast/mediastream/mock-media-source-webaudio-expected.txt: Added.
697 * fast/mediastream/mock-media-source-webaudio.html: Added.
699 2017-02-22 Chris Dumez <cdumez@apple.com>
701 Do not aggressively throttle DOM timers until they've reached their max nesting level
702 https://bugs.webkit.org/show_bug.cgi?id=168700
703 <rdar://problem/29808005>
705 Reviewed by Simon Fraser.
707 Add layout test coverage.
710 * fast/dom/timer-throttling-hidden-page-expected.txt:
711 * fast/dom/timer-throttling-hidden-page-non-nested-expected.txt: Added.
712 * fast/dom/timer-throttling-hidden-page-non-nested.html: Added.
713 * fast/dom/timer-throttling-hidden-page.html:
715 2017-02-22 Antti Koivisto <antti@apple.com>
717 REGRESSION(r207669): Crash after mutating selector text
718 https://bugs.webkit.org/show_bug.cgi?id=168655
719 <rdar://problem/30632111>
721 Reviewed by Andreas Kling.
723 * fast/css/selector-text-mutation-crash-expected.txt: Added.
724 * fast/css/selector-text-mutation-crash.html: Added.
726 2017-02-22 Per Arne Vollan <pvollan@apple.com>
728 [Win] WebCrypto tests are failing.
729 https://bugs.webkit.org/show_bug.cgi?id=165090
731 Unreviewed test gardening.
733 * platform/win/TestExpectations:
735 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
737 Unreviewed GTK+ gardening. Mark fast/css/paint-order-shadow.html as failing.
739 * platform/gtk/TestExpectations:
741 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
743 Unreviewed GTK+ gardening. Mark http/tests/media/video-redirect.html as timing out.
745 * platform/gtk/TestExpectations:
747 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
749 Unreviewed GTK+ gardening. Remove duplicated entries.
751 * platform/gtk/TestExpectations:
753 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
755 Unreviewed GTK+ gardening. Mark WebRTC tests failing after r212812.
757 * platform/gtk/TestExpectations:
759 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
761 [GTK] Test fast/events/message-port-postMessage-recursive.html times out
762 https://bugs.webkit.org/show_bug.cgi?id=168570
764 Reviewed by Michael Catanzaro.
766 * platform/gtk/TestExpectations:
768 2017-02-21 Youenn Fablet <youenn@apple.com>
770 [WebRTC][Mac] Activate libwebrtc
771 https://bugs.webkit.org/show_bug.cgi?id=167293
772 <rdar://problem/30401864>
774 Reviewed by Alex Christensen.
777 * fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt:
778 * fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt:
779 * fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt:
780 * fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt:
781 * platform/gtk/TestExpectations:
782 * platform/gtk/fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt: Added.
783 * platform/gtk/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt.
784 * platform/gtk/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt.
785 * platform/gtk/fast/mediastream/RTCPeerConnection-closed-state-expected.txt: Added.
786 * platform/gtk/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt.
787 * platform/gtk/fast/mediastream/RTCPeerConnection-iceconnectionstatechange-event-expected.txt: Added.
788 * platform/gtk/fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt.
789 * platform/gtk/fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt: Added.
790 * platform/gtk/fast/mediastream/RTCPeerConnection-overloaded-operations-params-expected.txt: Added.
791 * platform/gtk/fast/mediastream/RTCRtpSender-replaceTrack-expected.txt: Added.
792 * platform/gtk/fast/mediastream/no-media-call-expected.txt: Added.
793 * platform/ios-simulator-wk2/TestExpectations:
794 * platform/mac-wk1/TestExpectations:
796 2017-02-21 Per Arne Vollan <pvollan@apple.com>
798 Add support for CSS properties paint-order, stroke-linecap, and stroke-linejoin in text rendering.
799 https://bugs.webkit.org/show_bug.cgi?id=168601
801 Reviewed by Simon Fraser.
803 * fast/css/paint-order-expected.html: Added.
804 * fast/css/paint-order-shadow-expected.html: Added.
805 * fast/css/paint-order-shadow.html: Added.
806 * fast/css/paint-order.html: Added.
808 2017-02-21 Joseph Pecoraro <pecoraro@apple.com>
810 [User Timing] Throw a SyntaxError for performance.measure if mark name is not found
811 https://bugs.webkit.org/show_bug.cgi?id=168707
813 Reviewed by Ryosuke Niwa.
815 * performance-api/performance-measure-name-expected.txt: Added.
816 * performance-api/performance-measure-name.html: Added.
817 * performance-api/resources/measure-name.js: Added.
818 Test to cover SyntaxError for missing measure start/end mark names.
820 2017-02-21 John Wilander <wilander@apple.com>
822 Unreviewed, marking a set of test cases as skipped while we investigate.
824 Both the test cases and the new code are part of
825 https://bugs.webkit.org/show_bug.cgi?id=168347. Crashes so far only happen
826 on release builds on the bots. Not locally release nor debug.
828 * platform/wk2/TestExpectations:
830 2017-02-21 Ryan Haddad <ryanhaddad@apple.com>
832 Unreviewed, rolling out r212737.
834 This change caused an existing LayoutTest to crash.
838 "REGRESSION(r207669): Crash after mutating selector text"
839 https://bugs.webkit.org/show_bug.cgi?id=168655
840 http://trac.webkit.org/changeset/212737
842 2017-02-21 Chris Dumez <cdumez@apple.com>
844 REGRESSION (r207720): /more/conformance/conformance/quickCheckAPI-S_V.html test fails
845 https://bugs.webkit.org/show_bug.cgi?id=168632
846 <rdar://problem/30620129>
848 Reviewed by Darin Adler.
850 Import layout test coverage.
852 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/context/context-lost-expected.txt: Added.
853 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/context/context-lost.html: Added.
854 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added.
855 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
856 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
857 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added.
859 2017-02-21 Romain Bellessort <romain.bellessort@crf.canon.fr>
861 [Readable Streams API] Add ReadableStreamBYOBRequest view getter
862 https://bugs.webkit.org/show_bug.cgi?id=168652
864 Reviewed by Youenn Fablet.
866 Added 1 test checking that view length corresponds to autoAllocateChunkSize.
868 * streams/readable-stream-byob-request-expected.txt: Updated.
869 * streams/readable-stream-byob-request.js: Added 1 test.
871 2017-02-21 Antti Koivisto <antti@apple.com>
873 REGRESSION(r207669): Crash after mutating selector text
874 https://bugs.webkit.org/show_bug.cgi?id=168655
875 <rdar://problem/30632111>
877 Reviewed by Brent Fulgham.
879 * fast/css/selector-text-mutation-crash-expected.txt: Added.
880 * fast/css/selector-text-mutation-crash.html: Added.
882 2017-02-21 Jiewen Tan <jiewen_tan@apple.com>
884 [WebCrypto] Add support for AES-CFB
885 https://bugs.webkit.org/show_bug.cgi?id=168344
886 <rdar://problem/20940221>
888 Reviewed by Brent Fulgham.
890 * crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt: Renamed from LayoutTests/crypto/subtle/aes-cbc-decrypt-malformed-parameters-expected.txt.
891 * crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters.html: Renamed from LayoutTests/crypto/subtle/aes-cbc-decrypt-malformed-parameters.html.
892 * crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt: Renamed from LayoutTests/crypto/subtle/aes-cbc-encrypt-malformed-parameters-expected.txt.
893 * crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters.html: Renamed from LayoutTests/crypto/subtle/aes-cbc-encrypt-malformed-parameters.html.
894 * crypto/subtle/aes-cbc-import-key-unwrap-jwk-rsa-key-public-expected.txt: Renamed from LayoutTests/crypto/subtle/aes-cbc-import-key-uwrap-jwk-rsa-key-public-expected.txt.
895 * crypto/subtle/aes-cbc-import-key-unwrap-jwk-rsa-key-public.html: Renamed from LayoutTests/crypto/subtle/aes-cbc-import-key-uwrap-jwk-rsa-key-public.html.
896 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-128-expected.txt: Added.
897 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-128.html: Added.
898 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-192-expected.txt: Added.
899 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-192.html: Added.
900 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-256-expected.txt: Added.
901 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-256.html: Added.
902 * crypto/subtle/aes-cfb-generate-export-raw-key-expected.txt: Added.
903 * crypto/subtle/aes-cfb-generate-export-raw-key.html: Added.
904 * crypto/subtle/aes-cfb-generate-key-encrypt-decrypt-expected.txt: Added.
905 * crypto/subtle/aes-cfb-generate-key-encrypt-decrypt.html: Added.
906 * crypto/subtle/aes-cfb-generate-key-expected.txt: Added.
907 * crypto/subtle/aes-cfb-generate-key.html: Added.
908 * crypto/subtle/aes-cfb-import-jwk-key-length-128-expected.txt: Added.
909 * crypto/subtle/aes-cfb-import-jwk-key-length-128.html: Added.
910 * crypto/subtle/aes-cfb-import-jwk-key-length-192-expected.txt: Added.
911 * crypto/subtle/aes-cfb-import-jwk-key-length-192.html: Added.
912 * crypto/subtle/aes-cfb-import-jwk-key-length-256-expected.txt: Added.
913 * crypto/subtle/aes-cfb-import-jwk-key-length-256.html: Added.
914 * crypto/subtle/aes-cfb-import-key-decrypt-expected.txt: Added.
915 * crypto/subtle/aes-cfb-import-key-decrypt.html: Added.
916 * crypto/subtle/aes-cfb-import-key-encrypt-expected.txt: Added.
917 * crypto/subtle/aes-cfb-import-key-encrypt.html: Added.
918 * crypto/subtle/aes-cfb-import-key-unwrap-jwk-key-expected.txt: Added.
919 * crypto/subtle/aes-cfb-import-key-unwrap-jwk-key.html: Added.
920 * crypto/subtle/aes-cfb-import-key-unwrap-raw-key-expected.txt: Added.
921 * crypto/subtle/aes-cfb-import-key-unwrap-raw-key.html: Added.
922 * crypto/subtle/aes-cfb-import-key-wrap-jwk-key-expected.txt: Added.
923 * crypto/subtle/aes-cfb-import-key-wrap-jwk-key.html: Added.
924 * crypto/subtle/aes-cfb-import-key-wrap-raw-key-expected.txt: Added.
925 * crypto/subtle/aes-cfb-import-key-wrap-raw-key.html: Added.
926 * crypto/subtle/aes-cfb-import-raw-key-expected.txt: Added.
927 * crypto/subtle/aes-cfb-import-raw-key.html: Added.
928 * crypto/subtle/aes-generate-key-malformed-parameters-expected.txt:
929 * crypto/subtle/aes-generate-key-malformed-parameters.html:
930 * crypto/subtle/aes-import-key-malformed-parameters-expected.txt:
931 * crypto/subtle/aes-import-key-malformed-parameters.html:
932 * crypto/workers/subtle/aes-cfb-import-key-decrypt-expected.txt: Added.
933 * crypto/workers/subtle/aes-cfb-import-key-decrypt.html: Added.
934 * crypto/workers/subtle/aes-cfb-import-key-encrypt-expected.txt: Added.
935 * crypto/workers/subtle/aes-cfb-import-key-encrypt.html: Added.
936 * crypto/workers/subtle/aes-cfb-import-key-unwrap-key-expected.txt: Added.
937 * crypto/workers/subtle/aes-cfb-import-key-unwrap-key.html: Added.
938 * crypto/workers/subtle/aes-cfb-import-key-wrap-key-expected.txt: Added.
939 * crypto/workers/subtle/aes-cfb-import-key-wrap-key.html: Added.
940 * crypto/workers/subtle/resources/aes-cfb-import-key-decrypt.js: Added.
941 * crypto/workers/subtle/resources/aes-cfb-import-key-encrypt.js: Added.
942 * crypto/workers/subtle/resources/aes-cfb-import-key-unwrap-key.js: Added.
943 * crypto/workers/subtle/resources/aes-cfb-import-key-wrap-key.js: Added.
945 2017-02-21 Alex Christensen <achristensen@webkit.org>
947 Unreviewed, rolling out r212699.
949 Internal build not ready
953 "[WebRTC][Mac] Activate libwebrtc"
954 https://bugs.webkit.org/show_bug.cgi?id=167293
955 http://trac.webkit.org/changeset/212699
957 2017-02-20 Youenn Fablet <youenn@apple.com>
959 [WebRTC][Mac] Activate libwebrtc
960 https://bugs.webkit.org/show_bug.cgi?id=167293
961 <rdar://problem/30401864>
963 Reviewed by Alex Christensen.
966 * fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt:
967 * fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt:
968 * fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt:
969 * fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt:
970 * platform/gtk/TestExpectations:
971 * platform/gtk/fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt: Added.
972 * platform/gtk/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt.
973 * platform/gtk/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt.
974 * platform/gtk/fast/mediastream/RTCPeerConnection-closed-state-expected.txt: Added.
975 * platform/gtk/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt.
976 * platform/gtk/fast/mediastream/RTCPeerConnection-iceconnectionstatechange-event-expected.txt: Added.
977 * platform/gtk/fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt.
978 * platform/gtk/fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt: Added.
979 * platform/gtk/fast/mediastream/RTCPeerConnection-overloaded-operations-params-expected.txt: Added.
980 * platform/gtk/fast/mediastream/RTCRtpSender-replaceTrack-expected.txt: Added.
981 * platform/gtk/fast/mediastream/no-media-call-expected.txt: Added.
982 * platform/ios-simulator-wk2/TestExpectations:
983 * platform/mac-wk1/TestExpectations:
985 2017-02-20 Joseph Pecoraro <pecoraro@apple.com>
987 ASSERTION FAILED: m_normalWorld->hasOneRef() under WorkerThread::stop
988 https://bugs.webkit.org/show_bug.cgi?id=168356
989 <rdar://problem/30592486>
991 Reviewed by Ryosuke Niwa.
994 Unskip tests now that they no longer trigger assertions.
996 2017-02-20 Jer Noble <jer.noble@apple.com>
998 Local audio-only stream will not trigger playback to begin
999 https://bugs.webkit.org/show_bug.cgi?id=168412
1001 Reviewed by Youenn Fablet.
1003 * fast/mediastream/local-audio-playing-event-expected.txt: Added.
1004 * fast/mediastream/local-audio-playing-event.html: Added.
1006 2017-02-20 Zalan Bujtas <zalan@apple.com>
1008 Simple line layout: Implement absoluteQuadsForRange.
1009 https://bugs.webkit.org/show_bug.cgi?id=168613
1010 <rdar://problem/30614618>
1012 Reviewed by Simon Fraser.
1014 * fast/dom/Range/simple-line-layout-getclientrects-expected.html: Added.
1015 * fast/dom/Range/simple-line-layout-getclientrects.html: Added.
1017 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
1019 Unreviewed, rolling out r212685.
1021 This change broke the 32-bit Sierra build.
1025 "Resource Load Statistics: Add alternate classification
1027 https://bugs.webkit.org/show_bug.cgi?id=168347
1028 http://trac.webkit.org/changeset/212685
1030 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
1032 Add mac-wk1 baseline for fast/canvas/webgl/context-creation-attributes.html
1033 https://bugs.webkit.org/show_bug.cgi?id=168623
1035 Unreviewed test gardening.
1037 * platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt: Added.
1039 2017-02-20 John Wilander <wilander@apple.com>
1041 Resource Load Statistics: Add alternate classification method
1042 https://bugs.webkit.org/show_bug.cgi?id=168347
1043 <rdar://problem/30352793>
1045 Reviewed by Alex Christensen.
1047 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-expected.txt: Added.
1048 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html: Added.
1049 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt: Added.
1050 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html: Added.
1051 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-expected.txt: Added.
1052 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html: Added.
1053 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-expected.txt: Added.
1054 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html: Added.
1055 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-expected.txt: Added.
1056 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html: Added.
1057 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt: Added.
1058 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html: Added.
1059 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-expected.txt: Added.
1060 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html: Added.
1061 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-expected.txt: Added.
1062 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html: Added.
1063 * platform/gtk/TestExpectations:
1064 The whole http/tests/loading/resourceLoadStatistics marked as crashing based on
1065 Carlos Garcia Campos's assessment in https://bugs.webkit.org/show_bug.cgi?id=168171.
1066 * platform/wk2/TestExpectations:
1067 The above tests are only valid for WebKit2. Marked as [ Pass ].
1069 2017-02-20 Alexey Proskuryakov <ap@apple.com>
1071 LayoutTest fast/multicol/column-span-parent-continuation-crash.html is a flaky timeout
1072 https://bugs.webkit.org/show_bug.cgi?id=168341
1074 Reviewed by Daniel Bates.
1076 * fast/multicol/column-span-parent-continuation-crash.html: Make sure that the
1077 document is fully parsed before the test runs. I'm not sure if the zero delay
1078 is still needed, but it doesn't hurt.
1080 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
1082 Unreviewed, rolling out r212653.
1084 This rebaseline was incorrect.
1088 "Rebaseline fast/canvas/webgl/context-creation-attributes.html
1090 http://trac.webkit.org/changeset/212653
1092 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
1094 Remove debug flag from flaky test streams/pipe-to.html.
1095 https://bugs.webkit.org/show_bug.cgi?id=165874
1097 Unreviewed test gardening.
1099 * platform/mac/TestExpectations:
1101 2017-02-20 Romain Bellessort <romain.bellessort@crf.canon.fr>
1103 [Readable Streams API] Add ReadableByteStreamController byobRequest attribute
1104 https://bugs.webkit.org/show_bug.cgi?id=168319
1106 Reviewed by Youenn Fablet.
1108 Added tests related to ReadableStreamBYOBRequest as a dedicated object
1109 and also as an attribute of ReadableByteStreamController.
1111 * streams/readable-byte-stream-controller.js: Updated with byobRequest attribute test.
1112 * streams/readable-stream-byob-request-expected.txt: Added.
1113 * streams/readable-stream-byob-request.html: Added.
1114 * streams/readable-stream-byob-request.js: Added to cover tests related to ReadableStreamBYOBRequest.
1116 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
1118 Rebaseline fast/canvas/webgl/context-creation-attributes.html after r212650.
1120 Unreviewed test gardening.
1122 * fast/canvas/webgl/context-creation-attributes-expected.txt:
1124 2017-02-20 Jon Lee <jonlee@apple.com>
1126 Unreviewed, rolling out r212639.
1128 Have a fix for the linker error on iOS.
1132 "Unreviewed, rolling out r212637."
1133 https://bugs.webkit.org/show_bug.cgi?id=168595
1134 http://trac.webkit.org/changeset/212639
1136 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
1138 Unreviewed, rolling out r212637.
1140 This change broke iOS builds.
1144 "Add 'webglcontextchanged' WebGLContextEvent"
1145 https://bugs.webkit.org/show_bug.cgi?id=168595
1146 http://trac.webkit.org/changeset/212637
1148 2017-02-20 Dean Jackson <dino@apple.com>
1150 Add 'webglcontextchanged' WebGLContextEvent
1151 https://bugs.webkit.org/show_bug.cgi?id=168595
1152 <rdar://problem/30604254>
1154 Reviewed by Antoine Quint.
1156 Add a new webglcontextchanged event. This test only
1157 runs on Cocoa platforms at the moment, because it
1158 needs GraphicsContext3D to keep track of all
1159 active contexts in order to dispatch events.
1161 * fast/canvas/webgl/webglcontextchangedevent-expected.txt: Added.
1162 * fast/canvas/webgl/webglcontextchangedevent.html: Added.
1163 * platform/gtk/TestExpectations:
1164 * platform/win/TestExpectations:
1166 2017-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
1168 Unreviewed GTK+ gardening. Fix tests reporting missing results.
1170 * media/media-session-restrictions-expected.txt: Renamed from LayoutTests/platform/mac/media/media-session-restrictions-expected.txt.
1171 * platform/gtk/TestExpectations:
1173 2017-02-19 Dean Jackson <dino@apple.com>
1175 Activate/deactivate high performance GPU when requested
1176 https://bugs.webkit.org/show_bug.cgi?id=168559
1177 <rdar://problem/30592266>
1179 Reviewed by Jon Lee.
1181 We no longer force low-power, so the WebGL canvas creation attributes now
1182 return the value that was passed in.
1184 * fast/canvas/webgl/context-creation-attributes-expected.txt:
1186 2017-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
1188 Unreviewed GTK+ gardening. Mark fast/events/message-port-postMessage-recursive.html as timing out.
1190 * platform/gtk/TestExpectations:
1192 2017-02-19 Chris Dumez <cdumez@apple.com>
1194 onbeforeunload event return value coercion is not per-spec
1195 https://bugs.webkit.org/show_bug.cgi?id=168382
1197 Reviewed by Darin Adler.
1199 Add test case to check that the value returned by a beforeunload event handler
1200 is already converted to a string, even if the returnValue attribute is also
1201 set on the BeforeUnloadEvent. The existing code did not handle this properly
1202 and it has been fixed in this patch.
1204 * fast/events/before-unload-return-string-conversion-expected.txt: Added.
1205 * fast/events/before-unload-return-string-conversion.html: Added.
1206 * fast/events/resources/before-unload-return-string-conversion-frame.html: Added.
1208 2017-02-18 Ryosuke Niwa <rniwa@webkit.org>
1210 REGRESSION(r212218): Assertion failures in and after parserRemoveChild
1211 https://bugs.webkit.org/show_bug.cgi?id=168458
1213 Reviewed by Antti Koivisto.
1215 Add tests to make sure parserAppendChild aren't called when a node removed by parserRemoveChild
1216 had already been been inserted elsewhere by scripts.
1218 * fast/parser/adoption-agency-unload-iframe-3-expected.txt: Added.
1219 * fast/parser/adoption-agency-unload-iframe-3.html: Added.
1220 * fast/parser/adoption-agency-unload-iframe-4-expected.txt: Added.
1221 * fast/parser/adoption-agency-unload-iframe-4.html: Added.
1222 * fast/parser/xml-error-unload-iframe-expected.txt: Added.
1223 * fast/parser/xml-error-unload-iframe.html: Added.
1225 2017-02-19 Chris Dumez <cdumez@apple.com>
1227 <input type=color readonly> doesn't act per spec
1228 https://bugs.webkit.org/show_bug.cgi?id=168421
1229 <rdar://problem/30593185>
1231 Reviewed by Ryosuke Niwa.
1233 Add layout test coverage.
1235 * fast/forms/color/input-color-disabled-expected.txt: Added.
1236 * fast/forms/color/input-color-disabled.html: Added.
1237 * fast/forms/color/input-color-readonly-expected.txt: Added.
1238 * fast/forms/color/input-color-readonly.html: Added.
1240 2017-02-19 Commit Queue <commit-queue@webkit.org>
1242 Unreviewed, rolling out r212466.
1243 https://bugs.webkit.org/show_bug.cgi?id=168577
1245 causes crashes on AArch64 on linux, maybe it's causing crashes
1246 on iOS too (Requested by pizlo on #webkit).
1250 "The collector thread should only start when the mutator
1251 doesn't have heap access"
1252 https://bugs.webkit.org/show_bug.cgi?id=167737
1253 http://trac.webkit.org/changeset/212466
1255 2017-02-19 Carlos Garcia Campos <cgarcia@igalia.com>
1257 Unreviewed GTK+ gardening. Rebaseline fast/visual-viewport/rubberbanding-viewport-rects-extended-background.html again.
1259 This matches what bots expect now.
1261 * platform/gtk/fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt:
1263 2017-02-19 Carlos Garcia Campos <cgarcia@igalia.com>
1265 Unreviewed GTK+ gardening. Rebaseline http/tests/loading/server-redirect-for-provisional-load-caching.html.
1267 I think we are just setting the FirstPartyForCookies to our request a bit earlier when redirecting.
1269 * platform/gtk/http/tests/loading/server-redirect-for-provisional-load-caching-expected.txt: Added.
1271 2017-02-19 Carlos Garcia Campos <cgarcia@igalia.com>
1273 Unreviewed GTK+ gardening. Update expectations of a few more tests and rebaseline fast/visual-viewport/rubberbanding-viewport-rects-extended-background.html.
1275 * platform/gtk/TestExpectations:
1276 * platform/gtk/fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt: Added.
1278 2017-02-18 Chris Dumez <cdumez@apple.com>
1280 <input type=range readonly> doesn't act per spec
1281 https://bugs.webkit.org/show_bug.cgi?id=168422
1282 <rdar://problem/30593189>
1284 Reviewed by Ryosuke Niwa.
1286 Update / rebaseline existing tests to reflect behavior change.
1288 * fast/forms/range/range-drag-expected.txt:
1289 * fast/forms/range/range-drag-when-toggled-disabled-expected.txt:
1290 * fast/forms/range/range-drag-when-toggled-disabled.html:
1291 * fast/forms/range/range-drag.html:
1292 * fast/forms/range/range-keyoperation-expected.txt:
1293 * fast/forms/range/range-keyoperation.html:
1295 2017-02-18 Chris Dumez <cdumez@apple.com>
1297 Recursive MessagePort.postMessage() calls causes tab to become unresponsive
1298 https://bugs.webkit.org/show_bug.cgi?id=168548
1299 <rdar://problem/29808005>
1301 Reviewed by Darin Adler.
1303 Add layout test coverage. The test used to time out, it now passes.
1304 The test also passes on Firefox and Chrome.
1306 * fast/events/message-port-postMessage-recursive-expected.txt: Added.
1307 * fast/events/message-port-postMessage-recursive.html: Added.
1309 2017-02-18 Carlos Garcia Campos <cgarcia@igalia.com>
1311 Unreviewed GTK+ gardening. Update expectations of a few more tests that are failing.
1313 * platform/gtk/TestExpectations:
1315 2017-02-18 Carlos Garcia Campos <cgarcia@igalia.com>
1317 Unreviewed GTK+ gardening. Rebaseline imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-textarea.html.
1319 Selection is always directional for us.
1321 * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-textarea-expected.txt: Added.
1323 2017-02-18 Carlos Garcia Campos <cgarcia@igalia.com>
1325 Unreviewed GTK+ gardening. Update expectations of several tests.
1327 * platform/gtk/TestExpectations:
1329 2017-02-16 Simon Fraser <simon.fraser@apple.com>
1331 Allow PlatformCALayers to specify that they want deep color backing store
1332 https://bugs.webkit.org/show_bug.cgi?id=168495
1334 Reviewed by Tim Horton.
1336 * platform/ios-simulator-wk2/TestExpectations:
1337 * platform/mac-wk2/TestExpectations:
1338 * tiled-drawing/ios/iphone7/compositing-layers-deep-color-expected.txt: Added.
1339 * tiled-drawing/ios/iphone7/compositing-layers-deep-color.html: Added.
1341 2017-02-17 Antoine Quint <graouts@apple.com>
1343 [Modern Media Controls] Improve handling of <video> with only audio tracks
1344 https://bugs.webkit.org/show_bug.cgi?id=167836
1345 <rdar://problem/30255812>
1347 Reviewed by Dean Jackson.
1349 Add a new test to check that a <video> with a resource that only has audio tracks
1350 does not auto-hide nor show the fullscreen button. We also rebaseline a few existing
1351 tests for this change of behavior.
1353 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on-expected.txt:
1354 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on.html:
1355 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-toggle-expected.txt:
1356 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-toggle.html:
1357 * media/modern-media-controls/media-controller/media-controller-video-with-only-audio-expected.txt: Added.
1358 * media/modern-media-controls/media-controller/media-controller-video-with-only-audio.html: Added.
1360 2017-02-17 Antoine Quint <graouts@apple.com>
1362 [Modern Media Controls] Toggle playback when clicking on the video on macOS
1363 https://bugs.webkit.org/show_bug.cgi?id=168515
1364 <rdar://problem/30577441>
1366 Reviewed by Dean Jackson.
1368 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause-expected.txt: Added.
1369 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause.html: Added.
1370 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-to-dismiss-tracks-panel-should-not-toggle-playback-expected.txt: Added.
1371 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-to-dismiss-tracks-panel-should-not-toggle-playback.html: Added.
1372 * media/modern-media-controls/media-controller/media-controller-click-on-video-controls-should-not-pause-expected.txt: Added.
1373 * media/modern-media-controls/media-controller/media-controller-click-on-video-controls-should-not-pause.html: Added.
1374 * media/modern-media-controls/media-documents/click-on-video-should-not-pause-expected.txt:
1375 * media/modern-media-controls/media-documents/click-on-video-should-not-pause.html:
1376 * platform/ios-simulator/TestExpectations:
1378 2017-02-17 Antoine Quint <graouts@apple.com>
1380 REGRESSION: Subtitles menu in media controls allows multiple items to be selected
1381 https://bugs.webkit.org/show_bug.cgi?id=168168
1382 <rdar://problem/30488605>
1384 Reviewed by Dean Jackson.
1386 Enhance the interactive track selection test to select a second track and check
1387 that only a single track is selected at once.
1389 * media/modern-media-controls/tracks-support/tracks-support-click-track-in-panel-expected.txt:
1390 * media/modern-media-controls/tracks-support/tracks-support-click-track-in-panel.html:
1392 2017-02-17 Ryan Haddad <ryanhaddad@apple.com>
1394 Update TestExpectations for fast/css/appearance-apple-pay-button.html.
1396 Unreviewed test gardening.
1400 2017-02-17 Antoine Quint <graouts@apple.com>
1402 [Modern Media Controls] Improve handling of live broadcast video
1403 https://bugs.webkit.org/show_bug.cgi?id=168506
1404 <rdar://problem/30432094>
1406 Reviewed by Dean Jackson.
1408 Rebase existing tests to match new, correct behavior and add a new test to explicitly
1409 check the text-align property on the status label.
1411 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on-audio-expected.txt:
1412 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on-audio.html:
1413 * media/modern-media-controls/ios-inline-media-controls/ios-inline-media-controls-audio-background-expected.txt:
1414 * media/modern-media-controls/ios-inline-media-controls/ios-inline-media-controls-audio-background.html:
1415 * media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-status-label-expected.txt:
1416 * media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-status-label.html:
1417 * media/modern-media-controls/status-label/status-label-font.html:
1418 * media/modern-media-controls/status-label/status-label-text-align-expected.txt: Added.
1419 * media/modern-media-controls/status-label/status-label-text-align.html: Added.
1420 * media/modern-media-controls/status-label/status-label-text-selection.html:
1422 2017-02-17 Per Arne Vollan <pvollan@apple.com>
1424 Apply SVG styles paint-order, stroke-linejoin, and stroke-linecap on DOM text.
1425 https://bugs.webkit.org/show_bug.cgi?id=168044
1427 Reviewed by Simon Fraser.
1429 * fast/css/parsing-paint-order-expected.txt: Added.
1430 * fast/css/parsing-paint-order.html: Added.
1431 * fast/css/parsing-stroke-linecap-expected.txt: Added.
1432 * fast/css/parsing-stroke-linecap.html: Added.
1433 * fast/css/parsing-stroke-linejoin-expected.txt: Added.
1434 * fast/css/parsing-stroke-linejoin.html: Added.
1435 * fast/css/parsing-stroke-width-expected.txt: Added.
1436 * fast/css/parsing-stroke-width.html: Added.
1437 * media/track/track-css-stroke-cues-expected.txt:
1438 * media/track/track-css-stroke-cues.html:
1440 2017-02-17 Simon Fraser <simon.fraser@apple.com>
1442 Fixed elements bounce when rubber-banding at the bottom of the page
1443 https://bugs.webkit.org/show_bug.cgi?id=168493
1444 rdar://problem/30567713
1446 Reviewed by Tim Horton.
1448 * fast/visual-viewport/rubberbanding-viewport-rects-expected.txt:
1449 * fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt: Copied from LayoutTests/fast/visual-viewport/rubberbanding-viewport-rects-expected.txt.
1450 * fast/visual-viewport/rubberbanding-viewport-rects-extended-background.html: Copied from LayoutTests/fast/visual-viewport/rubberbanding-viewport-rects.html.
1451 * fast/visual-viewport/rubberbanding-viewport-rects.html:
1452 * platform/ios-simulator-wk2/fast/visual-viewport/rubberbanding-viewport-rects-expected.txt:
1453 * platform/ios-simulator-wk2/fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt: Copied from LayoutTests/platform/ios-simulator-wk2/fast/visual-viewport/rubberbanding-viewport-rects-expected.txt.
1454 * platform/mac-wk1/fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt: Added.
1456 2017-02-17 Simon Fraser <simon.fraser@apple.com>
1458 REGRESSION (209396): Apple Pay buttons do not render
1459 https://bugs.webkit.org/show_bug.cgi?id=168523
1460 rdar://problem/30451563
1462 Reviewed by Geoffrey Garen.
1464 Ref test that masks out the middle and corners of the buttons.
1466 * fast/css/appearance-apple-pay-button-expected.html: Added.
1467 * fast/css/appearance-apple-pay-button.html: Added.
1469 2017-02-17 Ryan Haddad <ryanhaddad@apple.com>
1471 Rebaseline test for ios-simulator-wk2 after r212522.
1473 Unreviewed test gardening.
1475 * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt:
1477 2017-02-17 Antoine Quint <graouts@apple.com>
1479 Test media/modern-media-controls/time-label/time-label-white-space-nowrap.html is a flaky failure
1480 https://bugs.webkit.org/show_bug.cgi?id=168507
1482 Unreviewed test gardening.
1484 * media/modern-media-controls/time-label/time-label-white-space-nowrap-expected.txt:
1485 * media/modern-media-controls/time-label/time-label-white-space-nowrap.html:
1487 2017-02-17 Carlos Garcia Campos <cgarcia@igalia.com>
1489 Unreviewed GTK+ gardening. Remove duplicated entries from TestExpectations.
1491 * platform/gtk/TestExpectations:
1493 2017-02-17 Javier Fernandez <jfernandez@igalia.com>
1495 [GTK] Unreviewed test gardening
1496 https://bugs.webkit.org/show_bug.cgi?id=168504
1498 Unreviewed GTK+ test gardening.
1500 - imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/async_007.htm test marked as Slow.
1501 - http/tests/security/bypassing-cors-checks-for-extension-urls.html skipped (bug 168466)
1502 - rebaseline http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics.html test (matching Mac expectations - bug 167252)
1504 * platform/gtk/TestExpectations:
1505 * platform/gtk/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt:
1507 2017-02-17 Carlos Garcia Campos <cgarcia@igalia.com>
1509 Unreviewed GTK+ gardening. Update expectations of several tests.
1511 * platform/gtk/TestExpectations:
1513 2017-02-16 Carlos Garcia Campos <cgarcia@igalia.com>
1515 [GTK] Test fast/shadow-dom/input-element-in-shadow.html is failing in the bots
1516 https://bugs.webkit.org/show_bug.cgi?id=168423
1518 Reviewed by Ryosuke Niwa.
1520 It's failing only because the result has the spell checker underline, while the the reference image doesn't. I
1521 don't know why the slot is spell checked and the input in the reference isn't, but we could make the test pass
1522 by using real words, since the contents are not important for this test. Use "one", "two" instead of "abc", "def".
1524 * fast/shadow-dom/input-element-in-shadow-expected.html:
1525 * fast/shadow-dom/input-element-in-shadow.html:
1527 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
1529 Mark storage/indexeddb/modern/idbcursor-continue-primary-key-1.html as flaky.
1530 https://bugs.webkit.org/show_bug.cgi?id=168391
1532 Unreviewed test gardening.
1534 * platform/mac-wk2/TestExpectations:
1536 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
1538 Skip js/dom/gc-slot-visitor-parallel-drain-pings-runloop-when-done.html on El Capitan.
1540 Unreviewed test gardening.
1542 * platform/mac/TestExpectations:
1544 2017-02-16 Myles C. Maxfield <mmaxfield@apple.com>
1546 font-weight in @font-face can cause a font to be downloaded even when it's not used
1547 https://bugs.webkit.org/show_bug.cgi?id=168114
1548 <rdar://problem/30301317>
1550 Reviewed by Darin Adler.
1552 * fast/text/font-style-download-expected.txt: Added.
1553 * fast/text/font-style-download.html: Added.
1554 * fast/text/font-weight-download-2-expected.txt: Added.
1555 * fast/text/font-weight-download-2.html: Added.
1556 * fast/text/font-weight-download-expected.txt: Added.
1557 * fast/text/font-weight-download.html: Added.
1558 * fast/text/font-weight-fallback-expected.html: Added.
1559 * fast/text/font-weight-fallback.html: Added.
1560 * http/tests/webfont/fallback-font-while-loading-expected.txt: We don't want to use the
1561 fallback font while an earlier font is loading because the fallback font might require
1562 an extra download. This represents a policy change.
1563 * http/tests/webfont/fallback-font-while-loading.html: Ditto.
1564 * resources/Ahem_CJK.ttf: Added.
1565 * svg/W3C-SVG-1.1-SE/struct-dom-11-f.svg: The metrics of LastResort are different from
1566 the metrics of the previous interstitial font, which means the new font causes elements
1567 to intersect when they previously didn't. However, the web font isn't actually necessary
1568 here, so we can just stop using it, thereby sidestepping the entire problem.
1570 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
1572 Skip imported/w3c/web-platform-tests/resource-timing tests on Debug.
1573 https://bugs.webkit.org/show_bug.cgi?id=168356
1575 Unreviewed test gardening.
1579 2017-02-16 Alex Christensen <achristensen@webkit.org>
1581 Rebase tests after r212470
1582 https://bugs.webkit.org/show_bug.cgi?id=168461
1584 * fast/dom/DOMURL/set-href-attribute-protocol-expected.txt:
1585 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt:
1586 I updated the tests but not the results :(
1588 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
1590 Mark media/modern-media-controls/airplay-button/airplay-button.html as flaky.
1591 https://bugs.webkit.org/show_bug.cgi?id=168409
1593 Unreviewed test gardening.
1595 * platform/mac-wk1/TestExpectations:
1597 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
1599 Mark media/modern-media-controls/tracks-button/tracks-button.html as flaky.
1600 https://bugs.webkit.org/show_bug.cgi?id=168476
1602 Unreviewed test gardening.
1604 * platform/mac-wk1/TestExpectations:
1606 2017-02-16 Simon Fraser <simon.fraser@apple.com>
1608 REGRESSION (r212197): [ios-simulator Debug WK2] LayoutTest fast/css/target-fragment-match.html is failing
1609 https://bugs.webkit.org/show_bug.cgi?id=168239
1611 In iOS WK2, resetting the scroll position after history navigation involves a trip
1612 through the UI process. Attempted to de-flake this test by using a nested setTimeout(0).
1614 * fast/css/target-fragment-match.html:
1616 2017-02-16 Alex Christensen <achristensen@webkit.org>
1618 Special URLs without a host are invalid
1619 https://bugs.webkit.org/show_bug.cgi?id=168461
1621 Reviewed by Tim Horton.
1623 * fast/dom/DOMURL/set-href-attribute-protocol.html:
1624 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js:
1625 Rebase tests. The HTMLAnchorElement test is a little strange, but it'll be cleaned up once
1626 url-setters.html in the web platform tests is cleaned up.
1628 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
1630 Skip imported/w3c/web-platform-tests/resource-timing/rt-resource-ignored.html.
1631 https://bugs.webkit.org/show_bug.cgi?id=168356
1633 Unreviewed test gardening.
1637 2017-02-11 Filip Pizlo <fpizlo@apple.com>
1639 The collector thread should only start when the mutator doesn't have heap access
1640 https://bugs.webkit.org/show_bug.cgi?id=167737
1642 Reviewed by Keith Miller.
1644 When running in WebCore, the JSC GC may find itself completing draining in the parallel helpers
1645 at a time when the main thread runloop is idle. If the mutator has the conn, then there will not
1646 be any GC threads to receive the notification from the shared mark stack condition variable. So
1647 nobody will know that we need to reloop.
1649 Fortunately, the SlotVisitor now knows that it has to schedule the stopIfNecessary timer in
1650 addition to notifying the condition variable.
1652 This adds a variant of splay that quickly builds up a big enough heap to cause significant GCs to
1653 happen and then waits until a GC is running. When it's running, it registers a callback to the
1654 GC's finalize phase. When the callback runs, it finishes the test. This is a barely-sound test
1655 that uses a lot of while box API from Internals, but it proves that the SlotVisitor's runloop
1656 ping works: if I comment it out, this test will always fail. Otherwise it always succeeds.
1658 * js/dom/gc-slot-visitor-parallel-drain-pings-runloop-when-done.html: Added.
1660 2017-02-16 Jiewen Tan <jiewen_tan@apple.com>
1662 [WebCrypto] remove toJSValueFromJsonWebKey from custom SubtleCrypto binding codes
1663 https://bugs.webkit.org/show_bug.cgi?id=167026
1665 Reviewed by Chris Dumez.
1667 * crypto/subtle/aes-cbc-import-key-wrap-jwk-rsa-key-private.html:
1668 * crypto/subtle/aes-cbc-import-key-wrap-jwk-rsa-key-public.html:
1669 Order of attributes inside JWK is different after this patch.
1671 * crypto/subtle/aes-import-key-malformed-parameters-expected.txt:
1672 * crypto/subtle/aes-import-key-malformed-parameters.html:
1673 * crypto/subtle/hmac-import-key-malformed-parameters-expected.txt:
1674 * crypto/subtle/hmac-import-key-malformed-parameters.html:
1675 * crypto/subtle/rsa-import-key-malformed-parameters-expected.txt:
1676 * crypto/subtle/rsa-import-key-malformed-parameters.html:
1677 * crypto/workers/subtle/resources/aes-cbc-import-key-wrap-key.js:
1679 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
1681 Skip imported/w3c/web-platform-tests/resource-timing/rt-resource-errors.html.
1682 https://bugs.webkit.org/show_bug.cgi?id=168356
1684 Unreviewed test gardening.
1688 2017-02-16 Tim Horton <timothy_horton@apple.com>
1690 WKWebView inside a UICollectionView flashes when items are inserted above it
1691 https://bugs.webkit.org/show_bug.cgi?id=168376
1692 <rdar://problem/29322051>
1694 Reviewed by Simon Fraser.
1696 * scrollingcoordinator/ios/sync-layer-positions-after-scroll.html:
1697 * scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt:
1698 Make use of doAfterVisibleContentRectUpdate; we previously were
1699 guaranteed by message ordering that our uiScriptComplete message
1700 would arrive after the visible content rect update, but that is
1703 Also, adjust to have a initial scale and flexible viewport in order
1704 to work around https://bugs.webkit.org/show_bug.cgi?id=168403.
1706 2017-02-16 Alex Christensen <achristensen@webkit.org>
1708 Remove EFL test expectations.
1710 Rubber-stamped by Anders Carlsson.
1712 * platform/efl: Removed.
1713 * platform/efl-wk2: Removed.
1714 * platform/efl-wk2/TestExpectations: Removed.
1715 * platform/efl/TestExpectations: Removed.
1716 * platform/efl/accessibility: Removed.
1717 * platform/efl/accessibility/aria-checkbox-sends-notification-expected.txt: Removed.
1718 * platform/efl/accessibility/aria-fallback-roles-expected.txt: Removed.
1719 * platform/efl/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.
1720 * platform/efl/accessibility/aria-inherits-presentational-expected.txt: Removed.
1721 * platform/efl/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Removed.
1722 * platform/efl/accessibility/aria-labelledby-overrides-label-expected.txt: Removed.
1723 * platform/efl/accessibility/aria-menubar-menuitems-expected.txt: Removed.
1724 * platform/efl/accessibility/aria-option-role-expected.txt: Removed.
1725 * platform/efl/accessibility/aria-role-on-label-expected.txt: Removed.
1726 * platform/efl/accessibility/aria-switch-text-expected.txt: Removed.
1727 * platform/efl/accessibility/aria-table-content-expected.txt: Removed.
1728 * platform/efl/accessibility/aria-table-hierarchy-expected.txt: Removed.
1729 * platform/efl/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
1730 * platform/efl/accessibility/auto-fill-crash-expected.txt: Removed.
1731 * platform/efl/accessibility/auto-filled-value-expected.txt: Removed.
1732 * platform/efl/accessibility/content-editable-as-textarea-expected.txt: Removed.
1733 * platform/efl/accessibility/css-content-attribute-expected.txt: Removed.
1734 * platform/efl/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
1735 * platform/efl/accessibility/dimensions-include-descendants-expected.txt: Removed.
1736 * platform/efl/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Removed.
1737 * platform/efl/accessibility/empty-image-with-title-expected.txt: Removed.
1738 * platform/efl/accessibility/file-upload-button-stringvalue-expected.txt: Removed.
1739 * platform/efl/accessibility/form-control-value-settable-expected.txt: Removed.
1740 * platform/efl/accessibility/generated-content-with-display-table-crash-expected.txt: Removed.
1741 * platform/efl/accessibility/image-link-expected.txt: Removed.
1742 * platform/efl/accessibility/image-map1-expected.txt: Removed.
1743 * platform/efl/accessibility/image-map2-expected.txt: Removed.
1744 * platform/efl/accessibility/image-with-alt-and-map-expected.txt: Removed.
1745 * platform/efl/accessibility/img-fallsback-to-title-expected.txt: Removed.
1746 * platform/efl/accessibility/internal-link-anchors2-expected.txt: Removed.
1747 * platform/efl/accessibility/list-detection-expected.txt: Removed.
1748 * platform/efl/accessibility/lists-expected.txt: Removed.
1749 * platform/efl/accessibility/math-fenced-expected.txt: Removed.
1750 * platform/efl/accessibility/math-foreign-content-expected.txt: Removed.
1751 * platform/efl/accessibility/math-mo-fences-and-separators-expected.txt: Removed.
1752 * platform/efl/accessibility/math-multiscript-attributes-expected.txt: Removed.
1753 * platform/efl/accessibility/math-text-expected.txt: Removed.
1754 * platform/efl/accessibility/media-element-expected.txt: Removed.
1755 * platform/efl/accessibility/media-emits-object-replacement-expected.txt: Removed.
1756 * platform/efl/accessibility/menu-list-crash2-expected.txt: Removed.
1757 * platform/efl/accessibility/menu-list-sends-change-notification-expected.txt: Removed.
1758 * platform/efl/accessibility/meter-element-expected.txt: Removed.
1759 * platform/efl/accessibility/platform-name-expected.txt: Removed.
1760 * platform/efl/accessibility/plugin-expected.txt: Removed.
1761 * platform/efl/accessibility/radio-button-title-label-expected.txt: Removed.
1762 * platform/efl/accessibility/render-counter-text-expected.txt: Removed.
1763 * platform/efl/accessibility/roles-exposed-expected.txt: Removed.
1764 * platform/efl/accessibility/tabindex-elements-are-accessible-expected.txt: Removed.
1765 * platform/efl/accessibility/table-attributes-expected.txt: Removed.
1766 * platform/efl/accessibility/table-cell-spans-expected.txt: Removed.
1767 * platform/efl/accessibility/table-cells-expected.txt: Removed.
1768 * platform/efl/accessibility/table-column-headers-with-captions-expected.txt: Removed.
1769 * platform/efl/accessibility/table-detection-expected.txt: Removed.
1770 * platform/efl/accessibility/table-hierarchy-expected.txt: Removed.
1771 * platform/efl/accessibility/table-one-cell-expected.txt: Removed.
1772 * platform/efl/accessibility/table-roles-hierarchy-expected.txt: Removed.
1773 * platform/efl/accessibility/table-sections-expected.txt: Removed.
1774 * platform/efl/accessibility/table-with-rules-expected.txt: Removed.
1775 * platform/efl/accessibility/transformed-element-expected.txt: Removed.
1776 * platform/efl/accessibility/w3c-svg-content-language-attribute-expected.txt: Removed.
1777 * platform/efl/animations: Removed.
1778 * platform/efl/animations/3d: Removed.
1779 * platform/efl/animations/3d/change-transform-in-end-event-expected.png: Removed.
1780 * platform/efl/animations/3d/change-transform-in-end-event-expected.txt: Removed.
1781 * platform/efl/animations/3d/matrix-transform-type-animation-expected.png: Removed.
1782 * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt: Removed.
1783 * platform/efl/animations/3d/state-at-end-event-transform-expected.png: Removed.
1784 * platform/efl/animations/3d/state-at-end-event-transform-expected.txt: Removed.
1785 * platform/efl/animations/additive-transform-animations-expected.png: Removed.
1786 * platform/efl/animations/additive-transform-animations-expected.txt: Removed.
1787 * platform/efl/animations/cross-fade-border-image-source-expected.png: Removed.
1788 * platform/efl/animations/cross-fade-border-image-source-expected.txt: Removed.
1789 * platform/efl/animations/cross-fade-list-style-image-expected.png: Removed.
1790 * platform/efl/animations/cross-fade-list-style-image-expected.txt: Removed.
1791 * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png: Removed.
1792 * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt: Removed.
1793 * platform/efl/animations/cross-fade-webkit-mask-image-expected.png: Removed.
1794 * platform/efl/animations/cross-fade-webkit-mask-image-expected.txt: Removed.
1795 * platform/efl/animations/missing-values-first-keyframe-expected.png: Removed.
1796 * platform/efl/animations/missing-values-first-keyframe-expected.txt: Removed.
1797 * platform/efl/animations/missing-values-last-keyframe-expected.png: Removed.
1798 * platform/efl/animations/missing-values-last-keyframe-expected.txt: Removed.
1799 * platform/efl/animations/opacity-transform-animation-expected.png: Removed.
1800 * platform/efl/animations/state-at-end-event-expected.png: Removed.
1801 * platform/efl/animations/state-at-end-event-expected.txt: Removed.
1802 * platform/efl/animations/suspend-transform-animation-expected.png: Removed.
1803 * platform/efl/compositing: Removed.
1804 * platform/efl/compositing/animation: Removed.
1805 * platform/efl/compositing/animation/busy-indicator-expected.png: Removed.
1806 * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png: Removed.
1807 * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt: Removed.
1808 * platform/efl/compositing/bounds-in-flipped-writing-mode-expected.txt: Removed.
1809 * platform/efl/compositing/clip-change-expected.png: Removed.
1810 * platform/efl/compositing/color-matching: Removed.
1811 * platform/efl/compositing/color-matching/image-color-matching-expected.png: Removed.
1812 * platform/efl/compositing/color-matching/image-color-matching-expected.txt: Removed.
1813 * platform/efl/compositing/color-matching/pdf-image-match-expected.png: Removed.
1814 * platform/efl/compositing/color-matching/pdf-image-match-expected.txt: Removed.
1815 * platform/efl/compositing/compositing-visible-descendant-expected.png: Removed.
1816 * platform/efl/compositing/compositing-visible-descendant-expected.txt: Removed.
1817 * platform/efl/compositing/contents-opaque: Removed.
1818 * platform/efl/compositing/contents-opaque/control-layer-expected.txt: Removed.
1819 * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Removed.
1820 * platform/efl/compositing/contents-scale: Removed.
1821 * platform/efl/compositing/contents-scale/animating-expected.txt: Removed.
1822 * platform/efl/compositing/contents-scale/scaled-ancestor-expected.txt: Removed.
1823 * platform/efl/compositing/contents-scale/simple-scale-expected.txt: Removed.
1824 * platform/efl/compositing/contents-scale/z-translate-expected.txt: Removed.
1825 * platform/efl/compositing/culling: Removed.
1826 * platform/efl/compositing/culling/filter-occlusion-blur-expected.png: Removed.
1827 * platform/efl/compositing/culling/filter-occlusion-blur-large-expected.png: Removed.
1828 * platform/efl/compositing/direct-image-compositing-expected.png: Removed.
1829 * platform/efl/compositing/direct-image-compositing-expected.txt: Removed.
1830 * platform/efl/compositing/fixed-position-scroll-offset-history-restore-expected.png: Removed.
1831 * platform/efl/compositing/flat-with-transformed-child-expected.png: Removed.
1832 * platform/efl/compositing/framesets: Removed.
1833 * platform/efl/compositing/framesets/composited-frame-alignment-expected.png: Removed.
1834 * platform/efl/compositing/generated-content-expected.png: Removed.
1835 * platform/efl/compositing/generated-content-expected.txt: Removed.
1836 * platform/efl/compositing/geometry: Removed.
1837 * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png: Removed.
1838 * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt: Removed.
1839 * platform/efl/compositing/geometry/clipped-video-controller-expected.png: Removed.
1840 * platform/efl/compositing/geometry/clipping-foreground-expected.txt: Removed.
1841 * platform/efl/compositing/geometry/composited-html-size-expected.png: Removed.
1842 * platform/efl/compositing/geometry/composited-html-size-expected.txt: Removed.
1843 * platform/efl/compositing/geometry/fixed-in-composited-expected.png: Removed.
1844 * platform/efl/compositing/geometry/fixed-in-composited-expected.txt: Removed.
1845 * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Removed.
1846 * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png: Removed.
1847 * platform/efl/compositing/geometry/fixed-position-expected.png: Removed.
1848 * platform/efl/compositing/geometry/fixed-position-expected.txt: Removed.
1849 * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
1850 * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Removed.
1851 * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
1852 * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Removed.
1853 * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Removed.
1854 * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png: Removed.
1855 * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.txt: Removed.
1856 * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Removed.
1857 * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Removed.
1858 * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png: Removed.
1859 * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt: Removed.
1860 * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
1861 * platform/efl/compositing/geometry/outline-change-expected.png: Removed.
1862 * platform/efl/compositing/geometry/outline-change-expected.txt: Removed.
1863 * platform/efl/compositing/geometry/partial-layout-update-expected.png: Removed.
1864 * platform/efl/compositing/geometry/partial-layout-update-expected.txt: Removed.
1865 * platform/efl/compositing/geometry/repaint-foreground-layer-expected.png: Removed.
1866 * platform/efl/compositing/geometry/root-layer-update-expected.png: Removed.
1867 * platform/efl/compositing/geometry/root-layer-update-expected.txt: Removed.
1868 * platform/efl/compositing/geometry/tall-page-composited-expected.png: Removed.
1869 * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Removed.
1870 * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Removed.
1871 * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png: Removed.
1872 * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt: Removed.
1873 * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png: Removed.
1874 * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt: Removed.
1875 * platform/efl/compositing/geometry/video-opacity-overlay-expected.png: Removed.
1876 * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt: Removed.
1877 * platform/efl/compositing/iframes: Removed.
1878 * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt: Removed.
1879 * platform/efl/compositing/iframes/composited-iframe-scroll-expected.png: Removed.
1880 * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Removed.
1881 * platform/efl/compositing/iframes/iframe-content-flipping-expected.png: Removed.
1882 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png: Removed.
1883 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt: Removed.
1884 * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.png: Removed.
1885 * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.txt: Removed.
1886 * platform/efl/compositing/iframes/invisible-nested-iframe-show-expected.txt: Removed.
1887 * platform/efl/compositing/iframes/nested-iframe-scrolling-expected.png: Removed.
1888 * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Removed.
1889 * platform/efl/compositing/iframes/resizer-expected.txt: Removed.
1890 * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Removed.
1891 * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Removed.
1892 * platform/efl/compositing/images: Removed.
1893 * platform/efl/compositing/images/content-image-change-expected.png: Removed.
1894 * platform/efl/compositing/images/direct-image-background-color-expected.png: Removed.
1895 * platform/efl/compositing/images/direct-image-background-color-expected.txt: Removed.
1896 * platform/efl/compositing/images/direct-svg-image-expected.png: Removed.
1897 * platform/efl/compositing/layer-creation: Removed.
1898 * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Removed.
1899 * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed.
1900 * platform/efl/compositing/layer-creation/overlap-animation-container-expected.txt: Removed.
1901 * platform/efl/compositing/layer-creation/spanOverlapsCanvas-expected.png: Removed.
1902 * platform/efl/compositing/layers-inside-overflow-scroll-expected.png: Removed.
1903 * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt: Removed.
1904 * platform/efl/compositing/masks: Removed.
1905 * platform/efl/compositing/masks/direct-image-mask-expected.png: Removed.
1906 * platform/efl/compositing/masks/direct-image-mask-expected.txt: Removed.
1907 * platform/efl/compositing/masks/layer-mask-placement-expected.png: Removed.
1908 * platform/efl/compositing/masks/masked-ancestor-expected.txt: Removed.
1909 * platform/efl/compositing/masks/multiple-masks-expected.png: Removed.
1910 * platform/efl/compositing/masks/multiple-masks-expected.txt: Removed.
1911 * platform/efl/compositing/masks/simple-composited-mask-expected.png: Removed.
1912 * platform/efl/compositing/masks/simple-composited-mask-expected.txt: Removed.
1913 * platform/efl/compositing/overflow: Removed.
1914 * platform/efl/compositing/overflow/ancestor-overflow-expected.png: Removed.
1915 * platform/efl/compositing/overflow/ancestor-overflow-expected.txt: Removed.
1916 * platform/efl/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Removed.
1917 * platform/efl/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Removed.
1918 * platform/efl/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Removed.
1919 * platform/efl/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Removed.
1920 * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png: Removed.
1921 * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Removed.
1922 * platform/efl/compositing/overflow/nested-scrolling-expected.txt: Removed.
1923 * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
1924 * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
1925 * platform/efl/compositing/overflow/overflow-positioning-expected.png: Removed.
1926 * platform/efl/compositing/overflow/overflow-positioning-expected.txt: Removed.
1927 * platform/efl/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed.
1928 * platform/efl/compositing/overflow/overflow-scroll-expected.png: Removed.
1929 * platform/efl/compositing/overflow/overflow-scroll-expected.txt: Removed.
1930 * platform/efl/compositing/overflow/parent-overflow-expected.png: Removed.
1931 * platform/efl/compositing/overflow/parent-overflow-expected.txt: Removed.
1932 * platform/efl/compositing/overflow/remove-overflow-crash2-expected.png: Removed.
1933 * platform/efl/compositing/overflow/remove-overflow-crash2-expected.txt: Removed.
1934 * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png: Removed.
1935 * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
1936 * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt: Removed.
1937 * platform/efl/compositing/overflow/scrollbar-painting-expected.png: Removed.
1938 * platform/efl/compositing/overflow/scrollbar-painting-expected.txt: Removed.
1939 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png: Removed.
1940 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt: Removed.
1941 * platform/efl/compositing/overflow/zero-size-overflow-expected.png: Removed.
1942 * platform/efl/compositing/plugins: Removed.
1943 * platform/efl/compositing/plugins/composited-plugin-expected.png: Removed.
1944 * platform/efl/compositing/plugins/composited-plugin-expected.txt: Removed.
1945 * platform/efl/compositing/reflections: Removed.
1946 * platform/efl/compositing/reflections/animation-inside-reflection-expected.png: Removed.
1947 * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt: Removed.
1948 * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png: Removed.
1949 * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt: Removed.
1950 * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png: Removed.
1951 * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt: Removed.
1952 * platform/efl/compositing/reflections/load-video-in-reflection-expected.png: Removed.
1953 * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt: Removed.
1954 * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png: Removed.
1955 * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt: Removed.
1956 * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt: Removed.
1957 * platform/efl/compositing/reflections/nested-reflection-animated-expected.png: Removed.
1958 * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt: Removed.
1959 * platform/efl/compositing/reflections/nested-reflection-expected.png: Removed.
1960 * platform/efl/compositing/reflections/nested-reflection-expected.txt: Removed.
1961 * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png: Removed.
1962 * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt: Removed.
1963 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png: Removed.
1964 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt: Removed.
1965 * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png: Removed.
1966 * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt: Removed.
1967 * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png: Removed.
1968 * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt: Removed.
1969 * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png: Removed.
1970 * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt: Removed.
1971 * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png: Removed.
1972 * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt: Removed.
1973 * platform/efl/compositing/reflections/nested-reflection-transition-expected.png: Removed.
1974 * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt: Removed.
1975 * platform/efl/compositing/reflections/reflection-in-composited-expected.png: Removed.
1976 * platform/efl/compositing/reflections/reflection-in-composited-expected.txt: Removed.
1977 * platform/efl/compositing/reflections/reflection-on-composited-expected.png: Removed.
1978 * platform/efl/compositing/reflections/reflection-on-composited-expected.txt: Removed.
1979 * platform/efl/compositing/reflections/reflection-opacity-expected.png: Removed.
1980 * platform/efl/compositing/reflections/reflection-opacity-expected.txt: Removed.
1981 * platform/efl/compositing/reflections/reflection-ordering-expected.png: Removed.
1982 * platform/efl/compositing/reflections/reflection-ordering-expected.txt: Removed.
1983 * platform/efl/compositing/reflections/reflection-positioning-expected.png: Removed.
1984 * platform/efl/compositing/reflections/reflection-positioning-expected.txt: Removed.
1985 * platform/efl/compositing/reflections/reflection-positioning2-expected.png: Removed.
1986 * platform/efl/compositing/reflections/reflection-positioning2-expected.txt: Removed.
1987 * platform/efl/compositing/reflections/remove-add-reflection-expected.png: Removed.
1988 * platform/efl/compositing/reflections/simple-composited-reflections-expected.png: Removed.
1989 * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt: Removed.
1990 * platform/efl/compositing/reflections/transform-inside-reflection-expected.png: Removed.
1991 * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt: Removed.
1992 * platform/efl/compositing/repaint: Removed.
1993 * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png: Removed.
1994 * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt: Removed.
1995 * platform/efl/compositing/repaint/composited-document-element-expected.png: Removed.
1996 * platform/efl/compositing/repaint/composited-document-element-expected.txt: Removed.
1997 * platform/efl/compositing/repaint/content-into-overflow-expected.png: Removed.
1998 * platform/efl/compositing/repaint/content-into-overflow-expected.txt: Removed.
1999 * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
2000 * platform/efl/compositing/repaint/layer-repaint-expected.png: Removed.
2001 * platform/efl/compositing/repaint/layer-repaint-expected.txt: Removed.
2002 * platform/efl/compositing/repaint/layer-repaint-rects-expected.png: Removed.
2003 * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt: Removed.
2004 * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png: Removed.
2005 * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.txt: Removed.
2006 * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png: Removed.
2007 * platform/efl/compositing/repaint/opacity-between-absolute-expected.png: Removed.
2008 * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt: Removed.
2009 * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png: Removed.
2010 * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt: Removed.
2011 * platform/efl/compositing/repaint/overflow-into-content-expected.png: Removed.
2012 * platform/efl/compositing/repaint/overflow-into-content-expected.txt: Removed.
2013 * platform/efl/compositing/repaint/same-size-invalidation-expected.png: Removed.
2014 * platform/efl/compositing/repaint/shrink-layer-expected.png: Removed.
2015 * platform/efl/compositing/repaint/transform-style-change-expected.png: Removed.
2016 * platform/efl/compositing/rtl: Removed.
2017 * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Removed.
2018 * platform/efl/compositing/rtl/rtl-overflow-scrolling-expected.txt: Removed.
2019 * platform/efl/compositing/scaling: Removed.
2020 * platform/efl/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
2021 * platform/efl/compositing/self-painting-layers-expected.png: Removed.
2022 * platform/efl/compositing/self-painting-layers-expected.txt: Removed.
2023 * platform/efl/compositing/shadows: Removed.
2024 * platform/efl/compositing/shadows/shadow-drawing-expected.txt: Removed.
2025 * platform/efl/compositing/sibling-positioning-expected.png: Removed.
2026 * platform/efl/compositing/sibling-positioning-expected.txt: Removed.
2027 * platform/efl/compositing/text-on-large-layer-expected.png: Removed.
2028 * platform/efl/compositing/text-on-large-layer-expected.txt: Removed.
2029 * platform/efl/compositing/tiling: Removed.
2030 * platform/efl/compositing/tiling/huge-layer-add-remove-child-expected.txt: Removed.
2031 * platform/efl/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed.
2032 * platform/efl/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
2033 * platform/efl/compositing/transitions: Removed.
2034 * platform/efl/compositing/transitions/scale-transition-no-start-expected.png: Removed.
2035 * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt: Removed.
2036 * platform/efl/compositing/transitions/singular-scale-transition-expected.png: Removed.
2037 * platform/efl/compositing/transitions/singular-scale-transition-expected.txt: Removed.
2038 * platform/efl/compositing/video: Removed.
2039 * platform/efl/compositing/video-page-visibility-expected.png: Removed.
2040 * platform/efl/compositing/video/video-background-color-expected.png: Removed.
2041 * platform/efl/compositing/video/video-background-color-expected.txt: Removed.
2042 * platform/efl/compositing/video/video-controls-layer-creation-expected.png: Removed.
2043 * platform/efl/compositing/visibility: Removed.
2044 * platform/efl/compositing/visibility/visibility-composited-expected.png: Removed.
2045 * platform/efl/compositing/visibility/visibility-composited-expected.txt: Removed.
2046 * platform/efl/compositing/visibility/visibility-composited-transforms-expected.png: Removed.
2047 * platform/efl/compositing/visibility/visibility-composited-transforms-expected.txt: Removed.
2048 * platform/efl/compositing/visibility/visibility-image-layers-expected.png: Removed.
2049 * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png: Removed.
2050 * platform/efl/compositing/webgl: Removed.
2051 * platform/efl/compositing/webgl/webgl-background-color-expected.png: Removed.
2052 * platform/efl/compositing/webgl/webgl-background-color-expected.txt: Removed.
2053 * platform/efl/compositing/webgl/webgl-no-alpha-expected.png: Removed.
2054 * platform/efl/compositing/webgl/webgl-no-alpha-expected.txt: Removed.
2055 * platform/efl/compositing/webgl/webgl-reflection-expected.png: Removed.
2056 * platform/efl/compositing/webgl/webgl-reflection-expected.txt: Removed.
2057 * platform/efl/css1: Removed.
2058 * platform/efl/css1/basic: Removed.
2059 * platform/efl/css1/basic/containment-expected.png: Removed.
2060 * platform/efl/css1/basic/containment-expected.txt: Removed.
2061 * platform/efl/css1/basic/contextual_selectors-expected.png: Removed.
2062 * platform/efl/css1/basic/contextual_selectors-expected.txt: Removed.
2063 * platform/efl/css1/basic/grouping-expected.png: Removed.
2064 * platform/efl/css1/basic/grouping-expected.txt: Removed.
2065 * platform/efl/css1/basic/id_as_selector-expected.png: Removed.
2066 * platform/efl/css1/basic/id_as_selector-expected.txt: Removed.
2067 * platform/efl/css1/basic/inheritance-expected.png: Removed.
2068 * platform/efl/css1/basic/inheritance-expected.txt: Removed.
2069 * platform/efl/css1/box_properties: Removed.
2070 * platform/efl/css1/box_properties/acid_test-expected.png: Removed.
2071 * platform/efl/css1/box_properties/acid_test-expected.txt: Removed.
2072 * platform/efl/css1/box_properties/border-expected.png: Removed.
2073 * platform/efl/css1/box_properties/border-expected.txt: Removed.
2074 * platform/efl/css1/box_properties/border_bottom-expected.png: Removed.
2075 * platform/efl/css1/box_properties/border_bottom-expected.txt: Removed.
2076 * platform/efl/css1/box_properties/border_bottom_inline-expected.png: Removed.
2077 * platform/efl/css1/box_properties/border_bottom_inline-expected.txt: Removed.
2078 * platform/efl/css1/box_properties/border_bottom_width-expected.png: Removed.
2079 * platform/efl/css1/box_properties/border_bottom_width-expected.txt: Removed.
2080 * platform/efl/css1/box_properties/border_bottom_width_inline-expected.png: Removed.
2081 * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt: Removed.
2082 * platform/efl/css1/box_properties/border_color-expected.png: Removed.
2083 * platform/efl/css1/box_properties/border_color-expected.txt: Removed.
2084 * platform/efl/css1/box_properties/border_color_inline-expected.png: Removed.
2085 * platform/efl/css1/box_properties/border_color_inline-expected.txt: Removed.
2086 * platform/efl/css1/box_properties/border_inline-expected.png: Removed.
2087 * platform/efl/css1/box_properties/border_inline-expected.txt: Removed.
2088 * platform/efl/css1/box_properties/border_left-expected.png: Removed.
2089 * platform/efl/css1/box_properties/border_left-expected.txt: Removed.
2090 * platform/efl/css1/box_properties/border_left_inline-expected.png: Removed.
2091 * platform/efl/css1/box_properties/border_left_inline-expected.txt: Removed.
2092 * platform/efl/css1/box_properties/border_left_width-expected.png: Removed.
2093 * platform/efl/css1/box_properties/border_left_width-expected.txt: Removed.
2094 * platform/efl/css1/box_properties/border_left_width_inline-expected.png: Removed.
2095 * platform/efl/css1/box_properties/border_left_width_inline-expected.txt: Removed.
2096 * platform/efl/css1/box_properties/border_right-expected.png: Removed.
2097 * platform/efl/css1/box_properties/border_right-expected.txt: Removed.
2098 * platform/efl/css1/box_properties/border_right_inline-expected.png: Removed.
2099 * platform/efl/css1/box_properties/border_right_inline-expected.txt: Removed.
2100 * platform/efl/css1/box_properties/border_right_width-expected.png: Removed.
2101 * platform/efl/css1/box_properties/border_right_width-expected.txt: Removed.
2102 * platform/efl/css1/box_properties/border_right_width_inline-expected.png: Removed.
2103 * platform/efl/css1/box_properties/border_right_width_inline-expected.txt: Removed.
2104 * platform/efl/css1/box_properties/border_style-expected.png: Removed.
2105 * platform/efl/css1/box_properties/border_style-expected.txt: Removed.
2106 * platform/efl/css1/box_properties/border_style_inline-expected.png: Removed.
2107 * platform/efl/css1/box_properties/border_style_inline-expected.txt: Removed.
2108 * platform/efl/css1/box_properties/border_top-expected.png: Removed.
2109 * platform/efl/css1/box_properties/border_top-expected.txt: Removed.
2110 * platform/efl/css1/box_properties/border_top_inline-expected.png: Removed.
2111 * platform/efl/css1/box_properties/border_top_inline-expected.txt: Removed.
2112 * platform/efl/css1/box_properties/border_top_width-expected.png: Removed.
2113 * platform/efl/css1/box_properties/border_top_width-expected.txt: Removed.
2114 * platform/efl/css1/box_properties/border_top_width_inline-expected.png: Removed.
2115 * platform/efl/css1/box_properties/border_top_width_inline-expected.txt: Removed.
2116 * platform/efl/css1/box_properties/border_width-expected.png: Removed.
2117 * platform/efl/css1/box_properties/border_width-expected.txt: Removed.
2118 * platform/efl/css1/box_properties/border_width_inline-expected.png: Removed.
2119 * platform/efl/css1/box_properties/border_width_inline-expected.txt: Removed.
2120 * platform/efl/css1/box_properties/clear-expected.png: Removed.
2121 * platform/efl/css1/box_properties/clear-expected.txt: Removed.
2122 * platform/efl/css1/box_properties/clear_float-expected.png: Removed.
2123 * platform/efl/css1/box_properties/clear_float-expected.txt: Removed.
2124 * platform/efl/css1/box_properties/float-expected.png: Removed.
2125 * platform/efl/css1/box_properties/float-expected.txt: Removed.
2126 * platform/efl/css1/box_properties/float_elements_in_series-expected.png: Removed.
2127 * platform/efl/css1/box_properties/float_elements_in_series-expected.txt: Removed.
2128 * platform/efl/css1/box_properties/float_margin-expected.png: Removed.
2129 * platform/efl/css1/box_properties/float_margin-expected.txt: Removed.
2130 * platform/efl/css1/box_properties/float_on_text_elements-expected.png: Removed.
2131 * platform/efl/css1/box_properties/float_on_text_elements-expected.txt: Removed.
2132 * platform/efl/css1/box_properties/height-expected.png: Removed.
2133 * platform/efl/css1/box_properties/height-expected.txt: Removed.
2134 * platform/efl/css1/box_properties/margin-expected.png: Removed.
2135 * platform/efl/css1/box_properties/margin-expected.txt: Removed.
2136 * platform/efl/css1/box_properties/margin_bottom-expected.png: Removed.
2137 * platform/efl/css1/box_properties/margin_bottom-expected.txt: Removed.
2138 * platform/efl/css1/box_properties/margin_bottom_inline-expected.png: Removed.
2139 * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt: Removed.
2140 * platform/efl/css1/box_properties/margin_inline-expected.png: Removed.
2141 * platform/efl/css1/box_properties/margin_inline-expected.txt: Removed.
2142 * platform/efl/css1/box_properties/margin_left-expected.png: Removed.
2143 * platform/efl/css1/box_properties/margin_left-expected.txt: Removed.
2144 * platform/efl/css1/box_properties/margin_left_inline-expected.png: Removed.
2145 * platform/efl/css1/box_properties/margin_left_inline-expected.txt: Removed.
2146 * platform/efl/css1/box_properties/margin_right-expected.png: Removed.
2147 * platform/efl/css1/box_properties/margin_right-expected.txt: Removed.
2148 * platform/efl/css1/box_properties/margin_right_inline-expected.png: Removed.
2149 * platform/efl/css1/box_properties/margin_right_inline-expected.txt: Removed.
2150 * platform/efl/css1/box_properties/margin_top-expected.png: Removed.
2151 * platform/efl/css1/box_properties/margin_top-expected.txt: Removed.
2152 * platform/efl/css1/box_properties/margin_top_inline-expected.png: Removed.
2153 * platform/efl/css1/box_properties/margin_top_inline-expected.txt: Removed.
2154 * platform/efl/css1/box_properties/padding-expected.png: Removed.
2155 * platform/efl/css1/box_properties/padding-expected.txt: Removed.
2156 * platform/efl/css1/box_properties/padding_bottom-expected.png: Removed.
2157 * platform/efl/css1/box_properties/padding_bottom-expected.txt: Removed.
2158 * platform/efl/css1/box_properties/padding_bottom_inline-expected.png: Removed.
2159 * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt: Removed.
2160 * platform/efl/css1/box_properties/padding_inline-expected.png: Removed.
2161 * platform/efl/css1/box_properties/padding_inline-expected.txt: Removed.
2162 * platform/efl/css1/box_properties/padding_left-expected.png: Removed.
2163 * platform/efl/css1/box_properties/padding_left-expected.txt: Removed.
2164 * platform/efl/css1/box_properties/padding_left_inline-expected.png: Removed.
2165 * platform/efl/css1/box_properties/padding_left_inline-expected.txt: Removed.
2166 * platform/efl/css1/box_properties/padding_right-expected.png: Removed.
2167 * platform/efl/css1/box_properties/padding_right-expected.txt: Removed.
2168 * platform/efl/css1/box_properties/padding_right_inline-expected.png: Removed.
2169 * platform/efl/css1/box_properties/padding_right_inline-expected.txt: Removed.
2170 * platform/efl/css1/box_properties/padding_top-expected.png: Removed.
2171 * platform/efl/css1/box_properties/padding_top-expected.txt: Removed.
2172 * platform/efl/css1/box_properties/padding_top_inline-expected.png: Removed.
2173 * platform/efl/css1/box_properties/padding_top_inline-expected.txt: Removed.
2174 * platform/efl/css1/box_properties/width-expected.png: Removed.
2175 * platform/efl/css1/box_properties/width-expected.txt: Removed.
2176 * platform/efl/css1/cascade: Removed.
2177 * platform/efl/css1/cascade/cascade_order-expected.png: Removed.
2178 * platform/efl/css1/cascade/cascade_order-expected.txt: Removed.
2179 * platform/efl/css1/cascade/important-expected.png: Removed.
2180 * platform/efl/css1/cascade/important-expected.txt: Removed.
2181 * platform/efl/css1/classification: Removed.
2182 * platform/efl/css1/classification/display-expected.png: Removed.
2183 * platform/efl/css1/classification/display-expected.txt: Removed.
2184 * platform/efl/css1/classification/list_style-expected.png: Removed.
2185 * platform/efl/css1/classification/list_style-expected.txt: Removed.
2186 * platform/efl/css1/classification/list_style_image-expected.png: Removed.
2187 * platform/efl/css1/classification/list_style_image-expected.txt: Removed.
2188 * platform/efl/css1/classification/list_style_position-expected.png: Removed.
2189 * platform/efl/css1/classification/list_style_position-expected.txt: Removed.
2190 * platform/efl/css1/classification/list_style_type-expected.png: Removed.
2191 * platform/efl/css1/classification/list_style_type-expected.txt: Removed.
2192 * platform/efl/css1/classification/white_space-expected.png: Removed.
2193 * platform/efl/css1/classification/white_space-expected.txt: Removed.
2194 * platform/efl/css1/color_and_background: Removed.
2195 * platform/efl/css1/color_and_background/background-expected.png: Removed.
2196 * platform/efl/css1/color_and_background/background-expected.txt: Removed.
2197 * platform/efl/css1/color_and_background/background_attachment-expected.png: Removed.
2198 * platform/efl/css1/color_and_background/background_attachment-expected.txt: Removed.
2199 * platform/efl/css1/color_and_background/background_color-expected.png: Removed.
2200 * platform/efl/css1/color_and_background/background_color-expected.txt: Removed.
2201 * platform/efl/css1/color_and_background/background_image-expected.png: Removed.
2202 * platform/efl/css1/color_and_background/background_image-expected.txt: Removed.
2203 * platform/efl/css1/color_and_background/background_position-expected.png: Removed.
2204 * platform/efl/css1/color_and_background/background_position-expected.txt: Removed.
2205 * platform/efl/css1/color_and_background/background_repeat-expected.png: Removed.
2206 * platform/efl/css1/color_and_background/background_repeat-expected.txt: Removed.
2207 * platform/efl/css1/color_and_background/color-expected.png: Removed.
2208 * platform/efl/css1/color_and_background/color-expected.txt: Removed.
2209 * platform/efl/css1/conformance: Removed.
2210 * platform/efl/css1/conformance/forward_compatible_parsing-expected.png: Removed.
2211 * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt: Removed.
2212 * platform/efl/css1/font_properties: Removed.
2213 * platform/efl/css1/font_properties/font-expected.png: Removed.
2214 * platform/efl/css1/font_properties/font-expected.txt: Removed.
2215 * platform/efl/css1/font_properties/font_family-expected.png: Removed.
2216 * platform/efl/css1/font_properties/font_family-expected.txt: Removed.
2217 * platform/efl/css1/font_properties/font_size-expected.png: Removed.
2218 * platform/efl/css1/font_properties/font_size-expected.txt: Removed.
2219 * platform/efl/css1/font_properties/font_style-expected.png: Removed.
2220 * platform/efl/css1/font_properties/font_style-expected.txt: Removed.
2221 * platform/efl/css1/font_properties/font_variant-expected.png: Removed.
2222 * platform/efl/css1/font_properties/font_variant-expected.txt: Removed.
2223 * platform/efl/css1/font_properties/font_weight-expected.png: Removed.
2224 * platform/efl/css1/font_properties/font_weight-expected.txt: Removed.
2225 * platform/efl/css1/formatting_model: Removed.
2226 * platform/efl/css1/formatting_model/canvas-expected.png: Removed.
2227 * platform/efl/css1/formatting_model/canvas-expected.txt: Removed.
2228 * platform/efl/css1/formatting_model/floating_elements-expected.png: Removed.
2229 * platform/efl/css1/formatting_model/floating_elements-expected.txt: Removed.
2230 * platform/efl/css1/formatting_model/height_of_lines-expected.png: Removed.
2231 * platform/efl/css1/formatting_model/height_of_lines-expected.txt: Removed.
2232 * platform/efl/css1/formatting_model/horizontal_formatting-expected.png: Removed.
2233 * platform/efl/css1/formatting_model/horizontal_formatting-expected.txt: Removed.
2234 * platform/efl/css1/formatting_model/inline_elements-expected.png: Removed.
2235 * platform/efl/css1/formatting_model/inline_elements-expected.txt: Removed.
2236 * platform/efl/css1/formatting_model/replaced_elements-expected.png: Removed.
2237 * platform/efl/css1/formatting_model/replaced_elements-expected.txt: Removed.
2238 * platform/efl/css1/formatting_model/vertical_formatting-expected.png: Removed.
2239 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt: Removed.
2240 * platform/efl/css1/pseudo: Removed.
2241 * platform/efl/css1/pseudo/anchor-expected.png: Removed.
2242 * platform/efl/css1/pseudo/anchor-expected.txt: Removed.
2243 * platform/efl/css1/pseudo/firstletter-expected.png: Removed.
2244 * platform/efl/css1/pseudo/firstletter-expected.txt: Removed.
2245 * platform/efl/css1/pseudo/firstline-expected.png: Removed.
2246 * platform/efl/css1/pseudo/firstline-expected.txt: Removed.
2247 * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.png: Removed.
2248 * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt: Removed.
2249 * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.png: Removed.
2250 * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt: Removed.
2251 * platform/efl/css1/text_properties: Removed.
2252 * platform/efl/css1/text_properties/letter_spacing-expected.png: Removed.
2253 * platform/efl/css1/text_properties/letter_spacing-expected.txt: Removed.
2254 * platform/efl/css1/text_properties/line_height-expected.png: Removed.
2255 * platform/efl/css1/text_properties/line_height-expected.txt: Removed.
2256 * platform/efl/css1/text_properties/text_align-expected.png: Removed.
2257 * platform/efl/css1/text_properties/text_align-expected.txt: Removed.
2258 * platform/efl/css1/text_properties/text_decoration-expected.png: Removed.
2259 * platform/efl/css1/text_properties/text_decoration-expected.txt: Removed.
2260 * platform/efl/css1/text_properties/text_indent-expected.png: Removed.
2261 * platform/efl/css1/text_properties/text_indent-expected.txt: Removed.
2262 * platform/efl/css1/text_properties/text_transform-expected.png: Removed.
2263 * platform/efl/css1/text_properties/text_transform-expected.txt: Removed.
2264 * platform/efl/css1/text_properties/vertical_align-expected.png: Removed.
2265 * platform/efl/css1/text_properties/vertical_align-expected.txt: Removed.
2266 * platform/efl/css1/text_properties/word_spacing-expected.png: Removed.
2267 * platform/efl/css1/text_properties/word_spacing-expected.txt: Removed.
2268 * platform/efl/css1/units: Removed.
2269 * platform/efl/css1/units/color_units-expected.png: Removed.
2270 * platform/efl/css1/units/color_units-expected.txt: Removed.
2271 * platform/efl/css1/units/length_units-expected.png: Removed.
2272 * platform/efl/css1/units/length_units-expected.txt: Removed.
2273 * platform/efl/css1/units/percentage_units-expected.png: Removed.
2274 * platform/efl/css1/units/percentage_units-expected.txt: Removed.
2275 * platform/efl/css1/units/urls-expected.png: Removed.
2276 * platform/efl/css1/units/urls-expected.txt: Removed.
2277 * platform/efl/css2.1: Removed.
2278 * platform/efl/css2.1/20110323: Removed.
2279 * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Removed.
2280 * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Removed.
2281 * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Removed.
2282 * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Removed.
2283 * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Removed.
2284 * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Removed.
2285 * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Removed.
2286 * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Removed.
2287 * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Removed.
2288 * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Removed.
2289 * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Removed.
2290 * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Removed.
2291 * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Removed.
2292 * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Removed.
2293 * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Removed.
2294 * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Removed.
2295 * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Removed.
2296 * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Removed.
2297 * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Removed.
2298 * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Removed.
2299 * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Removed.
2300 * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Removed.
2301 * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Removed.
2302 * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Removed.
2303 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Removed.
2304 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Removed.
2305 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Removed.
2306 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Removed.
2307 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Removed.
2308 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Removed.
2309 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Removed.
2310 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Removed.
2311 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Removed.
2312 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Removed.
2313 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Removed.
2314 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Removed.
2315 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Removed.
2316 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Removed.
2317 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Removed.
2318 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Removed.
2319 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Removed.
2320 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Removed.
2321 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Removed.
2322 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Removed.
2323 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Removed.
2324 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Removed.
2325 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Removed.
2326 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Removed.
2327 * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Removed.
2328 * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Removed.
2329 * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Removed.
2330 * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Removed.
2331 * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Removed.
2332 * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Removed.
2333 * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Removed.
2334 * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Removed.
2335 * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Removed.
2336 * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Removed.
2337 * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Removed.
2338 * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Removed.
2339 * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Removed.
2340 * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Removed.
2341 * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Removed.
2342 * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Removed.
2343 * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Removed.
2344 * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Removed.
2345 * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Removed.
2346 * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Removed.
2347 * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Removed.
2348 * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Removed.
2349 * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Removed.
2350 * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Removed.
2351 * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Removed.
2352 * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Removed.
2353 * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Removed.
2354 * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Removed.
2355 * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Removed.
2356 * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Removed.
2357 * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Removed.
2358 * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Removed.
2359 * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Removed.
2360 * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Removed.
2361 * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Removed.
2362 * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Removed.
2363 * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Removed.
2364 * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Removed.
2365 * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Removed.
2366 * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Removed.
2367 * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Removed.
2368 * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Removed.
2369 * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Removed.
2370 * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Removed.
2371 * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Removed.
2372 * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Removed.
2373 * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Removed.
2374 * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Removed.
2375 * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.png: Removed.
2376 * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.txt: Removed.
2377 * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.png: Removed.
2378 * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.txt: Removed.
2379 * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.png: Removed.
2380 * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.txt: Removed.
2381 * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.png: Removed.
2382 * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.txt: Removed.
2383 * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.png: Removed.
2384 * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt: Removed.
2385 * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.png: Removed.
2386 * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt: Removed.
2387 * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.png: Removed.
2388 * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.txt: Removed.
2389 * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.png: Removed.
2390 * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.txt: Removed.
2391 * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.png: Removed.
2392 * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.txt: Removed.
2393 * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.png: Removed.
2394 * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt: Removed.
2395 * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.png: Removed.
2396 * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt: Removed.
2397 * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.png: Removed.
2398 * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt: Removed.
2399 * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.png: Removed.
2400 * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.txt: Removed.
2401 * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.png: Removed.
2402 * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.txt: Removed.
2403 * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.png: Removed.
2404 * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt: Removed.
2405 * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.png: Removed.
2406 * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt: Removed.
2407 * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.png: Removed.
2408 * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt: Removed.
2409 * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.png: Removed.
2410 * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.txt: Removed.
2411 * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.png: Removed.
2412 * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.txt: Removed.
2413 * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.png: Removed.
2414 * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.txt: Removed.
2415 * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.png: Removed.
2416 * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt: Removed.
2417 * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.png: Removed.
2418 * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt: Removed.
2419 * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.png: Removed.
2420 * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt: Removed.
2421 * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.png: Removed.
2422 * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.txt: Removed.
2423 * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.png: Removed.
2424 * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.txt: Removed.
2425 * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.png: Removed.
2426 * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.txt: Removed.
2427 * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.png: Removed.
2428 * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt: Removed.
2429 * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.png: Removed.
2430 * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt: Removed.
2431 * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.png: Removed.
2432 * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt: Removed.
2433 * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.txt: Removed.
2434 * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.png: Removed.
2435 * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.txt: Removed.
2436 * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.png: Removed.
2437 * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.txt: Removed.
2438 * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.png: Removed.
2439 * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.txt: Removed.
2440 * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.png: Removed.
2441 * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.txt: Removed.
2442 * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.png: Removed.
2443 * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.txt: Removed.
2444 * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.png: Removed.
2445 * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.txt: Removed.
2446 * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.png: Removed.
2447 * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.txt: Removed.
2448 * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.png: Removed.
2449 * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.txt: Removed.
2450 * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.png: Removed.
2451 * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.txt: Removed.
2452 * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.png: Removed.
2453 * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.txt: Removed.
2454 * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.png: Removed.
2455 * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.txt: Removed.
2456 * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.png: Removed.
2457 * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.txt: Removed.
2458 * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.png: Removed.
2459 * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.txt: Removed.
2460 * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.png: Removed.
2461 * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.txt: Removed.
2462 * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.png: Removed.
2463 * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.txt: Removed.
2464 * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.png: Removed.
2465 * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.txt: Removed.
2466 * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.png: Removed.
2467 * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.txt: Removed.
2468 * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.png: Removed.
2469 * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.txt: Removed.
2470 * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.png: Removed.
2471 * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.txt: Removed.
2472 * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.png: Removed.
2473 * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.txt: Removed.
2474 * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.png: Removed.
2475 * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.txt: Removed.
2476 * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.png: Removed.
2477 * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.txt: Removed.
2478 * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
2479 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
2480 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
2481 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed.
2482 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2483 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
2484 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
2485 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2486 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
2487 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
2488 * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png: Removed.
2489 * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt: Removed.
2490 * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png: Removed.
2491 * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt: Removed.
2492 * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png: Removed.
2493 * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt: Removed.
2494 * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png: Removed.
2495 * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt: Removed.
2496 * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png: Removed.
2497 * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt: Removed.
2498 * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png: Removed.
2499 * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt: Removed.
2500 * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png: Removed.
2501 * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt: Removed.
2502 * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png: Removed.
2503 * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt: Removed.
2504 * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png: Removed.
2505 * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt: Removed.
2506 * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.png: Removed.
2507 * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.txt: Removed.
2508 * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.png: Removed.
2509 * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.txt: Removed.
2510 * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.png: Removed.
2511 * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.txt: Removed.
2512 * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.png: Removed.
2513 * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.txt: Removed.
2514 * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.png: Removed.
2515 * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.txt: Removed.
2516 * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.png: Removed.
2517 * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.txt: Removed.
2518 * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.png: Removed.
2519 * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.txt: Removed.
2520 * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.png: Removed.
2521 * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.txt: Removed.
2522 * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.png: Removed.
2523 * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.txt: Removed.
2524 * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.png: Removed.
2525 * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.txt: Removed.
2526 * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.txt: Removed.
2527 * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.png: Removed.
2528 * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.txt: Removed.
2529 * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.txt: Removed.
2530 * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.png: Removed.
2531 * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.txt: Removed.
2532 * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.png: Removed.
2533 * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.txt: Removed.
2534 * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.png: Removed.
2535 * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.txt: Removed.
2536 * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.png: Removed.
2537 * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.txt: Removed.
2538 * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.png: Removed.
2539 * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.txt: Removed.
2540 * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.png: Removed.
2541 * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.txt: Removed.
2542 * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.png: Removed.
2543 * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.txt: Removed.
2544 * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.png: Removed.
2545 * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.txt: Removed.
2546 * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.png: Removed.
2547 * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.txt: Removed.
2548 * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.png: Removed.
2549 * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.txt: Removed.
2550 * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.png: Removed.
2551 * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.txt: Removed.
2552 * platform/efl/css2.1/20110323/block-replaced-height-001-expected.png: Removed.
2553 * platform/efl/css2.1/20110323/block-replaced-height-001-expected.txt: Removed.
2554 * platform/efl/css2.1/20110323/block-replaced-height-002-expected.png: Removed.
2555 * platform/efl/css2.1/20110323/block-replaced-height-002-expected.txt: Removed.
2556 * platform/efl/css2.1/20110323/block-replaced-height-003-expected.png: Removed.
2557 * platform/efl/css2.1/20110323/block-replaced-height-003-expected.txt: Removed.
2558 * platform/efl/css2.1/20110323/block-replaced-height-004-expected.png: Removed.
2559 * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt: Removed.
2560 * platform/efl/css2.1/20110323/block-replaced-height-005-expected.png: Removed.
2561 * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt: Removed.
2562 * platform/efl/css2.1/20110323/block-replaced-height-007-expected.png: Removed.
2563 * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt: Removed.
2564 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
2565 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
2566 * platform/efl/css2.1/20110323/block-replaced-width-006-expected.png: Removed.
2567 * platform/efl/css2.1/20110323/block-replaced-width-006-expected.txt: Removed.
2568 * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png: Removed.
2569 * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed.
2570 * platform/efl/css2.1/20110323/border-conflict-style-079-expected.png: Removed.
2571 * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt: Removed.
2572 * platform/efl/css2.1/20110323/border-conflict-style-088-expected.png: Removed.
2573 * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt: Removed.
2574 * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png: Removed.
2575 * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Removed.
2576 * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png: Removed.
2577 * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.txt: Removed.
2578 * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png: Removed.
2579 * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt: Removed.
2580 * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png: Removed.
2581 * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt: Removed.
2582 * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png: Removed.
2583 * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt: Removed.
2584 * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png: Removed.
2585 * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt: Removed.
2586 * platform/efl/css2.1/20110323/empty-inline-001-expected.txt: Removed.
2587 * platform/efl/css2.1/20110323/empty-inline-002-expected.png: Removed.
2588 * platform/efl/css2.1/20110323/empty-inline-002-expected.txt: Removed.
2589 * platform/efl/css2.1/20110323/empty-inline-003-expected.png: Removed.
2590 * platform/efl/css2.1/20110323/empty-inline-003-expected.txt: Removed.
2591 * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.png: Removed.
2592 * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.txt: Removed.
2593 * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.png: Removed.
2594 * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.txt: Removed.
2595 * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.png: Removed.
2596 * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.txt: Removed.
2597 * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.png: Removed.
2598 * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.txt: Removed.
2599 * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.png: Removed.
2600 * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.txt: Removed.
2601 * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.png: Removed.
2602 * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.txt: Removed.
2603 * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.png: Removed.
2604 * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.txt: Removed.
2605 * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.png: Removed.
2606 * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.txt: Removed.
2607 * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.png: Removed.
2608 * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.txt: Removed.
2609 * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.png: Removed.
2610 * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.txt: Removed.
2611 * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.png: Removed.
2612 * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.txt: Removed.
2613 * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.png: Removed.
2614 * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.txt: Removed.
2615 * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.png: Removed.
2616 * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.txt: Removed.
2617 * platform/efl/css2.1/20110323/float-replaced-height-001-expected.png: Removed.
2618 * platform/efl/css2.1/20110323/float-replaced-height-001-expected.txt: Removed.
2619 * platform/efl/css2.1/20110323/float-replaced-height-002-expected.png: Removed.
2620 * platform/efl/css2.1/20110323/float-replaced-height-002-expected.txt: Removed.
2621 * platform/efl/css2.1/20110323/float-replaced-height-003-expected.png: Removed.
2622 * platform/efl/css2.1/20110323/float-replaced-height-003-expected.txt: Removed.
2623 * platform/efl/css2.1/20110323/float-replaced-height-004-expected.png: Removed.
2624 * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt: Removed.
2625 * platform/efl/css2.1/20110323/float-replaced-height-005-expected.png: Removed.
2626 * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt: Removed.
2627 * platform/efl/css2.1/20110323/float-replaced-height-007-expected.png: Removed.
2628 * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt: Removed.
2629 * platform/efl/css2.1/20110323/float-replaced-width-001-expected.png: Removed.
2630 * platform/efl/css2.1/20110323/float-replaced-width-001-expected.txt: Removed.
2631 * platform/efl/css2.1/20110323/float-replaced-width-002-expected.png: Removed.
2632 * platform/efl/css2.1/20110323/float-replaced-width-002-expected.txt: Removed.
2633 * platform/efl/css2.1/20110323/float-replaced-width-003-expected.png: Removed.
2634 * platform/efl/css2.1/20110323/float-replaced-width-003-expected.txt: Removed.
2635 * platform/efl/css2.1/20110323/float-replaced-width-004-expected.png: Removed.
2636 * platform/efl/css2.1/20110323/float-replaced-width-004-expected.txt: Removed.
2637 * platform/efl/css2.1/20110323/float-replaced-width-005-expected.png: Removed.
2638 * platform/efl/css2.1/20110323/float-replaced-width-005-expected.txt: Removed.
2639 * platform/efl/css2.1/20110323/float-replaced-width-006-expected.png: Removed.
2640 * platform/efl/css2.1/20110323/float-replaced-width-006-expected.txt: Removed.
2641 * platform/efl/css2.1/20110323/float-replaced-width-011-expected.png: Removed.
2642 * platform/efl/css2.1/20110323/float-replaced-width-011-expected.txt: Removed.
2643 * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.png: Removed.
2644 * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.txt: Removed.
2645 * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.png: Removed.
2646 * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.txt: Removed.
2647 * platform/efl/css2.1/20110323/height-width-table-001-expected.png: Removed.
2648 * platform/efl/css2.1/20110323/height-width-table-001-expected.txt: Removed.
2649 * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Removed.
2650 * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Removed.
2651 * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Removed.
2652 * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Removed.
2653 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Removed.
2654 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Removed.
2655 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Removed.
2656 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Removed.
2657 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Removed.
2658 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Removed.
2659 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Removed.
2660 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Removed.
2661 * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.png: Removed.
2662 * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Removed.
2663 * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.png: Removed.
2664 * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Removed.
2665 * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.png: Removed.
2666 * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Removed.
2667 * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.png: Removed.
2668 * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Removed.
2669 * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.png: Removed.
2670 * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Removed.
2671 * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.png: Removed.
2672 * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Removed.
2673 * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.png: Removed.
2674 * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.txt: Removed.
2675 * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.png: Removed.
2676 * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Removed.
2677 * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.png: Removed.
2678 * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Removed.
2679 * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.png: Removed.
2680 * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Removed.
2681 * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.png: Removed.
2682 * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Removed.
2683 * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.png: Removed.
2684 * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Removed.
2685 * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.png: Removed.
2686 * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Removed.
2687 * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.png: Removed.
2688 * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.txt: Removed.
2689 * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.png: Removed.
2690 * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.txt: Removed.
2691 * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.png: Removed.
2692 * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.txt: Removed.
2693 * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.png: Removed.
2694 * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt: Removed.
2695 * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.png: Removed.
2696 * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt: Removed.
2697 * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.png: Removed.
2698 * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt: Removed.
2699 * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.png: Removed.
2700 * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.txt: Removed.
2701 * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.png: Removed.
2702 * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.txt: Removed.
2703 * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.png: Removed.
2704 * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.txt: Removed.
2705 * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.png: Removed.
2706 * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.txt: Removed.
2707 * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.png: Removed.
2708 * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.txt: Removed.
2709 * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.png: Removed.
2710 * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.txt: Removed.
2711 * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.png: Removed.
2712 * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.txt: Removed.
2713 * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.png: Removed.
2714 * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.txt: Removed.
2715 * platform/efl/css2.1/20110323/inline-table-001-expected.png: Removed.
2716 * platform/efl/css2.1/20110323/inline-table-001-expected.txt: Removed.
2717 * platform/efl/css2.1/20110323/inline-table-002a-expected.png: Removed.
2718 * platform/efl/css2.1/20110323/inline-table-002a-expected.txt: Removed.
2719 * platform/efl/css2.1/20110323/inline-table-003-expected.png: Removed.
2720 * platform/efl/css2.1/20110323/inline-table-003-expected.txt: Removed.
2721 * platform/efl/css2.1/20110323/margin-applies-to-001-expected.png: Removed.
2722 * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt: Removed.
2723 * platform/efl/css2.1/20110323/margin-applies-to-002-expected.png: Removed.
2724 * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt: Removed.
2725 * platform/efl/css2.1/20110323/margin-applies-to-003-expected.png: Removed.
2726 * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt: Removed.
2727 * platform/efl/css2.1/20110323/margin-applies-to-004-expected.png: Removed.
2728 * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt: Removed.
2729 * platform/efl/css2.1/20110323/margin-applies-to-005-expected.png: Removed.
2730 * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt: Removed.
2731 * platform/efl/css2.1/20110323/margin-applies-to-006-expected.png: Removed.
2732 * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt: Removed.
2733 * platform/efl/css2.1/20110323/margin-applies-to-007-expected.png: Removed.
2734 * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt: Removed.
2735 * platform/efl/css2.1/20110323/margin-applies-to-008-expected.png: Removed.
2736 * platform/efl/css2.1/20110323/margin-applies-to-008-expected.txt: Removed.
2737 * platform/efl/css2.1/20110323/margin-applies-to-009-expected.png: Removed.
2738 * platform/efl/css2.1/20110323/margin-applies-to-009-expected.txt: Removed.
2739 * platform/efl/css2.1/20110323/margin-applies-to-010-expected.png: Removed.
2740 * platform/efl/css2.1/20110323/margin-applies-to-010-expected.txt: Removed.
2741 * platform/efl/css2.1/20110323/margin-applies-to-012-expected.png: Removed.
2742 * platform/efl/css2.1/20110323/margin-applies-to-012-expected.txt: Removed.
2743 * platform/efl/css2.1/20110323/margin-applies-to-013-expected.png: Removed.
2744 * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt: Removed.
2745 * platform/efl/css2.1/20110323/margin-applies-to-014-expected.png: Removed.
2746 * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt: Removed.
2747 * platform/efl/css2.1/20110323/margin-applies-to-015-expected.png: Removed.
2748 * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt: Removed.
2749 * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png: Removed.
2750 * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt: Removed.
2751 * platform/efl/css2.1/20110323/replaced-elements-001-expected.png: Removed.
2752 * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt: Removed.
2753 * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.png: Removed.
2754 * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.txt: Removed.
2755 * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.png: Removed.
2756 * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.txt: Removed.
2757 * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.png: Removed.
2758 * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.txt: Removed.
2759 * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.png: Removed.
2760 * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.txt: Removed.
2761 * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Removed.
2762 * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Removed.
2763 * platform/efl/css2.1/20110323/replaced-min-max-001-expected.png: Removed.
2764 * platform/efl/css2.1/20110323/replaced-min-max-001-expected.txt: Removed.
2765 * platform/efl/css2.1/20110323/table-caption-001-expected.png: Removed.
2766 * platform/efl/css2.1/20110323/table-caption-001-expected.txt: Removed.
2767 * platform/efl/css2.1/20110323/table-caption-002-expected.png: Removed.
2768 * platform/efl/css2.1/20110323/table-caption-002-expected.txt: Removed.
2769 * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Removed.
2770 * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Removed.
2771 * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png: Removed.
2772 * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt: Removed.
2773 * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png: Removed.
2774 * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt: Removed.
2775 * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png: Removed.
2776 * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt: Removed.
2777 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png: Removed.
2778 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt: Removed.
2779 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png: Removed.
2780 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt: Removed.
2781 * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.png: Removed.
2782 * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Removed.
2783 * platform/efl/css2.1/20110323/width-replaced-element-001-expected.png: Removed.
2784 * platform/efl/css2.1/20110323/width-replaced-element-001-expected.txt: Removed.
2785 * platform/efl/css2.1/t010403-shand-border-00-c-expected.png: Removed.
2786 * platform/efl/css2.1/t010403-shand-border-00-c-expected.txt: Removed.
2787 * platform/efl/css2.1/t010403-shand-font-00-b-expected.png: Removed.
2788 * platform/efl/css2.1/t010403-shand-font-00-b-expected.txt: Removed.
2789 * platform/efl/css2.1/t010403-shand-font-01-b-expected.png: Removed.
2790 * platform/efl/css2.1/t010403-shand-font-01-b-expected.txt: Removed.
2791 * platform/efl/css2.1/t010403-shand-font-02-b-expected.png: Removed.
2792 * platform/efl/css2.1/t010403-shand-font-02-b-expected.txt: Removed.
2793 * platform/efl/css2.1/t010403-shand-font-03-b-expected.png: Removed.
2794 * platform/efl/css2.1/t010403-shand-font-03-b-expected.txt: Removed.
2795 * platform/efl/css2.1/t040102-keywords-00-b-expected.png: Removed.
2796 * platform/efl/css2.1/t040102-keywords-00-b-expected.txt: Removed.
2797 * platform/efl/css2.1/t040102-keywords-01-b-expected.png: Removed.
2798 * platform/efl/css2.1/t040102-keywords-01-b-expected.txt: Removed.
2799 * platform/efl/css2.1/t040103-case-00-b-expected.png: Removed.
2800 * platform/efl/css2.1/t040103-case-00-b-expected.txt: Removed.
2801 * platform/efl/css2.1/t040103-case-01-c-expected.png: Removed.
2802 * platform/efl/css2.1/t040103-case-01-c-expected.txt: Removed.
2803 * platform/efl/css2.1/t040103-escapes-00-b-expected.png: Removed.
2804 * platform/efl/css2.1/t040103-escapes-00-b-expected.txt: Removed.
2805 * platform/efl/css2.1/t040103-escapes-01-b-expected.png: Removed.
2806 * platform/efl/css2.1/t040103-escapes-01-b-expected.txt: Removed.
2807 * platform/efl/css2.1/t040103-escapes-02-d-expected.png: Removed.
2808 * platform/efl/css2.1/t040103-escapes-02-d-expected.txt: Removed.
2809 * platform/efl/css2.1/t040103-escapes-03-b-expected.png: Removed.
2810 * platform/efl/css2.1/t040103-escapes-03-b-expected.txt: Removed.
2811 * platform/efl/css2.1/t040103-escapes-04-b-expected.png: Removed.
2812 * platform/efl/css2.1/t040103-escapes-04-b-expected.txt: Removed.
2813 * platform/efl/css2.1/t040103-escapes-05-c-expected.png: Removed.
2814 * platform/efl/css2.1/t040103-escapes-05-c-expected.txt: Removed.
2815 * platform/efl/css2.1/t040103-escapes-06-b-expected.png: Removed.
2816 * platform/efl/css2.1/t040103-escapes-06-b-expected.txt: Removed.
2817 * platform/efl/css2.1/t040103-escapes-07-b-expected.png: Removed.
2818 * platform/efl/css2.1/t040103-escapes-07-b-expected.txt: Removed.
2819 * platform/efl/css2.1/t040103-escapes-08-b-expected.png: Removed.
2820 * platform/efl/css2.1/t040103-escapes-08-b-expected.txt: Removed.
2821 * platform/efl/css2.1/t040103-ident-00-c-expected.png: Removed.
2822 * platform/efl/css2.1/t040103-ident-00-c-expected.txt: Removed.
2823 * platform/efl/css2.1/t040103-ident-01-c-expected.png: Removed.
2824 * platform/efl/css2.1/t040103-ident-01-c-expected.txt: Removed.
2825 * platform/efl/css2.1/t040103-ident-02-c-expected.png: Removed.
2826 * platform/efl/css2.1/t040103-ident-02-c-expected.txt: Removed.
2827 * platform/efl/css2.1/t040103-ident-03-c-expected.png: Removed.
2828 * platform/efl/css2.1/t040103-ident-03-c-expected.txt: Removed.
2829 * platform/efl/css2.1/t040103-ident-04-c-expected.png: Removed.
2830 * platform/efl/css2.1/t040103-ident-04-c-expected.txt: Removed.
2831 * platform/efl/css2.1/t040103-ident-05-c-expected.png: Removed.
2832 * platform/efl/css2.1/t040103-ident-05-c-expected.txt: Removed.
2833 * platform/efl/css2.1/t040103-ident-06-c-expected.png: Removed.
2834 * platform/efl/css2.1/t040103-ident-06-c-expected.txt: Removed.
2835 * platform/efl/css2.1/t040103-ident-07-c-expected.png: Removed.
2836 * platform/efl/css2.1/t040103-ident-07-c-expected.txt: Removed.
2837 * platform/efl/css2.1/t040103-ident-08-c-expected.png: Removed.
2838 * platform/efl/css2.1/t040103-ident-08-c-expected.txt: Removed.
2839 * platform/efl/css2.1/t040103-ident-09-c-expected.png: Removed.
2840 * platform/efl/css2.1/t040103-ident-09-c-expected.txt: Removed.
2841 * platform/efl/css2.1/t040103-ident-10-c-expected.png: Removed.
2842 * platform/efl/css2.1/t040103-ident-10-c-expected.txt: Removed.
2843 * platform/efl/css2.1/t040103-ident-11-c-expected.png: Removed.
2844 * platform/efl/css2.1/t040103-ident-11-c-expected.txt: Removed.
2845 * platform/efl/css2.1/t040103-ident-12-c-expected.png: Removed.
2846 * platform/efl/css2.1/t040103-ident-12-c-expected.txt: Removed.
2847 * platform/efl/css2.1/t040103-ident-13-c-expected.png: Removed.
2848 * platform/efl/css2.1/t040103-ident-13-c-expected.txt: Removed.
2849 * platform/efl/css2.1/t040105-atkeyw-00-b-expected.txt: Removed.
2850 * platform/efl/css2.1/t040105-atkeyw-01-b-expected.txt: Removed.
2851 * platform/efl/css2.1/t040105-atkeyw-02-b-expected.txt: Removed.
2852 * platform/efl/css2.1/t040105-atrule-00-b-expected.txt: Removed.
2853 * platform/efl/css2.1/t040105-atrule-01-b-expected.txt: Removed.
2854 * platform/efl/css2.1/t040105-atrule-02-b-expected.txt: Removed.
2855 * platform/efl/css2.1/t040105-atrule-03-b-expected.txt: Removed.
2856 * platform/efl/css2.1/t040105-atrule-04-b-expected.txt: Removed.
2857 * platform/efl/css2.1/t040105-import-00-b-expected.txt: Removed.
2858 * platform/efl/css2.1/t040105-import-01-b-expected.txt: Removed.
2859 * platform/efl/css2.1/t040105-import-10-b-expected.txt: Removed.
2860 * platform/efl/css2.1/t040109-c17-comments-00-b-expected.png: Removed.
2861 * platform/efl/css2.1/t040109-c17-comments-00-b-expected.txt: Removed.
2862 * platform/efl/css2.1/t040109-c17-comments-01-b-expected.png: Removed.
2863 * platform/efl/css2.1/t040109-c17-comments-01-b-expected.txt: Removed.
2864 * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Removed.
2865 * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Removed.
2866 * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Removed.
2867 * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt: Removed.
2868 * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Removed.
2869 * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Removed.
2870 * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Removed.
2871 * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Removed.
2872 * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Removed.
2873 * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Removed.
2874 * platform/efl/css2.1/t0402-syntax-01-f-expected.txt: Removed.
2875 * platform/efl/css2.1/t0402-syntax-02-f-expected.txt: Removed.
2876 * platform/efl/css2.1/t0402-syntax-03-f-expected.txt: Removed.
2877 * platform/efl/css2.1/t0402-syntax-04-f-expected.txt: Removed.
2878 * platform/efl/css2.1/t0402-syntax-05-f-expected.txt: Removed.
2879 * platform/efl/css2.1/t0402-syntax-06-f-expected.txt: Removed.
2880 * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Removed.
2881 * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Removed.
2882 * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.png: Removed.
2883 * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.txt: Removed.
2884 * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Removed.
2885 * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: Removed.
2886 * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.png: Removed.
2887 * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.txt: Removed.
2888 * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.png: Removed.
2889 * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.txt: Removed.
2890 * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.png: Removed.
2891 * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.txt: Removed.
2892 * platform/efl/css2.1/t040306-syntax-01-f-expected.png: Removed.
2893 * platform/efl/css2.1/t040306-syntax-01-f-expected.txt: Removed.
2894 * platform/efl/css2.1/t040307-syntax-01-b-expected.txt: Removed.
2895 * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.png: Removed.
2896 * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.txt: Removed.
2897 * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.png: Removed.
2898 * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.txt: Removed.
2899 * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png: Removed.
2900 * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
2901 * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.txt: Removed.
2902 * platform/efl/css2.1/t050803-c14-classes-00-e-expected.png: Removed.
2903 * platform/efl/css2.1/t050803-c14-classes-00-e-expected.txt: Removed.
2904 * platform/efl/css2.1/t0509-c15-ids-00-a-expected.png: Removed.
2905 * platform/efl/css2.1/t0509-c15-ids-00-a-expected.txt: Removed.
2906 * platform/efl/css2.1/t0509-c15-ids-01-e-expected.png: Removed.
2907 * platform/efl/css2.1/t0509-c15-ids-01-e-expected.txt: Removed.
2908 * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Removed.
2909 * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Removed.
2910 * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Removed.
2911 * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt: Removed.
2912 * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Removed.
2913 * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Removed.
2914 * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Removed.
2915 * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Removed.
2916 * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Removed.
2917 * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Removed.
2918 * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.png: Removed.
2919 * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt: Removed.
2920 * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt: Removed.
2921 * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt: Removed.
2922 * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.png: Removed.
2923 * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.txt: Removed.
2924 * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.png: Removed.
2925 * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.txt: Removed.
2926 * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.png: Removed.
2927 * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt: Removed.
2928 * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.png: Removed.
2929 * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt: Removed.
2930 * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Removed.
2931 * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt: Removed.
2932 * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Removed.
2933 * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Removed.
2934 * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.png: Removed.
2935 * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.txt: Removed.
2936 * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Removed.
2937 * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt: Removed.
2938 * platform/efl/css2.1/t0603-c11-import-00-b-expected.png: Removed.
2939 * platform/efl/css2.1/t0603-c11-import-00-b-expected.txt: Removed.
2940 * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.png: Removed.
2941 * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.txt: Removed.
2942 * platform/efl/css2.1/t060402-c31-important-00-b-expected.png: Removed.
2943 * platform/efl/css2.1/t060402-c31-important-00-b-expected.txt: Removed.
2944 * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png: Removed.
2945 * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt: Removed.
2946 * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.png: Removed.
2947 * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt: Removed.
2948 * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Removed.
2949 * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Removed.
2950 * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Removed.
2951 * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Removed.
2952 * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Removed.
2953 * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Removed.
2954 * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Removed.
2955 * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Removed.
2956 * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Removed.
2957 * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Removed.
2958 * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Removed.
2959 * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Removed.
2960 * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Removed.
2961 * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Removed.
2962 * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Removed.
2963 * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Removed.
2964 * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Removed.
2965 * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Removed.
2966 * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Removed.
2967 * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Removed.
2968 * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Removed.
2969 * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Removed.
2970 * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Removed.
2971 * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Removed.
2972 * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Removed.
2973 * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Removed.
2974 * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Removed.
2975 * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Removed.
2976 * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Removed.
2977 * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Removed.
2978 * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Removed.
2979 * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Removed.
2980 * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Removed.
2981 * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Removed.
2982 * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Removed.
2983 * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Removed.
2984 * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Removed.
2985 * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Removed.
2986 * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Removed.
2987 * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Removed.
2988 * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Removed.
2989 * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Removed.
2990 * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Removed.
2991 * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Removed.
2992 * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Removed.
2993 * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Removed.
2994 * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Removed.
2995 * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Removed.
2996 * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Removed.
2997 * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Removed.
2998 * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Removed.
2999 * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Removed.
3000 * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Removed.
3001 * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Removed.
3002 * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
3003 * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Removed.
3004 * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Removed.
3005 * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Removed.
3006 * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Removed.
3007 * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.png: Removed.
3008 * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Removed.
3009 * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Removed.
3010 * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Removed.
3011 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Removed.
3012 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
3013 * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Removed.
3014 * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Removed.
3015 * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Removed.
3016 * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Removed.
3017 * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Removed.
3018 * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Removed.
3019 * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Removed.
3020 * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Removed.
3021 * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Removed.
3022 * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Removed.
3023 * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Removed.
3024 * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Removed.
3025 * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Removed.
3026 * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Removed.
3027 * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Removed.
3028 * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Removed.
3029 * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Removed.
3030 * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Removed.
3031 * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Removed.
3032 * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Removed.
3033 * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Removed.
3034 * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Removed.
3035 * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.png: Removed.
3036 * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Removed.
3037 * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.png: Removed.
3038 * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Removed.
3039 * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Removed.
3040 * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Removed.
3041 * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Removed.
3042 * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Removed.
3043 * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Removed.
3044 * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Removed.
3045 * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Removed.
3046 * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
3047 * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Removed.
3048 * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Removed.
3049 * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Removed.
3050 * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Removed.
3051 * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Removed.
3052 * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Removed.
3053 * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Removed.
3054 * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Removed.
3055 * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Removed.
3056 * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Removed.
3057 * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Removed.
3058 * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Removed.
3059 * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Removed.
3060 * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Removed.
3061 * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.png: Removed.
3062 * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Removed.
3063 * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Removed.
3064 * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
3065 * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Removed.
3066 * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Removed.
3067 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Removed.
3068 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Removed.
3069 * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.png: Removed.
3070 * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Removed.
3071 * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.png: Removed.
3072 * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.txt: Removed.
3073 * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Removed.
3074 * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Removed.
3075 * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Removed.
3076 * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Removed.
3077 * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Removed.
3078 * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Removed.
3079 * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Removed.
3080 * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Removed.
3081 * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Removed.
3082 * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Removed.
3083 * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Removed.
3084 * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Removed.
3085 * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Removed.
3086 * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Removed.
3087 * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Removed.
3088 * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Removed.
3089 * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Removed.
3090 * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Removed.
3091 * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.png: Removed.
3092 * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Removed.
3093 * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png: Removed.
3094 * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Removed.
3095 * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Removed.
3096 * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.png: Removed.
3097 * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Removed.
3098 * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png: Removed.
3099 * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Removed.
3100 * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Removed.
3101 * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Removed.
3102 * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png: Removed.
3103 * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Removed.
3104 * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Removed.
3105 * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.png: Removed.
3106 * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Removed.
3107 * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png: Removed.
3108 * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Removed.
3109 * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Removed.
3110 * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Removed.
3111 * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: Removed.
3112 * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Removed.
3113 * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Removed.
3114 * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.png: Removed.
3115 * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Removed.
3116 * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Removed.
3117 * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.txt: Removed.
3118 * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Removed.
3119 * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt: Removed.
3120 * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Removed.
3121 * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Removed.
3122 * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: Removed.
3123 * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Removed.
3124 * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.png: Removed.
3125 * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Removed.
3126 * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Removed.
3127 * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Removed.
3128 * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Removed.
3129 * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Removed.
3130 * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Removed.
3131 * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Removed.
3132 * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Removed.
3133 * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
3134 * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Removed.
3135 * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Removed.
3136 * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Removed.
3137 * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Removed.
3138 * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.png: Removed.
3139 * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Removed.
3140 * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Removed.
3141 * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Removed.
3142 * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Removed.
3143 * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Removed.
3144 * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Removed.
3145 * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Removed.
3146 * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Removed.
3147 * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Removed.
3148 * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Removed.
3149 * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Removed.
3150 * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Removed.
3151 * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Removed.
3152 * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.png: Removed.
3153 * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.txt: Removed.
3154 * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Removed.
3155 * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Removed.
3156 * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.png: Removed.
3157 * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt: Removed.
3158 * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Removed.
3159 * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Removed.
3160 * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
3161 * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt: Removed.
3162 * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.png: Removed.
3163 * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.txt: Removed.
3164 * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Removed.
3165 * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Removed.
3166 * platform/efl/css2.1/t0905-c414-flt-00-d-expected.png: Removed.
3167 * platform/efl/css2.1/t0905-c414-flt-00-d-expected.txt: Removed.
3168 * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.png: Removed.
3169 * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.txt: Removed.
3170 * platform/efl/css2.1/t0905-c414-flt-02-c-expected.png: Removed.
3171 * platform/efl/css2.1/t0905-c414-flt-02-c-expected.txt: Removed.
3172 * platform/efl/css2.1/t0905-c414-flt-03-c-expected.png: Removed.
3173 * platform/efl/css2.1/t0905-c414-flt-03-c-expected.txt: Removed.
3174 * platform/efl/css2.1/t0905-c414-flt-04-c-expected.png: Removed.
3175 * platform/efl/css2.1/t0905-c414-flt-04-c-expected.txt: Removed.
3176 * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.png: Removed.
3177 * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Removed.
3178 * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Removed.
3179 * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Removed.
3180 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Removed.
3181 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Removed.
3182 * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Removed.
3183 * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt: Removed.
3184 * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
3185 * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
3186 * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.png: Removed.
3187 * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Removed.
3188 * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Removed.
3189 * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Removed.
3190 * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed.
3191 * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Removed.
3192 * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Removed.
3193 * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Removed.
3194 * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Removed.
3195 * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Removed.
3196 * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Removed.
3197 * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Removed.
3198 * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Removed.
3199 * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Removed.
3200 * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Removed.
3201 * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed.
3202 * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png: Removed.
3203 * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Removed.
3204 * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Removed.
3205 * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Removed.
3206 * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Removed.
3207 * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Removed.
3208 * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Removed.
3209 * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Removed.
3210 * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Removed.
3211 * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Removed.
3212 * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Removed.
3213 * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
3214 * platform/efl/css2.1/t090501-c414-flt-00-d-expected.png: Removed.
3215 * platform/efl/css2.1/t090501-c414-flt-00-d-expected.txt: Removed.
3216 * platform/efl/css2.1/t090501-c414-flt-01-b-expected.png: Removed.
3217 * platform/efl/css2.1/t090501-c414-flt-01-b-expected.txt: Removed.
3218 * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.png: Removed.
3219 * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.txt: Removed.
3220 * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.png: Removed.
3221 * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed.
3222 * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.png: Removed.
3223 * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.txt: Removed.
3224 * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Removed.
3225 * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Removed.
3226 * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.png: Removed.
3227 * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.txt: Removed.
3228 * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.png: Removed.
3229 * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.txt: Removed.
3230 * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Removed.
3231 * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Removed.
3232 * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Removed.
3233 * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Removed.
3234 * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.png: Removed.
3235 * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.txt: Removed.
3236 * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.png: Removed.
3237 * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.txt: Removed.
3238 * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.png: Removed.
3239 * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.txt: Removed.
3240 * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.png: Removed.
3241 * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.txt: Removed.
3242 * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Removed.
3243 * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt: Removed.
3244 * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: Removed.
3245 * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Removed.
3246 * platform/efl/css2.1/t10