1 2017-02-22 Antoine Quint <graouts@apple.com>
3 [Modern Media Controls] Controls bar may disappear while captions menu is visible
4 https://bugs.webkit.org/show_bug.cgi?id=168751
5 <rdar://problem/30663411>
7 Reviewed by Dean Jackson.
9 Add a new test to check that we correctly prevent the controls bar from fading out
10 due to the auto-hide timer firing when the tracks panel is up, and that it fades
11 once the track panel disappears after the auto-hide timer has fired.
13 * media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading-expected.txt: Added.
14 * media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading.html: Added.
16 2017-02-22 Antoine Quint <graouts@apple.com>
18 [Modern Media Controls] Can't set the volume slider with macOS inline controls
19 https://bugs.webkit.org/show_bug.cgi?id=168747
20 <rdar://problem/30605528>
22 Reviewed by Dean Jackson.
24 Add some assertions to check that the volume slider container remains visible
25 after interacting with the volume slider.
27 * media/modern-media-controls/volume-support/volume-support-click-expected.txt:
28 * media/modern-media-controls/volume-support/volume-support-click.html:
29 * media/modern-media-controls/volume-support/volume-support-drag-expected.txt:
30 * media/modern-media-controls/volume-support/volume-support-drag.html:
32 2017-02-22 Youenn Fablet <youenn@apple.com>
34 [WebRTC] Some webrtc tests are failing
35 https://bugs.webkit.org/show_bug.cgi?id=168736
39 * TestExpectations: Marking some tests as failing until we fix them.
41 2017-02-22 Jer Noble <jer.noble@apple.com>
43 MediaStreamSourceNode never receives audio from a getUserMedia() created stream
44 https://bugs.webkit.org/show_bug.cgi?id=168731
46 Reviewed by Eric Carlson.
48 * fast/mediastream/mock-media-source-webaudio-expected.txt: Added.
49 * fast/mediastream/mock-media-source-webaudio.html: Added.
51 2017-02-22 Chris Dumez <cdumez@apple.com>
53 Do not aggressively throttle DOM timers until they've reached their max nesting level
54 https://bugs.webkit.org/show_bug.cgi?id=168700
55 <rdar://problem/29808005>
57 Reviewed by Simon Fraser.
59 Add layout test coverage.
62 * fast/dom/timer-throttling-hidden-page-expected.txt:
63 * fast/dom/timer-throttling-hidden-page-non-nested-expected.txt: Added.
64 * fast/dom/timer-throttling-hidden-page-non-nested.html: Added.
65 * fast/dom/timer-throttling-hidden-page.html:
67 2017-02-22 Antti Koivisto <antti@apple.com>
69 REGRESSION(r207669): Crash after mutating selector text
70 https://bugs.webkit.org/show_bug.cgi?id=168655
71 <rdar://problem/30632111>
73 Reviewed by Andreas Kling.
75 * fast/css/selector-text-mutation-crash-expected.txt: Added.
76 * fast/css/selector-text-mutation-crash.html: Added.
78 2017-02-22 Per Arne Vollan <pvollan@apple.com>
80 [Win] WebCrypto tests are failing.
81 https://bugs.webkit.org/show_bug.cgi?id=165090
83 Unreviewed test gardening.
85 * platform/win/TestExpectations:
87 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
89 Unreviewed GTK+ gardening. Mark fast/css/paint-order-shadow.html as failing.
91 * platform/gtk/TestExpectations:
93 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
95 Unreviewed GTK+ gardening. Mark http/tests/media/video-redirect.html as timing out.
97 * platform/gtk/TestExpectations:
99 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
101 Unreviewed GTK+ gardening. Remove duplicated entries.
103 * platform/gtk/TestExpectations:
105 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
107 Unreviewed GTK+ gardening. Mark WebRTC tests failing after r212812.
109 * platform/gtk/TestExpectations:
111 2017-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
113 [GTK] Test fast/events/message-port-postMessage-recursive.html times out
114 https://bugs.webkit.org/show_bug.cgi?id=168570
116 Reviewed by Michael Catanzaro.
118 * platform/gtk/TestExpectations:
120 2017-02-21 Youenn Fablet <youenn@apple.com>
122 [WebRTC][Mac] Activate libwebrtc
123 https://bugs.webkit.org/show_bug.cgi?id=167293
124 <rdar://problem/30401864>
126 Reviewed by Alex Christensen.
129 * fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt:
130 * fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt:
131 * fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt:
132 * fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt:
133 * platform/gtk/TestExpectations:
134 * platform/gtk/fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt: Added.
135 * platform/gtk/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt.
136 * platform/gtk/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt.
137 * platform/gtk/fast/mediastream/RTCPeerConnection-closed-state-expected.txt: Added.
138 * platform/gtk/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt.
139 * platform/gtk/fast/mediastream/RTCPeerConnection-iceconnectionstatechange-event-expected.txt: Added.
140 * platform/gtk/fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt.
141 * platform/gtk/fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt: Added.
142 * platform/gtk/fast/mediastream/RTCPeerConnection-overloaded-operations-params-expected.txt: Added.
143 * platform/gtk/fast/mediastream/RTCRtpSender-replaceTrack-expected.txt: Added.
144 * platform/gtk/fast/mediastream/no-media-call-expected.txt: Added.
145 * platform/ios-simulator-wk2/TestExpectations:
146 * platform/mac-wk1/TestExpectations:
148 2017-02-21 Per Arne Vollan <pvollan@apple.com>
150 Add support for CSS properties paint-order, stroke-linecap, and stroke-linejoin in text rendering.
151 https://bugs.webkit.org/show_bug.cgi?id=168601
153 Reviewed by Simon Fraser.
155 * fast/css/paint-order-expected.html: Added.
156 * fast/css/paint-order-shadow-expected.html: Added.
157 * fast/css/paint-order-shadow.html: Added.
158 * fast/css/paint-order.html: Added.
160 2017-02-21 Joseph Pecoraro <pecoraro@apple.com>
162 [User Timing] Throw a SyntaxError for performance.measure if mark name is not found
163 https://bugs.webkit.org/show_bug.cgi?id=168707
165 Reviewed by Ryosuke Niwa.
167 * performance-api/performance-measure-name-expected.txt: Added.
168 * performance-api/performance-measure-name.html: Added.
169 * performance-api/resources/measure-name.js: Added.
170 Test to cover SyntaxError for missing measure start/end mark names.
172 2017-02-21 John Wilander <wilander@apple.com>
174 Unreviewed, marking a set of test cases as skipped while we investigate.
176 Both the test cases and the new code are part of
177 https://bugs.webkit.org/show_bug.cgi?id=168347. Crashes so far only happen
178 on release builds on the bots. Not locally release nor debug.
180 * platform/wk2/TestExpectations:
182 2017-02-21 Ryan Haddad <ryanhaddad@apple.com>
184 Unreviewed, rolling out r212737.
186 This change caused an existing LayoutTest to crash.
190 "REGRESSION(r207669): Crash after mutating selector text"
191 https://bugs.webkit.org/show_bug.cgi?id=168655
192 http://trac.webkit.org/changeset/212737
194 2017-02-21 Chris Dumez <cdumez@apple.com>
196 REGRESSION (r207720): /more/conformance/conformance/quickCheckAPI-S_V.html test fails
197 https://bugs.webkit.org/show_bug.cgi?id=168632
198 <rdar://problem/30620129>
200 Reviewed by Darin Adler.
202 Import layout test coverage.
204 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/context/context-lost-expected.txt: Added.
205 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/context/context-lost.html: Added.
206 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added.
207 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
208 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
209 * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added.
211 2017-02-21 Romain Bellessort <romain.bellessort@crf.canon.fr>
213 [Readable Streams API] Add ReadableStreamBYOBRequest view getter
214 https://bugs.webkit.org/show_bug.cgi?id=168652
216 Reviewed by Youenn Fablet.
218 Added 1 test checking that view length corresponds to autoAllocateChunkSize.
220 * streams/readable-stream-byob-request-expected.txt: Updated.
221 * streams/readable-stream-byob-request.js: Added 1 test.
223 2017-02-21 Antti Koivisto <antti@apple.com>
225 REGRESSION(r207669): Crash after mutating selector text
226 https://bugs.webkit.org/show_bug.cgi?id=168655
227 <rdar://problem/30632111>
229 Reviewed by Brent Fulgham.
231 * fast/css/selector-text-mutation-crash-expected.txt: Added.
232 * fast/css/selector-text-mutation-crash.html: Added.
234 2017-02-21 Jiewen Tan <jiewen_tan@apple.com>
236 [WebCrypto] Add support for AES-CFB
237 https://bugs.webkit.org/show_bug.cgi?id=168344
238 <rdar://problem/20940221>
240 Reviewed by Brent Fulgham.
242 * crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt: Renamed from LayoutTests/crypto/subtle/aes-cbc-decrypt-malformed-parameters-expected.txt.
243 * crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters.html: Renamed from LayoutTests/crypto/subtle/aes-cbc-decrypt-malformed-parameters.html.
244 * crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt: Renamed from LayoutTests/crypto/subtle/aes-cbc-encrypt-malformed-parameters-expected.txt.
245 * crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters.html: Renamed from LayoutTests/crypto/subtle/aes-cbc-encrypt-malformed-parameters.html.
246 * 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.
247 * 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.
248 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-128-expected.txt: Added.
249 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-128.html: Added.
250 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-192-expected.txt: Added.
251 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-192.html: Added.
252 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-256-expected.txt: Added.
253 * crypto/subtle/aes-cfb-generate-export-key-jwk-length-256.html: Added.
254 * crypto/subtle/aes-cfb-generate-export-raw-key-expected.txt: Added.
255 * crypto/subtle/aes-cfb-generate-export-raw-key.html: Added.
256 * crypto/subtle/aes-cfb-generate-key-encrypt-decrypt-expected.txt: Added.
257 * crypto/subtle/aes-cfb-generate-key-encrypt-decrypt.html: Added.
258 * crypto/subtle/aes-cfb-generate-key-expected.txt: Added.
259 * crypto/subtle/aes-cfb-generate-key.html: Added.
260 * crypto/subtle/aes-cfb-import-jwk-key-length-128-expected.txt: Added.
261 * crypto/subtle/aes-cfb-import-jwk-key-length-128.html: Added.
262 * crypto/subtle/aes-cfb-import-jwk-key-length-192-expected.txt: Added.
263 * crypto/subtle/aes-cfb-import-jwk-key-length-192.html: Added.
264 * crypto/subtle/aes-cfb-import-jwk-key-length-256-expected.txt: Added.
265 * crypto/subtle/aes-cfb-import-jwk-key-length-256.html: Added.
266 * crypto/subtle/aes-cfb-import-key-decrypt-expected.txt: Added.
267 * crypto/subtle/aes-cfb-import-key-decrypt.html: Added.
268 * crypto/subtle/aes-cfb-import-key-encrypt-expected.txt: Added.
269 * crypto/subtle/aes-cfb-import-key-encrypt.html: Added.
270 * crypto/subtle/aes-cfb-import-key-unwrap-jwk-key-expected.txt: Added.
271 * crypto/subtle/aes-cfb-import-key-unwrap-jwk-key.html: Added.
272 * crypto/subtle/aes-cfb-import-key-unwrap-raw-key-expected.txt: Added.
273 * crypto/subtle/aes-cfb-import-key-unwrap-raw-key.html: Added.
274 * crypto/subtle/aes-cfb-import-key-wrap-jwk-key-expected.txt: Added.
275 * crypto/subtle/aes-cfb-import-key-wrap-jwk-key.html: Added.
276 * crypto/subtle/aes-cfb-import-key-wrap-raw-key-expected.txt: Added.
277 * crypto/subtle/aes-cfb-import-key-wrap-raw-key.html: Added.
278 * crypto/subtle/aes-cfb-import-raw-key-expected.txt: Added.
279 * crypto/subtle/aes-cfb-import-raw-key.html: Added.
280 * crypto/subtle/aes-generate-key-malformed-parameters-expected.txt:
281 * crypto/subtle/aes-generate-key-malformed-parameters.html:
282 * crypto/subtle/aes-import-key-malformed-parameters-expected.txt:
283 * crypto/subtle/aes-import-key-malformed-parameters.html:
284 * crypto/workers/subtle/aes-cfb-import-key-decrypt-expected.txt: Added.
285 * crypto/workers/subtle/aes-cfb-import-key-decrypt.html: Added.
286 * crypto/workers/subtle/aes-cfb-import-key-encrypt-expected.txt: Added.
287 * crypto/workers/subtle/aes-cfb-import-key-encrypt.html: Added.
288 * crypto/workers/subtle/aes-cfb-import-key-unwrap-key-expected.txt: Added.
289 * crypto/workers/subtle/aes-cfb-import-key-unwrap-key.html: Added.
290 * crypto/workers/subtle/aes-cfb-import-key-wrap-key-expected.txt: Added.
291 * crypto/workers/subtle/aes-cfb-import-key-wrap-key.html: Added.
292 * crypto/workers/subtle/resources/aes-cfb-import-key-decrypt.js: Added.
293 * crypto/workers/subtle/resources/aes-cfb-import-key-encrypt.js: Added.
294 * crypto/workers/subtle/resources/aes-cfb-import-key-unwrap-key.js: Added.
295 * crypto/workers/subtle/resources/aes-cfb-import-key-wrap-key.js: Added.
297 2017-02-21 Alex Christensen <achristensen@webkit.org>
299 Unreviewed, rolling out r212699.
301 Internal build not ready
305 "[WebRTC][Mac] Activate libwebrtc"
306 https://bugs.webkit.org/show_bug.cgi?id=167293
307 http://trac.webkit.org/changeset/212699
309 2017-02-20 Youenn Fablet <youenn@apple.com>
311 [WebRTC][Mac] Activate libwebrtc
312 https://bugs.webkit.org/show_bug.cgi?id=167293
313 <rdar://problem/30401864>
315 Reviewed by Alex Christensen.
318 * fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt:
319 * fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt:
320 * fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt:
321 * fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt:
322 * platform/gtk/TestExpectations:
323 * platform/gtk/fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt: Added.
324 * platform/gtk/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt.
325 * platform/gtk/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt.
326 * platform/gtk/fast/mediastream/RTCPeerConnection-closed-state-expected.txt: Added.
327 * platform/gtk/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt.
328 * platform/gtk/fast/mediastream/RTCPeerConnection-iceconnectionstatechange-event-expected.txt: Added.
329 * platform/gtk/fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-legacy-stream-based-api-expected.txt.
330 * platform/gtk/fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt: Added.
331 * platform/gtk/fast/mediastream/RTCPeerConnection-overloaded-operations-params-expected.txt: Added.
332 * platform/gtk/fast/mediastream/RTCRtpSender-replaceTrack-expected.txt: Added.
333 * platform/gtk/fast/mediastream/no-media-call-expected.txt: Added.
334 * platform/ios-simulator-wk2/TestExpectations:
335 * platform/mac-wk1/TestExpectations:
337 2017-02-20 Joseph Pecoraro <pecoraro@apple.com>
339 ASSERTION FAILED: m_normalWorld->hasOneRef() under WorkerThread::stop
340 https://bugs.webkit.org/show_bug.cgi?id=168356
341 <rdar://problem/30592486>
343 Reviewed by Ryosuke Niwa.
346 Unskip tests now that they no longer trigger assertions.
348 2017-02-20 Jer Noble <jer.noble@apple.com>
350 Local audio-only stream will not trigger playback to begin
351 https://bugs.webkit.org/show_bug.cgi?id=168412
353 Reviewed by Youenn Fablet.
355 * fast/mediastream/local-audio-playing-event-expected.txt: Added.
356 * fast/mediastream/local-audio-playing-event.html: Added.
358 2017-02-20 Zalan Bujtas <zalan@apple.com>
360 Simple line layout: Implement absoluteQuadsForRange.
361 https://bugs.webkit.org/show_bug.cgi?id=168613
362 <rdar://problem/30614618>
364 Reviewed by Simon Fraser.
366 * fast/dom/Range/simple-line-layout-getclientrects-expected.html: Added.
367 * fast/dom/Range/simple-line-layout-getclientrects.html: Added.
369 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
371 Unreviewed, rolling out r212685.
373 This change broke the 32-bit Sierra build.
377 "Resource Load Statistics: Add alternate classification
379 https://bugs.webkit.org/show_bug.cgi?id=168347
380 http://trac.webkit.org/changeset/212685
382 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
384 Add mac-wk1 baseline for fast/canvas/webgl/context-creation-attributes.html
385 https://bugs.webkit.org/show_bug.cgi?id=168623
387 Unreviewed test gardening.
389 * platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt: Added.
391 2017-02-20 John Wilander <wilander@apple.com>
393 Resource Load Statistics: Add alternate classification method
394 https://bugs.webkit.org/show_bug.cgi?id=168347
395 <rdar://problem/30352793>
397 Reviewed by Alex Christensen.
399 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-expected.txt: Added.
400 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html: Added.
401 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt: Added.
402 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html: Added.
403 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-expected.txt: Added.
404 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html: Added.
405 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-expected.txt: Added.
406 * http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html: Added.
407 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-expected.txt: Added.
408 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html: Added.
409 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt: Added.
410 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html: Added.
411 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-expected.txt: Added.
412 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html: Added.
413 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-expected.txt: Added.
414 * http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html: Added.
415 * platform/gtk/TestExpectations:
416 The whole http/tests/loading/resourceLoadStatistics marked as crashing based on
417 Carlos Garcia Campos's assessment in https://bugs.webkit.org/show_bug.cgi?id=168171.
418 * platform/wk2/TestExpectations:
419 The above tests are only valid for WebKit2. Marked as [ Pass ].
421 2017-02-20 Alexey Proskuryakov <ap@apple.com>
423 LayoutTest fast/multicol/column-span-parent-continuation-crash.html is a flaky timeout
424 https://bugs.webkit.org/show_bug.cgi?id=168341
426 Reviewed by Daniel Bates.
428 * fast/multicol/column-span-parent-continuation-crash.html: Make sure that the
429 document is fully parsed before the test runs. I'm not sure if the zero delay
430 is still needed, but it doesn't hurt.
432 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
434 Unreviewed, rolling out r212653.
436 This rebaseline was incorrect.
440 "Rebaseline fast/canvas/webgl/context-creation-attributes.html
442 http://trac.webkit.org/changeset/212653
444 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
446 Remove debug flag from flaky test streams/pipe-to.html.
447 https://bugs.webkit.org/show_bug.cgi?id=165874
449 Unreviewed test gardening.
451 * platform/mac/TestExpectations:
453 2017-02-20 Romain Bellessort <romain.bellessort@crf.canon.fr>
455 [Readable Streams API] Add ReadableByteStreamController byobRequest attribute
456 https://bugs.webkit.org/show_bug.cgi?id=168319
458 Reviewed by Youenn Fablet.
460 Added tests related to ReadableStreamBYOBRequest as a dedicated object
461 and also as an attribute of ReadableByteStreamController.
463 * streams/readable-byte-stream-controller.js: Updated with byobRequest attribute test.
464 * streams/readable-stream-byob-request-expected.txt: Added.
465 * streams/readable-stream-byob-request.html: Added.
466 * streams/readable-stream-byob-request.js: Added to cover tests related to ReadableStreamBYOBRequest.
468 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
470 Rebaseline fast/canvas/webgl/context-creation-attributes.html after r212650.
472 Unreviewed test gardening.
474 * fast/canvas/webgl/context-creation-attributes-expected.txt:
476 2017-02-20 Jon Lee <jonlee@apple.com>
478 Unreviewed, rolling out r212639.
480 Have a fix for the linker error on iOS.
484 "Unreviewed, rolling out r212637."
485 https://bugs.webkit.org/show_bug.cgi?id=168595
486 http://trac.webkit.org/changeset/212639
488 2017-02-20 Ryan Haddad <ryanhaddad@apple.com>
490 Unreviewed, rolling out r212637.
492 This change broke iOS builds.
496 "Add 'webglcontextchanged' WebGLContextEvent"
497 https://bugs.webkit.org/show_bug.cgi?id=168595
498 http://trac.webkit.org/changeset/212637
500 2017-02-20 Dean Jackson <dino@apple.com>
502 Add 'webglcontextchanged' WebGLContextEvent
503 https://bugs.webkit.org/show_bug.cgi?id=168595
504 <rdar://problem/30604254>
506 Reviewed by Antoine Quint.
508 Add a new webglcontextchanged event. This test only
509 runs on Cocoa platforms at the moment, because it
510 needs GraphicsContext3D to keep track of all
511 active contexts in order to dispatch events.
513 * fast/canvas/webgl/webglcontextchangedevent-expected.txt: Added.
514 * fast/canvas/webgl/webglcontextchangedevent.html: Added.
515 * platform/gtk/TestExpectations:
516 * platform/win/TestExpectations:
518 2017-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
520 Unreviewed GTK+ gardening. Fix tests reporting missing results.
522 * media/media-session-restrictions-expected.txt: Renamed from LayoutTests/platform/mac/media/media-session-restrictions-expected.txt.
523 * platform/gtk/TestExpectations:
525 2017-02-19 Dean Jackson <dino@apple.com>
527 Activate/deactivate high performance GPU when requested
528 https://bugs.webkit.org/show_bug.cgi?id=168559
529 <rdar://problem/30592266>
533 We no longer force low-power, so the WebGL canvas creation attributes now
534 return the value that was passed in.
536 * fast/canvas/webgl/context-creation-attributes-expected.txt:
538 2017-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
540 Unreviewed GTK+ gardening. Mark fast/events/message-port-postMessage-recursive.html as timing out.
542 * platform/gtk/TestExpectations:
544 2017-02-19 Chris Dumez <cdumez@apple.com>
546 onbeforeunload event return value coercion is not per-spec
547 https://bugs.webkit.org/show_bug.cgi?id=168382
549 Reviewed by Darin Adler.
551 Add test case to check that the value returned by a beforeunload event handler
552 is already converted to a string, even if the returnValue attribute is also
553 set on the BeforeUnloadEvent. The existing code did not handle this properly
554 and it has been fixed in this patch.
556 * fast/events/before-unload-return-string-conversion-expected.txt: Added.
557 * fast/events/before-unload-return-string-conversion.html: Added.
558 * fast/events/resources/before-unload-return-string-conversion-frame.html: Added.
560 2017-02-18 Ryosuke Niwa <rniwa@webkit.org>
562 REGRESSION(r212218): Assertion failures in and after parserRemoveChild
563 https://bugs.webkit.org/show_bug.cgi?id=168458
565 Reviewed by Antti Koivisto.
567 Add tests to make sure parserAppendChild aren't called when a node removed by parserRemoveChild
568 had already been been inserted elsewhere by scripts.
570 * fast/parser/adoption-agency-unload-iframe-3-expected.txt: Added.
571 * fast/parser/adoption-agency-unload-iframe-3.html: Added.
572 * fast/parser/adoption-agency-unload-iframe-4-expected.txt: Added.
573 * fast/parser/adoption-agency-unload-iframe-4.html: Added.
574 * fast/parser/xml-error-unload-iframe-expected.txt: Added.
575 * fast/parser/xml-error-unload-iframe.html: Added.
577 2017-02-19 Chris Dumez <cdumez@apple.com>
579 <input type=color readonly> doesn't act per spec
580 https://bugs.webkit.org/show_bug.cgi?id=168421
581 <rdar://problem/30593185>
583 Reviewed by Ryosuke Niwa.
585 Add layout test coverage.
587 * fast/forms/color/input-color-disabled-expected.txt: Added.
588 * fast/forms/color/input-color-disabled.html: Added.
589 * fast/forms/color/input-color-readonly-expected.txt: Added.
590 * fast/forms/color/input-color-readonly.html: Added.
592 2017-02-19 Commit Queue <commit-queue@webkit.org>
594 Unreviewed, rolling out r212466.
595 https://bugs.webkit.org/show_bug.cgi?id=168577
597 causes crashes on AArch64 on linux, maybe it's causing crashes
598 on iOS too (Requested by pizlo on #webkit).
602 "The collector thread should only start when the mutator
603 doesn't have heap access"
604 https://bugs.webkit.org/show_bug.cgi?id=167737
605 http://trac.webkit.org/changeset/212466
607 2017-02-19 Carlos Garcia Campos <cgarcia@igalia.com>
609 Unreviewed GTK+ gardening. Rebaseline fast/visual-viewport/rubberbanding-viewport-rects-extended-background.html again.
611 This matches what bots expect now.
613 * platform/gtk/fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt:
615 2017-02-19 Carlos Garcia Campos <cgarcia@igalia.com>
617 Unreviewed GTK+ gardening. Rebaseline http/tests/loading/server-redirect-for-provisional-load-caching.html.
619 I think we are just setting the FirstPartyForCookies to our request a bit earlier when redirecting.
621 * platform/gtk/http/tests/loading/server-redirect-for-provisional-load-caching-expected.txt: Added.
623 2017-02-19 Carlos Garcia Campos <cgarcia@igalia.com>
625 Unreviewed GTK+ gardening. Update expectations of a few more tests and rebaseline fast/visual-viewport/rubberbanding-viewport-rects-extended-background.html.
627 * platform/gtk/TestExpectations:
628 * platform/gtk/fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt: Added.
630 2017-02-18 Chris Dumez <cdumez@apple.com>
632 <input type=range readonly> doesn't act per spec
633 https://bugs.webkit.org/show_bug.cgi?id=168422
634 <rdar://problem/30593189>
636 Reviewed by Ryosuke Niwa.
638 Update / rebaseline existing tests to reflect behavior change.
640 * fast/forms/range/range-drag-expected.txt:
641 * fast/forms/range/range-drag-when-toggled-disabled-expected.txt:
642 * fast/forms/range/range-drag-when-toggled-disabled.html:
643 * fast/forms/range/range-drag.html:
644 * fast/forms/range/range-keyoperation-expected.txt:
645 * fast/forms/range/range-keyoperation.html:
647 2017-02-18 Chris Dumez <cdumez@apple.com>
649 Recursive MessagePort.postMessage() calls causes tab to become unresponsive
650 https://bugs.webkit.org/show_bug.cgi?id=168548
651 <rdar://problem/29808005>
653 Reviewed by Darin Adler.
655 Add layout test coverage. The test used to time out, it now passes.
656 The test also passes on Firefox and Chrome.
658 * fast/events/message-port-postMessage-recursive-expected.txt: Added.
659 * fast/events/message-port-postMessage-recursive.html: Added.
661 2017-02-18 Carlos Garcia Campos <cgarcia@igalia.com>
663 Unreviewed GTK+ gardening. Update expectations of a few more tests that are failing.
665 * platform/gtk/TestExpectations:
667 2017-02-18 Carlos Garcia Campos <cgarcia@igalia.com>
669 Unreviewed GTK+ gardening. Rebaseline imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-textarea.html.
671 Selection is always directional for us.
673 * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-textarea-expected.txt: Added.
675 2017-02-18 Carlos Garcia Campos <cgarcia@igalia.com>
677 Unreviewed GTK+ gardening. Update expectations of several tests.
679 * platform/gtk/TestExpectations:
681 2017-02-16 Simon Fraser <simon.fraser@apple.com>
683 Allow PlatformCALayers to specify that they want deep color backing store
684 https://bugs.webkit.org/show_bug.cgi?id=168495
686 Reviewed by Tim Horton.
688 * platform/ios-simulator-wk2/TestExpectations:
689 * platform/mac-wk2/TestExpectations:
690 * tiled-drawing/ios/iphone7/compositing-layers-deep-color-expected.txt: Added.
691 * tiled-drawing/ios/iphone7/compositing-layers-deep-color.html: Added.
693 2017-02-17 Antoine Quint <graouts@apple.com>
695 [Modern Media Controls] Improve handling of <video> with only audio tracks
696 https://bugs.webkit.org/show_bug.cgi?id=167836
697 <rdar://problem/30255812>
699 Reviewed by Dean Jackson.
701 Add a new test to check that a <video> with a resource that only has audio tracks
702 does not auto-hide nor show the fullscreen button. We also rebaseline a few existing
703 tests for this change of behavior.
705 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on-expected.txt:
706 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on.html:
707 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-toggle-expected.txt:
708 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-toggle.html:
709 * media/modern-media-controls/media-controller/media-controller-video-with-only-audio-expected.txt: Added.
710 * media/modern-media-controls/media-controller/media-controller-video-with-only-audio.html: Added.
712 2017-02-17 Antoine Quint <graouts@apple.com>
714 [Modern Media Controls] Toggle playback when clicking on the video on macOS
715 https://bugs.webkit.org/show_bug.cgi?id=168515
716 <rdar://problem/30577441>
718 Reviewed by Dean Jackson.
720 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause-expected.txt: Added.
721 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause.html: Added.
722 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-to-dismiss-tracks-panel-should-not-toggle-playback-expected.txt: Added.
723 * media/modern-media-controls/media-controller/media-controller-click-on-video-background-to-dismiss-tracks-panel-should-not-toggle-playback.html: Added.
724 * media/modern-media-controls/media-controller/media-controller-click-on-video-controls-should-not-pause-expected.txt: Added.
725 * media/modern-media-controls/media-controller/media-controller-click-on-video-controls-should-not-pause.html: Added.
726 * media/modern-media-controls/media-documents/click-on-video-should-not-pause-expected.txt:
727 * media/modern-media-controls/media-documents/click-on-video-should-not-pause.html:
728 * platform/ios-simulator/TestExpectations:
730 2017-02-17 Antoine Quint <graouts@apple.com>
732 REGRESSION: Subtitles menu in media controls allows multiple items to be selected
733 https://bugs.webkit.org/show_bug.cgi?id=168168
734 <rdar://problem/30488605>
736 Reviewed by Dean Jackson.
738 Enhance the interactive track selection test to select a second track and check
739 that only a single track is selected at once.
741 * media/modern-media-controls/tracks-support/tracks-support-click-track-in-panel-expected.txt:
742 * media/modern-media-controls/tracks-support/tracks-support-click-track-in-panel.html:
744 2017-02-17 Ryan Haddad <ryanhaddad@apple.com>
746 Update TestExpectations for fast/css/appearance-apple-pay-button.html.
748 Unreviewed test gardening.
752 2017-02-17 Antoine Quint <graouts@apple.com>
754 [Modern Media Controls] Improve handling of live broadcast video
755 https://bugs.webkit.org/show_bug.cgi?id=168506
756 <rdar://problem/30432094>
758 Reviewed by Dean Jackson.
760 Rebase existing tests to match new, correct behavior and add a new test to explicitly
761 check the text-align property on the status label.
763 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on-audio-expected.txt:
764 * media/modern-media-controls/controls-visibility-support/controls-visibility-support-controls-on-audio.html:
765 * media/modern-media-controls/ios-inline-media-controls/ios-inline-media-controls-audio-background-expected.txt:
766 * media/modern-media-controls/ios-inline-media-controls/ios-inline-media-controls-audio-background.html:
767 * media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-status-label-expected.txt:
768 * media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-status-label.html:
769 * media/modern-media-controls/status-label/status-label-font.html:
770 * media/modern-media-controls/status-label/status-label-text-align-expected.txt: Added.
771 * media/modern-media-controls/status-label/status-label-text-align.html: Added.
772 * media/modern-media-controls/status-label/status-label-text-selection.html:
774 2017-02-17 Per Arne Vollan <pvollan@apple.com>
776 Apply SVG styles paint-order, stroke-linejoin, and stroke-linecap on DOM text.
777 https://bugs.webkit.org/show_bug.cgi?id=168044
779 Reviewed by Simon Fraser.
781 * fast/css/parsing-paint-order-expected.txt: Added.
782 * fast/css/parsing-paint-order.html: Added.
783 * fast/css/parsing-stroke-linecap-expected.txt: Added.
784 * fast/css/parsing-stroke-linecap.html: Added.
785 * fast/css/parsing-stroke-linejoin-expected.txt: Added.
786 * fast/css/parsing-stroke-linejoin.html: Added.
787 * fast/css/parsing-stroke-width-expected.txt: Added.
788 * fast/css/parsing-stroke-width.html: Added.
789 * media/track/track-css-stroke-cues-expected.txt:
790 * media/track/track-css-stroke-cues.html:
792 2017-02-17 Simon Fraser <simon.fraser@apple.com>
794 Fixed elements bounce when rubber-banding at the bottom of the page
795 https://bugs.webkit.org/show_bug.cgi?id=168493
796 rdar://problem/30567713
798 Reviewed by Tim Horton.
800 * fast/visual-viewport/rubberbanding-viewport-rects-expected.txt:
801 * fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt: Copied from LayoutTests/fast/visual-viewport/rubberbanding-viewport-rects-expected.txt.
802 * fast/visual-viewport/rubberbanding-viewport-rects-extended-background.html: Copied from LayoutTests/fast/visual-viewport/rubberbanding-viewport-rects.html.
803 * fast/visual-viewport/rubberbanding-viewport-rects.html:
804 * platform/ios-simulator-wk2/fast/visual-viewport/rubberbanding-viewport-rects-expected.txt:
805 * 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.
806 * platform/mac-wk1/fast/visual-viewport/rubberbanding-viewport-rects-extended-background-expected.txt: Added.
808 2017-02-17 Simon Fraser <simon.fraser@apple.com>
810 REGRESSION (209396): Apple Pay buttons do not render
811 https://bugs.webkit.org/show_bug.cgi?id=168523
812 rdar://problem/30451563
814 Reviewed by Geoffrey Garen.
816 Ref test that masks out the middle and corners of the buttons.
818 * fast/css/appearance-apple-pay-button-expected.html: Added.
819 * fast/css/appearance-apple-pay-button.html: Added.
821 2017-02-17 Ryan Haddad <ryanhaddad@apple.com>
823 Rebaseline test for ios-simulator-wk2 after r212522.
825 Unreviewed test gardening.
827 * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt:
829 2017-02-17 Antoine Quint <graouts@apple.com>
831 Test media/modern-media-controls/time-label/time-label-white-space-nowrap.html is a flaky failure
832 https://bugs.webkit.org/show_bug.cgi?id=168507
834 Unreviewed test gardening.
836 * media/modern-media-controls/time-label/time-label-white-space-nowrap-expected.txt:
837 * media/modern-media-controls/time-label/time-label-white-space-nowrap.html:
839 2017-02-17 Carlos Garcia Campos <cgarcia@igalia.com>
841 Unreviewed GTK+ gardening. Remove duplicated entries from TestExpectations.
843 * platform/gtk/TestExpectations:
845 2017-02-17 Javier Fernandez <jfernandez@igalia.com>
847 [GTK] Unreviewed test gardening
848 https://bugs.webkit.org/show_bug.cgi?id=168504
850 Unreviewed GTK+ test gardening.
852 - imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/async_007.htm test marked as Slow.
853 - http/tests/security/bypassing-cors-checks-for-extension-urls.html skipped (bug 168466)
854 - rebaseline http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics.html test (matching Mac expectations - bug 167252)
856 * platform/gtk/TestExpectations:
857 * platform/gtk/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt:
859 2017-02-17 Carlos Garcia Campos <cgarcia@igalia.com>
861 Unreviewed GTK+ gardening. Update expectations of several tests.
863 * platform/gtk/TestExpectations:
865 2017-02-16 Carlos Garcia Campos <cgarcia@igalia.com>
867 [GTK] Test fast/shadow-dom/input-element-in-shadow.html is failing in the bots
868 https://bugs.webkit.org/show_bug.cgi?id=168423
870 Reviewed by Ryosuke Niwa.
872 It's failing only because the result has the spell checker underline, while the the reference image doesn't. I
873 don't know why the slot is spell checked and the input in the reference isn't, but we could make the test pass
874 by using real words, since the contents are not important for this test. Use "one", "two" instead of "abc", "def".
876 * fast/shadow-dom/input-element-in-shadow-expected.html:
877 * fast/shadow-dom/input-element-in-shadow.html:
879 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
881 Mark storage/indexeddb/modern/idbcursor-continue-primary-key-1.html as flaky.
882 https://bugs.webkit.org/show_bug.cgi?id=168391
884 Unreviewed test gardening.
886 * platform/mac-wk2/TestExpectations:
888 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
890 Skip js/dom/gc-slot-visitor-parallel-drain-pings-runloop-when-done.html on El Capitan.
892 Unreviewed test gardening.
894 * platform/mac/TestExpectations:
896 2017-02-16 Myles C. Maxfield <mmaxfield@apple.com>
898 font-weight in @font-face can cause a font to be downloaded even when it's not used
899 https://bugs.webkit.org/show_bug.cgi?id=168114
900 <rdar://problem/30301317>
902 Reviewed by Darin Adler.
904 * fast/text/font-style-download-expected.txt: Added.
905 * fast/text/font-style-download.html: Added.
906 * fast/text/font-weight-download-2-expected.txt: Added.
907 * fast/text/font-weight-download-2.html: Added.
908 * fast/text/font-weight-download-expected.txt: Added.
909 * fast/text/font-weight-download.html: Added.
910 * fast/text/font-weight-fallback-expected.html: Added.
911 * fast/text/font-weight-fallback.html: Added.
912 * http/tests/webfont/fallback-font-while-loading-expected.txt: We don't want to use the
913 fallback font while an earlier font is loading because the fallback font might require
914 an extra download. This represents a policy change.
915 * http/tests/webfont/fallback-font-while-loading.html: Ditto.
916 * resources/Ahem_CJK.ttf: Added.
917 * svg/W3C-SVG-1.1-SE/struct-dom-11-f.svg: The metrics of LastResort are different from
918 the metrics of the previous interstitial font, which means the new font causes elements
919 to intersect when they previously didn't. However, the web font isn't actually necessary
920 here, so we can just stop using it, thereby sidestepping the entire problem.
922 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
924 Skip imported/w3c/web-platform-tests/resource-timing tests on Debug.
925 https://bugs.webkit.org/show_bug.cgi?id=168356
927 Unreviewed test gardening.
931 2017-02-16 Alex Christensen <achristensen@webkit.org>
933 Rebase tests after r212470
934 https://bugs.webkit.org/show_bug.cgi?id=168461
936 * fast/dom/DOMURL/set-href-attribute-protocol-expected.txt:
937 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt:
938 I updated the tests but not the results :(
940 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
942 Mark media/modern-media-controls/airplay-button/airplay-button.html as flaky.
943 https://bugs.webkit.org/show_bug.cgi?id=168409
945 Unreviewed test gardening.
947 * platform/mac-wk1/TestExpectations:
949 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
951 Mark media/modern-media-controls/tracks-button/tracks-button.html as flaky.
952 https://bugs.webkit.org/show_bug.cgi?id=168476
954 Unreviewed test gardening.
956 * platform/mac-wk1/TestExpectations:
958 2017-02-16 Simon Fraser <simon.fraser@apple.com>
960 REGRESSION (r212197): [ios-simulator Debug WK2] LayoutTest fast/css/target-fragment-match.html is failing
961 https://bugs.webkit.org/show_bug.cgi?id=168239
963 In iOS WK2, resetting the scroll position after history navigation involves a trip
964 through the UI process. Attempted to de-flake this test by using a nested setTimeout(0).
966 * fast/css/target-fragment-match.html:
968 2017-02-16 Alex Christensen <achristensen@webkit.org>
970 Special URLs without a host are invalid
971 https://bugs.webkit.org/show_bug.cgi?id=168461
973 Reviewed by Tim Horton.
975 * fast/dom/DOMURL/set-href-attribute-protocol.html:
976 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js:
977 Rebase tests. The HTMLAnchorElement test is a little strange, but it'll be cleaned up once
978 url-setters.html in the web platform tests is cleaned up.
980 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
982 Skip imported/w3c/web-platform-tests/resource-timing/rt-resource-ignored.html.
983 https://bugs.webkit.org/show_bug.cgi?id=168356
985 Unreviewed test gardening.
989 2017-02-11 Filip Pizlo <fpizlo@apple.com>
991 The collector thread should only start when the mutator doesn't have heap access
992 https://bugs.webkit.org/show_bug.cgi?id=167737
994 Reviewed by Keith Miller.
996 When running in WebCore, the JSC GC may find itself completing draining in the parallel helpers
997 at a time when the main thread runloop is idle. If the mutator has the conn, then there will not
998 be any GC threads to receive the notification from the shared mark stack condition variable. So
999 nobody will know that we need to reloop.
1001 Fortunately, the SlotVisitor now knows that it has to schedule the stopIfNecessary timer in
1002 addition to notifying the condition variable.
1004 This adds a variant of splay that quickly builds up a big enough heap to cause significant GCs to
1005 happen and then waits until a GC is running. When it's running, it registers a callback to the
1006 GC's finalize phase. When the callback runs, it finishes the test. This is a barely-sound test
1007 that uses a lot of while box API from Internals, but it proves that the SlotVisitor's runloop
1008 ping works: if I comment it out, this test will always fail. Otherwise it always succeeds.
1010 * js/dom/gc-slot-visitor-parallel-drain-pings-runloop-when-done.html: Added.
1012 2017-02-16 Jiewen Tan <jiewen_tan@apple.com>
1014 [WebCrypto] remove toJSValueFromJsonWebKey from custom SubtleCrypto binding codes
1015 https://bugs.webkit.org/show_bug.cgi?id=167026
1017 Reviewed by Chris Dumez.
1019 * crypto/subtle/aes-cbc-import-key-wrap-jwk-rsa-key-private.html:
1020 * crypto/subtle/aes-cbc-import-key-wrap-jwk-rsa-key-public.html:
1021 Order of attributes inside JWK is different after this patch.
1023 * crypto/subtle/aes-import-key-malformed-parameters-expected.txt:
1024 * crypto/subtle/aes-import-key-malformed-parameters.html:
1025 * crypto/subtle/hmac-import-key-malformed-parameters-expected.txt:
1026 * crypto/subtle/hmac-import-key-malformed-parameters.html:
1027 * crypto/subtle/rsa-import-key-malformed-parameters-expected.txt:
1028 * crypto/subtle/rsa-import-key-malformed-parameters.html:
1029 * crypto/workers/subtle/resources/aes-cbc-import-key-wrap-key.js:
1031 2017-02-16 Ryan Haddad <ryanhaddad@apple.com>
1033 Skip imported/w3c/web-platform-tests/resource-timing/rt-resource-errors.html.
1034 https://bugs.webkit.org/show_bug.cgi?id=168356
1036 Unreviewed test gardening.
1040 2017-02-16 Tim Horton <timothy_horton@apple.com>
1042 WKWebView inside a UICollectionView flashes when items are inserted above it
1043 https://bugs.webkit.org/show_bug.cgi?id=168376
1044 <rdar://problem/29322051>
1046 Reviewed by Simon Fraser.
1048 * scrollingcoordinator/ios/sync-layer-positions-after-scroll.html:
1049 * scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt:
1050 Make use of doAfterVisibleContentRectUpdate; we previously were
1051 guaranteed by message ordering that our uiScriptComplete message
1052 would arrive after the visible content rect update, but that is
1055 Also, adjust to have a initial scale and flexible viewport in order
1056 to work around https://bugs.webkit.org/show_bug.cgi?id=168403.
1058 2017-02-16 Alex Christensen <achristensen@webkit.org>
1060 Remove EFL test expectations.
1062 Rubber-stamped by Anders Carlsson.
1064 * platform/efl: Removed.
1065 * platform/efl-wk2: Removed.
1066 * platform/efl-wk2/TestExpectations: Removed.
1067 * platform/efl/TestExpectations: Removed.
1068 * platform/efl/accessibility: Removed.
1069 * platform/efl/accessibility/aria-checkbox-sends-notification-expected.txt: Removed.
1070 * platform/efl/accessibility/aria-fallback-roles-expected.txt: Removed.
1071 * platform/efl/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.
1072 * platform/efl/accessibility/aria-inherits-presentational-expected.txt: Removed.
1073 * platform/efl/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Removed.
1074 * platform/efl/accessibility/aria-labelledby-overrides-label-expected.txt: Removed.
1075 * platform/efl/accessibility/aria-menubar-menuitems-expected.txt: Removed.
1076 * platform/efl/accessibility/aria-option-role-expected.txt: Removed.
1077 * platform/efl/accessibility/aria-role-on-label-expected.txt: Removed.
1078 * platform/efl/accessibility/aria-switch-text-expected.txt: Removed.
1079 * platform/efl/accessibility/aria-table-content-expected.txt: Removed.
1080 * platform/efl/accessibility/aria-table-hierarchy-expected.txt: Removed.
1081 * platform/efl/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
1082 * platform/efl/accessibility/auto-fill-crash-expected.txt: Removed.
1083 * platform/efl/accessibility/auto-filled-value-expected.txt: Removed.
1084 * platform/efl/accessibility/content-editable-as-textarea-expected.txt: Removed.
1085 * platform/efl/accessibility/css-content-attribute-expected.txt: Removed.
1086 * platform/efl/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
1087 * platform/efl/accessibility/dimensions-include-descendants-expected.txt: Removed.
1088 * platform/efl/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Removed.
1089 * platform/efl/accessibility/empty-image-with-title-expected.txt: Removed.
1090 * platform/efl/accessibility/file-upload-button-stringvalue-expected.txt: Removed.
1091 * platform/efl/accessibility/form-control-value-settable-expected.txt: Removed.
1092 * platform/efl/accessibility/generated-content-with-display-table-crash-expected.txt: Removed.
1093 * platform/efl/accessibility/image-link-expected.txt: Removed.
1094 * platform/efl/accessibility/image-map1-expected.txt: Removed.
1095 * platform/efl/accessibility/image-map2-expected.txt: Removed.
1096 * platform/efl/accessibility/image-with-alt-and-map-expected.txt: Removed.
1097 * platform/efl/accessibility/img-fallsback-to-title-expected.txt: Removed.
1098 * platform/efl/accessibility/internal-link-anchors2-expected.txt: Removed.
1099 * platform/efl/accessibility/list-detection-expected.txt: Removed.
1100 * platform/efl/accessibility/lists-expected.txt: Removed.
1101 * platform/efl/accessibility/math-fenced-expected.txt: Removed.
1102 * platform/efl/accessibility/math-foreign-content-expected.txt: Removed.
1103 * platform/efl/accessibility/math-mo-fences-and-separators-expected.txt: Removed.
1104 * platform/efl/accessibility/math-multiscript-attributes-expected.txt: Removed.
1105 * platform/efl/accessibility/math-text-expected.txt: Removed.
1106 * platform/efl/accessibility/media-element-expected.txt: Removed.
1107 * platform/efl/accessibility/media-emits-object-replacement-expected.txt: Removed.
1108 * platform/efl/accessibility/menu-list-crash2-expected.txt: Removed.
1109 * platform/efl/accessibility/menu-list-sends-change-notification-expected.txt: Removed.
1110 * platform/efl/accessibility/meter-element-expected.txt: Removed.
1111 * platform/efl/accessibility/platform-name-expected.txt: Removed.
1112 * platform/efl/accessibility/plugin-expected.txt: Removed.
1113 * platform/efl/accessibility/radio-button-title-label-expected.txt: Removed.
1114 * platform/efl/accessibility/render-counter-text-expected.txt: Removed.
1115 * platform/efl/accessibility/roles-exposed-expected.txt: Removed.
1116 * platform/efl/accessibility/tabindex-elements-are-accessible-expected.txt: Removed.
1117 * platform/efl/accessibility/table-attributes-expected.txt: Removed.
1118 * platform/efl/accessibility/table-cell-spans-expected.txt: Removed.
1119 * platform/efl/accessibility/table-cells-expected.txt: Removed.
1120 * platform/efl/accessibility/table-column-headers-with-captions-expected.txt: Removed.
1121 * platform/efl/accessibility/table-detection-expected.txt: Removed.
1122 * platform/efl/accessibility/table-hierarchy-expected.txt: Removed.
1123 * platform/efl/accessibility/table-one-cell-expected.txt: Removed.
1124 * platform/efl/accessibility/table-roles-hierarchy-expected.txt: Removed.
1125 * platform/efl/accessibility/table-sections-expected.txt: Removed.
1126 * platform/efl/accessibility/table-with-rules-expected.txt: Removed.
1127 * platform/efl/accessibility/transformed-element-expected.txt: Removed.
1128 * platform/efl/accessibility/w3c-svg-content-language-attribute-expected.txt: Removed.
1129 * platform/efl/animations: Removed.
1130 * platform/efl/animations/3d: Removed.
1131 * platform/efl/animations/3d/change-transform-in-end-event-expected.png: Removed.
1132 * platform/efl/animations/3d/change-transform-in-end-event-expected.txt: Removed.
1133 * platform/efl/animations/3d/matrix-transform-type-animation-expected.png: Removed.
1134 * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt: Removed.
1135 * platform/efl/animations/3d/state-at-end-event-transform-expected.png: Removed.
1136 * platform/efl/animations/3d/state-at-end-event-transform-expected.txt: Removed.
1137 * platform/efl/animations/additive-transform-animations-expected.png: Removed.
1138 * platform/efl/animations/additive-transform-animations-expected.txt: Removed.
1139 * platform/efl/animations/cross-fade-border-image-source-expected.png: Removed.
1140 * platform/efl/animations/cross-fade-border-image-source-expected.txt: Removed.
1141 * platform/efl/animations/cross-fade-list-style-image-expected.png: Removed.
1142 * platform/efl/animations/cross-fade-list-style-image-expected.txt: Removed.
1143 * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png: Removed.
1144 * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt: Removed.
1145 * platform/efl/animations/cross-fade-webkit-mask-image-expected.png: Removed.
1146 * platform/efl/animations/cross-fade-webkit-mask-image-expected.txt: Removed.
1147 * platform/efl/animations/missing-values-first-keyframe-expected.png: Removed.
1148 * platform/efl/animations/missing-values-first-keyframe-expected.txt: Removed.
1149 * platform/efl/animations/missing-values-last-keyframe-expected.png: Removed.
1150 * platform/efl/animations/missing-values-last-keyframe-expected.txt: Removed.
1151 * platform/efl/animations/opacity-transform-animation-expected.png: Removed.
1152 * platform/efl/animations/state-at-end-event-expected.png: Removed.
1153 * platform/efl/animations/state-at-end-event-expected.txt: Removed.
1154 * platform/efl/animations/suspend-transform-animation-expected.png: Removed.
1155 * platform/efl/compositing: Removed.
1156 * platform/efl/compositing/animation: Removed.
1157 * platform/efl/compositing/animation/busy-indicator-expected.png: Removed.
1158 * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png: Removed.
1159 * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt: Removed.
1160 * platform/efl/compositing/bounds-in-flipped-writing-mode-expected.txt: Removed.
1161 * platform/efl/compositing/clip-change-expected.png: Removed.
1162 * platform/efl/compositing/color-matching: Removed.
1163 * platform/efl/compositing/color-matching/image-color-matching-expected.png: Removed.
1164 * platform/efl/compositing/color-matching/image-color-matching-expected.txt: Removed.
1165 * platform/efl/compositing/color-matching/pdf-image-match-expected.png: Removed.
1166 * platform/efl/compositing/color-matching/pdf-image-match-expected.txt: Removed.
1167 * platform/efl/compositing/compositing-visible-descendant-expected.png: Removed.
1168 * platform/efl/compositing/compositing-visible-descendant-expected.txt: Removed.
1169 * platform/efl/compositing/contents-opaque: Removed.
1170 * platform/efl/compositing/contents-opaque/control-layer-expected.txt: Removed.
1171 * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Removed.
1172 * platform/efl/compositing/contents-scale: Removed.
1173 * platform/efl/compositing/contents-scale/animating-expected.txt: Removed.
1174 * platform/efl/compositing/contents-scale/scaled-ancestor-expected.txt: Removed.
1175 * platform/efl/compositing/contents-scale/simple-scale-expected.txt: Removed.
1176 * platform/efl/compositing/contents-scale/z-translate-expected.txt: Removed.
1177 * platform/efl/compositing/culling: Removed.
1178 * platform/efl/compositing/culling/filter-occlusion-blur-expected.png: Removed.
1179 * platform/efl/compositing/culling/filter-occlusion-blur-large-expected.png: Removed.
1180 * platform/efl/compositing/direct-image-compositing-expected.png: Removed.
1181 * platform/efl/compositing/direct-image-compositing-expected.txt: Removed.
1182 * platform/efl/compositing/fixed-position-scroll-offset-history-restore-expected.png: Removed.
1183 * platform/efl/compositing/flat-with-transformed-child-expected.png: Removed.
1184 * platform/efl/compositing/framesets: Removed.
1185 * platform/efl/compositing/framesets/composited-frame-alignment-expected.png: Removed.
1186 * platform/efl/compositing/generated-content-expected.png: Removed.
1187 * platform/efl/compositing/generated-content-expected.txt: Removed.
1188 * platform/efl/compositing/geometry: Removed.
1189 * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png: Removed.
1190 * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt: Removed.
1191 * platform/efl/compositing/geometry/clipped-video-controller-expected.png: Removed.
1192 * platform/efl/compositing/geometry/clipping-foreground-expected.txt: Removed.
1193 * platform/efl/compositing/geometry/composited-html-size-expected.png: Removed.
1194 * platform/efl/compositing/geometry/composited-html-size-expected.txt: Removed.
1195 * platform/efl/compositing/geometry/fixed-in-composited-expected.png: Removed.
1196 * platform/efl/compositing/geometry/fixed-in-composited-expected.txt: Removed.
1197 * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Removed.
1198 * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png: Removed.
1199 * platform/efl/compositing/geometry/fixed-position-expected.png: Removed.
1200 * platform/efl/compositing/geometry/fixed-position-expected.txt: Removed.
1201 * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
1202 * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Removed.
1203 * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
1204 * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Removed.
1205 * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Removed.
1206 * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png: Removed.
1207 * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.txt: Removed.
1208 * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Removed.
1209 * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Removed.
1210 * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png: Removed.
1211 * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt: Removed.
1212 * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
1213 * platform/efl/compositing/geometry/outline-change-expected.png: Removed.
1214 * platform/efl/compositing/geometry/outline-change-expected.txt: Removed.
1215 * platform/efl/compositing/geometry/partial-layout-update-expected.png: Removed.
1216 * platform/efl/compositing/geometry/partial-layout-update-expected.txt: Removed.
1217 * platform/efl/compositing/geometry/repaint-foreground-layer-expected.png: Removed.
1218 * platform/efl/compositing/geometry/root-layer-update-expected.png: Removed.
1219 * platform/efl/compositing/geometry/root-layer-update-expected.txt: Removed.
1220 * platform/efl/compositing/geometry/tall-page-composited-expected.png: Removed.
1221 * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Removed.
1222 * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Removed.
1223 * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png: Removed.
1224 * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt: Removed.
1225 * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png: Removed.
1226 * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt: Removed.
1227 * platform/efl/compositing/geometry/video-opacity-overlay-expected.png: Removed.
1228 * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt: Removed.
1229 * platform/efl/compositing/iframes: Removed.
1230 * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt: Removed.
1231 * platform/efl/compositing/iframes/composited-iframe-scroll-expected.png: Removed.
1232 * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Removed.
1233 * platform/efl/compositing/iframes/iframe-content-flipping-expected.png: Removed.
1234 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png: Removed.
1235 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt: Removed.
1236 * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.png: Removed.
1237 * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.txt: Removed.
1238 * platform/efl/compositing/iframes/invisible-nested-iframe-show-expected.txt: Removed.
1239 * platform/efl/compositing/iframes/nested-iframe-scrolling-expected.png: Removed.
1240 * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Removed.
1241 * platform/efl/compositing/iframes/resizer-expected.txt: Removed.
1242 * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Removed.
1243 * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Removed.
1244 * platform/efl/compositing/images: Removed.
1245 * platform/efl/compositing/images/content-image-change-expected.png: Removed.
1246 * platform/efl/compositing/images/direct-image-background-color-expected.png: Removed.
1247 * platform/efl/compositing/images/direct-image-background-color-expected.txt: Removed.
1248 * platform/efl/compositing/images/direct-svg-image-expected.png: Removed.
1249 * platform/efl/compositing/layer-creation: Removed.
1250 * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Removed.
1251 * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed.
1252 * platform/efl/compositing/layer-creation/overlap-animation-container-expected.txt: Removed.
1253 * platform/efl/compositing/layer-creation/spanOverlapsCanvas-expected.png: Removed.
1254 * platform/efl/compositing/layers-inside-overflow-scroll-expected.png: Removed.
1255 * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt: Removed.
1256 * platform/efl/compositing/masks: Removed.
1257 * platform/efl/compositing/masks/direct-image-mask-expected.png: Removed.
1258 * platform/efl/compositing/masks/direct-image-mask-expected.txt: Removed.
1259 * platform/efl/compositing/masks/layer-mask-placement-expected.png: Removed.
1260 * platform/efl/compositing/masks/masked-ancestor-expected.txt: Removed.
1261 * platform/efl/compositing/masks/multiple-masks-expected.png: Removed.
1262 * platform/efl/compositing/masks/multiple-masks-expected.txt: Removed.
1263 * platform/efl/compositing/masks/simple-composited-mask-expected.png: Removed.
1264 * platform/efl/compositing/masks/simple-composited-mask-expected.txt: Removed.
1265 * platform/efl/compositing/overflow: Removed.
1266 * platform/efl/compositing/overflow/ancestor-overflow-expected.png: Removed.
1267 * platform/efl/compositing/overflow/ancestor-overflow-expected.txt: Removed.
1268 * platform/efl/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Removed.
1269 * platform/efl/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Removed.
1270 * platform/efl/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Removed.
1271 * platform/efl/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Removed.
1272 * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png: Removed.
1273 * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Removed.
1274 * platform/efl/compositing/overflow/nested-scrolling-expected.txt: Removed.
1275 * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
1276 * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
1277 * platform/efl/compositing/overflow/overflow-positioning-expected.png: Removed.
1278 * platform/efl/compositing/overflow/overflow-positioning-expected.txt: Removed.
1279 * platform/efl/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed.
1280 * platform/efl/compositing/overflow/overflow-scroll-expected.png: Removed.
1281 * platform/efl/compositing/overflow/overflow-scroll-expected.txt: Removed.
1282 * platform/efl/compositing/overflow/parent-overflow-expected.png: Removed.
1283 * platform/efl/compositing/overflow/parent-overflow-expected.txt: Removed.
1284 * platform/efl/compositing/overflow/remove-overflow-crash2-expected.png: Removed.
1285 * platform/efl/compositing/overflow/remove-overflow-crash2-expected.txt: Removed.
1286 * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png: Removed.
1287 * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
1288 * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt: Removed.
1289 * platform/efl/compositing/overflow/scrollbar-painting-expected.png: Removed.
1290 * platform/efl/compositing/overflow/scrollbar-painting-expected.txt: Removed.
1291 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png: Removed.
1292 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt: Removed.
1293 * platform/efl/compositing/overflow/zero-size-overflow-expected.png: Removed.
1294 * platform/efl/compositing/plugins: Removed.
1295 * platform/efl/compositing/plugins/composited-plugin-expected.png: Removed.
1296 * platform/efl/compositing/plugins/composited-plugin-expected.txt: Removed.
1297 * platform/efl/compositing/reflections: Removed.
1298 * platform/efl/compositing/reflections/animation-inside-reflection-expected.png: Removed.
1299 * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt: Removed.
1300 * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png: Removed.
1301 * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt: Removed.
1302 * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png: Removed.
1303 * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt: Removed.
1304 * platform/efl/compositing/reflections/load-video-in-reflection-expected.png: Removed.
1305 * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt: Removed.
1306 * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png: Removed.
1307 * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt: Removed.
1308 * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt: Removed.
1309 * platform/efl/compositing/reflections/nested-reflection-animated-expected.png: Removed.
1310 * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt: Removed.
1311 * platform/efl/compositing/reflections/nested-reflection-expected.png: Removed.
1312 * platform/efl/compositing/reflections/nested-reflection-expected.txt: Removed.
1313 * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png: Removed.
1314 * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt: Removed.
1315 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png: Removed.
1316 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt: Removed.
1317 * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png: Removed.
1318 * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt: Removed.
1319 * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png: Removed.
1320 * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt: Removed.
1321 * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png: Removed.
1322 * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt: Removed.
1323 * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png: Removed.
1324 * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt: Removed.
1325 * platform/efl/compositing/reflections/nested-reflection-transition-expected.png: Removed.
1326 * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt: Removed.
1327 * platform/efl/compositing/reflections/reflection-in-composited-expected.png: Removed.
1328 * platform/efl/compositing/reflections/reflection-in-composited-expected.txt: Removed.
1329 * platform/efl/compositing/reflections/reflection-on-composited-expected.png: Removed.
1330 * platform/efl/compositing/reflections/reflection-on-composited-expected.txt: Removed.
1331 * platform/efl/compositing/reflections/reflection-opacity-expected.png: Removed.
1332 * platform/efl/compositing/reflections/reflection-opacity-expected.txt: Removed.
1333 * platform/efl/compositing/reflections/reflection-ordering-expected.png: Removed.
1334 * platform/efl/compositing/reflections/reflection-ordering-expected.txt: Removed.
1335 * platform/efl/compositing/reflections/reflection-positioning-expected.png: Removed.
1336 * platform/efl/compositing/reflections/reflection-positioning-expected.txt: Removed.
1337 * platform/efl/compositing/reflections/reflection-positioning2-expected.png: Removed.
1338 * platform/efl/compositing/reflections/reflection-positioning2-expected.txt: Removed.
1339 * platform/efl/compositing/reflections/remove-add-reflection-expected.png: Removed.
1340 * platform/efl/compositing/reflections/simple-composited-reflections-expected.png: Removed.
1341 * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt: Removed.
1342 * platform/efl/compositing/reflections/transform-inside-reflection-expected.png: Removed.
1343 * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt: Removed.
1344 * platform/efl/compositing/repaint: Removed.
1345 * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png: Removed.
1346 * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt: Removed.
1347 * platform/efl/compositing/repaint/composited-document-element-expected.png: Removed.
1348 * platform/efl/compositing/repaint/composited-document-element-expected.txt: Removed.
1349 * platform/efl/compositing/repaint/content-into-overflow-expected.png: Removed.
1350 * platform/efl/compositing/repaint/content-into-overflow-expected.txt: Removed.
1351 * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
1352 * platform/efl/compositing/repaint/layer-repaint-expected.png: Removed.
1353 * platform/efl/compositing/repaint/layer-repaint-expected.txt: Removed.
1354 * platform/efl/compositing/repaint/layer-repaint-rects-expected.png: Removed.
1355 * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt: Removed.
1356 * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png: Removed.
1357 * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.txt: Removed.
1358 * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png: Removed.
1359 * platform/efl/compositing/repaint/opacity-between-absolute-expected.png: Removed.
1360 * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt: Removed.
1361 * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png: Removed.
1362 * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt: Removed.
1363 * platform/efl/compositing/repaint/overflow-into-content-expected.png: Removed.
1364 * platform/efl/compositing/repaint/overflow-into-content-expected.txt: Removed.
1365 * platform/efl/compositing/repaint/same-size-invalidation-expected.png: Removed.
1366 * platform/efl/compositing/repaint/shrink-layer-expected.png: Removed.
1367 * platform/efl/compositing/repaint/transform-style-change-expected.png: Removed.
1368 * platform/efl/compositing/rtl: Removed.
1369 * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Removed.
1370 * platform/efl/compositing/rtl/rtl-overflow-scrolling-expected.txt: Removed.
1371 * platform/efl/compositing/scaling: Removed.
1372 * platform/efl/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
1373 * platform/efl/compositing/self-painting-layers-expected.png: Removed.
1374 * platform/efl/compositing/self-painting-layers-expected.txt: Removed.
1375 * platform/efl/compositing/shadows: Removed.
1376 * platform/efl/compositing/shadows/shadow-drawing-expected.txt: Removed.
1377 * platform/efl/compositing/sibling-positioning-expected.png: Removed.
1378 * platform/efl/compositing/sibling-positioning-expected.txt: Removed.
1379 * platform/efl/compositing/text-on-large-layer-expected.png: Removed.
1380 * platform/efl/compositing/text-on-large-layer-expected.txt: Removed.
1381 * platform/efl/compositing/tiling: Removed.
1382 * platform/efl/compositing/tiling/huge-layer-add-remove-child-expected.txt: Removed.
1383 * platform/efl/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed.
1384 * platform/efl/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
1385 * platform/efl/compositing/transitions: Removed.
1386 * platform/efl/compositing/transitions/scale-transition-no-start-expected.png: Removed.
1387 * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt: Removed.
1388 * platform/efl/compositing/transitions/singular-scale-transition-expected.png: Removed.
1389 * platform/efl/compositing/transitions/singular-scale-transition-expected.txt: Removed.
1390 * platform/efl/compositing/video: Removed.
1391 * platform/efl/compositing/video-page-visibility-expected.png: Removed.
1392 * platform/efl/compositing/video/video-background-color-expected.png: Removed.
1393 * platform/efl/compositing/video/video-background-color-expected.txt: Removed.
1394 * platform/efl/compositing/video/video-controls-layer-creation-expected.png: Removed.
1395 * platform/efl/compositing/visibility: Removed.
1396 * platform/efl/compositing/visibility/visibility-composited-expected.png: Removed.
1397 * platform/efl/compositing/visibility/visibility-composited-expected.txt: Removed.
1398 * platform/efl/compositing/visibility/visibility-composited-transforms-expected.png: Removed.
1399 * platform/efl/compositing/visibility/visibility-composited-transforms-expected.txt: Removed.
1400 * platform/efl/compositing/visibility/visibility-image-layers-expected.png: Removed.
1401 * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png: Removed.
1402 * platform/efl/compositing/webgl: Removed.
1403 * platform/efl/compositing/webgl/webgl-background-color-expected.png: Removed.
1404 * platform/efl/compositing/webgl/webgl-background-color-expected.txt: Removed.
1405 * platform/efl/compositing/webgl/webgl-no-alpha-expected.png: Removed.
1406 * platform/efl/compositing/webgl/webgl-no-alpha-expected.txt: Removed.
1407 * platform/efl/compositing/webgl/webgl-reflection-expected.png: Removed.
1408 * platform/efl/compositing/webgl/webgl-reflection-expected.txt: Removed.
1409 * platform/efl/css1: Removed.
1410 * platform/efl/css1/basic: Removed.
1411 * platform/efl/css1/basic/containment-expected.png: Removed.
1412 * platform/efl/css1/basic/containment-expected.txt: Removed.
1413 * platform/efl/css1/basic/contextual_selectors-expected.png: Removed.
1414 * platform/efl/css1/basic/contextual_selectors-expected.txt: Removed.
1415 * platform/efl/css1/basic/grouping-expected.png: Removed.
1416 * platform/efl/css1/basic/grouping-expected.txt: Removed.
1417 * platform/efl/css1/basic/id_as_selector-expected.png: Removed.
1418 * platform/efl/css1/basic/id_as_selector-expected.txt: Removed.
1419 * platform/efl/css1/basic/inheritance-expected.png: Removed.
1420 * platform/efl/css1/basic/inheritance-expected.txt: Removed.
1421 * platform/efl/css1/box_properties: Removed.
1422 * platform/efl/css1/box_properties/acid_test-expected.png: Removed.
1423 * platform/efl/css1/box_properties/acid_test-expected.txt: Removed.
1424 * platform/efl/css1/box_properties/border-expected.png: Removed.
1425 * platform/efl/css1/box_properties/border-expected.txt: Removed.
1426 * platform/efl/css1/box_properties/border_bottom-expected.png: Removed.
1427 * platform/efl/css1/box_properties/border_bottom-expected.txt: Removed.
1428 * platform/efl/css1/box_properties/border_bottom_inline-expected.png: Removed.
1429 * platform/efl/css1/box_properties/border_bottom_inline-expected.txt: Removed.
1430 * platform/efl/css1/box_properties/border_bottom_width-expected.png: Removed.
1431 * platform/efl/css1/box_properties/border_bottom_width-expected.txt: Removed.
1432 * platform/efl/css1/box_properties/border_bottom_width_inline-expected.png: Removed.
1433 * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt: Removed.
1434 * platform/efl/css1/box_properties/border_color-expected.png: Removed.
1435 * platform/efl/css1/box_properties/border_color-expected.txt: Removed.
1436 * platform/efl/css1/box_properties/border_color_inline-expected.png: Removed.
1437 * platform/efl/css1/box_properties/border_color_inline-expected.txt: Removed.
1438 * platform/efl/css1/box_properties/border_inline-expected.png: Removed.
1439 * platform/efl/css1/box_properties/border_inline-expected.txt: Removed.
1440 * platform/efl/css1/box_properties/border_left-expected.png: Removed.
1441 * platform/efl/css1/box_properties/border_left-expected.txt: Removed.
1442 * platform/efl/css1/box_properties/border_left_inline-expected.png: Removed.
1443 * platform/efl/css1/box_properties/border_left_inline-expected.txt: Removed.
1444 * platform/efl/css1/box_properties/border_left_width-expected.png: Removed.
1445 * platform/efl/css1/box_properties/border_left_width-expected.txt: Removed.
1446 * platform/efl/css1/box_properties/border_left_width_inline-expected.png: Removed.
1447 * platform/efl/css1/box_properties/border_left_width_inline-expected.txt: Removed.
1448 * platform/efl/css1/box_properties/border_right-expected.png: Removed.
1449 * platform/efl/css1/box_properties/border_right-expected.txt: Removed.
1450 * platform/efl/css1/box_properties/border_right_inline-expected.png: Removed.
1451 * platform/efl/css1/box_properties/border_right_inline-expected.txt: Removed.
1452 * platform/efl/css1/box_properties/border_right_width-expected.png: Removed.
1453 * platform/efl/css1/box_properties/border_right_width-expected.txt: Removed.
1454 * platform/efl/css1/box_properties/border_right_width_inline-expected.png: Removed.
1455 * platform/efl/css1/box_properties/border_right_width_inline-expected.txt: Removed.
1456 * platform/efl/css1/box_properties/border_style-expected.png: Removed.
1457 * platform/efl/css1/box_properties/border_style-expected.txt: Removed.
1458 * platform/efl/css1/box_properties/border_style_inline-expected.png: Removed.
1459 * platform/efl/css1/box_properties/border_style_inline-expected.txt: Removed.
1460 * platform/efl/css1/box_properties/border_top-expected.png: Removed.
1461 * platform/efl/css1/box_properties/border_top-expected.txt: Removed.
1462 * platform/efl/css1/box_properties/border_top_inline-expected.png: Removed.
1463 * platform/efl/css1/box_properties/border_top_inline-expected.txt: Removed.
1464 * platform/efl/css1/box_properties/border_top_width-expected.png: Removed.
1465 * platform/efl/css1/box_properties/border_top_width-expected.txt: Removed.
1466 * platform/efl/css1/box_properties/border_top_width_inline-expected.png: Removed.
1467 * platform/efl/css1/box_properties/border_top_width_inline-expected.txt: Removed.
1468 * platform/efl/css1/box_properties/border_width-expected.png: Removed.
1469 * platform/efl/css1/box_properties/border_width-expected.txt: Removed.
1470 * platform/efl/css1/box_properties/border_width_inline-expected.png: Removed.
1471 * platform/efl/css1/box_properties/border_width_inline-expected.txt: Removed.
1472 * platform/efl/css1/box_properties/clear-expected.png: Removed.
1473 * platform/efl/css1/box_properties/clear-expected.txt: Removed.
1474 * platform/efl/css1/box_properties/clear_float-expected.png: Removed.
1475 * platform/efl/css1/box_properties/clear_float-expected.txt: Removed.
1476 * platform/efl/css1/box_properties/float-expected.png: Removed.
1477 * platform/efl/css1/box_properties/float-expected.txt: Removed.
1478 * platform/efl/css1/box_properties/float_elements_in_series-expected.png: Removed.
1479 * platform/efl/css1/box_properties/float_elements_in_series-expected.txt: Removed.
1480 * platform/efl/css1/box_properties/float_margin-expected.png: Removed.
1481 * platform/efl/css1/box_properties/float_margin-expected.txt: Removed.
1482 * platform/efl/css1/box_properties/float_on_text_elements-expected.png: Removed.
1483 * platform/efl/css1/box_properties/float_on_text_elements-expected.txt: Removed.
1484 * platform/efl/css1/box_properties/height-expected.png: Removed.
1485 * platform/efl/css1/box_properties/height-expected.txt: Removed.
1486 * platform/efl/css1/box_properties/margin-expected.png: Removed.
1487 * platform/efl/css1/box_properties/margin-expected.txt: Removed.
1488 * platform/efl/css1/box_properties/margin_bottom-expected.png: Removed.
1489 * platform/efl/css1/box_properties/margin_bottom-expected.txt: Removed.
1490 * platform/efl/css1/box_properties/margin_bottom_inline-expected.png: Removed.
1491 * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt: Removed.
1492 * platform/efl/css1/box_properties/margin_inline-expected.png: Removed.
1493 * platform/efl/css1/box_properties/margin_inline-expected.txt: Removed.
1494 * platform/efl/css1/box_properties/margin_left-expected.png: Removed.
1495 * platform/efl/css1/box_properties/margin_left-expected.txt: Removed.
1496 * platform/efl/css1/box_properties/margin_left_inline-expected.png: Removed.
1497 * platform/efl/css1/box_properties/margin_left_inline-expected.txt: Removed.
1498 * platform/efl/css1/box_properties/margin_right-expected.png: Removed.
1499 * platform/efl/css1/box_properties/margin_right-expected.txt: Removed.
1500 * platform/efl/css1/box_properties/margin_right_inline-expected.png: Removed.
1501 * platform/efl/css1/box_properties/margin_right_inline-expected.txt: Removed.
1502 * platform/efl/css1/box_properties/margin_top-expected.png: Removed.
1503 * platform/efl/css1/box_properties/margin_top-expected.txt: Removed.
1504 * platform/efl/css1/box_properties/margin_top_inline-expected.png: Removed.
1505 * platform/efl/css1/box_properties/margin_top_inline-expected.txt: Removed.
1506 * platform/efl/css1/box_properties/padding-expected.png: Removed.
1507 * platform/efl/css1/box_properties/padding-expected.txt: Removed.
1508 * platform/efl/css1/box_properties/padding_bottom-expected.png: Removed.
1509 * platform/efl/css1/box_properties/padding_bottom-expected.txt: Removed.
1510 * platform/efl/css1/box_properties/padding_bottom_inline-expected.png: Removed.
1511 * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt: Removed.
1512 * platform/efl/css1/box_properties/padding_inline-expected.png: Removed.
1513 * platform/efl/css1/box_properties/padding_inline-expected.txt: Removed.
1514 * platform/efl/css1/box_properties/padding_left-expected.png: Removed.
1515 * platform/efl/css1/box_properties/padding_left-expected.txt: Removed.
1516 * platform/efl/css1/box_properties/padding_left_inline-expected.png: Removed.
1517 * platform/efl/css1/box_properties/padding_left_inline-expected.txt: Removed.
1518 * platform/efl/css1/box_properties/padding_right-expected.png: Removed.
1519 * platform/efl/css1/box_properties/padding_right-expected.txt: Removed.
1520 * platform/efl/css1/box_properties/padding_right_inline-expected.png: Removed.
1521 * platform/efl/css1/box_properties/padding_right_inline-expected.txt: Removed.
1522 * platform/efl/css1/box_properties/padding_top-expected.png: Removed.
1523 * platform/efl/css1/box_properties/padding_top-expected.txt: Removed.
1524 * platform/efl/css1/box_properties/padding_top_inline-expected.png: Removed.
1525 * platform/efl/css1/box_properties/padding_top_inline-expected.txt: Removed.
1526 * platform/efl/css1/box_properties/width-expected.png: Removed.
1527 * platform/efl/css1/box_properties/width-expected.txt: Removed.
1528 * platform/efl/css1/cascade: Removed.
1529 * platform/efl/css1/cascade/cascade_order-expected.png: Removed.
1530 * platform/efl/css1/cascade/cascade_order-expected.txt: Removed.
1531 * platform/efl/css1/cascade/important-expected.png: Removed.
1532 * platform/efl/css1/cascade/important-expected.txt: Removed.
1533 * platform/efl/css1/classification: Removed.
1534 * platform/efl/css1/classification/display-expected.png: Removed.
1535 * platform/efl/css1/classification/display-expected.txt: Removed.
1536 * platform/efl/css1/classification/list_style-expected.png: Removed.
1537 * platform/efl/css1/classification/list_style-expected.txt: Removed.
1538 * platform/efl/css1/classification/list_style_image-expected.png: Removed.
1539 * platform/efl/css1/classification/list_style_image-expected.txt: Removed.
1540 * platform/efl/css1/classification/list_style_position-expected.png: Removed.
1541 * platform/efl/css1/classification/list_style_position-expected.txt: Removed.
1542 * platform/efl/css1/classification/list_style_type-expected.png: Removed.
1543 * platform/efl/css1/classification/list_style_type-expected.txt: Removed.
1544 * platform/efl/css1/classification/white_space-expected.png: Removed.
1545 * platform/efl/css1/classification/white_space-expected.txt: Removed.
1546 * platform/efl/css1/color_and_background: Removed.
1547 * platform/efl/css1/color_and_background/background-expected.png: Removed.
1548 * platform/efl/css1/color_and_background/background-expected.txt: Removed.
1549 * platform/efl/css1/color_and_background/background_attachment-expected.png: Removed.
1550 * platform/efl/css1/color_and_background/background_attachment-expected.txt: Removed.
1551 * platform/efl/css1/color_and_background/background_color-expected.png: Removed.
1552 * platform/efl/css1/color_and_background/background_color-expected.txt: Removed.
1553 * platform/efl/css1/color_and_background/background_image-expected.png: Removed.
1554 * platform/efl/css1/color_and_background/background_image-expected.txt: Removed.
1555 * platform/efl/css1/color_and_background/background_position-expected.png: Removed.
1556 * platform/efl/css1/color_and_background/background_position-expected.txt: Removed.
1557 * platform/efl/css1/color_and_background/background_repeat-expected.png: Removed.
1558 * platform/efl/css1/color_and_background/background_repeat-expected.txt: Removed.
1559 * platform/efl/css1/color_and_background/color-expected.png: Removed.
1560 * platform/efl/css1/color_and_background/color-expected.txt: Removed.
1561 * platform/efl/css1/conformance: Removed.
1562 * platform/efl/css1/conformance/forward_compatible_parsing-expected.png: Removed.
1563 * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt: Removed.
1564 * platform/efl/css1/font_properties: Removed.
1565 * platform/efl/css1/font_properties/font-expected.png: Removed.
1566 * platform/efl/css1/font_properties/font-expected.txt: Removed.
1567 * platform/efl/css1/font_properties/font_family-expected.png: Removed.
1568 * platform/efl/css1/font_properties/font_family-expected.txt: Removed.
1569 * platform/efl/css1/font_properties/font_size-expected.png: Removed.
1570 * platform/efl/css1/font_properties/font_size-expected.txt: Removed.
1571 * platform/efl/css1/font_properties/font_style-expected.png: Removed.
1572 * platform/efl/css1/font_properties/font_style-expected.txt: Removed.
1573 * platform/efl/css1/font_properties/font_variant-expected.png: Removed.
1574 * platform/efl/css1/font_properties/font_variant-expected.txt: Removed.
1575 * platform/efl/css1/font_properties/font_weight-expected.png: Removed.
1576 * platform/efl/css1/font_properties/font_weight-expected.txt: Removed.
1577 * platform/efl/css1/formatting_model: Removed.
1578 * platform/efl/css1/formatting_model/canvas-expected.png: Removed.
1579 * platform/efl/css1/formatting_model/canvas-expected.txt: Removed.
1580 * platform/efl/css1/formatting_model/floating_elements-expected.png: Removed.
1581 * platform/efl/css1/formatting_model/floating_elements-expected.txt: Removed.
1582 * platform/efl/css1/formatting_model/height_of_lines-expected.png: Removed.
1583 * platform/efl/css1/formatting_model/height_of_lines-expected.txt: Removed.
1584 * platform/efl/css1/formatting_model/horizontal_formatting-expected.png: Removed.
1585 * platform/efl/css1/formatting_model/horizontal_formatting-expected.txt: Removed.
1586 * platform/efl/css1/formatting_model/inline_elements-expected.png: Removed.
1587 * platform/efl/css1/formatting_model/inline_elements-expected.txt: Removed.
1588 * platform/efl/css1/formatting_model/replaced_elements-expected.png: Removed.
1589 * platform/efl/css1/formatting_model/replaced_elements-expected.txt: Removed.
1590 * platform/efl/css1/formatting_model/vertical_formatting-expected.png: Removed.
1591 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt: Removed.
1592 * platform/efl/css1/pseudo: Removed.
1593 * platform/efl/css1/pseudo/anchor-expected.png: Removed.
1594 * platform/efl/css1/pseudo/anchor-expected.txt: Removed.
1595 * platform/efl/css1/pseudo/firstletter-expected.png: Removed.
1596 * platform/efl/css1/pseudo/firstletter-expected.txt: Removed.
1597 * platform/efl/css1/pseudo/firstline-expected.png: Removed.
1598 * platform/efl/css1/pseudo/firstline-expected.txt: Removed.
1599 * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.png: Removed.
1600 * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt: Removed.
1601 * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.png: Removed.
1602 * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt: Removed.
1603 * platform/efl/css1/text_properties: Removed.
1604 * platform/efl/css1/text_properties/letter_spacing-expected.png: Removed.
1605 * platform/efl/css1/text_properties/letter_spacing-expected.txt: Removed.
1606 * platform/efl/css1/text_properties/line_height-expected.png: Removed.
1607 * platform/efl/css1/text_properties/line_height-expected.txt: Removed.
1608 * platform/efl/css1/text_properties/text_align-expected.png: Removed.
1609 * platform/efl/css1/text_properties/text_align-expected.txt: Removed.
1610 * platform/efl/css1/text_properties/text_decoration-expected.png: Removed.
1611 * platform/efl/css1/text_properties/text_decoration-expected.txt: Removed.
1612 * platform/efl/css1/text_properties/text_indent-expected.png: Removed.
1613 * platform/efl/css1/text_properties/text_indent-expected.txt: Removed.
1614 * platform/efl/css1/text_properties/text_transform-expected.png: Removed.
1615 * platform/efl/css1/text_properties/text_transform-expected.txt: Removed.
1616 * platform/efl/css1/text_properties/vertical_align-expected.png: Removed.
1617 * platform/efl/css1/text_properties/vertical_align-expected.txt: Removed.
1618 * platform/efl/css1/text_properties/word_spacing-expected.png: Removed.
1619 * platform/efl/css1/text_properties/word_spacing-expected.txt: Removed.
1620 * platform/efl/css1/units: Removed.
1621 * platform/efl/css1/units/color_units-expected.png: Removed.
1622 * platform/efl/css1/units/color_units-expected.txt: Removed.
1623 * platform/efl/css1/units/length_units-expected.png: Removed.
1624 * platform/efl/css1/units/length_units-expected.txt: Removed.
1625 * platform/efl/css1/units/percentage_units-expected.png: Removed.
1626 * platform/efl/css1/units/percentage_units-expected.txt: Removed.
1627 * platform/efl/css1/units/urls-expected.png: Removed.
1628 * platform/efl/css1/units/urls-expected.txt: Removed.
1629 * platform/efl/css2.1: Removed.
1630 * platform/efl/css2.1/20110323: Removed.
1631 * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Removed.
1632 * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Removed.
1633 * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Removed.
1634 * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Removed.
1635 * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Removed.
1636 * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Removed.
1637 * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Removed.
1638 * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Removed.
1639 * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Removed.
1640 * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Removed.
1641 * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Removed.
1642 * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Removed.
1643 * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Removed.
1644 * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Removed.
1645 * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Removed.
1646 * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Removed.
1647 * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Removed.
1648 * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Removed.
1649 * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Removed.
1650 * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Removed.
1651 * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Removed.
1652 * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Removed.
1653 * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Removed.
1654 * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Removed.
1655 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Removed.
1656 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Removed.
1657 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Removed.
1658 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Removed.
1659 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Removed.
1660 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Removed.
1661 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Removed.
1662 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Removed.
1663 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Removed.
1664 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Removed.
1665 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Removed.
1666 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Removed.
1667 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Removed.
1668 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Removed.
1669 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Removed.
1670 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Removed.
1671 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Removed.
1672 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Removed.
1673 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Removed.
1674 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Removed.
1675 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Removed.
1676 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Removed.
1677 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Removed.
1678 * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Removed.
1679 * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Removed.
1680 * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Removed.
1681 * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Removed.
1682 * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Removed.
1683 * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Removed.
1684 * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Removed.
1685 * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Removed.
1686 * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Removed.
1687 * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Removed.
1688 * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Removed.
1689 * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Removed.
1690 * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Removed.
1691 * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Removed.
1692 * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Removed.
1693 * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Removed.
1694 * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Removed.
1695 * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Removed.
1696 * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Removed.
1697 * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Removed.
1698 * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Removed.
1699 * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Removed.
1700 * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Removed.
1701 * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Removed.
1702 * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Removed.
1703 * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Removed.
1704 * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Removed.
1705 * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Removed.
1706 * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Removed.
1707 * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Removed.
1708 * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Removed.
1709 * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Removed.
1710 * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Removed.
1711 * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Removed.
1712 * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Removed.
1713 * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Removed.
1714 * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Removed.
1715 * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Removed.
1716 * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Removed.
1717 * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Removed.
1718 * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Removed.
1719 * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Removed.
1720 * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Removed.
1721 * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Removed.
1722 * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Removed.
1723 * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Removed.
1724 * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Removed.
1725 * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Removed.
1726 * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Removed.
1727 * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.png: Removed.
1728 * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.txt: Removed.
1729 * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.png: Removed.
1730 * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.txt: Removed.
1731 * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.png: Removed.
1732 * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.txt: Removed.
1733 * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.png: Removed.
1734 * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.txt: Removed.
1735 * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.png: Removed.
1736 * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt: Removed.
1737 * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.png: Removed.
1738 * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt: Removed.
1739 * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.png: Removed.
1740 * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.txt: Removed.
1741 * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.png: Removed.
1742 * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.txt: Removed.
1743 * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.png: Removed.
1744 * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.txt: Removed.
1745 * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.png: Removed.
1746 * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt: Removed.
1747 * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.png: Removed.
1748 * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt: Removed.
1749 * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.png: Removed.
1750 * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt: Removed.
1751 * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.png: Removed.
1752 * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.txt: Removed.
1753 * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.png: Removed.
1754 * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.txt: Removed.
1755 * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.png: Removed.
1756 * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt: Removed.
1757 * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.png: Removed.
1758 * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt: Removed.
1759 * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.png: Removed.
1760 * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt: Removed.
1761 * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.png: Removed.
1762 * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.txt: Removed.
1763 * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.png: Removed.
1764 * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.txt: Removed.
1765 * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.png: Removed.
1766 * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.txt: Removed.
1767 * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.png: Removed.
1768 * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt: Removed.
1769 * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.png: Removed.
1770 * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt: Removed.
1771 * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.png: Removed.
1772 * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt: Removed.
1773 * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.png: Removed.
1774 * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.txt: Removed.
1775 * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.png: Removed.
1776 * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.txt: Removed.
1777 * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.png: Removed.
1778 * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.txt: Removed.
1779 * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.png: Removed.
1780 * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt: Removed.
1781 * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.png: Removed.
1782 * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt: Removed.
1783 * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.png: Removed.
1784 * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt: Removed.
1785 * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.txt: Removed.
1786 * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.png: Removed.
1787 * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.txt: Removed.
1788 * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.png: Removed.
1789 * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.txt: Removed.
1790 * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.png: Removed.
1791 * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.txt: Removed.
1792 * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.png: Removed.
1793 * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.txt: Removed.
1794 * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.png: Removed.
1795 * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.txt: Removed.
1796 * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.png: Removed.
1797 * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.txt: Removed.
1798 * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.png: Removed.
1799 * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.txt: Removed.
1800 * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.png: Removed.
1801 * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.txt: Removed.
1802 * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.png: Removed.
1803 * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.txt: Removed.
1804 * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.png: Removed.
1805 * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.txt: Removed.
1806 * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.png: Removed.
1807 * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.txt: Removed.
1808 * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.png: Removed.
1809 * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.txt: Removed.
1810 * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.png: Removed.
1811 * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.txt: Removed.
1812 * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.png: Removed.
1813 * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.txt: Removed.
1814 * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.png: Removed.
1815 * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.txt: Removed.
1816 * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.png: Removed.
1817 * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.txt: Removed.
1818 * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.png: Removed.
1819 * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.txt: Removed.
1820 * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.png: Removed.
1821 * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.txt: Removed.
1822 * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.png: Removed.
1823 * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.txt: Removed.
1824 * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.png: Removed.
1825 * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.txt: Removed.
1826 * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.png: Removed.
1827 * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.txt: Removed.
1828 * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.png: Removed.
1829 * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.txt: Removed.
1830 * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
1831 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
1832 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
1833 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed.
1834 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
1835 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
1836 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
1837 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
1838 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
1839 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
1840 * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png: Removed.
1841 * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt: Removed.
1842 * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png: Removed.
1843 * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt: Removed.
1844 * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png: Removed.
1845 * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt: Removed.
1846 * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png: Removed.
1847 * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt: Removed.
1848 * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png: Removed.
1849 * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt: Removed.
1850 * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png: Removed.
1851 * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt: Removed.
1852 * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png: Removed.
1853 * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt: Removed.
1854 * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png: Removed.
1855 * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt: Removed.
1856 * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png: Removed.
1857 * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt: Removed.
1858 * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.png: Removed.
1859 * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.txt: Removed.
1860 * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.png: Removed.
1861 * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.txt: Removed.
1862 * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.png: Removed.
1863 * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.txt: Removed.
1864 * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.png: Removed.
1865 * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.txt: Removed.
1866 * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.png: Removed.
1867 * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.txt: Removed.
1868 * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.png: Removed.
1869 * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.txt: Removed.
1870 * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.png: Removed.
1871 * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.txt: Removed.
1872 * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.png: Removed.
1873 * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.txt: Removed.
1874 * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.png: Removed.
1875 * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.txt: Removed.
1876 * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.png: Removed.
1877 * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.txt: Removed.
1878 * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.txt: Removed.
1879 * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.png: Removed.
1880 * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.txt: Removed.
1881 * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.txt: Removed.
1882 * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.png: Removed.
1883 * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.txt: Removed.
1884 * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.png: Removed.
1885 * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.txt: Removed.
1886 * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.png: Removed.
1887 * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.txt: Removed.
1888 * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.png: Removed.
1889 * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.txt: Removed.
1890 * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.png: Removed.
1891 * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.txt: Removed.
1892 * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.png: Removed.
1893 * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.txt: Removed.
1894 * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.png: Removed.
1895 * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.txt: Removed.
1896 * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.png: Removed.
1897 * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.txt: Removed.
1898 * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.png: Removed.
1899 * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.txt: Removed.
1900 * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.png: Removed.
1901 * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.txt: Removed.
1902 * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.png: Removed.
1903 * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.txt: Removed.
1904 * platform/efl/css2.1/20110323/block-replaced-height-001-expected.png: Removed.
1905 * platform/efl/css2.1/20110323/block-replaced-height-001-expected.txt: Removed.
1906 * platform/efl/css2.1/20110323/block-replaced-height-002-expected.png: Removed.
1907 * platform/efl/css2.1/20110323/block-replaced-height-002-expected.txt: Removed.
1908 * platform/efl/css2.1/20110323/block-replaced-height-003-expected.png: Removed.
1909 * platform/efl/css2.1/20110323/block-replaced-height-003-expected.txt: Removed.
1910 * platform/efl/css2.1/20110323/block-replaced-height-004-expected.png: Removed.
1911 * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt: Removed.
1912 * platform/efl/css2.1/20110323/block-replaced-height-005-expected.png: Removed.
1913 * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt: Removed.
1914 * platform/efl/css2.1/20110323/block-replaced-height-007-expected.png: Removed.
1915 * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt: Removed.
1916 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
1917 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
1918 * platform/efl/css2.1/20110323/block-replaced-width-006-expected.png: Removed.
1919 * platform/efl/css2.1/20110323/block-replaced-width-006-expected.txt: Removed.
1920 * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png: Removed.
1921 * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed.
1922 * platform/efl/css2.1/20110323/border-conflict-style-079-expected.png: Removed.
1923 * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt: Removed.
1924 * platform/efl/css2.1/20110323/border-conflict-style-088-expected.png: Removed.
1925 * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt: Removed.
1926 * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png: Removed.
1927 * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Removed.
1928 * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png: Removed.
1929 * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.txt: Removed.
1930 * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png: Removed.
1931 * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt: Removed.
1932 * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png: Removed.
1933 * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt: Removed.
1934 * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png: Removed.
1935 * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt: Removed.
1936 * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png: Removed.
1937 * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt: Removed.
1938 * platform/efl/css2.1/20110323/empty-inline-001-expected.txt: Removed.
1939 * platform/efl/css2.1/20110323/empty-inline-002-expected.png: Removed.
1940 * platform/efl/css2.1/20110323/empty-inline-002-expected.txt: Removed.
1941 * platform/efl/css2.1/20110323/empty-inline-003-expected.png: Removed.
1942 * platform/efl/css2.1/20110323/empty-inline-003-expected.txt: Removed.
1943 * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.png: Removed.
1944 * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.txt: Removed.
1945 * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.png: Removed.
1946 * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.txt: Removed.
1947 * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.png: Removed.
1948 * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.txt: Removed.
1949 * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.png: Removed.
1950 * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.txt: Removed.
1951 * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.png: Removed.
1952 * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.txt: Removed.
1953 * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.png: Removed.
1954 * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.txt: Removed.
1955 * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.png: Removed.
1956 * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.txt: Removed.
1957 * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.png: Removed.
1958 * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.txt: Removed.
1959 * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.png: Removed.
1960 * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.txt: Removed.
1961 * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.png: Removed.
1962 * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.txt: Removed.
1963 * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.png: Removed.
1964 * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.txt: Removed.
1965 * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.png: Removed.
1966 * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.txt: Removed.
1967 * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.png: Removed.
1968 * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.txt: Removed.
1969 * platform/efl/css2.1/20110323/float-replaced-height-001-expected.png: Removed.
1970 * platform/efl/css2.1/20110323/float-replaced-height-001-expected.txt: Removed.
1971 * platform/efl/css2.1/20110323/float-replaced-height-002-expected.png: Removed.
1972 * platform/efl/css2.1/20110323/float-replaced-height-002-expected.txt: Removed.
1973 * platform/efl/css2.1/20110323/float-replaced-height-003-expected.png: Removed.
1974 * platform/efl/css2.1/20110323/float-replaced-height-003-expected.txt: Removed.
1975 * platform/efl/css2.1/20110323/float-replaced-height-004-expected.png: Removed.
1976 * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt: Removed.
1977 * platform/efl/css2.1/20110323/float-replaced-height-005-expected.png: Removed.
1978 * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt: Removed.
1979 * platform/efl/css2.1/20110323/float-replaced-height-007-expected.png: Removed.
1980 * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt: Removed.
1981 * platform/efl/css2.1/20110323/float-replaced-width-001-expected.png: Removed.
1982 * platform/efl/css2.1/20110323/float-replaced-width-001-expected.txt: Removed.
1983 * platform/efl/css2.1/20110323/float-replaced-width-002-expected.png: Removed.
1984 * platform/efl/css2.1/20110323/float-replaced-width-002-expected.txt: Removed.
1985 * platform/efl/css2.1/20110323/float-replaced-width-003-expected.png: Removed.
1986 * platform/efl/css2.1/20110323/float-replaced-width-003-expected.txt: Removed.
1987 * platform/efl/css2.1/20110323/float-replaced-width-004-expected.png: Removed.
1988 * platform/efl/css2.1/20110323/float-replaced-width-004-expected.txt: Removed.
1989 * platform/efl/css2.1/20110323/float-replaced-width-005-expected.png: Removed.
1990 * platform/efl/css2.1/20110323/float-replaced-width-005-expected.txt: Removed.
1991 * platform/efl/css2.1/20110323/float-replaced-width-006-expected.png: Removed.
1992 * platform/efl/css2.1/20110323/float-replaced-width-006-expected.txt: Removed.
1993 * platform/efl/css2.1/20110323/float-replaced-width-011-expected.png: Removed.
1994 * platform/efl/css2.1/20110323/float-replaced-width-011-expected.txt: Removed.
1995 * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.png: Removed.
1996 * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.txt: Removed.
1997 * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.png: Removed.
1998 * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.txt: Removed.
1999 * platform/efl/css2.1/20110323/height-width-table-001-expected.png: Removed.
2000 * platform/efl/css2.1/20110323/height-width-table-001-expected.txt: Removed.
2001 * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Removed.
2002 * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Removed.
2003 * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Removed.
2004 * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Removed.
2005 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Removed.
2006 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Removed.
2007 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Removed.
2008 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Removed.
2009 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Removed.
2010 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Removed.
2011 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Removed.
2012 * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Removed.
2013 * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.png: Removed.
2014 * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Removed.
2015 * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.png: Removed.
2016 * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Removed.
2017 * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.png: Removed.
2018 * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Removed.
2019 * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.png: Removed.
2020 * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Removed.
2021 * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.png: Removed.
2022 * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Removed.
2023 * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.png: Removed.
2024 * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Removed.
2025 * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.png: Removed.
2026 * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.txt: Removed.
2027 * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.png: Removed.
2028 * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Removed.
2029 * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.png: Removed.
2030 * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Removed.
2031 * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.png: Removed.
2032 * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Removed.
2033 * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.png: Removed.
2034 * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Removed.
2035 * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.png: Removed.
2036 * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Removed.
2037 * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.png: Removed.
2038 * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Removed.
2039 * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.png: Removed.
2040 * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.txt: Removed.
2041 * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.png: Removed.
2042 * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.txt: Removed.
2043 * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.png: Removed.
2044 * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.txt: Removed.
2045 * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.png: Removed.
2046 * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt: Removed.
2047 * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.png: Removed.
2048 * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt: Removed.
2049 * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.png: Removed.
2050 * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt: Removed.
2051 * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.png: Removed.
2052 * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.txt: Removed.
2053 * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.png: Removed.
2054 * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.txt: Removed.
2055 * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.png: Removed.
2056 * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.txt: Removed.
2057 * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.png: Removed.
2058 * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.txt: Removed.
2059 * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.png: Removed.
2060 * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.txt: Removed.
2061 * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.png: Removed.
2062 * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.txt: Removed.
2063 * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.png: Removed.
2064 * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.txt: Removed.
2065 * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.png: Removed.
2066 * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.txt: Removed.
2067 * platform/efl/css2.1/20110323/inline-table-001-expected.png: Removed.
2068 * platform/efl/css2.1/20110323/inline-table-001-expected.txt: Removed.
2069 * platform/efl/css2.1/20110323/inline-table-002a-expected.png: Removed.
2070 * platform/efl/css2.1/20110323/inline-table-002a-expected.txt: Removed.
2071 * platform/efl/css2.1/20110323/inline-table-003-expected.png: Removed.
2072 * platform/efl/css2.1/20110323/inline-table-003-expected.txt: Removed.
2073 * platform/efl/css2.1/20110323/margin-applies-to-001-expected.png: Removed.
2074 * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt: Removed.
2075 * platform/efl/css2.1/20110323/margin-applies-to-002-expected.png: Removed.
2076 * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt: Removed.
2077 * platform/efl/css2.1/20110323/margin-applies-to-003-expected.png: Removed.
2078 * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt: Removed.
2079 * platform/efl/css2.1/20110323/margin-applies-to-004-expected.png: Removed.
2080 * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt: Removed.
2081 * platform/efl/css2.1/20110323/margin-applies-to-005-expected.png: Removed.
2082 * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt: Removed.
2083 * platform/efl/css2.1/20110323/margin-applies-to-006-expected.png: Removed.
2084 * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt: Removed.
2085 * platform/efl/css2.1/20110323/margin-applies-to-007-expected.png: Removed.
2086 * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt: Removed.
2087 * platform/efl/css2.1/20110323/margin-applies-to-008-expected.png: Removed.
2088 * platform/efl/css2.1/20110323/margin-applies-to-008-expected.txt: Removed.
2089 * platform/efl/css2.1/20110323/margin-applies-to-009-expected.png: Removed.
2090 * platform/efl/css2.1/20110323/margin-applies-to-009-expected.txt: Removed.
2091 * platform/efl/css2.1/20110323/margin-applies-to-010-expected.png: Removed.
2092 * platform/efl/css2.1/20110323/margin-applies-to-010-expected.txt: Removed.
2093 * platform/efl/css2.1/20110323/margin-applies-to-012-expected.png: Removed.
2094 * platform/efl/css2.1/20110323/margin-applies-to-012-expected.txt: Removed.
2095 * platform/efl/css2.1/20110323/margin-applies-to-013-expected.png: Removed.
2096 * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt: Removed.
2097 * platform/efl/css2.1/20110323/margin-applies-to-014-expected.png: Removed.
2098 * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt: Removed.
2099 * platform/efl/css2.1/20110323/margin-applies-to-015-expected.png: Removed.
2100 * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt: Removed.
2101 * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png: Removed.
2102 * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt: Removed.
2103 * platform/efl/css2.1/20110323/replaced-elements-001-expected.png: Removed.
2104 * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt: Removed.
2105 * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.png: Removed.
2106 * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.txt: Removed.
2107 * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.png: Removed.
2108 * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.txt: Removed.
2109 * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.png: Removed.
2110 * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.txt: Removed.
2111 * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.png: Removed.
2112 * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.txt: Removed.
2113 * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Removed.
2114 * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Removed.
2115 * platform/efl/css2.1/20110323/replaced-min-max-001-expected.png: Removed.
2116 * platform/efl/css2.1/20110323/replaced-min-max-001-expected.txt: Removed.
2117 * platform/efl/css2.1/20110323/table-caption-001-expected.png: Removed.
2118 * platform/efl/css2.1/20110323/table-caption-001-expected.txt: Removed.
2119 * platform/efl/css2.1/20110323/table-caption-002-expected.png: Removed.
2120 * platform/efl/css2.1/20110323/table-caption-002-expected.txt: Removed.
2121 * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Removed.
2122 * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Removed.
2123 * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png: Removed.
2124 * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt: Removed.
2125 * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png: Removed.
2126 * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt: Removed.
2127 * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png: Removed.
2128 * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt: Removed.
2129 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png: Removed.
2130 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt: Removed.
2131 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png: Removed.
2132 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt: Removed.
2133 * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.png: Removed.
2134 * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Removed.
2135 * platform/efl/css2.1/20110323/width-replaced-element-001-expected.png: Removed.
2136 * platform/efl/css2.1/20110323/width-replaced-element-001-expected.txt: Removed.
2137 * platform/efl/css2.1/t010403-shand-border-00-c-expected.png: Removed.
2138 * platform/efl/css2.1/t010403-shand-border-00-c-expected.txt: Removed.
2139 * platform/efl/css2.1/t010403-shand-font-00-b-expected.png: Removed.
2140 * platform/efl/css2.1/t010403-shand-font-00-b-expected.txt: Removed.
2141 * platform/efl/css2.1/t010403-shand-font-01-b-expected.png: Removed.
2142 * platform/efl/css2.1/t010403-shand-font-01-b-expected.txt: Removed.
2143 * platform/efl/css2.1/t010403-shand-font-02-b-expected.png: Removed.
2144 * platform/efl/css2.1/t010403-shand-font-02-b-expected.txt: Removed.
2145 * platform/efl/css2.1/t010403-shand-font-03-b-expected.png: Removed.
2146 * platform/efl/css2.1/t010403-shand-font-03-b-expected.txt: Removed.
2147 * platform/efl/css2.1/t040102-keywords-00-b-expected.png: Removed.
2148 * platform/efl/css2.1/t040102-keywords-00-b-expected.txt: Removed.
2149 * platform/efl/css2.1/t040102-keywords-01-b-expected.png: Removed.
2150 * platform/efl/css2.1/t040102-keywords-01-b-expected.txt: Removed.
2151 * platform/efl/css2.1/t040103-case-00-b-expected.png: Removed.
2152 * platform/efl/css2.1/t040103-case-00-b-expected.txt: Removed.
2153 * platform/efl/css2.1/t040103-case-01-c-expected.png: Removed.
2154 * platform/efl/css2.1/t040103-case-01-c-expected.txt: Removed.
2155 * platform/efl/css2.1/t040103-escapes-00-b-expected.png: Removed.
2156 * platform/efl/css2.1/t040103-escapes-00-b-expected.txt: Removed.
2157 * platform/efl/css2.1/t040103-escapes-01-b-expected.png: Removed.
2158 * platform/efl/css2.1/t040103-escapes-01-b-expected.txt: Removed.
2159 * platform/efl/css2.1/t040103-escapes-02-d-expected.png: Removed.
2160 * platform/efl/css2.1/t040103-escapes-02-d-expected.txt: Removed.
2161 * platform/efl/css2.1/t040103-escapes-03-b-expected.png: Removed.
2162 * platform/efl/css2.1/t040103-escapes-03-b-expected.txt: Removed.
2163 * platform/efl/css2.1/t040103-escapes-04-b-expected.png: Removed.
2164 * platform/efl/css2.1/t040103-escapes-04-b-expected.txt: Removed.
2165 * platform/efl/css2.1/t040103-escapes-05-c-expected.png: Removed.
2166 * platform/efl/css2.1/t040103-escapes-05-c-expected.txt: Removed.
2167 * platform/efl/css2.1/t040103-escapes-06-b-expected.png: Removed.
2168 * platform/efl/css2.1/t040103-escapes-06-b-expected.txt: Removed.
2169 * platform/efl/css2.1/t040103-escapes-07-b-expected.png: Removed.
2170 * platform/efl/css2.1/t040103-escapes-07-b-expected.txt: Removed.
2171 * platform/efl/css2.1/t040103-escapes-08-b-expected.png: Removed.
2172 * platform/efl/css2.1/t040103-escapes-08-b-expected.txt: Removed.
2173 * platform/efl/css2.1/t040103-ident-00-c-expected.png: Removed.
2174 * platform/efl/css2.1/t040103-ident-00-c-expected.txt: Removed.
2175 * platform/efl/css2.1/t040103-ident-01-c-expected.png: Removed.
2176 * platform/efl/css2.1/t040103-ident-01-c-expected.txt: Removed.
2177 * platform/efl/css2.1/t040103-ident-02-c-expected.png: Removed.
2178 * platform/efl/css2.1/t040103-ident-02-c-expected.txt: Removed.
2179 * platform/efl/css2.1/t040103-ident-03-c-expected.png: Removed.
2180 * platform/efl/css2.1/t040103-ident-03-c-expected.txt: Removed.
2181 * platform/efl/css2.1/t040103-ident-04-c-expected.png: Removed.
2182 * platform/efl/css2.1/t040103-ident-04-c-expected.txt: Removed.
2183 * platform/efl/css2.1/t040103-ident-05-c-expected.png: Removed.
2184 * platform/efl/css2.1/t040103-ident-05-c-expected.txt: Removed.
2185 * platform/efl/css2.1/t040103-ident-06-c-expected.png: Removed.
2186 * platform/efl/css2.1/t040103-ident-06-c-expected.txt: Removed.
2187 * platform/efl/css2.1/t040103-ident-07-c-expected.png: Removed.
2188 * platform/efl/css2.1/t040103-ident-07-c-expected.txt: Removed.
2189 * platform/efl/css2.1/t040103-ident-08-c-expected.png: Removed.
2190 * platform/efl/css2.1/t040103-ident-08-c-expected.txt: Removed.
2191 * platform/efl/css2.1/t040103-ident-09-c-expected.png: Removed.
2192 * platform/efl/css2.1/t040103-ident-09-c-expected.txt: Removed.
2193 * platform/efl/css2.1/t040103-ident-10-c-expected.png: Removed.
2194 * platform/efl/css2.1/t040103-ident-10-c-expected.txt: Removed.
2195 * platform/efl/css2.1/t040103-ident-11-c-expected.png: Removed.
2196 * platform/efl/css2.1/t040103-ident-11-c-expected.txt: Removed.
2197 * platform/efl/css2.1/t040103-ident-12-c-expected.png: Removed.
2198 * platform/efl/css2.1/t040103-ident-12-c-expected.txt: Removed.
2199 * platform/efl/css2.1/t040103-ident-13-c-expected.png: Removed.
2200 * platform/efl/css2.1/t040103-ident-13-c-expected.txt: Removed.
2201 * platform/efl/css2.1/t040105-atkeyw-00-b-expected.txt: Removed.
2202 * platform/efl/css2.1/t040105-atkeyw-01-b-expected.txt: Removed.
2203 * platform/efl/css2.1/t040105-atkeyw-02-b-expected.txt: Removed.
2204 * platform/efl/css2.1/t040105-atrule-00-b-expected.txt: Removed.
2205 * platform/efl/css2.1/t040105-atrule-01-b-expected.txt: Removed.
2206 * platform/efl/css2.1/t040105-atrule-02-b-expected.txt: Removed.
2207 * platform/efl/css2.1/t040105-atrule-03-b-expected.txt: Removed.
2208 * platform/efl/css2.1/t040105-atrule-04-b-expected.txt: Removed.
2209 * platform/efl/css2.1/t040105-import-00-b-expected.txt: Removed.
2210 * platform/efl/css2.1/t040105-import-01-b-expected.txt: Removed.
2211 * platform/efl/css2.1/t040105-import-10-b-expected.txt: Removed.
2212 * platform/efl/css2.1/t040109-c17-comments-00-b-expected.png: Removed.
2213 * platform/efl/css2.1/t040109-c17-comments-00-b-expected.txt: Removed.
2214 * platform/efl/css2.1/t040109-c17-comments-01-b-expected.png: Removed.
2215 * platform/efl/css2.1/t040109-c17-comments-01-b-expected.txt: Removed.
2216 * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Removed.
2217 * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Removed.
2218 * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Removed.
2219 * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt: Removed.
2220 * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Removed.
2221 * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Removed.
2222 * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Removed.
2223 * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Removed.
2224 * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Removed.
2225 * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Removed.
2226 * platform/efl/css2.1/t0402-syntax-01-f-expected.txt: Removed.
2227 * platform/efl/css2.1/t0402-syntax-02-f-expected.txt: Removed.
2228 * platform/efl/css2.1/t0402-syntax-03-f-expected.txt: Removed.
2229 * platform/efl/css2.1/t0402-syntax-04-f-expected.txt: Removed.
2230 * platform/efl/css2.1/t0402-syntax-05-f-expected.txt: Removed.
2231 * platform/efl/css2.1/t0402-syntax-06-f-expected.txt: Removed.
2232 * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Removed.
2233 * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Removed.
2234 * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.png: Removed.
2235 * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.txt: Removed.
2236 * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Removed.
2237 * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: Removed.
2238 * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.png: Removed.
2239 * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.txt: Removed.
2240 * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.png: Removed.
2241 * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.txt: Removed.
2242 * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.png: Removed.
2243 * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.txt: Removed.
2244 * platform/efl/css2.1/t040306-syntax-01-f-expected.png: Removed.
2245 * platform/efl/css2.1/t040306-syntax-01-f-expected.txt: Removed.
2246 * platform/efl/css2.1/t040307-syntax-01-b-expected.txt: Removed.
2247 * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.png: Removed.
2248 * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.txt: Removed.
2249 * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.png: Removed.
2250 * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.txt: Removed.
2251 * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png: Removed.
2252 * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
2253 * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.txt: Removed.
2254 * platform/efl/css2.1/t050803-c14-classes-00-e-expected.png: Removed.
2255 * platform/efl/css2.1/t050803-c14-classes-00-e-expected.txt: Removed.
2256 * platform/efl/css2.1/t0509-c15-ids-00-a-expected.png: Removed.
2257 * platform/efl/css2.1/t0509-c15-ids-00-a-expected.txt: Removed.
2258 * platform/efl/css2.1/t0509-c15-ids-01-e-expected.png: Removed.
2259 * platform/efl/css2.1/t0509-c15-ids-01-e-expected.txt: Removed.
2260 * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Removed.
2261 * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Removed.
2262 * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Removed.
2263 * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt: Removed.
2264 * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Removed.
2265 * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Removed.
2266 * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Removed.
2267 * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Removed.
2268 * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Removed.
2269 * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Removed.
2270 * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.png: Removed.
2271 * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt: Removed.
2272 * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt: Removed.
2273 * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt: Removed.
2274 * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.png: Removed.
2275 * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.txt: Removed.
2276 * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.png: Removed.
2277 * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.txt: Removed.
2278 * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.png: Removed.
2279 * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt: Removed.
2280 * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.png: Removed.
2281 * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt: Removed.
2282 * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Removed.
2283 * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt: Removed.
2284 * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Removed.
2285 * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Removed.
2286 * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.png: Removed.
2287 * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.txt: Removed.
2288 * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Removed.
2289 * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt: Removed.
2290 * platform/efl/css2.1/t0603-c11-import-00-b-expected.png: Removed.
2291 * platform/efl/css2.1/t0603-c11-import-00-b-expected.txt: Removed.
2292 * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.png: Removed.
2293 * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.txt: Removed.
2294 * platform/efl/css2.1/t060402-c31-important-00-b-expected.png: Removed.
2295 * platform/efl/css2.1/t060402-c31-important-00-b-expected.txt: Removed.
2296 * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png: Removed.
2297 * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt: Removed.
2298 * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.png: Removed.
2299 * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt: Removed.
2300 * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Removed.
2301 * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Removed.
2302 * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Removed.
2303 * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Removed.
2304 * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Removed.
2305 * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Removed.
2306 * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Removed.
2307 * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Removed.
2308 * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Removed.
2309 * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Removed.
2310 * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Removed.
2311 * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Removed.
2312 * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Removed.
2313 * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Removed.
2314 * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Removed.
2315 * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Removed.
2316 * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Removed.
2317 * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Removed.
2318 * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Removed.
2319 * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Removed.
2320 * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Removed.
2321 * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Removed.
2322 * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Removed.
2323 * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Removed.
2324 * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Removed.
2325 * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Removed.
2326 * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Removed.
2327 * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Removed.
2328 * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Removed.
2329 * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Removed.
2330 * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Removed.
2331 * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Removed.
2332 * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Removed.
2333 * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Removed.
2334 * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Removed.
2335 * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Removed.
2336 * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Removed.
2337 * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Removed.
2338 * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Removed.
2339 * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Removed.
2340 * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Removed.
2341 * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Removed.
2342 * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Removed.
2343 * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Removed.
2344 * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Removed.
2345 * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Removed.
2346 * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Removed.
2347 * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Removed.
2348 * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Removed.
2349 * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Removed.
2350 * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Removed.
2351 * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Removed.
2352 * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Removed.
2353 * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Removed.
2354 * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
2355 * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Removed.
2356 * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Removed.
2357 * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Removed.
2358 * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Removed.
2359 * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.png: Removed.
2360 * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Removed.
2361 * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Removed.
2362 * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Removed.
2363 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Removed.
2364 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
2365 * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Removed.
2366 * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Removed.
2367 * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Removed.
2368 * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Removed.
2369 * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Removed.
2370 * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Removed.
2371 * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Removed.
2372 * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Removed.
2373 * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Removed.
2374 * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Removed.
2375 * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Removed.
2376 * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Removed.
2377 * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Removed.
2378 * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Removed.
2379 * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Removed.
2380 * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Removed.
2381 * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Removed.
2382 * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Removed.
2383 * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Removed.
2384 * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Removed.
2385 * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Removed.
2386 * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Removed.
2387 * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.png: Removed.
2388 * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Removed.
2389 * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.png: Removed.
2390 * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Removed.
2391 * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Removed.
2392 * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Removed.
2393 * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Removed.
2394 * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Removed.
2395 * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Removed.
2396 * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Removed.
2397 * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Removed.
2398 * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
2399 * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Removed.
2400 * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Removed.
2401 * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Removed.
2402 * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Removed.
2403 * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Removed.
2404 * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Removed.
2405 * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Removed.
2406 * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Removed.
2407 * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Removed.
2408 * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Removed.
2409 * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Removed.
2410 * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Removed.
2411 * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Removed.
2412 * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Removed.
2413 * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.png: Removed.
2414 * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Removed.
2415 * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Removed.
2416 * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
2417 * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Removed.
2418 * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Removed.
2419 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Removed.
2420 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Removed.
2421 * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.png: Removed.
2422 * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Removed.
2423 * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.png: Removed.
2424 * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.txt: Removed.
2425 * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Removed.
2426 * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Removed.
2427 * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Removed.
2428 * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Removed.
2429 * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Removed.
2430 * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Removed.
2431 * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Removed.
2432 * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Removed.
2433 * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Removed.
2434 * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Removed.
2435 * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Removed.
2436 * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Removed.
2437 * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Removed.
2438 * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Removed.
2439 * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Removed.
2440 * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Removed.
2441 * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Removed.
2442 * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Removed.
2443 * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.png: Removed.
2444 * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Removed.
2445 * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png: Removed.
2446 * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Removed.
2447 * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Removed.
2448 * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.png: Removed.
2449 * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Removed.
2450 * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png: Removed.
2451 * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Removed.
2452 * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Removed.
2453 * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Removed.
2454 * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png: Removed.
2455 * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Removed.
2456 * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Removed.
2457 * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.png: Removed.
2458 * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Removed.
2459 * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png: Removed.
2460 * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Removed.
2461 * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Removed.
2462 * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Removed.
2463 * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: Removed.
2464 * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Removed.
2465 * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Removed.
2466 * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.png: Removed.
2467 * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Removed.
2468 * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Removed.
2469 * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.txt: Removed.
2470 * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Removed.
2471 * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt: Removed.
2472 * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Removed.
2473 * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Removed.
2474 * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: Removed.
2475 * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Removed.
2476 * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.png: Removed.
2477 * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Removed.
2478 * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Removed.
2479 * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Removed.
2480 * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Removed.
2481 * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Removed.
2482 * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Removed.
2483 * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Removed.
2484 * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Removed.
2485 * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
2486 * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Removed.
2487 * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Removed.
2488 * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Removed.
2489 * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Removed.
2490 * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.png: Removed.
2491 * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Removed.
2492 * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Removed.
2493 * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Removed.
2494 * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Removed.
2495 * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Removed.
2496 * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Removed.
2497 * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Removed.
2498 * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Removed.
2499 * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Removed.
2500 * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Removed.
2501 * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Removed.
2502 * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Removed.
2503 * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Removed.
2504 * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.png: Removed.
2505 * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.txt: Removed.
2506 * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Removed.
2507 * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Removed.
2508 * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.png: Removed.
2509 * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt: Removed.
2510 * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Removed.
2511 * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Removed.
2512 * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
2513 * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt: Removed.
2514 * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.png: Removed.
2515 * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.txt: Removed.
2516 * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Removed.
2517 * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Removed.
2518 * platform/efl/css2.1/t0905-c414-flt-00-d-expected.png: Removed.
2519 * platform/efl/css2.1/t0905-c414-flt-00-d-expected.txt: Removed.
2520 * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.png: Removed.
2521 * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.txt: Removed.
2522 * platform/efl/css2.1/t0905-c414-flt-02-c-expected.png: Removed.
2523 * platform/efl/css2.1/t0905-c414-flt-02-c-expected.txt: Removed.
2524 * platform/efl/css2.1/t0905-c414-flt-03-c-expected.png: Removed.
2525 * platform/efl/css2.1/t0905-c414-flt-03-c-expected.txt: Removed.
2526 * platform/efl/css2.1/t0905-c414-flt-04-c-expected.png: Removed.
2527 * platform/efl/css2.1/t0905-c414-flt-04-c-expected.txt: Removed.
2528 * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.png: Removed.
2529 * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Removed.
2530 * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Removed.
2531 * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Removed.
2532 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Removed.
2533 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Removed.
2534 * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Removed.
2535 * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt: Removed.
2536 * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
2537 * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
2538 * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.png: Removed.
2539 * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Removed.
2540 * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Removed.
2541 * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Removed.
2542 * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed.
2543 * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Removed.
2544 * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Removed.
2545 * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Removed.
2546 * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Removed.
2547 * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Removed.
2548 * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Removed.
2549 * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Removed.
2550 * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Removed.
2551 * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Removed.
2552 * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Removed.
2553 * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed.
2554 * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png: Removed.
2555 * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Removed.
2556 * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Removed.
2557 * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Removed.
2558 * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Removed.
2559 * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Removed.
2560 * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Removed.
2561 * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Removed.
2562 * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Removed.
2563 * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Removed.
2564 * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Removed.
2565 * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
2566 * platform/efl/css2.1/t090501-c414-flt-00-d-expected.png: Removed.
2567 * platform/efl/css2.1/t090501-c414-flt-00-d-expected.txt: Removed.
2568 * platform/efl/css2.1/t090501-c414-flt-01-b-expected.png: Removed.
2569 * platform/efl/css2.1/t090501-c414-flt-01-b-expected.txt: Removed.
2570 * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.png: Removed.
2571 * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.txt: Removed.
2572 * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.png: Removed.
2573 * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed.
2574 * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.png: Removed.
2575 * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.txt: Removed.
2576 * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Removed.
2577 * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Removed.
2578 * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.png: Removed.
2579 * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.txt: Removed.
2580 * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.png: Removed.
2581 * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.txt: Removed.
2582 * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Removed.
2583 * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Removed.
2584 * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Removed.
2585 * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Removed.
2586 * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.png: Removed.
2587 * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.txt: Removed.
2588 * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.png: Removed.
2589 * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.txt: Removed.
2590 * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.png: Removed.
2591 * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.txt: Removed.
2592 * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.png: Removed.
2593 * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.txt: Removed.
2594 * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Removed.
2595 * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt: Removed.
2596 * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: Removed.
2597 * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Removed.
2598 * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Removed.
2599 * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Removed.
2600 * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Removed.
2601 * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Removed.
2602 * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.png: Removed.
2603 * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.txt: Removed.
2604 * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.png: Removed.
2605 * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.txt: Removed.
2606 * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.png: Removed.
2607 * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.txt: Removed.
2608 * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Removed.
2609 * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Removed.
2610 * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Removed.
2611 * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Removed.
2612 * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Removed.
2613 * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Removed.
2614 * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Removed.
2615 * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Removed.
2616 * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png: Removed.
2617 * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt: Removed.
2618 * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Removed.
2619 * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.txt: Removed.
2620 * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Removed.
2621 * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
2622 * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Removed.
2623 * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Removed.
2624 * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Removed.
2625 * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed.
2626 * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Removed.
2627 * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Removed.
2628 * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.png: Removed.
2629 * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.txt: Removed.
2630 * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.png: Removed.
2631 * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Removed.
2632 * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png: Removed.
2633 * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Removed.
2634 * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Removed.
2635 * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt: Removed.
2636 * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png: Removed.
2637 * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Removed.
2638 * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png: Removed.
2639 * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Removed.
2640 * platform/efl/css2.1/t1202-counter-00-b-expected.png: Removed.
2641 * platform/efl/css2.1/t1202-counter-00-b-expected.txt: Removed.
2642 * platform/efl/css2.1/t1202-counter-01-b-expected.png: Removed.
2643 * platform/efl/css2.1/t1202-counter-01-b-expected.txt: Removed.
2644 * platform/efl/css2.1/t1202-counter-02-b-expected.png: Removed.
2645 * platform/efl/css2.1/t1202-counter-02-b-expected.txt: Removed.
2646 * platform/efl/css2.1/t1202-counter-03-b-expected.png: Removed.
2647 * platform/efl/css2.1/t1202-counter-03-b-expected.txt: Removed.
2648 * platform/efl/css2.1/t1202-counter-04-b-expected.png: Removed.
2649 * platform/efl/css2.1/t1202-counter-04-b-expected.txt: Removed.
2650 * platform/efl/css2.1/t1202-counter-05-b-expected.png: Removed.
2651 * platform/efl/css2.1/t1202-counter-05-b-expected.txt: Removed.
2652 * platform/efl/css2.1/t1202-counter-06-b-expected.png: Removed.
2653 * platform/efl/css2.1/t1202-counter-06-b-expected.txt: Removed.
2654 * platform/efl/css2.1/t1202-counter-07-b-expected.png: Removed.
2655 * platform/efl/css2.1/t1202-counter-07-b-expected.txt: Removed.
2656 * platform/efl/css2.1/t1202-counter-08-b-expected.png: Removed.
2657 * platform/efl/css2.1/t1202-counter-08-b-expected.txt: Removed.
2658 * platform/efl/css2.1/t1202-counter-09-b-expected.png: Removed.
2659 * platform/efl/css2.1/t1202-counter-09-b-expected.txt: Removed.
2660 * platform/efl/css2.1/t1202-counter-11-b-expected.png: Removed.
2661 * platform/efl/css2.1/t1202-counter-11-b-expected.txt: Removed.
2662 * platform/efl/css2.1/t1202-counter-12-b-expected.png: Removed.
2663 * platform/efl/css2.1/t1202-counter-12-b-expected.txt: Removed.
2664 * platform/efl/css2.1/t1202-counter-13-b-expected.png: Removed.
2665 * platform/efl/css2.1/t1202-counter-13-b-expected.txt: Removed.
2666 * platform/efl/css2.1/t1202-counter-14-b-expected.png: Removed.
2667 * platform/efl/css2.1/t1202-counter-14-b-expected.txt: Removed.
2668 * platform/efl/css2.1/t1202-counter-15-b-expected.png: Removed.
2669 * platform/efl/css2.1/t1202-counter-15-b-expected.txt: Removed.
2670 * platform/efl/css2.1/t1202-counter-16-f-expected.png: Removed.
2671 * platform/efl/css2.1/t1202-counter-16-f-expected.txt: Removed.
2672 * platform/efl/css2.1/t1202-counters-00-b-expected.png: Removed.
2673 * platform/efl/css2.1/t1202-counters-00-b-expected.txt: Removed.
2674 * platform/efl/css2.1/t1202-counters-01-b-expected.png: Removed.
2675 * platform/efl/css2.1/t1202-counters-01-b-expected.txt: Removed.
2676 * platform/efl/css2.1/t1202-counters-02-b-expected.png: Removed.
2677 * platform/efl/css2.1/t1202-counters-02-b-expected.txt: Removed.
2678 * platform/efl/css2.1/t1202-counters-03-b-expected.png: Removed.
2679 * platform/efl/css2.1/t1202-counters-03-b-expected.txt: Removed.
2680 * platform/efl/css2.1/t1202-counters-04-b-expected.png: Removed.
2681 * platform/efl/css2.1/t1202-counters-04-b-expected.txt: Removed.
2682 * platform/efl/css2.1/t1202-counters-05-b-expected.png: Removed.
2683 * platform/efl/css2.1/t1202-counters-05-b-expected.txt: Removed.
2684 * platform/efl/css2.1/t1202-counters-06-b-expected.png: Removed.
2685 * platform/efl/css2.1/t1202-counters-06-b-expected.txt: Removed.
2686 * platform/efl/css2.1/t1202-counters-07-b-expected.png: Removed.
2687 * platform/efl/css2.1/t1202-counters-07-b-expected.txt: Removed.
2688 * platform/efl/css2.1/t1202-counters-08-b-expected.png: Removed.
2689 * platform/efl/css2.1/t1202-counters-08-b-expected.txt: Removed.
2690 * platform/efl/css2.1/t1202-counters-09-b-expected.png: Removed.
2691 * platform/efl/css2.1/t1202-counters-09-b-expected.txt: Removed.
2692 * platform/efl/css2.1/t1202-counters-11-b-expected.png: Removed.
2693 * platform/efl/css2.1/t1202-counters-11-b-expected.txt: Removed.
2694 * platform/efl/css2.1/t1202-counters-12-b-expected.png: Removed.
2695 * platform/efl/css2.1/t1202-counters-12-b-expected.txt: Removed.
2696 * platform/efl/css2.1/t1202-counters-13-b-expected.png: Removed.
2697 * platform/efl/css2.1/t1202-counters-13-b-expected.txt: Removed.
2698 * platform/efl/css2.1/t1202-counters-14-b-expected.png: Removed.
2699 * platform/efl/css2.1/t1202-counters-14-b-expected.txt: Removed.
2700 * platform/efl/css2.1/t1202-counters-15-b-expected.png: Removed.
2701 * platform/efl/css2.1/t1202-counters-15-b-expected.txt: Removed.
2702 * platform/efl/css2.1/t1202-counters-16-c-expected.png: Removed.
2703 * platform/efl/css2.1/t1202-counters-16-c-expected.txt: Removed.
2704 * platform/efl/css2.1/t1202-counters-17-d-expected.png: Removed.
2705 * platform/efl/css2.1/t1202-counters-17-d-expected.txt: Removed.
2706 * platform/efl/css2.1/t1202-counters-18-f-expected.png: Removed.
2707 * platform/efl/css2.1/t1202-counters-18-f-expected.txt: Removed.
2708 * platform/efl/css2.1/t1204-implied-00-b-expected.png: Removed.
2709 * platform/efl/css2.1/t1204-implied-00-b-expected.txt: Removed.
2710 * platform/efl/css2.1/t1204-implied-01-c-expected.png: Removed.
2711 * platform/efl/css2.1/t1204-implied-01-c-expected.txt: Removed.
2712 * platform/efl/css2.1/t1204-implied-02-d-expected.png: Removed.
2713 * platform/efl/css2.1/t1204-implied-02-d-expected.txt: Removed.
2714 * platform/efl/css2.1/t1204-multiple-00-c-expected.png: Removed.
2715 * platform/efl/css2.1/t1204-multiple-00-c-expected.txt: Removed.
2716 * platform/efl/css2.1/t1204-multiple-01-c-expected.png: Removed.
2717 * platform/efl/css2.1/t1204-multiple-01-c-expected.txt: Removed.
2718 * platform/efl/css2.1/t1204-order-00-c-expected.png: Removed.
2719 * platform/efl/css2.1/t1204-order-00-c-expected.txt: Removed.
2720 * platform/efl/css2.1/t1204-order-01-d-expected.png: Removed.
2721 * platform/efl/css2.1/t1204-order-01-d-expected.txt: Removed.
2722 * platform/efl/css2.1/t1204-root-e-expected.png: Removed.
2723 * platform/efl/css2.1/t1204-root-e-expected.txt: Removed.
2724 * platform/efl/css2.1/t120401-scope-00-b-expected.png: Removed.
2725 * platform/efl/css2.1/t120401-scope-00-b-expected.txt: Removed.
2726 * platform/efl/css2.1/t120401-scope-01-c-expected.png: Removed.
2727 * platform/efl/css2.1/t120401-scope-01-c-expected.txt: Removed.
2728 * platform/efl/css2.1/t120401-scope-02-c-expected.png: Removed.
2729 * platform/efl/css2.1/t120401-scope-02-c-expected.txt: Removed.
2730 * platform/efl/css2.1/t120401-scope-03-c-expected.png: Removed.
2731 * platform/efl/css2.1/t120401-scope-03-c-expected.txt: Removed.
2732 * platform/efl/css2.1/t120401-scope-04-d-expected.png: Removed.
2733 * platform/efl/css2.1/t120401-scope-04-d-expected.txt: Removed.
2734 * platform/efl/css2.1/t120403-content-none-00-c-expected.png: Removed.
2735 * platform/efl/css2.1/t120403-content-none-00-c-expected.txt: Removed.
2736 * platform/efl/css2.1/t120403-display-none-00-c-expected.png: Removed.
2737 * platform/efl/css2.1/t120403-display-none-00-c-expected.txt: Removed.
2738 * platform/efl/css2.1/t120403-visibility-00-c-expected.png: Removed.
2739 * platform/efl/css2.1/t120403-visibility-00-c-expected.txt: Removed.
2740 * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.png: Removed.
2741 * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.txt: Removed.
2742 * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.png: Removed.
2743 * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.txt: Removed.
2744 * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.png: Removed.
2745 * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.txt: Removed.
2746 * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.png: Removed.
2747 * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.txt: Removed.
2748 * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.png: Removed.
2749 * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.txt: Removed.
2750 * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Removed.
2751 * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Removed.
2752 * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Removed.
2753 * platform/efl/css2.1/t1401-c531-color-00-a-expected.png: Removed.
2754 * platform/efl/css2.1/t1401-c531-color-00-a-expected.txt: Removed.
2755 * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.png: Removed.
2756 * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Removed.
2757 * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.png: Removed.
2758 * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.txt: Removed.
2759 * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.txt: Removed.
2760 * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.png: Removed.
2761 * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.txt: Removed.
2762 * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.txt: Removed.
2763 * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.png: Removed.
2764 * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.txt: Removed.
2765 * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.png: Removed.
2766 * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.txt: Removed.
2767 * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Removed.
2768 * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt: Removed.
2769 * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Removed.
2770 * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt: Removed.
2771 * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Removed.
2772 * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt: Removed.
2773 * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Removed.
2774 * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt: Removed.
2775 * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Removed.
2776 * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt: Removed.
2777 * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Removed.
2778 * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt: Removed.
2779 * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Removed.
2780 * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt: Removed.
2781 * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.png: Removed.
2782 * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Removed.
2783 * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Removed.
2784 * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: Removed.
2785 * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt: Removed.
2786 * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.png: Removed.
2787 * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.txt: Removed.
2788 * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.png: Removed.
2789 * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.txt: Removed.
2790 * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.png: Removed.
2791 * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.txt: Removed.
2792 * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.png: Removed.
2793 * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.txt: Removed.
2794 * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.png: Removed.
2795 * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.txt: Removed.
2796 * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Removed.
2797 * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Removed.
2798 * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Removed.
2799 * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Removed.
2800 * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Removed.
2801 * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Removed.
2802 * platform/efl/css2.1/t1508-c527-font-00-b-expected.png: Removed.
2803 * platform/efl/css2.1/t1508-c527-font-00-b-expected.txt: Removed.
2804 * platform/efl/css2.1/t1508-c527-font-01-b-expected.png: Removed.
2805 * platform/efl/css2.1/t1508-c527-font-02-b-expected.png: Removed.
2806 * platform/efl/css2.1/t1508-c527-font-03-b-expected.png: Removed.
2807 * platform/efl/css2.1/t1508-c527-font-04-b-expected.png: Removed.
2808 * platform/efl/css2.1/t1508-c527-font-05-b-expected.png: Removed.
2809 * platform/efl/css2.1/t1508-c527-font-06-b-expected.png: Removed.
2810 * platform/efl/css2.1/t1508-c527-font-06-b-expected.txt: Removed.
2811 * platform/efl/css2.1/t1508-c527-font-07-b-expected.png: Removed.
2812 * platform/efl/css2.1/t1508-c527-font-08-b-expected.png: Removed.
2813 * platform/efl/css2.1/t1508-c527-font-09-b-expected.png: Removed.
2814 * platform/efl/css2.1/t1508-c527-font-10-c-expected.png: Removed.
2815 * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.png: Removed.
2816 * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.txt: Removed.
2817 * platform/efl/css2.1/t1601-c547-indent-01-d-expected.png: Removed.
2818 * platform/efl/css2.1/t1601-c547-indent-01-d-expected.txt: Removed.
2819 * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.png: Removed.
2820 * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.txt: Removed.
2821 * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.png: Removed.
2822 * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt: Removed.
2823 * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Removed.
2824 * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Removed.
2825 * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Removed.
2826 * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Removed.
2827 * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Removed.
2828 * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Removed.
2829 * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Removed.
2830 * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.png: Removed.
2831 * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: Removed.
2832 * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.png: Removed.
2833 * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: Removed.
2834 * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.png: Removed.
2835 * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: Removed.
2836 * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.png: Removed.
2837 * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: Removed.
2838 * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.png: Removed.
2839 * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: Removed.
2840 * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Removed.
2841 * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: Removed.
2842 * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Removed.
2843 * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: Removed.
2844 * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Removed.
2845 * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: Removed.
2846 * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Removed.
2847 * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: Removed.
2848 * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.png: Removed.
2849 * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: Removed.
2850 * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.png: Removed.
2851 * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: Removed.
2852 * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.png: Removed.
2853 * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: Removed.
2854 * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.png: Removed.
2855 * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: Removed.
2856 * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.png: Removed.
2857 * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: Removed.
2858 * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.png: Removed.
2859 * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: Removed.
2860 * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Removed.
2861 * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: Removed.
2862 * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Removed.
2863 * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: Removed.
2864 * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Removed.
2865 * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: Removed.
2866 * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Removed.
2867 * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: Removed.
2868 * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.png: Removed.
2869 * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: Removed.
2870 * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.png: Removed.
2871 * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: Removed.
2872 * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.png: Removed.
2873 * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: Removed.
2874 * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.png: Removed.
2875 * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: Removed.
2876 * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.png: Removed.
2877 * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: Removed.
2878 * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.png: Removed.
2879 * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: Removed.
2880 * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Removed.
2881 * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: Removed.
2882 * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Removed.
2883 * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: Removed.
2884 * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Removed.
2885 * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: Removed.
2886 * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Removed.
2887 * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: Removed.
2888 * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.png: Removed.
2889 * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: Removed.
2890 * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.png: Removed.
2891 * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: Removed.
2892 * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.png: Removed.
2893 * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: Removed.
2894 * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.png: Removed.
2895 * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: Removed.
2896 * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.png: Removed.
2897 * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: Removed.
2898 * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.png: Removed.
2899 * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: Removed.
2900 * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Removed.
2901 * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: Removed.
2902 * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Removed.
2903 * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: Removed.
2904 * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Removed.
2905 * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: Removed.
2906 * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Removed.
2907 * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: Removed.
2908 * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.png: Removed.
2909 * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: Removed.
2910 * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.png: Removed.
2911 * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: Removed.
2912 * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.png: Removed.
2913 * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: Removed.
2914 * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.png: Removed.
2915 * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: Removed.
2916 * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.png: Removed.
2917 * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: Removed.
2918 * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.png: Removed.
2919 * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: Removed.
2920 * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Removed.
2921 * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: Removed.
2922 * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Removed.
2923 * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: Removed.
2924 * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Removed.
2925 * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: Removed.
2926 * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Removed.
2927 * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: Removed.
2928 * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.png: Removed.
2929 * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: Removed.
2930 * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.png: Removed.
2931 * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: Removed.
2932 * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Removed.
2933 * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: Removed.
2934 * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Removed.
2935 * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: Removed.
2936 * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Removed.
2937 * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: Removed.
2938 * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Removed.
2939 * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: Removed.
2940 * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Removed.
2941 * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: Removed.
2942 * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Removed.
2943 * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: Removed.
2944 * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Removed.
2945 * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: Removed.
2946 * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Removed.
2947 * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: Removed.
2948 * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Removed.
2949 * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: Removed.
2950 * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.png: Removed.
2951 * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: Removed.
2952 * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Removed.
2953 * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: Removed.
2954 * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Removed.
2955 * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: Removed.
2956 * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Removed.
2957 * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: Removed.
2958 * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Removed.
2959 * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: Removed.
2960 * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Removed.
2961 * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: Removed.
2962 * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Removed.
2963 * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: Removed.
2964 * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Removed.
2965 * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: Removed.
2966 * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Removed.
2967 * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: Removed.
2968 * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Removed.
2969 * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: Removed.
2970 * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.png: Removed.
2971 * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: Removed.
2972 * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Removed.
2973 * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: Removed.
2974 * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Removed.
2975 * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: Removed.
2976 * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Removed.
2977 * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: Removed.
2978 * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Removed.
2979 * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: Removed.
2980 * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Removed.
2981 * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: Removed.
2982 * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Removed.
2983 * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: Removed.
2984 * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Removed.
2985 * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: Removed.
2986 * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Removed.
2987 * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: Removed.
2988 * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Removed.
2989 * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: Removed.
2990 * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.png: Removed.
2991 * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: Removed.
2992 * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Removed.
2993 * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: Removed.
2994 * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Removed.
2995 * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: Removed.
2996 * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Removed.
2997 * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: Removed.
2998 * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Removed.
2999 * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: Removed.
3000 * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Removed.
3001 * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: Removed.
3002 * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Removed.
3003 * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: Removed.
3004 * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Removed.
3005 * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: Removed.
3006 * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Removed.
3007 * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: Removed.
3008 * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Removed.
3009 * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: Removed.
3010 * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.png: Removed.
3011 * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: Removed.
3012 * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.png: Removed.
3013 * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: Removed.
3014 * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.png: Removed.
3015 * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: Removed.
3016 * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.png: Removed.
3017 * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: Removed.
3018 * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.png: Removed.
3019 * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: Removed.
3020 * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.png: Removed.
3021 * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: Removed.
3022 * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Removed.
3023 * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: Removed.
3024 * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.png: Removed.
3025 * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: Removed.
3026 * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.png: Removed.
3027 * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: Removed.
3028 * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.png: Removed.
3029 * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: Removed.
3030 * platform/efl/css3: Removed.
3031 * platform/efl/css3/css3-modsel-33-expected.png: Removed.
3032 * platform/efl/css3/css3-modsel-33-expected.txt: Removed.
3033 * platform/efl/css3/css3-modsel-35-expected.png: Removed.
3034 * platform/efl/css3/css3-modsel-35-expected.txt: Removed.
3035 * platform/efl/css3/css3-modsel-36-expected.png: Removed.
3036 * platform/efl/css3/css3-modsel-36-expected.txt: Removed.
3037 * platform/efl/css3/css3-modsel-37-expected.png: Removed.
3038 * platform/efl/css3/css3-modsel-37-expected.txt: Removed.
3039 * platform/efl/css3/flexbox: Removed.
3040 * platform/efl/css3/flexbox/flexbox-baseline-expected.png: Removed.
3041 * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Removed.
3042 * platform/efl/css3/flexbox/flexbox-baseline-margins-expected.txt: Removed.
3043 * platform/efl/css3/flexbox/line-wrapping-expected.txt: Removed.
3044 * platform/efl/css3/flexbox/repaint-during-resize-no-flex-expected.png: Removed.
3045 * platform/efl/css3/flexbox/repaint-expected.png: Removed.
3046 * platform/efl/css3/flexbox/repaint-rtl-column-expected.png: Removed.
3047 * platform/efl/css3/images: Removed.
3048 * platform/efl/css3/images/cross-fade-background-size-expected.png: Removed.
3049 * platform/efl/css3/images/cross-fade-invalidation-expected.png: Removed.
3050 * platform/efl/css3/images/cross-fade-overflow-position-expected.png: Removed.
3051 * platform/efl/css3/images/cross-fade-simple-expected.png: Removed.
3052 * platform/efl/css3/images/cross-fade-sizing-expected.png: Removed.
3053 * platform/efl/css3/images/cross-fade-tiled-expected.png: Removed.
3054 * platform/efl/css3/masking: Removed.
3055 * platform/efl/css3/masking/clip-path-circle-border-box-expected.png: Removed.
3056 * platform/efl/css3/masking/clip-path-circle-border-box-expected.txt: Removed.
3057 * platform/efl/css3/masking/clip-path-circle-bounding-box-expected.png: Removed.
3058 * platform/efl/css3/masking/clip-path-circle-bounding-box-expected.txt: Removed.
3059 * platform/efl/css3/masking/clip-path-circle-content-box-expected.png: Removed.
3060 * platform/efl/css3/masking/clip-path-circle-content-box-expected.txt: Removed.
3061 * platform/efl/css3/masking/clip-path-circle-expected.png: Removed.
3062 * platform/efl/css3/masking/clip-path-circle-filter-expected.png: Removed.
3063 * platform/efl/css3/masking/clip-path-circle-margin-box-expected.png: Removed.
3064 * platform/efl/css3/masking/clip-path-circle-margin-box-expected.txt: Removed.
3065 * platform/efl/css3/masking/clip-path-circle-padding-box-expected.png: Removed.
3066 * platform/efl/css3/masking/clip-path-circle-padding-box-expected.txt: Removed.
3067 * platform/efl/css3/masking/clip-path-rectangle-expected.png: Removed.
3068 * platform/efl/css3/masking/mask-luminance-png-expected.txt: Removed.
3069 * platform/efl/css3/selectors3: Removed.
3070 * platform/efl/css3/selectors3/html: Removed.
3071 * platform/efl/css3/selectors3/html/css3-modsel-1-expected.png: Removed.
3072 * platform/efl/css3/selectors3/html/css3-modsel-1-expected.txt: Removed.
3073 * platform/efl/css3/selectors3/html/css3-modsel-10-expected.png: Removed.
3074 * platform/efl/css3/selectors3/html/css3-modsel-10-expected.txt: Removed.
3075 * platform/efl/css3/selectors3/html/css3-modsel-11-expected.png: Removed.
3076 * platform/efl/css3/selectors3/html/css3-modsel-11-expected.txt: Removed.
3077 * platform/efl/css3/selectors3/html/css3-modsel-13-expected.png: Removed.
3078 * platform/efl/css3/selectors3/html/css3-modsel-13-expected.txt: Removed.
3079 * platform/efl/css3/selectors3/html/css3-modsel-14-expected.png: Removed.
3080 * platform/efl/css3/selectors3/html/css3-modsel-14-expected.txt: Removed.
3081 * platform/efl/css3/selectors3/html/css3-modsel-144-expected.png: Removed.
3082 * platform/efl/css3/selectors3/html/css3-modsel-144-expected.txt: Removed.
3083 * platform/efl/css3/selectors3/html/css3-modsel-148-expected.png: Removed.
3084 * platform/efl/css3/selectors3/html/css3-modsel-148-expected.txt: Removed.
3085 * platform/efl/css3/selectors3/html/css3-modsel-149-expected.txt: Removed.
3086 * platform/efl/css3/selectors3/html/css3-modsel-149b-expected.txt: Removed.
3087 * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.png: Removed.
3088 * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.txt: Removed.
3089 * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.png: Removed.
3090 * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.txt: Removed.
3091 * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.png: Removed.
3092 * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.txt: Removed.
3093 * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.png: Removed.
3094 * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.txt: Removed.
3095 * platform/efl/css3/selectors3/html/css3-modsel-15-expected.png: Removed.
3096 * platform/efl/css3/selectors3/html/css3-modsel-15-expected.txt: Removed.
3097 * platform/efl/css3/selectors3/html/css3-modsel-150-expected.png: Removed.
3098 * platform/efl/css3/selectors3/html/css3-modsel-150-expected.txt: Removed.
3099 * platform/efl/css3/selectors3/html/css3-modsel-151-expected.txt: Removed.
3100 * platform/efl/css3/selectors3/html/css3-modsel-152-expected.txt: Removed.
3101 * platform/efl/css3/selectors3/html/css3-modsel-154-expected.png: Removed.
3102 * platform/efl/css3/selectors3/html/css3-modsel-154-expected.txt: Removed.
3103 * platform/efl/css3/selectors3/html/css3-modsel-155-expected.png: Removed.
3104 * platform/efl/css3/selectors3/html/css3-modsel-155-expected.txt: Removed.
3105 * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.png: Removed.
3106 * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.txt: Removed.
3107 * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.png: Removed.
3108 * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.txt: Removed.
3109 * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.png: Removed.
3110 * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.txt: Removed.
3111 * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.png: Removed.
3112 * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.txt: Removed.
3113 * platform/efl/css3/selectors3/html/css3-modsel-156-expected.png: Removed.
3114 * platform/efl/css3/selectors3/html/css3-modsel-156-expected.txt: Removed.
3115 * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.png: Removed.
3116 * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.txt: Removed.
3117 * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.png: Removed.
3118 * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.txt: Removed.
3119 * platform/efl/css3/selectors3/html/css3-modsel-157-expected.png: Removed.
3120 * platform/efl/css3/selectors3/html/css3-modsel-157-expected.txt: Removed.
3121 * platform/efl/css3/selectors3/html/css3-modsel-158-expected.png: Removed.
3122 * platform/efl/css3/selectors3/html/css3-modsel-158-expected.txt: Removed.
3123 * platform/efl/css3/selectors3/html/css3-modsel-159-expected.png: Removed.
3124 * platform/efl/css3/selectors3/html/css3-modsel-159-expected.txt: Removed.
3125 * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.png: Removed.
3126 * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.txt: Removed.
3127 * platform/efl/css3/selectors3/html/css3-modsel-16-expected.png: Removed.
3128 * platform/efl/css3/selectors3/html/css3-modsel-16-expected.txt: Removed.
3129 * platform/efl/css3/selectors3/html/css3-modsel-160-expected.png: Removed.
3130 * platform/efl/css3/selectors3/html/css3-modsel-160-expected.txt: Removed.
3131 * platform/efl/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
3132 * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt: Removed.
3133 * platform/efl/css3/selectors3/html/css3-modsel-166-expected.png: Removed.
3134 * platform/efl/css3/selectors3/html/css3-modsel-166-expected.txt: Removed.
3135 * platform/efl/css3/selectors3/html/css3-modsel-166a-expected.png: Removed.
3136 * platform/efl/css3/selectors3/html/css3-modsel-166a-expected.txt: Removed.
3137 * platform/efl/css3/selectors3/html/css3-modsel-167-expected.png: Removed.
3138 * platform/efl/css3/selectors3/html/css3-modsel-167-expected.txt: Removed.
3139 * platform/efl/css3/selectors3/html/css3-modsel-167a-expected.png: Removed.
3140 * platform/efl/css3/selectors3/html/css3-modsel-167a-expected.txt: Removed.
3141 * platform/efl/css3/selectors3/html/css3-modsel-168-expected.png: Removed.
3142 * platform/efl/css3/selectors3/html/css3-modsel-168-expected.txt: Removed.
3143 * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.png: Removed.
3144 * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.txt: Removed.
3145 * platform/efl/css3/selectors3/html/css3-modsel-169-expected.png: Removed.
3146 * platform/efl/css3/selectors3/html/css3-modsel-169-expected.txt: Removed.
3147 * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.png: Removed.
3148 * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.txt: Removed.
3149 * platform/efl/css3/selectors3/html/css3-modsel-17-expected.txt: Removed.
3150 * platform/efl/css3/selectors3/html/css3-modsel-170-expected.txt: Removed.
3151 * platform/efl/css3/selectors3/html/css3-modsel-170a-expected.txt: Removed.
3152 * platform/efl/css3/selectors3/html/css3-modsel-170b-expected.txt: Removed.
3153 * platform/efl/css3/selectors3/html/css3-modsel-170c-expected.txt: Removed.
3154 * platform/efl/css3/selectors3/html/css3-modsel-170d-expected.txt: Removed.
3155 * platform/efl/css3/selectors3/html/css3-modsel-175a-expected.txt: Removed.
3156 * platform/efl/css3/selectors3/html/css3-modsel-175b-expected.txt: Removed.
3157 * platform/efl/css3/selectors3/html/css3-modsel-175c-expected.txt: Removed.
3158 * platform/efl/css3/selectors3/html/css3-modsel-176-expected.png: Removed.
3159 * platform/efl/css3/selectors3/html/css3-modsel-176-expected.txt: Removed.
3160 * platform/efl/css3/selectors3/html/css3-modsel-177a-expected.txt: Removed.
3161 * platform/efl/css3/selectors3/html/css3-modsel-177b-expected.txt: Removed.
3162 * platform/efl/css3/selectors3/html/css3-modsel-178-expected.txt: Removed.
3163 * platform/efl/css3/selectors3/html/css3-modsel-179-expected.txt: Removed.
3164 * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt: Removed.
3165 * platform/efl/css3/selectors3/html/css3-modsel-18-expected.png: Removed.
3166 * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt: Removed.
3167 * platform/efl/css3/selectors3/html/css3-modsel-180a-expected.txt: Removed.
3168 * platform/efl/css3/selectors3/html/css3-modsel-181-expected.png: Removed.
3169 * platform/efl/css3/selectors3/html/css3-modsel-181-expected.txt: Removed.
3170 * platform/efl/css3/selectors3/html/css3-modsel-183-expected.png: Removed.
3171 * platform/efl/css3/selectors3/html/css3-modsel-183-expected.txt: Removed.
3172 * platform/efl/css3/selectors3/html/css3-modsel-184a-expected.png: Removed.
3173 * platform/efl/css3/selectors3/html/css3-modsel-184a-expected.txt: Removed.
3174 * platform/efl/css3/selectors3/html/css3-modsel-184b-expected.png: Removed.
3175 * platform/efl/css3/selectors3/html/css3-modsel-184b-expected.txt: Removed.
3176 * platform/efl/css3/selectors3/html/css3-modsel-184c-expected.png: Removed.
3177 * platform/efl/css3/selectors3/html/css3-modsel-184c-expected.txt: Removed.
3178 * platform/efl/css3/selectors3/html/css3-modsel-184d-expected.png: Removed.
3179 * platform/efl/css3/selectors3/html/css3-modsel-184d-expected.txt: Removed.