1 2015-08-12 Alexey Proskuryakov <ap@apple.com>
3 Removing an expectation for a test that's fixed.
5 * platform/mac/TestExpectations:
7 2015-08-12 Antti Koivisto <antti@apple.com>
9 CachedResource leak in validation code
10 https://bugs.webkit.org/show_bug.cgi?id=147941
12 Reviewed by Chris Dumez.
14 * http/tests/cache/recursive-validation.html: Added.
15 * http/tests/cache/resources/no-cache-with-validation.php: Added.
17 2015-08-12 Joseph Pecoraro <pecoraro@apple.com>
19 Web Inspector: Not receiving responses for async request IndexedDB.requestDatabaseNames
20 https://bugs.webkit.org/show_bug.cgi?id=147844
22 Reviewed by Brian Burg.
24 * inspector/indexeddb/requestDatabaseNames-expected.txt: Added.
25 * inspector/indexeddb/requestDatabaseNames.html: Added.
27 2015-08-11 Matt Rajca <mrajca@apple.com>
29 Media Session: test Play/Pause media control events delivered to Default media sessions
30 https://bugs.webkit.org/show_bug.cgi?id=147910
32 Reviewed by Eric Carlson.
34 Media elements that aren't explicitly assigned a media session should respond to play/pause media control events.
36 * media/session/play-pause-media-events-in-default-sessions-expected.txt: Added.
37 * media/session/play-pause-media-events-in-default-sessions.html: Added.
39 2015-08-11 Matt Rajca <mrajca@apple.com>
41 Media Session: add test for Content media session focus
42 https://bugs.webkit.org/show_bug.cgi?id=147902
44 Reviewed by Eric Carlson.
46 Playing a media element that belongs to a Content media session should pause other media elements that belong
47 to Content media sessions.
49 * media/session/content-session-focus-expected.txt: Added.
50 * media/session/content-session-focus.html: Added.
52 2015-08-12 Brent Fulgham <bfulgham@apple.com>
54 REGRESSION(r185606): ASSERT in WebCore::RenderElement::styleWillChange
55 https://bugs.webkit.org/show_bug.cgi?id=147596
56 <rdar://problem/21963355>
58 Reviewed by Jon Honeycutt.
60 * css3/scroll-snap/improper-snap-points-crash-expected.txt: Added.
61 * css3/scroll-snap/improper-snap-points-crash.html: Added.
63 2015-08-12 Youenn Fablet <youenn.fablet@crf.canon.fr>
65 XHR.setRequestHeader should remove trailing and leading whitespaces from the header value
66 https://bugs.webkit.org/show_bug.cgi?id=147445
68 Reviewed by Darin Adler.
70 * http/tests/xmlhttprequest/inject-header-expected.txt:
71 * http/tests/xmlhttprequest/inject-header.html:
72 * http/tests/xmlhttprequest/resources/print-xtest-header.cgi: Added.
73 * http/tests/xmlhttprequest/set-bad-headervalue-expected.txt:
74 * http/tests/xmlhttprequest/set-bad-headervalue.html:
75 * http/tests/xmlhttprequest/setrequestheader-allow-whitespace-in-value-expected.txt: Added.
76 * http/tests/xmlhttprequest/setrequestheader-allow-whitespace-in-value.htm: Added.
78 2015-08-11 Myles C. Maxfield <mmaxfield@apple.com>
80 [font-features] Map OpenType feature tags to TrueType feature selectors
81 https://bugs.webkit.org/show_bug.cgi?id=147819
83 Reviewed by Dean Jackson.
87 * platform/mac/css3/font-feature-settings-preinstalled-fonts-expected.png: Added.
88 * platform/mac/css3/font-feature-settings-preinstalled-fonts-expected.txt:
90 2015-08-11 Simon Fraser <simon.fraser@apple.com>
92 Windows test gardening.
94 * platform/win/TestExpectations:
95 * platform/win/css3/font-feature-settings-preinstalled-fonts-expected.txt: Added.
96 * platform/win/fast/forms/input-appearance-spinbutton-expected.txt: Added.
97 * platform/win/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
99 2015-08-11 Yusuke Suzuki <utatane.tea@gmail.com>
101 Introduce get_by_id like IC into get_by_val when the given name is String or Symbol
102 https://bugs.webkit.org/show_bug.cgi?id=147480
104 Reviewed by Filip Pizlo.
106 Add synthetic benchmarks that replaces normal property load with symbol/string keyed load.
108 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-expected.txt: Added.
109 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple-expected.txt: Added.
110 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple.html: Added.
111 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination.html: Added.
112 * js/regress/get-by-val-with-string-chain-from-try-block-expected.txt: Added.
113 * js/regress/get-by-val-with-string-chain-from-try-block.html: Added.
114 * js/regress/get-by-val-with-string-check-structure-elimination-expected.txt: Added.
115 * js/regress/get-by-val-with-string-check-structure-elimination.html: Added.
116 * js/regress/get-by-val-with-string-proto-or-self-expected.txt: Added.
117 * js/regress/get-by-val-with-string-proto-or-self.html: Added.
118 * js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple-expected.txt: Added.
119 * js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.html: Added.
120 * js/regress/get-by-val-with-string-self-or-proto-expected.txt: Added.
121 * js/regress/get-by-val-with-string-self-or-proto.html: Added.
122 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-expected.txt: Added.
123 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple-expected.txt: Added.
124 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.html: Added.
125 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination.html: Added.
126 * js/regress/get-by-val-with-symbol-chain-from-try-block-expected.txt: Added.
127 * js/regress/get-by-val-with-symbol-chain-from-try-block.html: Added.
128 * js/regress/get-by-val-with-symbol-check-structure-elimination-expected.txt: Added.
129 * js/regress/get-by-val-with-symbol-check-structure-elimination.html: Added.
130 * js/regress/get-by-val-with-symbol-proto-or-self-expected.txt: Added.
131 * js/regress/get-by-val-with-symbol-proto-or-self.html: Added.
132 * js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple-expected.txt: Added.
133 * js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.html: Added.
134 * js/regress/get-by-val-with-symbol-self-or-proto-expected.txt: Added.
135 * js/regress/get-by-val-with-symbol-self-or-proto.html: Added.
136 * js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination-simple.js: Added.
137 * js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination.js: Added.
138 * js/regress/script-tests/get-by-val-with-string-chain-from-try-block.js: Added.
147 * js/regress/script-tests/get-by-val-with-string-check-structure-elimination.js: Added.
148 * js/regress/script-tests/get-by-val-with-string-proto-or-self.js: Added.
152 * js/regress/script-tests/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.js: Added.
153 * js/regress/script-tests/get-by-val-with-string-self-or-proto.js: Added.
157 * js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.js: Added.
158 * js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination.js: Added.
159 * js/regress/script-tests/get-by-val-with-symbol-chain-from-try-block.js: Added.
168 * js/regress/script-tests/get-by-val-with-symbol-check-structure-elimination.js: Added.
169 * js/regress/script-tests/get-by-val-with-symbol-proto-or-self.js: Added.
173 * js/regress/script-tests/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.js: Added.
174 * js/regress/script-tests/get-by-val-with-symbol-self-or-proto.js: Added.
179 2015-08-11 Brian Burg <bburg@apple.com>
181 Web Inspector: Agent commands do not actually return a promise when expected
182 https://bugs.webkit.org/show_bug.cgi?id=138665
184 Reviewed by Timothy Hatcher.
186 Add a new test that only checks for proper invocation return values.
187 Once the async test suite infrastructure is available for frontend tests,
188 more thorough tests of promises and callbacks will be added.
190 * inspector/protocol/inspector-backend-invocation-return-value-expected.txt: Added.
191 * inspector/protocol/inspector-backend-invocation-return-value.html: Added.
192 * inspector/protocol/protocol-promise-result-expected.txt: Removed.
193 * inspector/protocol/protocol-promise-result.html: Removed.
194 * platform/win/TestExpectations: Remove deleted test.
196 2015-08-11 Said Abou-Hallawa <sabouhallawa@apple.com>
198 feMorphology is not rendered correctly on Retina display
199 https://bugs.webkit.org/show_bug.cgi?id=147589
201 Reviewed by Dean Jackson.
203 Ensure we take the filter scale factor into consideration when applying
206 * fast/hidpi/filters-morphology-expected.html: Added.
207 * fast/hidpi/filters-morphology.html: Added.
209 2015-08-11 Yusuke Suzuki <utatane.tea@gmail.com>
211 Numeric setter on prototype doesn't get called.
212 https://bugs.webkit.org/show_bug.cgi?id=144252
214 Reviewed by Darin Adler.
216 Update the test expectation file.
218 * js/class-syntax-string-and-numeric-names-expected.txt:
220 2015-08-11 Brian Burg <bburg@apple.com>
222 Web Inspector: use different namespaces in test fixtures for protocol tests and frontend tests
223 https://bugs.webkit.org/show_bug.cgi?id=147787
225 Reviewed by Timothy Hatcher.
227 Refactor test methods to use three distinct namespaces to reflect their implementation:
229 - InspectorProtocol contains commands that are only used from within protocol tests.
230 This includes sending and receiving protocol messages and checking message errors.
232 - InspectorTest contains test methods for full inspector frontend tests.
234 - ProtocolTest contains test methods for protocol tests.
236 In a subsequent patch, most methods in InspectorTest and ProtocolTest namespaces
237 will be unified so that implementations of log, assert, etc. are no longer duplicated.
238 For now, at least make it obvious at each callsite what code is being invoked.
240 * http/tests/inspector/console/access-inspected-object.html:
241 * http/tests/inspector/dom/resources/InspectorDOMListener.js:
242 * http/tests/inspector/page/loading-iframe-document-node.html:
243 * http/tests/inspector/resources/ProtocolTestStub.js:
244 * http/tests/inspector/resources/console-test.js:
245 * http/tests/inspector/resources/probe-test.js:
246 * inspector/console/console-message.html:
247 * inspector/console/css-source-locations.html:
248 * inspector/console/js-source-locations.html:
249 * inspector/console/x-frame-options-message.html:
250 * inspector/css/getSupportedCSSProperties.html:
251 * inspector/debugger/breakpoint-action-detach.html:
252 * inspector/debugger/breakpoint-action-with-exception.html:
253 * inspector/debugger/breakpoint-condition-detach.html:
254 * inspector/debugger/breakpoint-condition-with-bad-script.html:
255 * inspector/debugger/breakpoint-condition-with-exception.html:
256 * inspector/debugger/breakpoint-eval-with-exception.html:
257 * inspector/debugger/breakpoint-inside-conditons-and-actions.html:
258 * inspector/debugger/call-frame-function-name.html:
259 * inspector/debugger/call-frame-this-host.html:
260 * inspector/debugger/call-frame-this-nonstrict.html:
261 * inspector/debugger/call-frame-this-strict.html:
262 * inspector/debugger/debugger-statement.html:
263 * inspector/debugger/didSampleProbe-multiple-probes.html:
264 * inspector/debugger/hit-breakpoint-from-console.html:
265 * inspector/debugger/nested-inspectors.html:
266 * inspector/debugger/pause-dedicated-worker.html:
267 * inspector/debugger/pause-on-assert.html:
268 * inspector/debugger/regress-133182.html:
269 * inspector/debugger/removeBreakpoint.html:
270 * inspector/debugger/searchInContent-linebreaks.html:
271 * inspector/debugger/setBreakpoint-actions.html:
272 * inspector/debugger/setBreakpoint-autoContinue.html:
273 * inspector/debugger/setBreakpoint-column.html:
274 * inspector/debugger/setBreakpoint-condition.html:
275 * inspector/debugger/setBreakpoint-dfg-and-modify-local.html:
276 * inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html:
277 * inspector/debugger/setBreakpoint-dfg.html:
278 * inspector/debugger/setBreakpoint-options-exception.html:
279 * inspector/debugger/setBreakpoint.html:
280 * inspector/debugger/setBreakpointByUrl-sourceURL.html:
281 * inspector/debugger/setPauseOnExceptions-all.html:
282 * inspector/debugger/setPauseOnExceptions-none.html:
283 * inspector/debugger/setPauseOnExceptions-uncaught.html:
284 * inspector/debugger/setVariableValue.html:
285 * inspector/debugger/terminate-dedicated-worker-while-paused.html:
286 * inspector/dom-debugger/node-removed.html:
287 * inspector/dom/dom-remove-events.html:
288 * inspector/dom/dom-search-crash.html:
289 * inspector/dom/dom-search-with-context.html:
290 * inspector/dom/dom-search.html:
291 * inspector/dom/focus.html:
292 * inspector/dom/getAccessibilityPropertiesForNode.html:
293 * inspector/dom/getAccessibilityPropertiesForNode_liveRegion.html:
294 * inspector/dom/getAccessibilityPropertiesForNode_mouseEventNodeId.html:
295 * inspector/dom/highlight-flow-with-no-region.html:
296 * inspector/dom/remove-multiple-nodes.html:
297 * inspector/dom/request-child-nodes-depth.html:
298 * inspector/layers/layers-anonymous.html:
299 * inspector/layers/layers-blending-compositing-reasons.html:
300 * inspector/layers/layers-compositing-reasons.html:
301 * inspector/layers/layers-for-node.html:
302 * inspector/layers/layers-generated-content.html:
303 * inspector/layers/layers-reflected-content.html:
304 * inspector/page/archive.html:
305 * inspector/page/frameScheduledNavigation.html:
306 * inspector/page/frameStartedLoading.html:
307 * inspector/page/javascriptDialogEvents.html:
308 * inspector/page/setEmulatedMedia.html:
309 * inspector/runtime/getProperties.html:
310 * inspector/unit-tests/async-test-suite.html:
311 * inspector/unit-tests/sync-test-suite.html:
313 2015-08-11 Myles C. Maxfield <mmaxfield@apple.com>
315 [iOS] Arabic letter Yeh is drawn in LastResort
316 https://bugs.webkit.org/show_bug.cgi?id=147862
317 <rdar://problem/22202935>
319 Reviewed by Darin Adler.
321 * fast/text/arabic-glyph-cache-fill-combine-expected.html: Added.
322 * fast/text/arabic-glyph-cache-fill-combine.html: Added.
323 * platform/mac/TestExpectations: Mark test as iOS-specific
324 * platform/gtk/TestExpectations: Mark test as iOS-specific
325 * platform/efl/TestExpectations: Mark test as iOS-specific
326 * platform/efl/TestExpectations: Mark test as iOS-specific
328 2015-08-11 Chris Dumez <cdumez@apple.com>
330 The 'length' property on interface objects should be configurable
331 https://bugs.webkit.org/show_bug.cgi?id=147858
333 Reviewed by Daniel Bates.
335 Add layout test to check that the 'length' property on interface
336 objects has the following attributes:
337 { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }
339 * fast/dom/length-property-configurable-expected.txt: Added.
340 * fast/dom/length-property-configurable.html: Added.
342 2015-08-11 Chris Dumez <cdumez@apple.com>
344 [WebIDL] All interface objects must have a property named "name"
345 https://bugs.webkit.org/show_bug.cgi?id=147865
347 Reviewed by Darin Adler.
349 Add layout test to check that the 'name' property on interface
350 objects has the following attributes:
351 { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }
353 * fast/dom/interface-name-property-expected.txt: Added.
354 * fast/dom/interface-name-property.html: Added.
357 * media/track/track-cue-empty-cue-text-expected.txt:
358 Rebaseline, this is a progression.
360 2015-08-10 Chris Dumez <cdumez@apple.com>
362 The 'prototype' property on interface objects should not be enumerable
363 https://bugs.webkit.org/show_bug.cgi?id=147861
365 Reviewed by Darin Adler.
367 Add layout test to check that the 'prototype' property on interface
368 objects has the following attributes:
369 { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }
371 * fast/dom/prototype-property-not-enumerable-expected.txt: Added.
372 * fast/dom/prototype-property-not-enumerable.html: Added.
374 2015-08-10 Antti Koivisto <antti@apple.com>
376 http/tests/cache/disk-cache/disk-cache-validation.html has too many subtests
377 https://bugs.webkit.org/show_bug.cgi?id=147827
379 Rubber-stamped by Alexey Proskuryakov.
381 Also split the no-body variant of this.
383 * http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt:
384 * http/tests/cache/disk-cache/disk-cache-validation-no-body.html:
385 * http/tests/cache/disk-cache/disk-cache-vary-no-body-expected.txt: Added.
386 * http/tests/cache/disk-cache/disk-cache-vary-no-body.html: Added.
388 2015-08-10 Antti Koivisto <antti@apple.com>
390 http/tests/cache/disk-cache/disk-cache-validation.html has too many subtests
391 https://bugs.webkit.org/show_bug.cgi?id=147827
393 Reviewed by Chris Dumez.
395 Looks like it occasionally times out because a bot is running slowly and 243 subtests take >30s.
397 * http/tests/cache/disk-cache/disk-cache-validation-expected.txt:
398 * http/tests/cache/disk-cache/disk-cache-validation.html:
400 Split Vary header cases to a separate test.
402 * http/tests/cache/disk-cache/disk-cache-vary-expected.txt:
403 * http/tests/cache/disk-cache/disk-cache-vary.html:
405 Reduce test matrix size by no testing Expires header here.
407 2015-08-10 James Craig <jcraig@apple.com>
409 AX: Address follow-up comments in bug 145684
410 https://bugs.webkit.org/show_bug.cgi?id=147817
412 Reviewed by Dean Jackson.
414 Minor cleanup and style updates requested by Dean.
416 * http/tests/contentextensions/text-track-blocked-expected.txt:
417 * media/video-controls-show-on-kb-or-ax-event.html:
418 * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
420 2015-08-07 Antti Koivisto <antti@apple.com>
422 Expand network cache tests to cover memory cache behavior
423 https://bugs.webkit.org/show_bug.cgi?id=147783
425 Reviewed by Alexey Proskuryakov.
427 Add another round to existing cache tests with hot memory cache.
428 This add 691 individual cases worth of memory cache test coverage.
430 XHR (and main resource, CachedRawResource in general) behaves differently from other resource types. The added
431 coverage maps this behavior. The regular subresource behavior needs coverage too.
433 * http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt:
434 * http/tests/cache/disk-cache/disk-cache-302-status-code-expected.txt:
435 * http/tests/cache/disk-cache/disk-cache-307-status-code-expected.txt:
436 * http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt:
437 * http/tests/cache/disk-cache/disk-cache-disable-expected.txt:
438 * http/tests/cache/disk-cache/disk-cache-media-expected.txt:
439 * http/tests/cache/disk-cache/disk-cache-range-expected.txt:
440 * http/tests/cache/disk-cache/disk-cache-request-headers-expected.txt:
441 * http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt:
442 * http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-expected.txt:
443 * http/tests/cache/disk-cache/disk-cache-validation-attachment-expected.txt:
444 * http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
445 * http/tests/cache/disk-cache/disk-cache-validation-expected.txt:
446 * http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt:
447 * http/tests/cache/disk-cache/resources/cache-test.js:
449 (loadResourcesWithOptions):
454 2015-08-09 Chris Dumez <cdumez@apple.com>
456 Page cache doesn't work for pages actively using Geolocation
457 https://bugs.webkit.org/show_bug.cgi?id=147785
458 <rdar://problem/11147901>
460 Reviewed by Darin Adler.
462 Add layout test coverage for page caching of pages actively using
465 * fast/history/page-cache-geolocation-active-oneshot-expected.txt: Added.
466 * fast/history/page-cache-geolocation-active-oneshot.html: Added.
467 * fast/history/page-cache-geolocation-active-watcher-expected.txt: Added.
468 * fast/history/page-cache-geolocation-active-watcher.html: Added.
470 2015-08-09 Nan Wang <n_wang@apple.com>
472 AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree
473 https://bugs.webkit.org/show_bug.cgi?id=136415
474 <rdar://problem/22026625>
476 Reviewed by Chris Fleizach.
478 * accessibility/aria-table-with-presentational-elements-expected.txt:
479 * accessibility/aria-table-with-presentational-elements.html:
480 * accessibility/mac/malformed-table-expected.txt: Added.
481 * accessibility/mac/malformed-table.html: Added.
482 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt:
483 * platform/mac/accessibility/aria-table-hierarchy-expected.txt:
484 * platform/mac/accessibility/aria-tables-expected.txt:
485 * platform/mac/accessibility/roles-exposed-expected.txt:
487 2015-08-08 Darin Adler <darin@apple.com>
489 Remove -webkit-color-correction CSS property
490 https://bugs.webkit.org/show_bug.cgi?id=147812
492 Reviewed by Maciej Stachowiak.
494 Given that -webkit-color-correction had no effect on rendering on any platform in any
495 configuration we covered, it's amazing how many tests we had for it.
497 * fast/css/getComputedStyle/computed-style-expected.txt: Removed expected results for
498 -webkit-color-correction property.
499 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
500 * svg/css/getComputedStyle-basic-expected.txt: Ditto.
502 * fast/css/getComputedStyle/resources/property-names.js: Removed -webkit-color-correction.
504 * fast/css/color-correction-backgrounds-and-text.html: Removed.
505 * fast/css/color-correction-on-background-image.html: Removed.
506 * fast/css/color-correction-on-backgrounds.html: Removed.
507 * fast/css/color-correction-on-box-shadow.html: Removed.
508 * fast/css/color-correction-on-text-shadow.html: Removed.
509 * fast/css/color-correction-on-text.html: Removed.
510 * fast/css/color-correction-untagged-images.html: Removed.
511 * fast/css/color-correction.html: Removed.
512 * fast/css/parsing-color-correction-expected.txt: Removed.
513 * fast/css/parsing-color-correction.html: Removed.
514 * fast/css/resources/parsing-color-correction.js: Removed.
515 * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
516 * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
517 * platform/efl/fast/css/color-correction-expected.png: Removed.
518 * platform/efl/fast/css/color-correction-expected.txt: Removed.
519 * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed.
520 * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
521 * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed.
522 * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
523 * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed.
524 * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
525 * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
526 * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
527 * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed.
528 * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
529 * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed.
530 * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
531 * platform/gtk/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
532 * platform/gtk/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
533 * platform/gtk/fast/css/color-correction-expected.png: Removed.
534 * platform/gtk/fast/css/color-correction-expected.txt: Removed.
535 * platform/gtk/fast/css/color-correction-on-background-image-expected.png: Removed.
536 * platform/gtk/fast/css/color-correction-on-background-image-expected.txt: Removed.
537 * platform/gtk/fast/css/color-correction-on-backgrounds-expected.png: Removed.
538 * platform/gtk/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
539 * platform/gtk/fast/css/color-correction-on-box-shadow-expected.png: Removed.
540 * platform/gtk/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
541 * platform/gtk/fast/css/color-correction-on-text-expected.png: Removed.
542 * platform/gtk/fast/css/color-correction-on-text-expected.txt: Removed.
543 * platform/gtk/fast/css/color-correction-on-text-shadow-expected.png: Removed.
544 * platform/gtk/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
545 * platform/gtk/fast/css/color-correction-untagged-images-expected.png: Removed.
546 * platform/gtk/fast/css/color-correction-untagged-images-expected.txt: Removed.
547 * platform/ios-simulator-wk2/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
548 * platform/ios-simulator-wk2/fast/css/color-correction-expected.txt: Removed.
549 * platform/ios-simulator-wk2/fast/css/color-correction-on-background-image-expected.txt: Removed.
550 * platform/ios-simulator-wk2/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
551 * platform/ios-simulator-wk2/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
552 * platform/ios-simulator-wk2/fast/css/color-correction-on-text-expected.txt: Removed.
553 * platform/ios-simulator-wk2/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
554 * platform/ios-simulator-wk2/fast/css/color-correction-untagged-images-expected.txt: Removed.
555 * platform/ios-simulator/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
556 * platform/ios-simulator/fast/css/color-correction-expected.txt: Removed.
557 * platform/ios-simulator/fast/css/color-correction-on-background-image-expected.txt: Removed.
558 * platform/ios-simulator/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
559 * platform/ios-simulator/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
560 * platform/ios-simulator/fast/css/color-correction-on-text-expected.txt: Removed.
561 * platform/ios-simulator/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
562 * platform/ios-simulator/fast/css/color-correction-untagged-images-expected.txt: Removed.
563 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
564 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
565 * platform/mac/fast/css/color-correction-expected.png: Removed.
566 * platform/mac/fast/css/color-correction-expected.txt: Removed.
567 * platform/mac/fast/css/color-correction-on-background-image-expected.png: Removed.
568 * platform/mac/fast/css/color-correction-on-background-image-expected.txt: Removed.
569 * platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Removed.
570 * platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
571 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Removed.
572 * platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
573 * platform/mac/fast/css/color-correction-on-text-expected.png: Removed.
574 * platform/mac/fast/css/color-correction-on-text-expected.txt: Removed.
575 * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Removed.
576 * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
577 * platform/mac/fast/css/color-correction-untagged-images-expected.png: Removed.
578 * platform/mac/fast/css/color-correction-untagged-images-expected.txt: Removed.
579 * platform/win/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
580 * platform/win/fast/css/color-correction-expected.txt: Removed.
581 * platform/win/fast/css/color-correction-on-background-image-expected.txt: Removed.
582 * platform/win/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
583 * platform/win/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
584 * platform/win/fast/css/color-correction-on-text-expected.txt: Removed.
585 * platform/win/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
586 * platform/win/fast/css/color-correction-untagged-images-expected.txt: Removed.
588 2015-08-09 Chris Dumez <cdumez@apple.com>
590 Regression(r188105): Seems to have caused crashes during PLT on some iPads
591 https://bugs.webkit.org/show_bug.cgi?id=147818
593 Unreviewed, roll out r188105.
595 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-expected.txt: Removed.
596 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple-expected.txt: Removed.
597 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple.html: Removed.
598 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination.html: Removed.
599 * js/regress/get-by-val-with-string-chain-from-try-block-expected.txt: Removed.
600 * js/regress/get-by-val-with-string-chain-from-try-block.html: Removed.
601 * js/regress/get-by-val-with-string-check-structure-elimination-expected.txt: Removed.
602 * js/regress/get-by-val-with-string-check-structure-elimination.html: Removed.
603 * js/regress/get-by-val-with-string-proto-or-self-expected.txt: Removed.
604 * js/regress/get-by-val-with-string-proto-or-self.html: Removed.
605 * js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple-expected.txt: Removed.
606 * js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.html: Removed.
607 * js/regress/get-by-val-with-string-self-or-proto-expected.txt: Removed.
608 * js/regress/get-by-val-with-string-self-or-proto.html: Removed.
609 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-expected.txt: Removed.
610 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple-expected.txt: Removed.
611 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.html: Removed.
612 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination.html: Removed.
613 * js/regress/get-by-val-with-symbol-chain-from-try-block-expected.txt: Removed.
614 * js/regress/get-by-val-with-symbol-chain-from-try-block.html: Removed.
615 * js/regress/get-by-val-with-symbol-check-structure-elimination-expected.txt: Removed.
616 * js/regress/get-by-val-with-symbol-check-structure-elimination.html: Removed.
617 * js/regress/get-by-val-with-symbol-proto-or-self-expected.txt: Removed.
618 * js/regress/get-by-val-with-symbol-proto-or-self.html: Removed.
619 * js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple-expected.txt: Removed.
620 * js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.html: Removed.
621 * js/regress/get-by-val-with-symbol-self-or-proto-expected.txt: Removed.
622 * js/regress/get-by-val-with-symbol-self-or-proto.html: Removed.
623 * js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination-simple.js: Removed.
624 * js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination.js: Removed.
625 * js/regress/script-tests/get-by-val-with-string-chain-from-try-block.js: Removed.
626 * js/regress/script-tests/get-by-val-with-string-check-structure-elimination.js: Removed.
627 * js/regress/script-tests/get-by-val-with-string-proto-or-self.js: Removed.
628 * js/regress/script-tests/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.js: Removed.
629 * js/regress/script-tests/get-by-val-with-string-self-or-proto.js: Removed.
630 * js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.js: Removed.
631 * js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination.js: Removed.
632 * js/regress/script-tests/get-by-val-with-symbol-chain-from-try-block.js: Removed.
633 * js/regress/script-tests/get-by-val-with-symbol-check-structure-elimination.js: Removed.
634 * js/regress/script-tests/get-by-val-with-symbol-proto-or-self.js: Removed.
635 * js/regress/script-tests/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.js: Removed.
636 * js/regress/script-tests/get-by-val-with-symbol-self-or-proto.js: Removed.
638 2015-08-09 Myles C. Maxfield <mmaxfield@apple.com>
640 Crash in ComplexTextController when laying out obscure text
641 https://bugs.webkit.org/show_bug.cgi?id=147806
642 <rdar://problem/22102378>
644 Reviewed by Darin Adler.
646 * fast/text/crash-obscure-text-expected.txt: Added.
647 * fast/text/crash-obscure-text.html: Added.
649 2015-08-08 Dean Jackson <dino@apple.com>
651 Remove the webkit prefix from CanvasRenderingContext2D imageSmoothingEnabled
652 https://bugs.webkit.org/show_bug.cgi?id=147803
653 <rdar://problem/22200553>
655 Reviewed by Sam Weinig.
657 Use the standard version of imageSmoothingEnabled rather than
658 the prefixed version.
660 * fast/canvas/canvas-imageSmoothingEnabled-expected.txt:
661 * fast/canvas/canvas-imageSmoothingEnabled-patterns.html:
662 * fast/canvas/canvas-imageSmoothingEnabled-zero-size.html:
663 * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js:
665 * fast/canvas/script-tests/canvas-imageSmoothingEnabled.js: Add some tests
666 to make sure the prefixed version correctly maps to the standard version.
668 2015-08-08 Commit Queue <commit-queue@webkit.org>
670 Unreviewed, rolling out r179871.
671 https://bugs.webkit.org/show_bug.cgi?id=147810
673 Breaks product images on http://www.apple.com/shop/buy-
674 mac/macbook (Requested by smfr on #webkit).
678 "Render: properly update body's background image"
679 https://bugs.webkit.org/show_bug.cgi?id=140183
680 http://trac.webkit.org/changeset/179871
682 2015-08-07 Myles C. Maxfield <mmaxfield@apple.com>
684 [El Capitan] Test Gardening
688 * platform/mac/css3/font-feature-settings-preinstalled-fonts-expected.txt: Added.
690 2015-08-07 James Craig <jcraig@apple.com>
692 REGRESSION(r184722) AX: WebKit video playback toolbar removed from DOM; no longer accessible to VoiceOver
693 https://bugs.webkit.org/show_bug.cgi?id=145684
695 Reviewed by Dean Jackson.
697 * http/tests/contentextensions/text-track-blocked-expected.txt: Minor update to test case expectation.
698 * media/video-controls-show-on-kb-or-ax-event-expected.txt: Added.
699 * media/video-controls-show-on-kb-or-ax-event.html: New test validates video controls can be displayed without the need for a mouse.
700 * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt: Minor update to test case expectation.
702 2015-08-07 Myles C. Maxfield <mmaxfield@apple.com>
708 * platform/mac/TestExpectations:
710 2015-08-07 Myles C. Maxfield <mmaxfield@apple.com>
712 [OS X] Font fallback is not language-sensitive
713 https://bugs.webkit.org/show_bug.cgi?id=147390
715 Reviewed by Dean Jackson.
717 This test is expected to fail most places.
719 * fast/text/fallback-language-han-expected.html: Added.
720 * fast/text/fallback-language-han.html: Added.
721 * platform/efl/TestExpectations:
722 * platform/gtk/TestExpectations:
723 * platform/win/TestExpectations:
724 * platform/mac/TestExpectations:
725 * platform/iOS/TestExpectations:
727 2015-08-07 Simon Fraser <simon.fraser@apple.com>
729 Move platform/mac/fast/scrolling/ tests into fast/scrolling/latching/
732 * fast/scrolling/latching/iframe_in_iframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/iframe_in_iframe-expected.txt.
733 * fast/scrolling/latching/iframe_in_iframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/iframe_in_iframe.html.
734 * fast/scrolling/latching/resources/background.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/background.html.
735 * fast/scrolling/latching/resources/inner_content.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/inner_content.html.
736 * fast/scrolling/latching/resources/scroll_nested_iframe_test_inner.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/scroll_nested_iframe_test_inner.html.
737 * fast/scrolling/latching/resources/scroll_nested_iframe_test_outer.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/scroll_nested_iframe_test_outer.html.
738 * fast/scrolling/latching/resources/testContent.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/testContent.html.
739 * fast/scrolling/latching/resources/testImage.png: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/testImage.png.
740 * fast/scrolling/latching/scroll-div-latched-div-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt.
741 * fast/scrolling/latching/scroll-div-latched-div.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div.html.
742 * fast/scrolling/latching/scroll-div-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt.
743 * fast/scrolling/latching/scroll-div-latched-mainframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe.html.
744 * fast/scrolling/latching/scroll-div-no-latching-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-no-latching-expected.txt.
745 * fast/scrolling/latching/scroll-div-no-latching.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-no-latching.html.
746 * fast/scrolling/latching/scroll-div-with-nested-nonscrollable-iframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe-expected.txt.
747 * fast/scrolling/latching/scroll-div-with-nested-nonscrollable-iframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe.html.
748 * fast/scrolling/latching/scroll-iframe-fragment-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-fragment-expected.txt.
749 * fast/scrolling/latching/scroll-iframe-fragment.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-fragment.html.
750 * fast/scrolling/latching/scroll-iframe-latched-iframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt.
751 * fast/scrolling/latching/scroll-iframe-latched-iframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html.
752 * fast/scrolling/latching/scroll-iframe-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt.
753 * fast/scrolling/latching/scroll-iframe-latched-mainframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html.
754 * fast/scrolling/latching/scroll-iframe-webkit1-latching-bug-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-webkit1-latching-bug-expected.txt.
755 * fast/scrolling/latching/scroll-iframe-webkit1-latching-bug.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-webkit1-latching-bug.html.
756 * fast/scrolling/latching/scroll-latched-nested-div-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-latched-nested-div-expected.txt.
757 * fast/scrolling/latching/scroll-latched-nested-div.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-latched-nested-div.html.
758 * fast/scrolling/latching/scroll-nested-iframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-nested-iframe-expected.txt.
759 * fast/scrolling/latching/scroll-nested-iframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-nested-iframe.html.
760 * fast/scrolling/latching/scroll-select-bottom-test-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-bottom-test-expected.txt.
761 * fast/scrolling/latching/scroll-select-bottom-test.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-bottom-test.html.
762 * fast/scrolling/latching/scroll-select-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt.
763 * fast/scrolling/latching/scroll-select-latched-mainframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe.html.
764 * fast/scrolling/latching/scroll-select-latched-select-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt.
765 * fast/scrolling/latching/scroll-select-latched-select.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select.html.
766 * platform/mac-wk1/TestExpectations:
767 * platform/mac/TestExpectations:
769 2015-08-07 Simon Fraser <simon.fraser@apple.com>
771 Move platform/mac/fast/forms/ tests to fast/forms/
774 * fast/forms/attributed-strings-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/attributed-strings-expected.txt.
775 * fast/forms/attributed-strings.html: Renamed from LayoutTests/platform/mac/fast/forms/attributed-strings.html.
776 * fast/forms/focus-option-control-on-page-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/focus-option-control-on-page-expected.txt.
777 * fast/forms/focus-option-control-on-page.html: Renamed from LayoutTests/platform/mac/fast/forms/focus-option-control-on-page.html.
778 * fast/forms/indeterminate-progress-inline-height-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/indeterminate-progress-inline-height-expected.txt.
779 * fast/forms/indeterminate-progress-inline-height.html: Renamed from LayoutTests/platform/mac/fast/forms/indeterminate-progress-inline-height.html.
780 * fast/forms/input-appearance-spinbutton-expected.png: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.png.
781 * fast/forms/input-appearance-spinbutton-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
782 * fast/forms/input-appearance-spinbutton-size-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt.
783 * fast/forms/input-appearance-spinbutton-size.html: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-size.html.
784 * fast/forms/input-appearance-spinbutton-up-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt.
785 * fast/forms/input-appearance-spinbutton-up.html: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up.html.
786 * fast/forms/input-appearance-spinbutton.html: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton.html.
787 * fast/forms/input-number-click-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/input-number-click-expected.txt.
788 * fast/forms/input-number-click.html: Renamed from LayoutTests/platform/mac/fast/forms/input-number-click.html.
789 * fast/forms/listbox-scrollbar-hit-test-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-hit-test-expected.txt.
790 * fast/forms/listbox-scrollbar-hit-test.html: Renamed from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-hit-test.html.
791 * fast/forms/script-tests/focus-option-control-on-page.js: Renamed from LayoutTests/platform/mac/fast/forms/script-tests/focus-option-control-on-page.js.
792 * platform/mac-wk1/TestExpectations:
793 * platform/mac-wk2/TestExpectations:
794 * platform/mac/TestExpectations:
795 * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Removed.
796 * platform/wk2/TestExpectations:
798 2015-08-06 Dean Jackson <dino@apple.com>
800 Shadows don't draw on fillText when using a gradient fill
801 https://bugs.webkit.org/show_bug.cgi?id=147758
802 <rdar://problem/20860912>
804 Reviewed by Myles Maxfield.
806 New test that exercises shadows on gradient fills. This really
807 should be a ref test, but there is a very small rendering difference
808 caused by masking, so instead it uses JS to look for pixels of
811 * fast/canvas/gradient-text-with-shadow-expected.txt: Added.
812 * fast/canvas/gradient-text-with-shadow.html: Added.
814 2015-08-07 Myles C. Maxfield <mmaxfield@apple.com>
816 Implement font-feature-settings
817 https://bugs.webkit.org/show_bug.cgi?id=147722
819 Reviewed by Simon Fraser.
821 Until I can make a custom font for reference tests, use a simple dump-render-tree test.
823 * css3/font-feature-settings-preinstalled-fonts.html: Added.
824 * platform/mac-yosemite/css3/font-feature-settings-preinstalled-fonts-expected.txt: Added.
826 2015-08-07 Simon Fraser <simon.fraser@apple.com>
828 Remove platform/ios-sim-deprecated. All of the tests here exist elsewhere already.
830 * platform/ios-sim-deprecated/: Removed.
832 2015-08-07 Brian Burg <bburg@apple.com>
834 Web Inspector: move LayoutTests/inspector-protocol/ tests to LayoutTests/inspector/
835 https://bugs.webkit.org/show_bug.cgi?id=147729
837 Reviewed by Timothy Hatcher.
839 Merge inspector-protocol tests into the inspector directory. Rename a few helper
840 resources whose names clashed. Put top-level tests into unit-tests/ and protocol/.
842 Update TestExpectations to not reference inspector-protocol paths.
845 * http/tests/inspector/resources/console-test.js: Renamed from LayoutTests/inspector-protocol/resources/console-test.js.
846 * http/tests/inspector/resources/probe-test.js: Renamed from LayoutTests/inspector-protocol/resources/probe-helper.js.
847 * inspector-protocol/debugger/resources/breakpoint.js: Removed.
848 * inspector/console/console-message-expected.txt: Renamed from LayoutTests/inspector-protocol/console/console-message-expected.txt.
849 * inspector/console/console-message.html: Renamed from LayoutTests/inspector-protocol/console/console-message.html.
850 * inspector/console/css-source-locations-expected.txt: Renamed from LayoutTests/inspector-protocol/console/css-source-locations-expected.txt.
851 * inspector/console/css-source-locations.html: Renamed from LayoutTests/inspector-protocol/console/css-source-locations.html.
852 * inspector/console/js-source-locations-expected.txt: Renamed from LayoutTests/inspector-protocol/console/js-source-locations-expected.txt.
853 * inspector/console/js-source-locations.html: Renamed from LayoutTests/inspector-protocol/console/js-source-locations.html.
854 * inspector/console/resources/errors.css: Renamed from LayoutTests/inspector-protocol/resources/errors.css.
856 * inspector/console/resources/errors.js: Renamed from LayoutTests/inspector-protocol/resources/errors.js.
858 * inspector/console/x-frame-options-message-expected.txt: Renamed from LayoutTests/inspector-protocol/console/x-frame-options-message-expected.txt.
859 * inspector/console/x-frame-options-message.html: Renamed from LayoutTests/inspector-protocol/console/x-frame-options-message.html.
860 * inspector/css/getSupportedCSSProperties-expected.txt: Renamed from LayoutTests/inspector-protocol/css/getSupportedCSSProperties-expected.txt.
861 * inspector/css/getSupportedCSSProperties.html: Renamed from LayoutTests/inspector-protocol/css/getSupportedCSSProperties.html.
862 * inspector/debugger/breakpoint-action-detach-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-action-detach-expected.txt.
863 * inspector/debugger/breakpoint-action-detach.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-action-detach.html.
864 * inspector/debugger/breakpoint-action-eval.html:
865 * inspector/debugger/breakpoint-action-with-exception-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-action-with-exception-expected.txt.
866 * inspector/debugger/breakpoint-action-with-exception.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-action-with-exception.html.
867 * inspector/debugger/breakpoint-condition-detach-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-detach-expected.txt.
868 * inspector/debugger/breakpoint-condition-detach.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-detach.html.
869 * inspector/debugger/breakpoint-condition-with-bad-script-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-with-bad-script-expected.txt.
870 * inspector/debugger/breakpoint-condition-with-bad-script.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-with-bad-script.html.
871 * inspector/debugger/breakpoint-condition-with-exception-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-with-exception-expected.txt.
872 * inspector/debugger/breakpoint-condition-with-exception.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-with-exception.html.
873 * inspector/debugger/breakpoint-eval-with-exception-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt.
874 * inspector/debugger/breakpoint-eval-with-exception.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-eval-with-exception.html.
875 * inspector/debugger/breakpoint-inside-conditons-and-actions-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-inside-conditons-and-actions-expected.txt.
876 * inspector/debugger/breakpoint-inside-conditons-and-actions.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html.
877 * inspector/debugger/call-frame-function-name-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-function-name-expected.txt.
878 * inspector/debugger/call-frame-function-name.html: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-function-name.html.
879 * inspector/debugger/call-frame-this-host-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-host-expected.txt.
880 * inspector/debugger/call-frame-this-host.html: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-host.html.
881 * inspector/debugger/call-frame-this-nonstrict-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-nonstrict-expected.txt.
882 * inspector/debugger/call-frame-this-nonstrict.html: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-nonstrict.html.
883 * inspector/debugger/call-frame-this-strict-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-strict-expected.txt.
884 * inspector/debugger/call-frame-this-strict.html: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-strict.html.
885 * inspector/debugger/debugger-statement-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/debugger-statement-expected.txt.
886 * inspector/debugger/debugger-statement.html: Renamed from LayoutTests/inspector-protocol/debugger/debugger-statement.html.
887 * inspector/debugger/didSampleProbe-multiple-probes-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/didSampleProbe-multiple-probes-expected.txt.
888 * inspector/debugger/didSampleProbe-multiple-probes.html: Renamed from LayoutTests/inspector-protocol/debugger/didSampleProbe-multiple-probes.html.
889 * inspector/debugger/hit-breakpoint-from-console-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/hit-breakpoint-from-console-expected.txt.
890 * inspector/debugger/hit-breakpoint-from-console.html: Renamed from LayoutTests/inspector-protocol/debugger/hit-breakpoint-from-console.html.
891 * inspector/debugger/nested-inspectors-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/nested-inspectors-expected.txt.
892 * inspector/debugger/nested-inspectors.html: Renamed from LayoutTests/inspector-protocol/debugger/nested-inspectors.html.
893 * inspector/debugger/pause-dedicated-worker-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/pause-dedicated-worker-expected.txt.
894 * inspector/debugger/pause-dedicated-worker.html: Renamed from LayoutTests/inspector-protocol/debugger/pause-dedicated-worker.html.
895 * inspector/debugger/pause-on-assert-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/pause-on-assert-expected.txt.
896 * inspector/debugger/pause-on-assert.html: Renamed from LayoutTests/inspector-protocol/debugger/pause-on-assert.html.
897 * inspector/debugger/probe-manager-add-remove-actions.html:
898 * inspector/debugger/regress-133182-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/regress-133182-expected.txt.
899 * inspector/debugger/regress-133182.html: Renamed from LayoutTests/inspector-protocol/debugger/regress-133182.html.
900 * inspector/debugger/removeBreakpoint-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/removeBreakpoint-expected.txt.
901 * inspector/debugger/removeBreakpoint.html: Renamed from LayoutTests/inspector-protocol/debugger/removeBreakpoint.html.
902 * inspector/debugger/resources/assert.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/assert.js.
903 * inspector/debugger/resources/dedicated-worker.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/dedicated-worker.js.
904 * inspector/debugger/resources/exception.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/exception.js.
905 * inspector/debugger/resources/mac-linebreaks.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/mac-linebreaks.js.
906 * inspector/debugger/resources/mixed-linebreaks.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/mixed-linebreaks.js.
907 * inspector/debugger/resources/script-for-breakpoint-actions.js: Copied from LayoutTests/inspector/debugger/resources/breakpoint.js.
908 * inspector/debugger/resources/unix-linebreaks.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/unix-linebreaks.js.
909 * inspector/debugger/resources/windows-linebreaks.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/windows-linebreaks.js.
910 * inspector/debugger/searchInContent-linebreaks-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/searchInContent-linebreaks-expected.txt.
911 * inspector/debugger/searchInContent-linebreaks.html: Renamed from LayoutTests/inspector-protocol/debugger/searchInContent-linebreaks.html.
912 * inspector/debugger/setBreakpoint-actions-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-actions-expected.txt.
913 * inspector/debugger/setBreakpoint-actions.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-actions.html.
914 * inspector/debugger/setBreakpoint-autoContinue-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-autoContinue-expected.txt.
915 * inspector/debugger/setBreakpoint-autoContinue.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-autoContinue.html.
916 * inspector/debugger/setBreakpoint-column-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-column-expected.txt.
917 * inspector/debugger/setBreakpoint-column.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-column.html.
918 * inspector/debugger/setBreakpoint-column.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-column.txt.
919 * inspector/debugger/setBreakpoint-condition-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-condition-expected.txt.
920 * inspector/debugger/setBreakpoint-condition.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-condition.html.
921 * inspector/debugger/setBreakpoint-dfg-and-modify-local-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local-expected.txt.
922 * inspector/debugger/setBreakpoint-dfg-and-modify-local.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html.
923 * inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt.
924 * inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html.
925 * inspector/debugger/setBreakpoint-dfg-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-expected.txt.
926 * inspector/debugger/setBreakpoint-dfg.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg.html.
927 * inspector/debugger/setBreakpoint-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-expected.txt.
928 * inspector/debugger/setBreakpoint-options-exception-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-options-exception-expected.txt.
929 * inspector/debugger/setBreakpoint-options-exception.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-options-exception.html.
930 * inspector/debugger/setBreakpoint.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint.html.
931 * inspector/debugger/setBreakpointByUrl-sourceURL-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpointByUrl-sourceURL-expected.txt.
932 * inspector/debugger/setBreakpointByUrl-sourceURL.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html.
933 * inspector/debugger/setPauseOnExceptions-all-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt.
934 * inspector/debugger/setPauseOnExceptions-all.html: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-all.html.
935 * inspector/debugger/setPauseOnExceptions-none-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt.
936 * inspector/debugger/setPauseOnExceptions-none.html: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-none.html.
937 * inspector/debugger/setPauseOnExceptions-uncaught-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt.
938 * inspector/debugger/setPauseOnExceptions-uncaught.html: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-uncaught.html.
939 * inspector/debugger/setVariableValue-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setVariableValue-expected.txt.
940 * inspector/debugger/setVariableValue.html: Renamed from LayoutTests/inspector-protocol/debugger/setVariableValue.html.
941 * inspector/debugger/terminate-dedicated-worker-while-paused-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/terminate-dedicated-worker-while-paused-expected.txt.
942 * inspector/debugger/terminate-dedicated-worker-while-paused.html: Renamed from LayoutTests/inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html.
943 * inspector/dom-debugger/node-removed-expected.txt: Renamed from LayoutTests/inspector-protocol/dom-debugger/node-removed-expected.txt.
944 * inspector/dom-debugger/node-removed.html: Renamed from LayoutTests/inspector-protocol/dom-debugger/node-removed.html.
945 * inspector/dom/dom-remove-events-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/dom-remove-events-expected.txt.
946 * inspector/dom/dom-remove-events.html: Renamed from LayoutTests/inspector-protocol/dom/dom-remove-events.html.
947 * inspector/dom/dom-search-crash-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/dom-search-crash-expected.txt.
948 * inspector/dom/dom-search-crash.html: Renamed from LayoutTests/inspector-protocol/dom/dom-search-crash.html.
949 * inspector/dom/dom-search-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/dom-search-expected.txt.
950 * inspector/dom/dom-search-with-context-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/dom-search-with-context-expected.txt.
951 * inspector/dom/dom-search-with-context.html: Renamed from LayoutTests/inspector-protocol/dom/dom-search-with-context.html.
952 * inspector/dom/dom-search.html: Renamed from LayoutTests/inspector-protocol/dom/dom-search.html.
953 * inspector/dom/focus-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/focus-expected.txt.
954 * inspector/dom/focus.html: Renamed from LayoutTests/inspector-protocol/dom/focus.html.
955 * inspector/dom/getAccessibilityPropertiesForNode-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt.
956 * inspector/dom/getAccessibilityPropertiesForNode.html: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode.html.
957 * inspector/dom/getAccessibilityPropertiesForNode_liveRegion-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion-expected.txt.
958 * inspector/dom/getAccessibilityPropertiesForNode_liveRegion.html: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion.html.
959 * inspector/dom/getAccessibilityPropertiesForNode_mouseEventNodeId-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode_mouseEventNodeId-expected.txt.
960 * inspector/dom/getAccessibilityPropertiesForNode_mouseEventNodeId.html: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode_mouseEventNodeId.html.
961 * inspector/dom/highlight-flow-with-no-region-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/highlight-flow-with-no-region-expected.txt.
962 * inspector/dom/highlight-flow-with-no-region.html: Renamed from LayoutTests/inspector-protocol/dom/highlight-flow-with-no-region.html.
963 * inspector/dom/remove-multiple-nodes-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/remove-multiple-nodes-expected.txt.
964 * inspector/dom/remove-multiple-nodes.html: Renamed from LayoutTests/inspector-protocol/dom/remove-multiple-nodes.html.
965 * inspector/dom/request-child-nodes-depth-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/request-child-nodes-depth-expected.txt.
966 * inspector/dom/request-child-nodes-depth.html: Renamed from LayoutTests/inspector-protocol/dom/request-child-nodes-depth.html.
967 * inspector/dom/resources/dom-search-crash-iframe.html: Renamed from LayoutTests/inspector-protocol/dom/resources/dom-search-crash-iframe.html.
968 * inspector/dom/resources/dom-search-iframe.html: Renamed from LayoutTests/inspector-protocol/dom/resources/dom-search-iframe.html.
969 * inspector/dom/resources/dom-search-queries.js: Renamed from LayoutTests/inspector-protocol/dom/resources/dom-search-queries.js.
970 * inspector/layers/layers-anonymous-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-anonymous-expected.txt.
971 * inspector/layers/layers-anonymous.html: Renamed from LayoutTests/inspector-protocol/layers/layers-anonymous.html.
972 * inspector/layers/layers-blending-compositing-reasons-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-blending-compositing-reasons-expected.txt.
973 * inspector/layers/layers-blending-compositing-reasons.html: Renamed from LayoutTests/inspector-protocol/layers/layers-blending-compositing-reasons.html.
974 * inspector/layers/layers-compositing-reasons-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-compositing-reasons-expected.txt.
975 * inspector/layers/layers-compositing-reasons.html: Renamed from LayoutTests/inspector-protocol/layers/layers-compositing-reasons.html.
976 * inspector/layers/layers-for-node-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-for-node-expected.txt.
977 * inspector/layers/layers-for-node.html: Renamed from LayoutTests/inspector-protocol/layers/layers-for-node.html.
978 * inspector/layers/layers-generated-content-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-generated-content-expected.txt.
979 * inspector/layers/layers-generated-content.html: Renamed from LayoutTests/inspector-protocol/layers/layers-generated-content.html.
980 * inspector/layers/layers-reflected-content-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-reflected-content-expected.txt.
981 * inspector/layers/layers-reflected-content.html: Renamed from LayoutTests/inspector-protocol/layers/layers-reflected-content.html.
982 * inspector/page/archive-expected.txt: Renamed from LayoutTests/inspector-protocol/page/archive-expected.txt.
983 * inspector/page/archive.html: Renamed from LayoutTests/inspector-protocol/page/archive.html.
984 * inspector/page/frameScheduledNavigation-expected.txt: Renamed from LayoutTests/inspector-protocol/page/frameScheduledNavigation-expected.txt.
985 * inspector/page/frameScheduledNavigation.html: Renamed from LayoutTests/inspector-protocol/page/frameScheduledNavigation.html.
986 * inspector/page/frameStartedLoading-expected.txt: Renamed from LayoutTests/inspector-protocol/page/frameStartedLoading-expected.txt.
987 * inspector/page/frameStartedLoading.html: Renamed from LayoutTests/inspector-protocol/page/frameStartedLoading.html.
988 * inspector/page/javascriptDialogEvents-expected.txt: Renamed from LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt.
989 * inspector/page/javascriptDialogEvents.html: Renamed from LayoutTests/inspector-protocol/page/javascriptDialogEvents.html.
990 * inspector/page/resources/blank.html: Renamed from LayoutTests/inspector-protocol/page/resources/blank.html.
991 * inspector/page/setEmulatedMedia-expected.txt: Renamed from LayoutTests/inspector-protocol/page/setEmulatedMedia-expected.txt.
992 * inspector/page/setEmulatedMedia.html: Renamed from LayoutTests/inspector-protocol/page/setEmulatedMedia.html.
993 * inspector/protocol/protocol-promise-result-expected.txt: Renamed from LayoutTests/inspector/protocol-promise-result-expected.txt.
994 * inspector/protocol/protocol-promise-result.html: Renamed from LayoutTests/inspector/protocol-promise-result.html.
995 * inspector/runtime/getProperties-expected.txt: Renamed from LayoutTests/inspector-protocol/runtime/getProperties-expected.txt.
996 * inspector/runtime/getProperties.html: Renamed from LayoutTests/inspector-protocol/runtime/getProperties.html.
997 * inspector/unit-tests/async-test-suite-expected.txt: Renamed from LayoutTests/inspector-protocol/async-test-suite-expected.txt.
998 * inspector/unit-tests/async-test-suite.html: Renamed from LayoutTests/inspector-protocol/async-test-suite.html.
999 * inspector/unit-tests/event-listener-expected.txt: Renamed from LayoutTests/inspector/event-listener-expected.txt.
1000 * inspector/unit-tests/event-listener-set-expected.txt: Renamed from LayoutTests/inspector/event-listener-set-expected.txt.
1001 * inspector/unit-tests/event-listener-set.html: Renamed from LayoutTests/inspector/event-listener-set.html.
1002 * inspector/unit-tests/event-listener.html: Renamed from LayoutTests/inspector/event-listener.html.
1003 * inspector/unit-tests/sync-test-suite-expected.txt: Renamed from LayoutTests/inspector-protocol/sync-test-suite-expected.txt.
1004 * inspector/unit-tests/sync-test-suite.html: Renamed from LayoutTests/inspector-protocol/sync-test-suite.html.
1005 * inspector/unit-tests/test-harness-trivially-works-expected.txt: Renamed from LayoutTests/inspector/test-harness-trivially-works-expected.txt.
1006 * inspector/unit-tests/test-harness-trivially-works.html: Renamed from LayoutTests/inspector/test-harness-trivially-works.html.
1007 * platform/efl/TestExpectations:
1008 * platform/gtk/TestExpectations:
1009 * platform/ios-simulator-wk1/TestExpectations:
1010 * platform/ios-simulator-wk2/TestExpectations:
1011 * platform/mac-wk2/TestExpectations:
1012 * platform/mac/TestExpectations:
1013 * platform/win/TestExpectations:
1015 2015-08-07 Simon Fraser <simon.fraser@apple.com>
1017 ios-sim-deprecated/iphone/fast/events/touch/ already existed in fast/events/touch, so remove them.
1019 * platform/ios-sim-deprecated/iphone/fast/events/touch/document-create-touch-list-ios-expected.txt: Removed.
1020 * platform/ios-sim-deprecated/iphone/fast/events/touch/document-create-touch-list-ios.html: Removed.
1021 * platform/ios-sim-deprecated/iphone/fast/events/touch/gesture-event-basic-expected.txt: Removed.
1022 * platform/ios-sim-deprecated/iphone/fast/events/touch/gesture-event-basic.html: Removed.
1023 * platform/ios-sim-deprecated/iphone/fast/events/touch/input-touch-target-expected.txt: Removed.
1024 * platform/ios-sim-deprecated/iphone/fast/events/touch/input-touch-target.html: Removed.
1025 * platform/ios-sim-deprecated/iphone/fast/events/touch/inserted-fragment-touch-target-expected.txt: Removed.
1026 * platform/ios-sim-deprecated/iphone/fast/events/touch/inserted-fragment-touch-target.html: Removed.
1027 * platform/ios-sim-deprecated/iphone/fast/events/touch/moved-touch-target-expected.txt: Removed.
1028 * platform/ios-sim-deprecated/iphone/fast/events/touch/moved-touch-target.html: Removed.
1029 * platform/ios-sim-deprecated/iphone/fast/events/touch/multi-touch-some-without-handlers-expected.txt: Removed.
1030 * platform/ios-sim-deprecated/iphone/fast/events/touch/multi-touch-some-without-handlers.html: Removed.
1031 * platform/ios-sim-deprecated/iphone/fast/events/touch/ontouchstart-active-selector-expected.txt: Removed.
1032 * platform/ios-sim-deprecated/iphone/fast/events/touch/ontouchstart-active-selector.html: Removed.
1033 * platform/ios-sim-deprecated/iphone/fast/events/touch/removed-fragment-touch-target-expected.txt: Removed.
1034 * platform/ios-sim-deprecated/iphone/fast/events/touch/removed-fragment-touch-target.html: Removed.
1035 * platform/ios-sim-deprecated/iphone/fast/events/touch/removed-touch-target-expected.txt: Removed.
1036 * platform/ios-sim-deprecated/iphone/fast/events/touch/removed-touch-target.html: Removed.
1037 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/TEMPLATE.html: Removed.
1038 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/document-create-touch-list-ios.js: Removed.
1039 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/input-touch-target.js: Removed.
1040 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/multi-touch-some-without-handlers.js: Removed.
1041 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/text-node-touch-target.js: Removed.
1042 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/textarea-touch-target.js: Removed.
1043 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/touch-event-frames.js: Removed.
1044 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/touch-event-pageXY.js: Removed.
1045 * platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/zoomed-touch-event-pageXY.js: Removed.
1046 * platform/ios-sim-deprecated/iphone/fast/events/touch/text-node-touch-target-expected.txt: Removed.
1047 * platform/ios-sim-deprecated/iphone/fast/events/touch/text-node-touch-target.html: Removed.
1048 * platform/ios-sim-deprecated/iphone/fast/events/touch/textarea-touch-target-expected.txt: Removed.
1049 * platform/ios-sim-deprecated/iphone/fast/events/touch/textarea-touch-target.html: Removed.
1050 * platform/ios-sim-deprecated/iphone/fast/events/touch/touch-event-frames-expected.txt: Removed.
1051 * platform/ios-sim-deprecated/iphone/fast/events/touch/touch-event-frames.html: Removed.
1052 * platform/ios-sim-deprecated/iphone/fast/events/touch/touch-event-pageXY-expected.txt: Removed.
1053 * platform/ios-sim-deprecated/iphone/fast/events/touch/touch-event-pageXY.html: Removed.
1054 * platform/ios-sim-deprecated/iphone/fast/events/touch/zoomed-touch-event-pageXY-expected.txt: Removed.
1055 * platform/ios-sim-deprecated/iphone/fast/events/touch/zoomed-touch-event-pageXY.html: Removed.
1057 2015-08-07 Simon Fraser <simon.fraser@apple.com>
1059 Move platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html into http/tests/loading/
1061 * http/tests/loading/multiple-prioritization-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization-expected.txt.
1062 * http/tests/loading/multiple-prioritization.html: Renamed from LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html.
1064 2015-08-06 Simon Fraser <simon.fraser@apple.com>
1066 Move ios-sim-deprecated/fast/dom/ tests into fast/dom
1069 * fast/dom/Range/expand-word-with-apostrophe-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/Range/expand-word-with-apostrophe-expected.txt.
1070 * fast/dom/Range/expand-word-with-apostrophe.html: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/Range/expand-word-with-apostrophe.html.
1071 * fast/dom/Window/no-window-resize-on-document-size-change-expected.txt: Added.
1072 * fast/dom/Window/no-window-resize-on-document-size-change.html: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/Window/no-window-resize-on-document-size-change.html.
1073 * fast/dom/adopt-attribute-crash-expected.txt:
1074 * fast/dom/navigator-iOS-userAgent-expected.txt: Added.
1075 * fast/dom/navigator-iOS-userAgent.html: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/navigator-iOS-userAgent.html.
1076 * fast/dom/timer-fire-after-page-pause-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/timer-fire-after-page-pause-expected.txt.
1077 * fast/dom/timer-fire-after-page-pause.html: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/timer-fire-after-page-pause.html.
1078 * platform/ios-sim-deprecated/fast/dom/Window/no-window-resize-on-document-size-change-expected.txt: Removed.
1079 * platform/ios-sim-deprecated/fast/dom/navigator-iOS-userAgent-expected.txt: Removed.
1080 * platform/ios-simulator-wk1/TestExpectations:
1081 * platform/ios-simulator/TestExpectations:
1082 * platform/ios-simulator/fast/dom/navigator-iOS-userAgent-expected.txt: Added.
1084 2015-08-06 Simon Fraser <simon.fraser@apple.com>
1086 Move two ios-sim-deprecated/animations/ tests into animations.
1088 * animations/resources/anim.html: Renamed from LayoutTests/platform/ios-sim-deprecated/animations/resources/anim.html.
1089 * animations/restart-after-scroll-expected.txt: Copied from LayoutTests/platform/ios-sim-deprecated/animations/restart-after-scroll-nested-expected.txt.
1090 * animations/restart-after-scroll-nested-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/animations/restart-after-scroll-nested-expected.txt.
1091 * animations/restart-after-scroll-nested.html: Renamed from LayoutTests/platform/ios-sim-deprecated/animations/restart-after-scroll-nested.html.
1092 * animations/restart-after-scroll.html: Renamed from LayoutTests/platform/ios-sim-deprecated/animations/restart-after-scroll.html.
1093 * platform/ios-sim-deprecated/animations/restart-after-scroll-expected.txt: Removed.
1094 * platform/ios-simulator-wk1/TestExpectations:
1095 * platform/ios-simulator-wk2/TestExpectations:
1096 * platform/ios-simulator/TestExpectations:
1098 2015-08-07 Xabier Rodriguez Calvar <calvaris@igalia.com>
1100 [Streams API] Create CountQueuingStrategy object as per spec
1101 https://bugs.webkit.org/show_bug.cgi?id=146594
1103 Reviewed by Geoffrey Garen.
1105 * js/dom/global-constructors-attributes-expected.txt:
1106 * platform/efl/js/dom/global-constructors-attributes-expected.txt:
1107 * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
1108 * platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
1109 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
1110 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
1111 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
1112 * platform/win/js/dom/global-constructors-attributes-expected.txt: Updated expectations with
1113 CountQueuingStrategy constructor.
1114 * streams/reference-implementation/brand-checks.html:
1115 * streams/reference-implementation/count-queuing-strategy.html: Removed reference to count-queuing-strategy.js.
1116 * streams/reference-implementation/resources/count-queuing-strategy.js: Removed.
1117 (CountQueuingStrategy): Deleted.
1118 (CountQueuingStrategy.prototype.size): Deleted.
1120 2015-08-07 Doug Russell <d_russell@apple.com>
1122 AX: Bug 147737 is causing test failures in Mavericks WK1
1123 https://bugs.webkit.org/show_bug.cgi?id=147763
1125 Reviewed by Chris Fleizach.
1127 * platform/mac/TestExpectations:
1129 2015-08-06 Yusuke Suzuki <utatane.tea@gmail.com>
1131 Introduce get_by_id like IC into get_by_val when the given name is String or Symbol
1132 https://bugs.webkit.org/show_bug.cgi?id=147480
1134 Reviewed by Filip Pizlo.
1136 Add synthetic benchmarks that replaces normal property load with symbol/string keyed load.
1138 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-expected.txt: Added.
1139 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple-expected.txt: Added.
1140 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple.html: Added.
1141 * js/regress/get-by-val-with-string-bimorphic-check-structure-elimination.html: Added.
1142 * js/regress/get-by-val-with-string-chain-from-try-block-expected.txt: Added.
1143 * js/regress/get-by-val-with-string-chain-from-try-block.html: Added.
1144 * js/regress/get-by-val-with-string-check-structure-elimination-expected.txt: Added.
1145 * js/regress/get-by-val-with-string-check-structure-elimination.html: Added.
1146 * js/regress/get-by-val-with-string-proto-or-self-expected.txt: Added.
1147 * js/regress/get-by-val-with-string-proto-or-self.html: Added.
1148 * js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple-expected.txt: Added.
1149 * js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.html: Added.
1150 * js/regress/get-by-val-with-string-self-or-proto-expected.txt: Added.
1151 * js/regress/get-by-val-with-string-self-or-proto.html: Added.
1152 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-expected.txt: Added.
1153 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple-expected.txt: Added.
1154 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.html: Added.
1155 * js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination.html: Added.
1156 * js/regress/get-by-val-with-symbol-chain-from-try-block-expected.txt: Added.
1157 * js/regress/get-by-val-with-symbol-chain-from-try-block.html: Added.
1158 * js/regress/get-by-val-with-symbol-check-structure-elimination-expected.txt: Added.
1159 * js/regress/get-by-val-with-symbol-check-structure-elimination.html: Added.
1160 * js/regress/get-by-val-with-symbol-proto-or-self-expected.txt: Added.
1161 * js/regress/get-by-val-with-symbol-proto-or-self.html: Added.
1162 * js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple-expected.txt: Added.
1163 * js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.html: Added.
1164 * js/regress/get-by-val-with-symbol-self-or-proto-expected.txt: Added.
1165 * js/regress/get-by-val-with-symbol-self-or-proto.html: Added.
1166 * js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination-simple.js: Added.
1167 * js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination.js: Added.
1168 * js/regress/script-tests/get-by-val-with-string-chain-from-try-block.js: Added.
1177 * js/regress/script-tests/get-by-val-with-string-check-structure-elimination.js: Added.
1178 * js/regress/script-tests/get-by-val-with-string-proto-or-self.js: Added.
1182 * js/regress/script-tests/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.js: Added.
1183 * js/regress/script-tests/get-by-val-with-string-self-or-proto.js: Added.
1187 * js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.js: Added.
1188 * js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination.js: Added.
1189 * js/regress/script-tests/get-by-val-with-symbol-chain-from-try-block.js: Added.
1198 * js/regress/script-tests/get-by-val-with-symbol-check-structure-elimination.js: Added.
1199 * js/regress/script-tests/get-by-val-with-symbol-proto-or-self.js: Added.
1203 * js/regress/script-tests/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.js: Added.
1204 * js/regress/script-tests/get-by-val-with-symbol-self-or-proto.js: Added.
1209 2015-08-06 Keith Miller <keith_miller@apple.com>
1211 The JSONP parser incorrectly parses -0 as +0.
1212 https://bugs.webkit.org/show_bug.cgi?id=147590
1214 Reviewed by Michael Saboff.
1216 A simple test that attempts loads a JSONP that sets a variable to 0.
1218 * js/regress/JSONP-negative-0-expected.txt: Added.
1219 * js/regress/JSONP-negative-0.html: Added.
1220 * js/regress/script-tests/JSONP-negative-0.js: Added.
1222 2015-08-06 Chris Dumez <cdumez@apple.com>
1224 Toggle GPS state based on page visibility to save battery
1225 https://bugs.webkit.org/show_bug.cgi?id=147685
1227 Reviewed by Benjamin Poulain.
1229 Add layout tests to check that the GeolocationClient starts and stops
1230 updating when page visibility changes.
1232 * fast/dom/Geolocation/startUpdatingOnlyWhenPageVisible-expected.txt: Added.
1233 * fast/dom/Geolocation/startUpdatingOnlyWhenPageVisible.html: Added.
1234 * fast/dom/Geolocation/stopUpdatingForHiddenPage-expected.txt: Added.
1235 * fast/dom/Geolocation/stopUpdatingForHiddenPage.html: Added.
1237 2015-08-06 Brian Burg <bburg@apple.com>
1239 Web Inspector: move http/tests/inspector-protocol/ contents to http/tests/inspector/
1240 https://bugs.webkit.org/show_bug.cgi?id=147739
1242 Reviewed by Timothy Hatcher.
1244 Start merging inspector-protocol/ directory into inspector/, starting with http tests.
1246 This patch puts the few http tests into their own domain directories. Files related
1247 to the test harness have been moved to the appropriate resources/ directory.
1248 Update all inspector tests to the new paths.
1250 Lastly, rename InspectorTest.js and protocol-test.html to ProtocolTestStub, to make
1251 it obvious that these files are only used by the protocol test harness.
1253 * http/tests/inspector/console/access-inspected-object-expected.txt: Renamed from LayoutTests/http/tests/inspector-protocol/access-inspected-object-expected.txt.
1254 * http/tests/inspector/console/access-inspected-object.html: Renamed from LayoutTests/http/tests/inspector-protocol/access-inspected-object.html.
1255 * http/tests/inspector/css/bad-mime-type.html:
1256 * http/tests/inspector/dom/resources/InspectorDOMListener.js: Renamed from LayoutTests/http/tests/inspector-protocol/resources/InspectorDOMListener.js.
1257 * http/tests/inspector/page/loading-iframe-document-node-expected.txt: Renamed from LayoutTests/http/tests/inspector-protocol/loading-iframe-document-node-expected.txt.
1258 * http/tests/inspector/page/loading-iframe-document-node.html: Renamed from LayoutTests/http/tests/inspector-protocol/loading-iframe-document-node.html.
1259 * http/tests/inspector/page/resources/slow-test-page.html: Renamed from LayoutTests/http/tests/inspector-protocol/resources/slow-test-page.html.
1260 * http/tests/inspector/page/resources/test-page.html: Renamed from LayoutTests/http/tests/inspector-protocol/resources/test-page.html.
1261 * http/tests/inspector/replay/document-last-modified-fallback-value.html:
1262 * http/tests/inspector/resources/ProtocolTestStub.html: Renamed from LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html.
1263 * http/tests/inspector/resources/ProtocolTestStub.js: Renamed from LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js.
1264 * http/tests/inspector/resources/inspector-test.js: Renamed from LayoutTests/http/tests/inspector/inspector-test.js.
1265 * http/tests/inspector/resources/protocol-test.js: Renamed from LayoutTests/http/tests/inspector-protocol/resources/protocol-test.js.
1266 * inspector-protocol/async-test-suite.html:
1267 * inspector-protocol/console/console-message.html:
1268 * inspector-protocol/console/css-source-locations.html: Fix references to console helpers.
1269 * inspector-protocol/console/js-source-locations.html:
1270 * inspector-protocol/console/x-frame-options-message.html:
1271 * inspector-protocol/css/getSupportedCSSProperties.html:
1272 * inspector-protocol/debugger/breakpoint-action-detach.html:
1273 * inspector-protocol/debugger/breakpoint-action-with-exception.html:
1274 * inspector-protocol/debugger/breakpoint-condition-detach.html:
1275 * inspector-protocol/debugger/breakpoint-condition-with-bad-script.html:
1276 * inspector-protocol/debugger/breakpoint-condition-with-exception.html:
1277 * inspector-protocol/debugger/breakpoint-eval-with-exception.html:
1278 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html:
1279 * inspector-protocol/debugger/call-frame-function-name.html:
1280 * inspector-protocol/debugger/call-frame-this-host.html:
1281 * inspector-protocol/debugger/call-frame-this-nonstrict.html:
1282 * inspector-protocol/debugger/call-frame-this-strict.html:
1283 * inspector-protocol/debugger/debugger-statement.html:
1284 * inspector-protocol/debugger/didSampleProbe-multiple-probes.html:
1285 * inspector-protocol/debugger/hit-breakpoint-from-console.html:
1286 * inspector-protocol/debugger/nested-inspectors.html:
1287 * inspector-protocol/debugger/pause-dedicated-worker.html:
1288 * inspector-protocol/debugger/pause-on-assert.html:
1289 * inspector-protocol/debugger/regress-133182.html:
1290 * inspector-protocol/debugger/removeBreakpoint.html:
1291 * inspector-protocol/debugger/searchInContent-linebreaks.html:
1292 * inspector-protocol/debugger/setBreakpoint-actions.html:
1293 * inspector-protocol/debugger/setBreakpoint-autoContinue.html:
1294 * inspector-protocol/debugger/setBreakpoint-column.html:
1295 * inspector-protocol/debugger/setBreakpoint-condition.html:
1296 * inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html:
1297 * inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html:
1298 * inspector-protocol/debugger/setBreakpoint-dfg.html:
1299 * inspector-protocol/debugger/setBreakpoint-options-exception.html:
1300 * inspector-protocol/debugger/setBreakpoint.html:
1301 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html:
1302 * inspector-protocol/debugger/setPauseOnExceptions-all.html:
1303 * inspector-protocol/debugger/setPauseOnExceptions-none.html:
1304 * inspector-protocol/debugger/setPauseOnExceptions-uncaught.html:
1305 * inspector-protocol/debugger/setVariableValue.html:
1306 * inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html:
1307 * inspector-protocol/dom-debugger/node-removed.html:
1308 * inspector-protocol/dom/dom-remove-events.html:
1309 * inspector-protocol/dom/dom-search-crash.html:
1310 * inspector-protocol/dom/dom-search-with-context.html:
1311 * inspector-protocol/dom/dom-search.html:
1312 * inspector-protocol/dom/focus.html:
1313 * inspector-protocol/dom/getAccessibilityPropertiesForNode.html:
1314 * inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion.html:
1315 * inspector-protocol/dom/getAccessibilityPropertiesForNode_mouseEventNodeId.html:
1316 * inspector-protocol/dom/highlight-flow-with-no-region.html:
1317 * inspector-protocol/dom/remove-multiple-nodes.html:
1318 * inspector-protocol/dom/request-child-nodes-depth.html:
1319 * inspector-protocol/layers/layers-anonymous.html:
1320 * inspector-protocol/layers/layers-blending-compositing-reasons.html:
1321 * inspector-protocol/layers/layers-compositing-reasons.html:
1322 * inspector-protocol/layers/layers-for-node.html:
1323 * inspector-protocol/layers/layers-generated-content.html:
1324 * inspector-protocol/layers/layers-reflected-content.html:
1325 * inspector-protocol/page/archive.html:
1326 * inspector-protocol/page/frameScheduledNavigation.html:
1327 * inspector-protocol/page/frameStartedLoading.html:
1328 * inspector-protocol/page/javascriptDialogEvents.html:
1329 * inspector-protocol/page/setEmulatedMedia.html:
1330 * inspector-protocol/runtime/getProperties.html:
1331 * inspector-protocol/sync-test-suite.html:
1332 * inspector/console/command-line-api.html:
1333 * inspector/console/console-api.html:
1334 * inspector/console/console-table.html:
1335 * inspector/css/get-system-fonts.html:
1336 * inspector/css/matched-style-properties.html:
1337 * inspector/css/modify-rule-selector.html:
1338 * inspector/css/pseudo-element-matches-for-pseudo-element-node.html:
1339 * inspector/css/pseudo-element-matches.html:
1340 * inspector/css/selector-dynamic-specificity.html:
1341 * inspector/css/selector-specificity.html:
1342 * inspector/css/stylesheet-with-mutations.html:
1343 * inspector/debugger/break-on-exception-catch.html:
1344 * inspector/debugger/break-on-exception-finally.html:
1345 * inspector/debugger/break-on-exception-native.html:
1346 * inspector/debugger/break-on-exception-throw-in-promise-rethrow-in-catch.html:
1347 * inspector/debugger/break-on-exception-throw-in-promise-then-with-catch.html:
1348 * inspector/debugger/break-on-exception-throw-in-promise-then.html:
1349 * inspector/debugger/break-on-exception-throw-in-promise-with-catch.html:
1350 * inspector/debugger/break-on-exception-throw-in-promise.html:
1351 * inspector/debugger/break-on-exception-window-onerror.html:
1352 * inspector/debugger/break-on-exception.html:
1353 * inspector/debugger/break-on-uncaught-exception-catch.html:
1354 * inspector/debugger/break-on-uncaught-exception-finally.html:
1355 * inspector/debugger/break-on-uncaught-exception-native.html:
1356 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-rethrow-in-catch.html:
1357 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-then-with-catch.html:
1358 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-then.html:
1359 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-with-catch.html:
1360 * inspector/debugger/break-on-uncaught-exception-throw-in-promise.html:
1361 * inspector/debugger/break-on-uncaught-exception-window-onerror.html:
1362 * inspector/debugger/break-on-uncaught-exception.html:
1363 * inspector/debugger/breakpoint-action-eval.html:
1364 * inspector/debugger/breakpoint-columns.html:
1365 * inspector/debugger/breakpoint-scope.html:
1366 * inspector/debugger/command-line-api-exception-nested-catch.html:
1367 * inspector/debugger/command-line-api-exception.html:
1368 * inspector/debugger/js-stacktrace.html:
1369 * inspector/debugger/pause-reason.html:
1370 * inspector/debugger/probe-manager-add-remove-actions.html:
1371 * inspector/debugger/search-scripts-expected.txt:
1372 * inspector/debugger/search-scripts.html:
1373 * inspector/dom/content-flow-content-nodes.html:
1374 * inspector/dom/content-flow-content-removal.html:
1375 * inspector/dom/content-flow-list.html:
1376 * inspector/dom/content-node-region-info.html:
1377 * inspector/dom/highlight-shape-outside-margin.html:
1378 * inspector/dom/highlight-shape-outside.html:
1379 * inspector/dom/highlightSelector.html:
1380 * inspector/dom/pseudo-element-dynamic.html:
1381 * inspector/dom/pseudo-element-static.html:
1382 * inspector/dom/template-content.html:
1383 * inspector/event-listener-set.html:
1384 * inspector/event-listener.html:
1385 * inspector/model/parse-script-syntax-tree.html:
1386 * inspector/model/remote-object-get-properties.html:
1387 * inspector/model/remote-object-weak-collection.html:
1388 * inspector/model/remote-object.html:
1389 * inspector/page/main-frame-resource.html:
1390 * inspector/protocol-promise-result.html:
1391 * inspector/replay/javascript-date-now.html:
1392 * inspector/replay/javascript-random-seed.html:
1393 * inspector/replay/window-navigator-plugins-memoized.html:
1394 * inspector/test-harness-trivially-works.html:
1395 * inspector/timeline/debugger-paused-while-recording.html:
1396 * inspector/timeline/exception-in-injected-script-while-recording.html:
1397 * inspector/timeline/recording-start-stop-timestamps.html:
1398 * platform/efl/TestExpectations:
1399 * platform/gtk/TestExpectations:
1400 * platform/ios-simulator-wk1/TestExpectations:
1401 * platform/ios-simulator-wk2/TestExpectations:
1403 2015-08-06 Myles C. Maxfield <mmaxfield@apple.com>
1405 Font feature settings comparisons are order-dependent and case-dependent
1406 https://bugs.webkit.org/show_bug.cgi?id=147719
1408 Reviewed by Benjamin Poulain.
1410 Make the test insensitive to order and case.
1412 * css3/font-feature-settings-parsing-expected.txt:
1413 * css3/font-feature-settings-parsing.html:
1415 2015-08-06 Doug Russell <d_russell@apple.com>
1417 AX: AXLoadComplete that comes before AX API access won't fire
1418 https://bugs.webkit.org/show_bug.cgi?id=147737
1420 Reviewed by Chris Fleizach.
1422 Treat setEnhancedUserInterfaceAccessibility() as AX API access and if true,
1423 enableAccessibility().
1425 * accessibility/mac/loaded-notification-expected.txt: Added.
1426 * accessibility/mac/loaded-notification.html: Added.
1428 2015-08-05 Alexey Proskuryakov <ap@apple.com>
1430 Fix TestExpectations lint warnings.
1432 * platform/mac-wk2/TestExpectations: Remove duplicate entries.
1434 * platform/win/TestExpectations: Update for the big platform move of 2015. One of
1435 these tests no longer asserts, so it doesn't need to be skipped.
1437 2015-08-05 Simon Fraser <simon.fraser@apple.com>
1439 Fix paths to ruby-expansion tests, and make them ImageOnlyFailure rather than Skip.
1441 * platform/mac-mavericks/TestExpectations:
1443 2015-08-05 Simon Fraser <simon.fraser@apple.com>
1445 Move /mac/fast/text reference tests into fast/text. Some may need to be skipped on other platforms.
1447 * fast/text/arabic-zwj-and-zwnj-expected.html: Renamed from LayoutTests/platform/mac/fast/text/arabic-zwj-and-zwnj-expected.html.
1448 * fast/text/arabic-zwj-and-zwnj.html: Renamed from LayoutTests/platform/mac/fast/text/arabic-zwj-and-zwnj.html.
1449 * fast/text/combining-character-sequence-vertical-expected.html: Renamed from LayoutTests/platform/mac/fast/text/combining-character-sequence-vertical-expected.html.
1450 * fast/text/combining-character-sequence-vertical.html: Renamed from LayoutTests/platform/mac/fast/text/combining-character-sequence-vertical.html.
1451 * fast/text/combining-mark-paint-expected.html: Renamed from LayoutTests/platform/mac/fast/text/combining-mark-paint-expected.html.
1452 * fast/text/combining-mark-paint.html: Renamed from LayoutTests/platform/mac/fast/text/combining-mark-paint.html.
1453 * fast/text/font-cursive-italic-cjk-expected.html: Renamed from LayoutTests/platform/mac/fast/text/font-cursive-italic-cjk-expected.html.
1454 * fast/text/font-cursive-italic-cjk.html: Renamed from LayoutTests/platform/mac/fast/text/font-cursive-italic-cjk.html.
1455 * fast/text/kerning-with-TextLayout-expected.html: Renamed from LayoutTests/platform/mac/fast/text/kerning-with-TextLayout-expected.html.
1456 * fast/text/kerning-with-TextLayout.html: Renamed from LayoutTests/platform/mac/fast/text/kerning-with-TextLayout.html.
1457 * fast/text/multiple-codeunit-vertical-upright-expected.html: Renamed from LayoutTests/platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html.
1458 * fast/text/multiple-codeunit-vertical-upright.html: Renamed from LayoutTests/platform/mac/fast/text/multiple-codeunit-vertical-upright.html.
1459 * fast/text/synthetic-bold-transformed-expected.html: Renamed from LayoutTests/platform/mac/fast/text/synthetic-bold-transformed-expected.html.
1460 * fast/text/synthetic-bold-transformed.html: Renamed from LayoutTests/platform/mac/fast/text/synthetic-bold-transformed.html.
1461 * fast/text/trailing-word-expected.html: Renamed from LayoutTests/platform/mac/fast/text/trailing-word-expected.html.
1462 * fast/text/trailing-word.html: Renamed from LayoutTests/platform/mac/fast/text/trailing-word.html.
1463 * platform/mac/TestExpectations:
1465 2015-08-05 Simon Fraser <simon.fraser@apple.com>
1467 Make ruby-expansion tests cross-platform. They may have to be skipped on other platforms.
1469 * fast/ruby/resources/green.png: Renamed from LayoutTests/platform/mac/fast/ruby/resources/green.png.
1470 * fast/ruby/resources/ruby-expansion.svg: Renamed from LayoutTests/platform/mac/fast/ruby/resources/ruby-expansion.svg.
1471 * fast/ruby/ruby-expansion-cjk-2-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-2-expected.html.
1472 * fast/ruby/ruby-expansion-cjk-2.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-2.html.
1473 * fast/ruby/ruby-expansion-cjk-3-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-3-expected.html.
1474 * fast/ruby/ruby-expansion-cjk-3.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-3.html.
1475 * fast/ruby/ruby-expansion-cjk-4-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-4-expected.html.
1476 * fast/ruby/ruby-expansion-cjk-4.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-4.html.
1477 * fast/ruby/ruby-expansion-cjk-5-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-5-expected.html.
1478 * fast/ruby/ruby-expansion-cjk-5.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-5.html.
1479 * fast/ruby/ruby-expansion-cjk-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-expected.html.
1480 * fast/ruby/ruby-expansion-cjk.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk.html.
1481 * platform/mac-wk1/TestExpectations:
1483 2015-08-05 Simon Fraser <simon.fraser@apple.com>
1485 Remove the XBM image test. Mac doesn't suport XBM images any more.
1487 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Removed.
1488 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Removed.
1489 * platform/mac/fast/canvas/canvas-draw-xbm-image.html: Removed.
1490 * platform/mac/fast/canvas/resources/smile.xbm: Removed.
1492 2015-08-05 Simon Fraser <simon.fraser@apple.com>
1494 Make platform/mac/compositing/canvas/accelerated-canvas-compositing.html a cross-platform test.
1496 * compositing/canvas/accelerated-canvas-compositing-expected.txt: Added.
1497 * compositing/canvas/accelerated-canvas-compositing.html: Renamed from LayoutTests/platform/mac/compositing/canvas/accelerated-canvas-compositing.html.
1499 2015-08-05 Brian Burg <bburg@apple.com>
1501 Web Inspector: rewrite protocol test for console messages from X-Frame-Options
1502 https://bugs.webkit.org/show_bug.cgi?id=147714
1504 Reviewed by Joseph Pecoraro.
1506 Rewrite deny-X-FrameOption.html to use AsyncTestSuite, and hopefully address
1507 the flakiness of the test. It is now in the inspector-protocol/console/ directory.
1509 Extract the addConsoleTestCase helper to a shared file. Clean up console test
1510 helpers and use a less awkward namespace for these helpers.
1512 * TestExpectations: Unskip the deleted test, the new test should be less flaky.
1513 * inspector-protocol/console/console-message.html:
1514 * inspector-protocol/console/css-source-locations.html:
1515 * inspector-protocol/console/js-source-locations.html:
1516 * inspector-protocol/console/x-frame-options-message-expected.txt: Added.
1517 * inspector-protocol/console/x-frame-options-message.html: Added.
1518 * inspector-protocol/debugger/setBreakpoint-actions.html:
1519 * inspector-protocol/debugger/setBreakpoint-options-exception.html:
1520 * inspector-protocol/page/deny-X-FrameOption-expected.txt: Removed.
1521 * inspector-protocol/page/deny-X-FrameOption.html: Removed.
1522 * inspector-protocol/resources/console-helper.js: Removed.
1523 * inspector-protocol/resources/console-test.js: Added.
1524 (InspectorTest.Console.sanitizeConsoleMessage):
1525 (InspectorTest.Console.addTestCase):
1527 2015-08-05 Ryosuke Niwa <rniwa@webkit.org>
1529 [ES6] Class parser does not allow methods named set and get.
1530 https://bugs.webkit.org/show_bug.cgi?id=147150
1532 Reviewed by Oliver Hunt.
1534 Added a regression test and rebaselined a test.
1536 * js/class-syntax-method-names-expected.txt: Added.
1537 * js/class-syntax-method-names.html: Added.
1538 * js/class-syntax-semicolon-expected.txt: Rebaselined as the error message got improved.
1539 * js/script-tests/class-syntax-method-names.js: Added.
1540 * js/script-tests/class-syntax-semicolon.js:
1542 2015-08-05 Nikita Vasilyev <nvasilyev@apple.com>
1544 Web Inspector: Logging error objects should have a better UI
1545 https://bugs.webkit.org/show_bug.cgi?id=143853
1547 Add tests for stack trace format in case it changes.
1549 Reviewed by Brian Burg.
1551 * inspector/debugger/js-stacktrace-expected.txt: Added.
1552 * inspector/debugger/js-stacktrace.html: Added.
1554 2015-08-05 Zalan Bujtas <zalan@apple.com>
1556 Add missing test case (r187994).
1560 * fast/frames/flattening/crash-when-sibling-iframe-is-destroyed-with-subtree-layoutroot-expected.txt: Added.
1561 * fast/frames/flattening/crash-when-sibling-iframe-is-destroyed-with-subtree-layoutroot.html: Added.
1562 * fast/frames/flattening/resources/childframe1.html: Added.
1563 * fast/frames/flattening/resources/childframe2.html: Added.
1565 2015-08-05 Chris Dumez <cdumez@apple.com>
1567 Crash when removing children of a MathMLSelectElement
1568 https://bugs.webkit.org/show_bug.cgi?id=147704
1569 <rdar://problem/21940321>
1571 Reviewed by Ryosuke Niwa.
1573 Add layout test that reproduces the crash under guardmalloc.
1575 * mathml/maction-removeChild-expected.txt: Added.
1576 * mathml/maction-removeChild.html: Added.
1578 2015-08-05 Simon Fraser <simon.fraser@apple.com>
1580 Move platform/ios-simulator/ios/fast/events/touch tests to fast/events/touch
1582 * fast/events/touch/document-create-touch-list-ios-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/document-create-touch-list-ios-expected.txt.
1583 * fast/events/touch/document-create-touch-list-ios.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/document-create-touch-list-ios.html.
1584 * fast/events/touch/gesture-event-basic-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/gesture-event-basic-expected.txt.
1585 * fast/events/touch/gesture-event-basic.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/gesture-event-basic.html.
1586 * fast/events/touch/input-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/input-touch-target.html.
1587 * fast/events/touch/inserted-fragment-touch-target-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/inserted-fragment-touch-target-expected.txt.
1588 * fast/events/touch/inserted-fragment-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/inserted-fragment-touch-target.html.
1589 * fast/events/touch/moved-touch-target-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/moved-touch-target-expected.txt.
1590 * fast/events/touch/moved-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/moved-touch-target.html.
1591 * fast/events/touch/multi-touch-some-without-handlers.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/multi-touch-some-without-handlers.html.
1592 * fast/events/touch/ontouchstart-active-selector.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/ontouchstart-active-selector.html.
1593 * fast/events/touch/removed-fragment-touch-target-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/removed-fragment-touch-target-expected.txt.
1594 * fast/events/touch/removed-fragment-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/removed-fragment-touch-target.html.
1595 * fast/events/touch/removed-touch-target-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/removed-touch-target-expected.txt.
1596 * fast/events/touch/removed-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/removed-touch-target.html.
1597 * fast/events/touch/resources/misc-touch-helpers.js: Renamed from LayoutTests/platform/ios-sim-deprecated/iphone/fast/events/touch/misc-touch-helpers.js.
1598 * fast/events/touch/script-tests/document-create-touch-list-ios.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/document-create-touch-list-ios.js.
1599 * fast/events/touch/script-tests/input-touch-target.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/input-touch-target.js.
1600 * fast/events/touch/script-tests/multi-touch-some-without-handlers.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/multi-touch-some-without-handlers.js.
1601 * fast/events/touch/script-tests/text-node-touch-target.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/text-node-touch-target.js.
1602 * fast/events/touch/script-tests/textarea-touch-target.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/textarea-touch-target.js.
1603 * fast/events/touch/script-tests/touch-event-frames.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/touch-event-frames.js.
1604 * fast/events/touch/script-tests/touch-event-pageXY.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/touch-event-pageXY.js.
1605 * fast/events/touch/script-tests/zoomed-touch-event-pageXY.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/zoomed-touch-event-pageXY.js.
1606 * fast/events/touch/text-node-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/text-node-touch-target.html.
1607 * fast/events/touch/textarea-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/textarea-touch-target.html.
1608 * fast/events/touch/touch-event-frames-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/touch-event-frames-expected.txt.
1609 * fast/events/touch/touch-event-frames.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/touch-event-frames.html.
1610 * fast/events/touch/touch-event-pageXY-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/touch-event-pageXY-expected.txt.
1611 * fast/events/touch/touch-event-pageXY.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/touch-event-pageXY.html.
1612 * fast/events/touch/touch-scaled-scrolled.html:
1613 * fast/events/touch/zoomed-touch-event-pageXY-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/zoomed-touch-event-pageXY-expected.txt.
1614 * fast/events/touch/zoomed-touch-event-pageXY.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/zoomed-touch-event-pageXY.html.
1615 * platform/ios-simulator-wk1/TestExpectations:
1616 * platform/ios-simulator-wk2/TestExpectations:
1617 * platform/ios-simulator/TestExpectations:
1618 * platform/ios-simulator/ios/fast/events/touch/script-tests/TEMPLATE.html: Removed.
1619 * platform/mac/TestExpectations:
1621 2015-08-05 Simon Fraser <simon.fraser@apple.com>
1623 Remove non-existant tests from iOS TestExpectations files.
1625 * platform/ios-simulator-wk2/TestExpectations:
1626 * platform/ios-simulator/TestExpectations:
1628 2015-08-05 Brent Fulgham <bfulgham@apple.com>
1630 Mark failing scrolling test.
1632 * platform/mac/TestExpectations:
1634 2015-08-05 Brent Fulgham <bfulgham@apple.com>
1636 Unreviewed test gardening.
1638 Skip new latched scrolling test on WK1 due to timeout. Check in some minor clean-ups in
1639 the test based on feedback from Antti and others:
1641 * platform/mac/TestExpectations:
1642 * platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe.html:
1644 2015-08-05 Joseph Pecoraro <pecoraro@apple.com>
1646 Web Inspector: Improve Support for PropertyName Iterator (Reflect.enumerate) in Inspector
1647 https://bugs.webkit.org/show_bug.cgi?id=147679
1649 Reviewed by Timothy Hatcher.
1651 * inspector/model/remote-object-expected.txt:
1652 * inspector/model/remote-object.html:
1654 2015-08-04 Simon Fraser <simon.fraser@apple.com>
1656 Put Yosemite mac editing results in the correct location.
1658 * platform/mac-yosemite/editing/mac/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/anchor-element-expected.txt.
1659 * platform/mac-yosemite/editing/mac/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/basic-expected.txt.
1660 * platform/mac-yosemite/editing/mac/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/font-size-expected.txt.
1661 * platform/mac-yosemite/editing/mac/attributed-string/font-style-variant-effect-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
1662 * platform/mac-yosemite/editing/mac/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/font-weight-expected.txt.
1663 * platform/mac-yosemite/editing/mac/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/letter-spacing-expected.txt.
1664 * platform/mac-yosemite/editing/mac/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/text-decorations-expected.txt.
1665 * platform/mac-yosemite/editing/mac/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/vertical-align-expected.txt.
1667 2015-08-04 Simon Fraser <simon.fraser@apple.com>
1669 Move some Windows results for Mac editing tests (confused? I am) to the right places.
1671 * platform/win/editing/mac/input/devanagari-ligature-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/input/devanagari-ligature-expected.txt.
1672 * platform/win/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
1673 * platform/win/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
1674 * platform/win/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt.
1676 2015-08-04 Simon Fraser <simon.fraser@apple.com>
1678 Move Mavericks and Yosemite editing/mac results into the right place.
1680 * platform/mac-mavericks/editing/mac/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/anchor-element-expected.txt.
1681 * platform/mac-mavericks/editing/mac/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/basic-expected.txt.
1682 * platform/mac-mavericks/editing/mac/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/font-size-expected.txt.
1683 * platform/mac-mavericks/editing/mac/attributed-string/font-style-variant-effect-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
1684 * platform/mac-mavericks/editing/mac/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/font-weight-expected.txt.
1685 * platform/mac-mavericks/editing/mac/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
1686 * platform/mac-mavericks/editing/mac/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/text-decorations-expected.txt.
1687 * platform/mac-mavericks/editing/mac/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/vertical-align-expected.txt.
1688 * platform/mac-mavericks/editing/mac/input/devanagari-ligature-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/input/devanagari-ligature-expected.txt.
1689 * platform/mac-mavericks/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
1690 * platform/mac-mavericks/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
1691 * platform/mac-mavericks/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt.
1692 * platform/mac-yosemite/editing/mac/editing/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/anchor-element-expected.txt.
1693 * platform/mac-yosemite/editing/mac/editing/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/basic-expected.txt.
1694 * platform/mac-yosemite/editing/mac/editing/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/font-size-expected.txt.
1695 * platform/mac-yosemite/editing/mac/editing/attributed-string/font-style-variant-effect-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
1696 * platform/mac-yosemite/editing/mac/editing/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/font-weight-expected.txt.
1697 * platform/mac-yosemite/editing/mac/editing/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
1698 * platform/mac-yosemite/editing/mac/editing/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/text-decorations-expected.txt.
1699 * platform/mac-yosemite/editing/mac/editing/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/vertical-align-expected.txt.
1701 2015-08-04 Doug Russell <d_russell@apple.com>
1703 AX: tree item children returned from ranged getter are different from full array of children
1704 https://bugs.webkit.org/show_bug.cgi?id=147660
1706 Add an isTreeItem() check in ranged element getter so that it matches the logic in
1707 the getter for the full children array. This prevents returning a row as a child
1708 when only the rows contents should be returned. This prevents navigation issues on
1709 websites without aria outlines.
1711 Reviewed by Chris Fleizach.
1713 * accessibility/mac/aria-tree-item-children-expected.txt: Added.
1714 * accessibility/mac/aria-tree-item-children.html: Added.
1716 2015-08-04 Hunseop Jeong <hs85.jeong@samsung.com>
1718 [EFL] Editing tests have been broken since r186694
1719 https://bugs.webkit.org/show_bug.cgi?id=146888
1721 Reviewed by Brent Fulgham.
1723 Unskip the failure tests related with r186694.
1725 * platform/efl/TestExpectations:
1727 2015-08-04 Alexey Proskuryakov <ap@apple.com>
1729 El Capitan test result gardening.
1731 Update for a font change.
1733 * platform/mac-yosemite/fast/text/crash-complex-text-surrogate-expected.txt: Copied from LayoutTests/platform/mac/fast/text/crash-complex-text-surrogate-expected.txt.
1734 * platform/mac/fast/text/crash-complex-text-surrogate-expected.txt:
1736 2015-08-04 Simon Fraser <simon.fraser@apple.com>
1738 Move platform/mac/editing tests to editing/mac
1741 * editing/mac/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/anchor-element-expected.txt.
1742 * editing/mac/attributed-string/anchor-element.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/anchor-element.html.
1743 * editing/mac/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/basic-expected.txt.
1744 * editing/mac/attributed-string/basic.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/basic.html.
1745 * editing/mac/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-size-expected.txt.
1746 * editing/mac/attributed-string/font-size.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-size.html.
1747 * editing/mac/attributed-string/font-style-variant-effect-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
1748 * editing/mac/attributed-string/font-style-variant-effect.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-style-variant-effect.html.
1749 * editing/mac/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-weight-expected.txt.
1750 * editing/mac/attributed-string/font-weight.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-weight.html.
1751 * editing/mac/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
1752 * editing/mac/attributed-string/letter-spacing.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/letter-spacing.html.
1753 * editing/mac/attributed-string/resources/dump-attributed-string.js: Renamed from LayoutTests/platform/mac/editing/attributed-string/resources/dump-attributed-string.js.
1755 * editing/mac/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/text-decorations-expected.txt.
1756 * editing/mac/attributed-string/text-decorations.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/text-decorations.html.
1757 * editing/mac/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/vertical-align-expected.txt.
1758 * editing/mac/attributed-string/vertical-align.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/vertical-align.html.
1759 * editing/mac/deleting/backward-delete-expected.txt: Renamed from LayoutTests/platform/mac/editing/deleting/backward-delete-expected.txt.
1760 * editing/mac/deleting/backward-delete.html: Renamed from LayoutTests/platform/mac/editing/deleting/backward-delete.html.
1761 * editing/mac/dictionary-lookup/dictionary-lookup-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-expected.txt.
1762 * editing/mac/dictionary-lookup/dictionary-lookup-input-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-input-expected.txt.
1763 * editing/mac/dictionary-lookup/dictionary-lookup-input.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-input.html.
1764 * editing/mac/dictionary-lookup/dictionary-lookup-inside-selection-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-inside-selection-expected.txt.
1765 * editing/mac/dictionary-lookup/dictionary-lookup-inside-selection.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-inside-selection.html.
1766 * editing/mac/dictionary-lookup/dictionary-lookup-outside-selection-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-outside-selection-expected.txt.
1767 * editing/mac/dictionary-lookup/dictionary-lookup-outside-selection.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-outside-selection.html.
1768 * editing/mac/dictionary-lookup/dictionary-lookup-rtl-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-rtl-expected.txt.
1769 * editing/mac/dictionary-lookup/dictionary-lookup-rtl.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-rtl.html.
1770 * editing/mac/dictionary-lookup/dictionary-lookup.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup.html.
1771 * editing/mac/dictionary-lookup/resources/lookup-test.js: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/lookup-test.js.
1773 * editing/mac/input/5576619-expected.png: Renamed from LayoutTests/platform/mac/editing/input/5576619-expected.png.
1774 * editing/mac/input/5576619-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/5576619-expected.txt.
1775 * editing/mac/input/5576619.html: Renamed from LayoutTests/platform/mac/editing/input/5576619.html.
1776 * editing/mac/input/NSBackgroundColor-transparent-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/NSBackgroundColor-transparent-expected.txt.
1777 * editing/mac/input/NSBackgroundColor-transparent.html: Renamed from LayoutTests/platform/mac/editing/input/NSBackgroundColor-transparent.html.
1778 * editing/mac/input/bold-node-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/bold-node-expected.txt.
1779 * editing/mac/input/bold-node.html: Renamed from LayoutTests/platform/mac/editing/input/bold-node.html.
1780 * editing/mac/input/caret-primary-bidi-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/input/caret-primary-bidi-expected.txt.
1781 * editing/mac/input/caret-primary-bidi.html: Renamed from LayoutTests/platform/mac/editing/input/caret-primary-bidi.html.
1782 * editing/mac/input/crash-for-empty-text-alternative-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/crash-for-empty-text-alternative-expected.txt.
1783 * editing/mac/input/crash-for-empty-text-alternative.html: Renamed from LayoutTests/platform/mac/editing/input/crash-for-empty-text-alternative.html.
1784 * editing/mac/input/devanagari-ligature-expected.png: Renamed from LayoutTests/platform/mac/editing/input/devanagari-ligature-expected.png.
1785 * editing/mac/input/devanagari-ligature-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/devanagari-ligature-expected.txt.
1786 * editing/mac/input/devanagari-ligature.html: Renamed from LayoutTests/platform/mac/editing/input/devanagari-ligature.html.
1787 * editing/mac/input/edit-dictated-text-with-alternative-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/edit-dictated-text-with-alternative-expected.txt.
1788 * editing/mac/input/edit-dictated-text-with-alternative.html: Renamed from LayoutTests/platform/mac/editing/input/edit-dictated-text-with-alternative.html.
1789 * editing/mac/input/firstrectforcharacterrange-caret-in-br-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-caret-in-br-expected.txt.
1790 * editing/mac/input/firstrectforcharacterrange-caret-in-br.html: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-caret-in-br.html.
1791 * editing/mac/input/firstrectforcharacterrange-plain-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-plain-expected.txt.
1792 * editing/mac/input/firstrectforcharacterrange-plain.html: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-plain.html.
1793 * editing/mac/input/firstrectforcharacterrange-styled-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt.
1794 * editing/mac/input/firstrectforcharacterrange-styled.html: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-styled.html.
1795 * editing/mac/input/firstrectforcharacterrange-vertical-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-vertical-expected.txt.
1796 * editing/mac/input/firstrectforcharacterrange-vertical.html: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-vertical.html.
1797 * editing/mac/input/hangul-enter-confirms-and-sends-keypress-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress-expected.txt.
1798 * editing/mac/input/hangul-enter-confirms-and-sends-keypress.html: Renamed from LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html.
1799 * editing/mac/input/insert-delete-smp-symbol-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/insert-delete-smp-symbol-expected.txt.
1800 * editing/mac/input/insert-delete-smp-symbol.html: Renamed from LayoutTests/platform/mac/editing/input/insert-delete-smp-symbol.html.
1801 * editing/mac/input/insert-dictated-text-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/insert-dictated-text-expected.txt.
1802 * editing/mac/input/insert-dictated-text.html: Renamed from LayoutTests/platform/mac/editing/input/insert-dictated-text.html.
1803 * editing/mac/input/kotoeri-enter-to-confirm-and-newline-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline-expected.txt.
1804 * editing/mac/input/kotoeri-enter-to-confirm-and-newline.html: Renamed from LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html.
1805 * editing/mac/input/maxlength-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/maxlength-expected.txt.
1806 * editing/mac/input/maxlength.html: Renamed from LayoutTests/platform/mac/editing/input/maxlength.html.
1807 * editing/mac/input/range-for-empty-document-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/range-for-empty-document-expected.txt.
1808 * editing/mac/input/range-for-empty-document.html: Renamed from LayoutTests/platform/mac/editing/input/range-for-empty-document.html.
1809 * editing/mac/input/replace-invalid-range-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/replace-invalid-range-expected.txt.
1810 * editing/mac/input/replace-invalid-range.html: Renamed from LayoutTests/platform/mac/editing/input/replace-invalid-range.html.
1811 * editing/mac/input/resources/first-page.html: Renamed from LayoutTests/platform/mac/editing/input/resources/first-page.html.
1812 * editing/mac/input/resources/hangul.js: Renamed from LayoutTests/platform/mac/editing/input/hangul.js.
1814 * editing/mac/input/resources/kotoeri.js: Renamed from LayoutTests/platform/mac/editing/input/kotoeri.js.
1816 * editing/mac/input/resources/logger.js: Renamed from LayoutTests/platform/mac/editing/input/logger.js.
1818 * editing/mac/input/resources/other-page.html: Renamed from LayoutTests/platform/mac/editing/input/resources/other-page.html.
1819 * editing/mac/input/secure-input-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/secure-input-expected.txt.
1820 * editing/mac/input/secure-input.html: Renamed from LayoutTests/platform/mac/editing/input/secure-input.html.
1821 * editing/mac/input/selected-composed-text-painting-expected.html: Renamed from LayoutTests/platform/mac/editing/input/selected-composed-text-painting-expected.html.
1822 * editing/mac/input/selected-composed-text-painting.html: Renamed from LayoutTests/platform/mac/editing/input/selected-composed-text-painting.html.
1823 * editing/mac/input/selection-change-closes-typing-2-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/selection-change-closes-typing-2-expected.txt.
1824 * editing/mac/input/selection-change-closes-typing-2.html: Renamed from LayoutTests/platform/mac/editing/input/selection-change-closes-typing-2.html.
1825 * editing/mac/input/selection-change-closes-typing-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/selection-change-closes-typing-expected.txt.
1826 * editing/mac/input/selection-change-closes-typing.html: Renamed from LayoutTests/platform/mac/editing/input/selection-change-closes-typing.html.
1827 * editing/mac/input/text-control-ime-input-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/text-control-ime-input-expected.txt.
1828 * editing/mac/input/text-control-ime-input.html: Renamed from LayoutTests/platform/mac/editing/input/text-control-ime-input.html.
1829 * editing/mac/input/text-input-controller-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/text-input-controller-expected.txt.
1830 * editing/mac/input/text-input-controller.html: Renamed from LayoutTests/platform/mac/editing/input/text-input-controller.html.
1831 * editing/mac/input/unconfirmed-text-navigation-with-page-cache-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache-expected.txt.
1832 * editing/mac/input/unconfirmed-text-navigation-with-page-cache.html: Renamed from LayoutTests/platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html.
1833 * editing/mac/input/undo-grouping-on-text-insertion-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/undo-grouping-on-text-insertion-expected.txt.
1834 * editing/mac/input/undo-grouping-on-text-insertion.html: Renamed from LayoutTests/platform/mac/editing/input/undo-grouping-on-text-insertion.html.
1835 * editing/mac/input/wrapped-line-char-rect-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/wrapped-line-char-rect-expected.txt.
1836 * editing/mac/input/wrapped-line-char-rect.html: Renamed from LayoutTests/platform/mac/editing/input/wrapped-line-char-rect.html.
1837 * editing/mac/pasteboard/5583362-expected.png: Renamed from LayoutTests/platform/mac/editing/pasteboard/5583362-expected.png.
1838 * editing/mac/pasteboard/5583362-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/5583362-expected.txt.
1839 * editing/mac/pasteboard/5583362.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/5583362.html.
1840 * editing/mac/pasteboard/dataTransfer-set-data-file-url-expected.png: Renamed from LayoutTests/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png.
1841 * editing/mac/pasteboard/dataTransfer-set-data-file-url-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.txt.
1842 * editing/mac/pasteboard/dataTransfer-set-data-file-url.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html.
1843 * editing/mac/pasteboard/drag-selections-to-contenteditable-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/drag-selections-to-contenteditable-expected.txt.
1844 * editing/mac/pasteboard/drag-selections-to-contenteditable.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/drag-selections-to-contenteditable.html.
1845 * editing/mac/pasteboard/paste-and-match-style-selector-event-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/paste-and-match-style-selector-event-expected.txt.
1846 * editing/mac/pasteboard/paste-and-match-style-selector-event.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/paste-and-match-style-selector-event.html.
1847 * editing/mac/pasteboard/text-precomposed-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/text-precomposed-expected.txt.
1848 * editing/mac/pasteboard/text-precomposed.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/text-precomposed.html.
1849 * editing/mac/selection/25228-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/25228-expected.png.
1850 * editing/mac/selection/25228-expected.txt: Renamed from LayoutTests/platform/mac/editing/selection/25228-expected.txt.
1851 * editing/mac/selection/25228.html: Renamed from LayoutTests/platform/mac/editing/selection/25228.html.
1852 * editing/mac/selection/context-menu-select-editability-expected.txt: Renamed from LayoutTests/platform/mac/editing/selection/context-menu-select-editability-expected.txt.
1853 * editing/mac/selection/context-menu-select-editability.html: Renamed from LayoutTests/platform/mac/editing/selection/context-menu-select-editability.html.
1854 * editing/mac/selection/doubleclick-should-not-expand-across-lines-expected.txt: Renamed from LayoutTests/platform/mac/editing/selection/doubleclick-should-not-expand-across-lines-expected.txt.
1855 * editing/mac/selection/doubleclick-should-not-expand-across-lines.html: Renamed from LayoutTests/platform/mac/editing/selection/doubleclick-should-not-expand-across-lines.html.
1856 * editing/mac/selection/script-tests/TEMPLATE.html: Renamed from LayoutTests/platform/mac/editing/selection/script-tests/TEMPLATE.html.
1857 * editing/mac/selection/script-tests/doubleclick-should-not-expand-across-lines.js: Renamed from LayoutTests/platform/mac/editing/selection/script-tests/doubleclick-should-not-expand-across-lines.js.
1858 (description.doubleClickOnElement):
1860 (selectionShouldBe):
1861 * editing/mac/selection/word-thai-expected.txt: Renamed from LayoutTests/platform/mac/editing/selection/word-thai-expected.txt.
1862 * editing/mac/selection/word-thai.html: Renamed from LayoutTests/platform/mac/editing/selection/word-thai.html.
1863 * editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png.
1864 * editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
1865 * editing/mac/spelling/autocorrection-at-beginning-of-word-1.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1.html.
1866 * editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png.
1867 * editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
1868 * editing/mac/spelling/autocorrection-at-beginning-of-word-2.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2.html.
1869 * editing/mac/spelling/autocorrection-blockquote-crash-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt.
1870 * editing/mac/spelling/autocorrection-blockquote-crash.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-blockquote-crash.html.
1871 * editing/mac/spelling/autocorrection-contraction-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-contraction-expected.png.
1872 * editing/mac/spelling/autocorrection-contraction-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-contraction-expected.txt.
1873 * editing/mac/spelling/autocorrection-contraction.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-contraction.html.
1874 * editing/mac/spelling/autocorrection-delete-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-delete-expected.png.
1875 * editing/mac/spelling/autocorrection-delete-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-delete-expected.txt.
1876 * editing/mac/spelling/autocorrection-delete.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-delete.html.
1877 * editing/mac/spelling/autocorrection-in-textarea-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt.
1878 * editing/mac/spelling/autocorrection-in-textarea.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-in-textarea.html.
1879 * editing/mac/spelling/autocorrection-removing-underline-after-paste-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.png.
1880 * editing/mac/spelling/autocorrection-removing-underline-after-paste-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt.
1881 * editing/mac/spelling/autocorrection-removing-underline-after-paste.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html.
1882 * editing/mac/spelling/autocorrection-removing-underline-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-expected.png.
1883 * editing/mac/spelling/autocorrection-removing-underline-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt.
1884 * editing/mac/spelling/autocorrection-removing-underline.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline.html.
1885 * editing/mac/spelling/autocorrection-respets-undo-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-respets-undo-expected.txt.
1886 * editing/mac/spelling/autocorrection-respets-undo.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-respets-undo.html.
1887 * editing/mac/spelling/autocorrection-simple-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-simple-expected.png.
1888 * editing/mac/spelling/autocorrection-simple-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-simple-expected.txt.
1889 * editing/mac/spelling/autocorrection-simple.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-simple.html.
1890 * editing/mac/spelling/autocorrection-with-multi-line-text-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-with-multi-line-text-expected.txt.
1891 * editing/mac/spelling/autocorrection-with-multi-line-text.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-with-multi-line-text.html.
1892 * editing/mac/spelling/click-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/click-autocorrected-word-expected.png.
1893 * editing/mac/spelling/click-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/click-autocorrected-word-expected.txt.
1894 * editing/mac/spelling/click-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/click-autocorrected-word.html.
1895 * editing/mac/spelling/delete-autocorrected-word-1-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png.
1896 * editing/mac/spelling/delete-autocorrected-word-1-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt.
1897 * editing/mac/spelling/delete-autocorrected-word-1.html: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-1.html.
1898 * editing/mac/spelling/delete-autocorrected-word-2-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png.
1899 * editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt.
1900 * editing/mac/spelling/delete-autocorrected-word-2.html: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-2.html.
1901 * editing/mac/spelling/delete-into-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png.
1902 * editing/mac/spelling/delete-into-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt.
1903 * editing/mac/spelling/delete-into-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/delete-into-autocorrected-word.html.
1904 * editing/mac/spelling/editing-word-with-marker-1-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/editing-word-with-marker-1-expected.txt.
1905 * editing/mac/spelling/editing-word-with-marker-1.html: Renamed from LayoutTests/platform/mac/editing/spelling/editing-word-with-marker-1.html.
1906 * editing/mac/spelling/forward-delete-into-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png.
1907 * editing/mac/spelling/forward-delete-into-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt.
1908 * editing/mac/spelling/forward-delete-into-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html.
1909 * editing/mac/spelling/move-cursor-to-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png.
1910 * editing/mac/spelling/move-cursor-to-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt.
1911 * editing/mac/spelling/move-cursor-to-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-autocorrected-word.html.
1912 * editing/mac/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png.
1913 * editing/mac/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt.
1914 * editing/mac/spelling/move-cursor-to-beginning-of-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word.html.
1915 * editing/mac/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt.
1916 * editing/mac/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html: Renamed from LayoutTests/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html.
1917 * platform/mac-wk2/TestExpectations:
1918 * platform/mac-wk2/editing/mac/spelling/autocorrection-contraction-expected.png: Renamed from LayoutTests/platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.png.
1919 * platform/mac-wk2/editing/mac/spelling/autocorrection-contraction-expected.txt: Renamed from LayoutTests/platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.txt.
1920 * platform/mac/TestExpectations:
1921 * platform/mac/editing/input/caret-primary-bidi-expected.txt: Removed.
1922 * platform/win/editing/mac/spelling/autocorrection-contraction-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/spelling/autocorrection-contraction-expected.txt.
1923 * platform/wk2/TestExpectations:
1925 2015-08-04 Brent Fulgham <bfulgham@apple.com>
1927 REGRESSION (r173784): [Mac] Correct latching error for non-scrollable iframe nested inside scrollable div.
1928 https://bugs.webkit.org/show_bug.cgi?id=147668
1929 <rdar://problem/21870332>
1931 Reviewed by Simon Fraser.
1933 * platform/mac/fast/scrolling/resources/background.html: Added.
1934 * platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe-expected.txt: Added.
1935 * platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe.html: Added.
1937 2015-08-04 Chris Dumez <cdumez@apple.com>
1939 Subframes with no current HistoryItem should not prevent page-caching
1940 https://bugs.webkit.org/show_bug.cgi?id=147649
1941 <rdar://problem/21614832>
1943 Reviewed by Andreas Kling.
1945 Add a layout test that covers page-caching of a page that contains an
1946 iframe with no current HistoryItem. The sub-frame has no current
1947 HistoryItem because its URL is invalid: "http://".
1949 * http/tests/navigation/page-cache-iframe-no-current-historyItem-expected.txt: Added.
1950 * http/tests/navigation/page-cache-iframe-no-current-historyItem.html: Added.
1953 * platform/mac-wk1/TestExpectations:
1954 Skip the new test on Mac WK1. The page is still not cacheable on Mac WK1
1955 because WebFrameLoaderClient::canCachePage() returns false if the frame
1956 does not contain HTML at the moment.
1958 2015-08-04 Simon Fraser <simon.fraser@apple.com>
1960 Fix script paths in these tests.
1962 * tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash.html:
1963 * tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash.html:
1964 * tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash.html:
1966 2015-08-04 Joseph Pecoraro <pecoraro@apple.com>
1968 Unreviewed gardening. Marked appcache test as flakey.
1970 I was unable to reduce flakiness of this in an acceptable fashion,
1971 just mark it as pass/fail.
1975 2015-08-04 Simon Fraser <simon.fraser@apple.com>
1977 Move platform/mac-wk2/tiled-drawing to tiled-drawing/
1980 * platform/mac-wk2/TestExpectations:
1981 * platform/mac/TestExpectations:
1982 * tiled-drawing/background-transparency-toggle-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/background-transparency-toggle-expected.txt.
1983 * tiled-drawing/background-transparency-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/background-transparency-toggle.html.
1984 * tiled-drawing/crash-reloading-with-position-fixed-content-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/crash-reloading-with-position-fixed-content-expected.txt.
1985 * tiled-drawing/crash-reloading-with-position-fixed-content.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/crash-reloading-with-position-fixed-content.html.
1986 * tiled-drawing/fixed-background-scroll-repaint-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background-scroll-repaint-expected.txt.
1987 * tiled-drawing/fixed-background-scroll-repaint.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background-scroll-repaint.html.
1988 * tiled-drawing/fixed-layout-size-fixed-attachment-cover-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-cover-expected.html.
1989 * tiled-drawing/fixed-layout-size-fixed-attachment-cover.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-cover.html.
1990 * tiled-drawing/fixed-layout-size-fixed-attachment-local-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-local-expected.html.
1991 * tiled-drawing/fixed-layout-size-fixed-attachment-local.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-local.html.
1992 * tiled-drawing/header-and-footer-hit-testing-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-expected.txt.
1993 * tiled-drawing/header-and-footer-hit-testing-in-frame-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame-expected.txt.
1994 * tiled-drawing/header-and-footer-hit-testing-in-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame.html.
1995 * tiled-drawing/header-and-footer-hit-testing-with-page-scale-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale-expected.txt.
1996 * tiled-drawing/header-and-footer-hit-testing-with-page-scale.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale.html.
1997 * tiled-drawing/header-and-footer-hit-testing.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing.html.
1998 * tiled-drawing/resources/bordered-image.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/bordered-image.png.
1999 * tiled-drawing/resources/go-back.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/go-back.html.
2000 * tiled-drawing/resources/green-blue.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/green-blue.png.
2001 * tiled-drawing/resources/green.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/green.png.
2002 * tiled-drawing/resources/greenbox.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/greenbox.png.
2003 * tiled-drawing/resources/iframe-to-hit-test.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html.
2004 * tiled-drawing/resources/scroll-and-load-page.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html.
2005 * tiled-drawing/scrolling/clamp-out-of-bounds-scrolls-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/clamp-out-of-bounds-scrolls-expected.txt.
2006 * tiled-drawing/scrolling/clamp-out-of-bounds-scrolls.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/clamp-out-of-bounds-scrolls.html.
2007 * tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt.
2008 * tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt.
2009 * tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler.html.
2010 * tiled-drawing/scrolling/fast-scroll-div-latched-div.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div.html.
2011 * tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt.
2012 * tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt.
2013 * tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler.html.
2014 * tiled-drawing/scrolling/fast-scroll-div-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe.html.
2015 * tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt.
2016 * tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt.
2017 * tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler.html.
2018 * tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe.html.
2019 * tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt.
2020 * tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt.
2021 * tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler.html.
2022 * tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe.html.
2023 * tiled-drawing/scrolling/fast-scroll-iframe-latched-select-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-select-expected.txt.
2024 * tiled-drawing/scrolling/fast-scroll-iframe-latched-select.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-select.html.
2025 * tiled-drawing/scrolling/fast-scroll-mainframe-zoom-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom-expected.txt.
2026 * tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html.
2027 * tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt.
2028 * tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt.
2029 * tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler.html.
2030 * tiled-drawing/scrolling/fast-scroll-select-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe.html.
2031 * tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt.
2032 * tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt.
2033 * tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler.html.
2034 * tiled-drawing/scrolling/fast-scroll-select-latched-select.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select.html.
2035 * tiled-drawing/scrolling/fixed-background/fixed-background-composited-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-expected.html.
2036 * tiled-drawing/scrolling/fixed-background/fixed-background-composited.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited.html.
2037 * tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed-expected.html.
2038 * tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed.html.
2039 * tiled-drawing/scrolling/fixed-background/fixed-background-no-image-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-no-image-expected.txt.
2040 * tiled-drawing/scrolling/fixed-background/fixed-background-no-image.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-no-image.html.
2041 * tiled-drawing/scrolling/fixed-background/fixed-background-removal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal-expected.txt.
2042 * tiled-drawing/scrolling/fixed-background/fixed-background-removal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal.html.
2043 * tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.png.
2044 * tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.txt.
2045 * tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer.html.
2046 * tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.png.
2047 * tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.txt.
2048 * tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.png.
2049 * tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt.
2050 * tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html.
2051 * tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.png.
2052 * tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.txt.
2053 * tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned.html.
2054 * tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.png.
2055 * tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt.
2056 * tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html.
2057 * tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.png.
2058 * tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.txt.
2059 * tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html.
2060 * tiled-drawing/scrolling/fixed-background/fixed-body-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background.html.
2061 * tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.png.
2062 * tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.txt.
2063 * tiled-drawing/scrolling/fixed-background/fixed-html-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background.html.
2064 * tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.png.
2065 * tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.txt.
2066 * tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background.html.
2067 * tiled-drawing/scrolling/fixed/absolute-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-fixed-expected.txt.
2068 * tiled-drawing/scrolling/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-fixed.html.
2069 * tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed-expected.txt.
2070 * tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed.html.
2071 * tiled-drawing/scrolling/fixed/fixed-in-overflow-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow-expected.txt.
2072 * tiled-drawing/scrolling/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow.html.
2073 * tiled-drawing/scrolling/fixed/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-expected.txt.
2074 * tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex-expected.txt.
2075 * tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex.html.
2076 * tiled-drawing/scrolling/fixed/fixed-position-out-of-view.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view.html.
2077 * tiled-drawing/scrolling/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-expected.txt.
2078 * tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer-expected.txt.
2079 * tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer.html.
2080 * tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt.
2081 * tiled-drawing/scrolling/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed.html.
2082 * tiled-drawing/scrolling/fixed/four-bars.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars.html.
2083 * tiled-drawing/scrolling/fixed/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-expected.txt.
2084 * tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view-expected.txt.
2085 * tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view.html.
2086 * tiled-drawing/scrolling/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset.html.
2087 * tiled-drawing/scrolling/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/nested-fixed-expected.txt.
2088 * tiled-drawing/scrolling/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/nested-fixed.html.
2089 * tiled-drawing/scrolling/fixed/percentage-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/percentage-inside-fixed-expected.txt.
2090 * tiled-drawing/scrolling/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/percentage-inside-fixed.html.
2091 * tiled-drawing/scrolling/frames/coordinated-frame-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt.
2092 * tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt.
2093 * tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html.
2094 * tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt.
2095 * tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html.
2096 * tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt.
2097 * tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html.
2098 * tiled-drawing/scrolling/frames/coordinated-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame.html.
2099 * tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt.
2100 * tiled-drawing/scrolling/frames/fixed-inside-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame.html.
2101 * tiled-drawing/scrolling/frames/frameset-frame-scrollability-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability-expected.txt.
2102 * tiled-drawing/scrolling/frames/frameset-frame-scrollability.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability.html.
2103 * tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability-expected.txt.
2104 * tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability.html.
2105 * tiled-drawing/scrolling/frames/orphaned-subtree-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/orphaned-subtree-expected.txt.
2106 * tiled-drawing/scrolling/frames/orphaned-subtree.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/orphaned-subtree.html.
2107 * tiled-drawing/scrolling/frames/remove-coordinated-frame-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/remove-coordinated-frame-expected.txt.
2108 * tiled-drawing/scrolling/frames/remove-coordinated-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/remove-coordinated-frame.html.
2109 * tiled-drawing/scrolling/frames/resources/autoscrolling-frame-with-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/autoscrolling-frame-with-fixed.html.
2110 * tiled-drawing/scrolling/frames/resources/doc-with-sticky.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/doc-with-sticky.html.
2111 * tiled-drawing/scrolling/frames/resources/frameset-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/frameset-frame.html.
2112 * tiled-drawing/scrolling/frames/resources/layouting-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/layouting-frame.html.
2113 * tiled-drawing/scrolling/frames/resources/leaf-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/leaf-frame.html.
2114 * tiled-drawing/scrolling/frames/resources/scrollable-page.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/scrollable-page.html.
2115 * tiled-drawing/scrolling/frames/resources/subframe-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/subframe-inside-fixed.html.
2116 * tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt.
2117 * tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html.
2118 * tiled-drawing/scrolling/iframe_in_iframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/iframe_in_iframe-expected.txt.
2119 * tiled-drawing/scrolling/iframe_in_iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/iframe_in_iframe.html.
2120 * tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash-expected.txt.
2121 * tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash.html.
2122 * tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt.
2123 * tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash.html.
2124 * tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt.
2125 * tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash.html.
2126 * tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt.
2127 * tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash.html.
2128 * tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt.
2129 * tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html.
2130 * tiled-drawing/scrolling/non-fast-region/resources/gain-wheel-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/gain-wheel-handler.html.
2131 * tiled-drawing/scrolling/non-fast-region/resources/lose-wheel-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/lose-wheel-handler.html.
2132 * tiled-drawing/scrolling/non-fast-region/resources/wheel-handler-region-helper.js: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/wheel-handler-region-helper.js.
2135 * tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt.
2136 * tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt.
2137 * tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html.
2138 * tiled-drawing/scrolling/non-fast-region/top-content-inset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset.html.
2139 * tiled-drawing/scrolling/non-fast-region/wheel-event-plugin-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin-expected.txt.
2140 * tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html.
2141 * tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt.
2142 * tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child.html.
2143 * tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns-expected.txt.
2144 * tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns.html.
2145 * tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll-expected.txt.
2146 * tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll.html.
2147 * tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region-expected.txt.
2148 * tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region.html.
2149 * tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt.
2150 * tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed.html.
2151 * tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document-expected.txt.
2152 * tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document.html.
2153 * tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt.
2154 * tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed.html.
2155 * tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic-expected.txt.
2156 * tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic.html.
2157 * tiled-drawing/scrolling/null-parent-back-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash-expected.txt.
2158 * tiled-drawing/scrolling/null-parent-back-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash.html.
2159 * tiled-drawing/scrolling/overflow-scroll-reduced-content-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-reduced-content-expected.txt.
2160 * tiled-drawing/scrolling/overflow-scroll-reduced-content.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-reduced-content.html.
2161 * tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events-expected.txt.
2162 * tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html.
2163 * tiled-drawing/scrolling/resources/inner_content.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/resources/inner_content.html.
2164 * tiled-drawing/scrolling/resources/select_iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/resources/select_iframe.html.
2165 * tiled-drawing/scrolling/resources/testContent.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/resources/testContent.html.
2166 * tiled-drawing/scrolling/resources/testImage.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/resources/testImage.png.
2167 * tiled-drawing/scrolling/root-overflow-with-mousewheel-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/root-overflow-with-mousewheel-expected.txt.
2168 * tiled-drawing/scrolling/root-overflow-with-mousewheel.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/root-overflow-with-mousewheel.html.
2169 * tiled-drawing/scrolling/scroll-snap/resources/horizontal-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources/horizontal-mainframe.html.
2170 * tiled-drawing/scrolling/scroll-snap/resources/vertical-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources/vertical-mainframe.html.
2171 * tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up-expected.txt.
2172 * tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up.html.
2173 * tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe-expected.txt.
2174 * tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html.
2175 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow-expected.txt.
2176 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html.
2177 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders-expected.txt.
2178 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html.
2179 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-expected.txt.
2180 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html.
2181 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal-expected.txt.
2182 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html.
2183 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical-expected.txt.
2184 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html.
2185 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-expected.txt.
2186 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html.
2187 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-expected.txt.
2188 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless-expected.txt.
2189 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless.html.
2190 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html.
2191 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding-expected.txt.
2192 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html.
2193 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated-expected.txt.
2194 * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html.
2195 * tiled-drawing/scrolling/scrolling-tree-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-after-scroll-expected.txt.
2196 * tiled-drawing/scrolling/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-after-scroll.html.
2197 * tiled-drawing/scrolling/scrolling-tree-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-slow-scrolling-expected.txt.
2198 * tiled-drawing/scrolling/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-slow-scrolling.html.
2199 * tiled-drawing/scrolling/slow-scrolling-background-toggle-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle-expected.txt.
2200 * tiled-drawing/scrolling/slow-scrolling-background-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle.html.
2201 * tiled-drawing/scrolling/slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-expected.txt.
2202 * tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle-expected.txt.
2203 * tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle.html.
2204 * tiled-drawing/scrolling/slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling.html.
2205 * tiled-drawing/scrolling/stateless-scrolling-no-rubber-band-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/stateless-scrolling-no-rubber-band-expected.txt.
2206 * tiled-drawing/scrolling/stateless-scrolling-no-rubber-band.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/stateless-scrolling-no-rubber-band.html.
2207 * tiled-drawing/scrolling/sticky/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset-expected.txt.
2208 * tiled-drawing/scrolling/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset.html.
2209 * tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt.
2210 * tiled-drawing/scrolling/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal.html.
2211 * tiled-drawing/scrolling/sticky/sticky-layers-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-layers-expected.txt.
2212 * tiled-drawing/scrolling/sticky/sticky-layers.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-layers.html.
2213 * tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt.
2214 * tiled-drawing/scrolling/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical.html.
2215 * tiled-drawing/scrolling/wheel-events-with-no-delta-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/wheel-events-with-no-delta-expected.txt.
2216 * tiled-drawing/scrolling/wheel-events-with-no-delta.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/wheel-events-with-no-delta.html.
2217 * tiled-drawing/simple-document-with-margin-tiles-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt.
2218 * tiled-drawing/simple-document-with-margin-tiles.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles.html.
2219 * tiled-drawing/tile-coverage-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt.
2220 * tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt.
2221 * tiled-drawing/tile-coverage-after-scroll-speculative.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative.html.
2222 * tiled-drawing/tile-coverage-after-scroll.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html.
2223 * tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt.
2224 * tiled-drawing/tile-coverage-scroll-to-bottom.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html.
2225 * tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt.
2226 * tiled-drawing/tile-coverage-slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling.html.
2227 * tiled-drawing/tile-coverage-speculative-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt.
2228 * tiled-drawing/tile-coverage-speculative.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-speculative.html.
2229 * tiled-drawing/tile-size-slow-zoomed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt.
2230 * tiled-drawing/tile-size-slow-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed.html.
2231 * tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt.
2232 * tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html.
2233 * tiled-drawing/tiled-drawing-zoom-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt.
2234 * tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt.
2235 * tiled-drawing/tiled-drawing-zoom-scrolled.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html.
2236 * tiled-drawing/tiled-drawing-zoom.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html.
2237 * tiled-drawing/toggle-to-fixed-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/toggle-to-fixed-background-expected.txt.
2238 * tiled-drawing/toggle-to-fixed-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/toggle-to-fixed-background.html.
2239 * tiled-drawing/top-content-inset-fixed-attachment-body-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-body-expected.html.
2240 * tiled-drawing/top-content-inset-fixed-attachment-body.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-body.html.
2241 * tiled-drawing/top-content-inset-fixed-attachment-cover-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-expected.html.
2242 * tiled-drawing/top-content-inset-fixed-attachment-cover-local-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-local-expected.html.
2243 * tiled-drawing/top-content-inset-fixed-attachment-cover-local.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-local.html.
2244 * tiled-drawing/top-content-inset-fixed-attachment-cover.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover.html.
2245 * tiled-drawing/top-content-inset-fixed-attachment-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-expected.html.
2246 * tiled-drawing/top-content-inset-fixed-attachment-local-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-local-expected.html.
2247 * tiled-drawing/top-content-inset-fixed-attachment-local.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-local.html.
2248 * tiled-drawing/top-content-inset-fixed-attachment-positioned-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-positioned-expected.html.
2249 * tiled-drawing/top-content-inset-fixed-attachment-positioned.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-positioned.html.
2250 * tiled-drawing/top-content-inset-fixed-attachment.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment.html.
2251 * tiled-drawing/use-tiled-drawing-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt.
2252 * tiled-drawing/use-tiled-drawing.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/use-tiled-drawing.html.
2253 * tiled-drawing/visible-rect-content-inset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt.
2254 * tiled-drawing/visible-rect-content-inset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/visible-rect-content-inset.html.
2255 * tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html.
2256 * tiled-drawing/window-server-snapshots-work.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html.
2258 2015-08-04 Simon Fraser <simon.fraser@apple.com>
2260 Move /platform/ios-simulator/accessibility tests to accessibility/ios-simulator/
2263 * accessibility/ios-simulator/accessibility-aria-table-children-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-aria-table-children-expected.txt.
2264 * accessibility/ios-simulator/accessibility-aria-table-children.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-aria-table-children.html.
2265 * accessibility/ios-simulator/accessibility-crash-in-axcontainer-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-crash-in-axcontainer-expected.txt.
2266 * accessibility/ios-simulator/accessibility-crash-in-axcontainer.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-crash-in-axcontainer.html.
2267 * accessibility/ios-simulator/accessibility-hint-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-hint-expected.txt.
2268 * accessibility/ios-simulator/accessibility-hint.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-hint.html.
2269 * accessibility/ios-simulator/aria-label-with-internal-text-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/aria-label-with-internal-text-expected.txt.
2270 * accessibility/ios-simulator/aria-label-with-internal-text.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/aria-label-with-internal-text.html.
2271 * accessibility/ios-simulator/aria-pressed-state-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/aria-pressed-state-expected.txt.
2272 * accessibility/ios-simulator/aria-pressed-state.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/aria-pressed-state.html.
2273 * accessibility/ios-simulator/centerpoint-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/centerpoint-expected.txt.
2274 * accessibility/ios-simulator/centerpoint.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/centerpoint.html.
2275 * accessibility/ios-simulator/disabled-states-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/disabled-states-expected.txt.
2276 * accessibility/ios-simulator/disabled-states.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/disabled-states.html.
2277 * accessibility/ios-simulator/dom-focus-fires-on-correct-element-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/dom-focus-fires-on-correct-element-expected.txt.
2278 * accessibility/ios-simulator/dom-focus-fires-on-correct-element.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/dom-focus-fires-on-correct-element.html.
2279 * accessibility/ios-simulator/element-paths-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/element-paths-expected.txt.
2280 * accessibility/ios-simulator/element-paths.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/element-paths.html.
2281 * accessibility/ios-simulator/file-upload-button-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/file-upload-button-expected.txt.
2282 * accessibility/ios-simulator/file-upload-button.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/file-upload-button.html.
2283 * accessibility/ios-simulator/focus-change-notifications-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/focus-change-notifications-expected.txt.
2284 * accessibility/ios-simulator/focus-change-notifications.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/focus-change-notifications.html.
2285 * accessibility/ios-simulator/header-elements-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/header-elements-expected.txt.
2286 * accessibility/ios-simulator/header-elements.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/header-elements.html.
2287 * accessibility/ios-simulator/identifier-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/identifier-expected.txt.
2288 * accessibility/ios-simulator/identifier.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/identifier.html.
2289 * accessibility/ios-simulator/iframe-access-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/iframe-access-expected.txt.
2290 * accessibility/ios-simulator/iframe-access.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/iframe-access.html.
2291 * accessibility/ios-simulator/internal-link-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/internal-link-expected.txt.
2292 * accessibility/ios-simulator/internal-link.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/internal-link.html.
2293 * accessibility/ios-simulator/landmark-type-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/landmark-type-expected.txt.
2294 * accessibility/ios-simulator/landmark-type.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/landmark-type.html.
2295 * accessibility/ios-simulator/link-with-images-text-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/link-with-images-text-expected.txt.
2296 * accessibility/ios-simulator/link-with-images-text.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/link-with-images-text.html.
2297 * accessibility/ios-simulator/link-with-only-image-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/link-with-only-image-expected.txt.
2298 * accessibility/ios-simulator/link-with-only-image.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/link-with-only-image.html.
2299 * accessibility/ios-simulator/math-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/math-expected.txt.
2300 * accessibility/ios-simulator/math.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/math.html.
2301 * accessibility/ios-simulator/mixed-checkboxes-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/mixed-checkboxes-expected.txt.
2302 * accessibility/ios-simulator/mixed-checkboxes.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/mixed-checkboxes.html.
2303 * accessibility/ios-simulator/no-child-link-header-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/no-child-link-header-expected.txt.
2304 * accessibility/ios-simulator/no-child-link-header.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/no-child-link-header.html.
2305 * accessibility/ios-simulator/non-contiguous-link-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/non-contiguous-link-expected.txt.
2306 * accessibility/ios-simulator/non-contiguous-link.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/non-contiguous-link.html.
2307 * accessibility/ios-simulator/out-of-bounds-child-access-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/out-of-bounds-child-access-expected.txt.
2308 * accessibility/ios-simulator/out-of-bounds-child-access.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/out-of-bounds-child-access.html.
2309 * accessibility/ios-simulator/password-value-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/password-value-expected.txt.
2310 * accessibility/ios-simulator/password-value.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/password-value.html.
2311 * accessibility/ios-simulator/placeholder-value-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/placeholder-value-expected.txt.
2312 * accessibility/ios-simulator/placeholder-value.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/placeholder-value.html.
2313 * accessibility/ios-simulator/popup-button-value-label-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/popup-button-value-label-expected.txt.
2314 * accessibility/ios-simulator/popup-button-value-label.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/popup-button-value-label.html.
2315 * accessibility/ios-simulator/progressbar-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/progressbar-expected.txt.
2316 * accessibility/ios-simulator/progressbar.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/progressbar.html.
2317 * accessibility/ios-simulator/radio-button-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/radio-button-expected.txt.
2318 * accessibility/ios-simulator/radio-button.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/radio-button.html.
2319 * accessibility/ios-simulator/scroll-in-overflow-div-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/scroll-in-overflow-div-expected.txt.
2320 * accessibility/ios-simulator/scroll-in-overflow-div.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/scroll-in-overflow-div.html.
2321 * accessibility/ios-simulator/secure-text-field-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/secure-text-field-expected.txt.
2322 * accessibility/ios-simulator/secure-text-field.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/secure-text-field.html.
2323 * accessibility/ios-simulator/selected-buttons-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/selected-buttons-expected.txt.
2324 * accessibility/ios-simulator/selected-buttons.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/selected-buttons.html.
2325 * accessibility/ios-simulator/selected-text-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/selected-text-expected.txt.
2326 * accessibility/ios-simulator/selected-text.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/selected-text.html.
2327 * accessibility/ios-simulator/spinbutton-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/spinbutton-expected.txt.
2328 * accessibility/ios-simulator/spinbutton.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/spinbutton.html.
2329 * accessibility/ios-simulator/svg-group-element-with-title-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/svg-group-element-with-title-expected.txt.
2330 * accessibility/ios-simulator/svg-group-element-with-title.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/svg-group-element-with-title.html.
2331 * accessibility/ios-simulator/svg-path-crash-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/svg-path-crash-expected.txt.
2332 * accessibility/ios-simulator/svg-path-crash.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/svg-path-crash.html.
2333 * accessibility/ios-simulator/tab-role-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/tab-role-expected.txt.
2334 * accessibility/ios-simulator/tab-role.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/tab-role.html.
2335 * accessibility/ios-simulator/table-cell-for-row-col-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/table-cell-for-row-col-expected.txt.
2336 * accessibility/ios-simulator/table-cell-for-row-col.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/table-cell-for-row-col.html.
2337 * accessibility/ios-simulator/table-cell-ranges-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/table-cell-ranges-expected.txt.
2338 * accessibility/ios-simulator/table-cell-ranges.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/table-cell-ranges.html.
2339 * accessibility/ios-simulator/tables-lists-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/tables-lists-expected.txt.
2340 * accessibility/ios-simulator/tables-lists.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/tables-lists.html.
2341 * accessibility/ios-simulator/text-line-no-ignored-elements-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-line-no-ignored-elements-expected.txt.
2342 * accessibility/ios-simulator/text-line-no-ignored-elements.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-line-no-ignored-elements.html.
2343 * accessibility/ios-simulator/text-marker-list-item-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-marker-list-item-expected.txt.
2344 * accessibility/ios-simulator/text-marker-list-item.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-marker-list-item.html.
2345 * accessibility/ios-simulator/text-marker-validation-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-marker-validation-expected.txt.
2346 * accessibility/ios-simulator/text-marker-validation.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-marker-validation.html.
2347 * accessibility/ios-simulator/text-role-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-role-expected.txt.
2348 * accessibility/ios-simulator/text-role.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-role.html.
2349 * accessibility/ios-simulator/textfield-in-axvalue-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/textfield-in-axvalue-expected.txt.
2350 * accessibility/ios-simulator/textfield-in-axvalue.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/textfield-in-axvalue.html.
2351 * accessibility/ios-simulator/toggle-button-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/toggle-button-expected.txt.
2352 * accessibility/ios-simulator/toggle-button.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/toggle-button.html.
2353 * accessibility/ios-simulator/url-test-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/url-test-expected.txt.
2354 * accessibility/ios-simulator/url-test.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/url-test.html.
2355 * platform/ios-simulator/TestExpectations:
2357 2015-08-04 Joseph Pecoraro <pecoraro@apple.com>
2359 Improve some LayoutTests/inspector flakey output for tests with InspectorTest.reloadPage
2360 https://bugs.webkit.org/show_bug.cgi?id=147655
2362 Reviewed by Timothy Hatcher.
2366 2015-08-04 Joseph Pecoraro <pecoraro@apple.com>
2368 Web Inspector: Object previews for SVG elements shows SVGAnimatedString instead of text
2369 https://bugs.webkit.org/show_bug.cgi?id=147328
2371 Reviewed by Timothy Hatcher.
2373 * inspector/model/remote-object-expected.txt:
2374 * inspector/model/remote-object.html:
2376 2015-08-04 Yusuke Suzuki <utatane.tea@gmail.com>
2378 [ES6] Support Module Syntax
2379 https://bugs.webkit.org/show_bug.cgi?id=147422
2381 Reviewed by Saam Barati.
2383 'export' and 'import' are changed from FutureReservedWord to Keyword in ES6.
2384 http://www.ecma-international.org/ecma-262/6.0/#sec-keywords
2385 And restrict 'super' use under the Script / Module contexts.
2387 * js/dom/reserved-words-as-property-expected.txt:
2388 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10-expected.txt:
2389 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16-expected.txt:
2390 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27-expected.txt:
2392 2015-08-04 Alexey Proskuryakov <ap@apple.com>
2394 Implement NPAPI redirect handling
2395 https://bugs.webkit.org/show_bug.cgi?id=138675
2396 rdar://problem/15779101
2398 Patch by Jeffrey Pfau, updated and tweaked by me.
2400 Reviewed by Anders Carlsson.
2402 * http/tests/plugins/get-url-redirect-notify-expected.txt: Added.
2403 * http/tests/plugins/get-url-redirect-notify.html: Added.
2404 * platform/wk2/http/tests/plugins: Added.
2405 * platform/wk2/http/tests/plugins/get-url-redirect-notify-expected.txt: Added.
2407 2015-08-04 Brent Fulgham <bfulgham@apple.com>
2409 Layout Test http/tests/security/contentSecurityPolicy/source-list-parsing-10.html is failing
2410 https://bugs.webkit.org/show_bug.cgi?id=147646
2412 * platform/win/TestExpectations: Skip failing test.
2414 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2416 Add WK1 Mac result for this test.
2418 * platform/mac-wk1/editing/selection/caret-mode-document-begin-end-expected.txt: Added.
2420 2015-08-03 Benjamin Poulain <bpoulain@apple.com>
2422 Returns inconsistent types for el.style.property and el.style.getPropertyValue('color')
2423 https://bugs.webkit.org/show_bug.cgi?id=147549
2425 Reviewed by Andreas Kling.
2427 The bug is very old, there were a lot of tests to update.
2429 The tests in css3/shapes are incorrect W3C tests. I only updated the expected
2432 The test fast/css/getPropertyValue-returns-empty-on-missing-property.html
2433 is the new one covering the bug fix.
2435 * animations/script-tests/trigger-parsing.js:
2437 * animations/trigger-parsing-expected.txt:
2438 * animations/unprefixed-properties-expected.txt:
2439 * animations/unprefixed-properties.html:
2440 * css3/blending/blend-mode-property-parsing-invalid-expected.txt:
2441 * css3/blending/script-tests/blend-mode-property-parsing-invalid.js:
2442 (testInvalidFilterRule):
2443 * css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt:
2444 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js:
2445 (testInvalidFilterRule):
2446 * css3/filters/filter-property-parsing-invalid-expected.txt:
2447 * css3/filters/script-tests/filter-property-parsing-invalid.js:
2448 (testInvalidFilterRule):
2449 * css3/shapes/shape-outside/values/shape-image-threshold-002-expected.txt:
2450 * css3/shapes/shape-outside/values/shape-image-threshold-003-expected.txt:
2451 * css3/shapes/shape-outside/values/shape-margin-004-expected.txt:
2452 * css3/shapes/shape-outside/values/shape-margin-005-expected.txt:
2453 * css3/shapes/shape-outside/values/shape-outside-circle-003-expected.txt:
2454 * css3/shapes/shape-outside/values/shape-outside-circle-006-expected.txt:
2455 * css3/shapes/shape-outside/values/shape-outside-circle-007-expected.txt:
2456 * css3/shapes/shape-outside/values/shape-outside-circle-008-expected.txt:
2457 * css3/shapes/shape-outside/values/shape-outside-ellipse-003-expected.txt:
2458 * css3/shapes/shape-outside/values/shape-outside-ellipse-006-expected.txt:
2459 * css3/shapes/shape-outside/values/shape-outside-ellipse-007-expected.txt:
2460 * css3/shapes/shape-outside/values/shape-outside-ellipse-008-expected.txt:
2461 * css3/shapes/shape-outside/values/shape-outside-inset-005-expected.txt:
2462 * css3/shapes/shape-outside/values/shape-outside-inset-006-expected.txt:
2463 * css3/shapes/shape-outside/values/shape-outside-inset-007-expected.txt:
2464 * css3/shapes/shape-outside/values/shape-outside-polygon-003-expected.txt:
2465 * fast/backgrounds/repeat/parsing-background-repeat-expected.txt:
2466 * fast/backgrounds/repeat/script-tests/parsing-background-repeat.js:
2467 * fast/backgrounds/size/parsing-background-size-values-expected.txt:
2468 * fast/backgrounds/size/resources/parsing-background-size-values.js:
2469 * fast/box-decoration-break/box-decoration-break-parsing-expected.txt:
2470 * fast/box-decoration-break/box-decoration-break-parsing.html:
2471 * fast/box-shadow/box-shadow-parsing-invalid-expected.txt:
2472 * fast/box-shadow/script-tests/box-shadow-parsing-invalid.js:
2473 (testInvalidFilterRule):
2474 * fast/css/background-clip-text-expected.txt:
2475 * fast/css/border-spacing-without-vertical-value.html:
2476 * fast/css/getPropertyValue-border-expected.txt:
2477 * fast/css/getPropertyValue-border.html:
2478 * fast/css/getPropertyValue-column-rule-expected.txt:
2479 * fast/css/getPropertyValue-column-rule.html:
2480 * fast/css/getPropertyValue-columns-expected.txt:
2481 * fast/css/getPropertyValue-columns.html:
2482 * fast/css/getPropertyValue-returns-empty-on-missing-property-expected.txt: Added.
2483 * fast/css/getPropertyValue-returns-empty-on-missing-property.html: Added.
2484 * fast/css/getPropertyValue-webkit-margin-collapse-expected.txt:
2485 * fast/css/getPropertyValue-webkit-margin-collapse.html:
2486 * fast/css/getPropertyValue-webkit-marquee-expected.txt:
2487 * fast/css/getPropertyValue-webkit-marquee.html:
2488 * fast/css/getPropertyValue-webkit-text-stroke-expected.txt:
2489 * fast/css/getPropertyValue-webkit-text-stroke.html:
2490 * fast/css/line-height-text-autosizing.html:
2491 * fast/css/outline-offset-parsing-expected.txt:
2492 * fast/css/parsing-color-correction-expected.txt:
2493 * fast/css/parsing-object-fit-expected.txt:
2494 * fast/css/parsing-object-fit.html:
2495 * fast/css/parsing-text-rendering-expected.txt:
2496 * fast/css/parsing-webkit-font-smoothing-expected.txt:
2497 * fast/css/resources/parsing-color-correction.js:
2498 * fast/css/resources/parsing-text-rendering.js:
2499 * fast/css/resources/parsing-webkit-font-smoothing.js:
2500 * fast/css/script-tests/background-clip-text.js:
2501 * fast/css/script-tests/outline-offset-parsing.js:
2502 * fast/css/script-tests/transform-origin-parsing.js:
2503 * fast/css/sticky/parsing-position-sticky-expected.txt:
2504 * fast/css/sticky/resources/parsing-position-sticky.js:
2505 * fast/css/transform-origin-parsing-expected.txt:
2506 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt:
2507 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html:
2508 * fast/css3-text/font-synthesis-parse-expected.txt:
2509 * fast/css3-text/font-synthesis-parse.html:
2510 * fast/filter-image/parse-filter-image-expected.txt:
2511 * fast/filter-image/parse-filter-image.html:
2512 * fast/masking/parsing-clip-path-shape-expected.txt:
2513 * fast/masking/parsing-clip-path-shape.html:
2514 * fast/masking/parsing-mask-expected.txt:
2515 * fast/masking/parsing-mask.html:
2516 * fast/shapes/css-shapes-disabled-expected.txt:
2517 * fast/shapes/css-shapes-disabled.html:
2518 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
2519 * fast/shapes/parsing/parsing-shape-lengths.html:
2520 * platform/mac/fast/css/dashboard-region-parser-expected.txt:
2521 * platform/mac/fast/css/dashboard-region-parser.html:
2522 * platform/mac/fast/text/trailing-word-parse-expected.txt:
2523 * platform/mac/fast/text/trailing-word-parse.html:
2524 * svg/paint-order/parsing-paint-order-expected.txt:
2525 * svg/paint-order/parsing-paint-order.html:
2527 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2529 Add a result missed in earlier file moves.
2531 * accessibility/mac/crash-invalid-text-marker-node-expected.txt: Added.
2533 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2535 Make LayoutTests/platform/gtk/fast/css/rect-shadow-tiled.html a cross-platform test.
2537 * fast/css/rect-shadow-tiled-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/rect-shadow-tiled-expected.txt.
2538 * fast/css/rect-shadow-tiled.html: Renamed from LayoutTests/platform/gtk/fast/css/rect-shadow-tiled.html.
2540 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2542 Make platform/gtk/editing/selection/caret-mode-document-begin-end.html into cross-platform test.
2544 * editing/selection/caret-mode-document-begin-end-expected.txt: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-document-begin-end-expected.txt.
2545 * editing/selection/caret-mode-document-begin-end.html: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-document-begin-end.html.
2547 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2549 Make accessibility/media-emits-object-replacement.html not specific to EFL.
2551 * accessibility/media-emits-object-replacement-expected.txt: Added.
2552 * accessibility/media-emits-object-replacement.html: Renamed from LayoutTests/platform/efl/accessibility/media-emits-object-replacement.html.
2553 * platform/gtk/TestExpectations:
2554 * platform/win/TestExpectations:
2556 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2558 Fix paths to js-test-pre.js and js-test-post.js after earlier file move.
2559 Move platform/gtk/resources/atk-helpers.js into accessibility/gtk since
2560 these are the only callers.
2562 * accessibility/gtk/aria-listbox-crash.html:
2563 * accessibility/gtk/aria-options-and-menuitems-crash.html:
2564 * accessibility/gtk/aria-roles-unignored.html:
2565 * accessibility/gtk/aria-slider-required-attributes.html:
2566 * accessibility/gtk/aria-toggle-button-role.html:
2567 * accessibility/gtk/button-accessible-name.html:
2568 * accessibility/gtk/caret-browsing-select-focus.html:
2569 * accessibility/gtk/caret-browsing-text-focus.html:
2570 * accessibility/gtk/caret-offsets-and-extraneous-white-spaces.html:
2571 * accessibility/gtk/caret-offsets.html:
2572 * accessibility/gtk/combobox-descendants-orientation-crash.html:
2573 * accessibility/gtk/detached-object-role.html:
2574 * accessibility/gtk/entry-and-password.html:
2575 * accessibility/gtk/list-items-always-exposed.html:
2576 * accessibility/gtk/media-controls-panel-title.html:
2577 * accessibility/gtk/media-emits-object-replacement.html:
2578 * accessibility/gtk/menu-list-unfocused-notifications.html:
2579 * accessibility/gtk/name-from-label.html:
2580 * accessibility/gtk/no-notification-for-unrendered-iframe-children.html:
2581 * accessibility/gtk/object-attributes.html:
2582 * accessibility/gtk/object-with-title.html:
2583 * accessibility/gtk/remapped-aria-crash.html:
2584 * accessibility/gtk/replaced-objects-in-anonymous-blocks.html:
2585 * accessibility/gtk/resources/atk-helpers.js: Renamed from LayoutTests/platform/gtk/resources/atk-helpers.js.
2587 * accessibility/gtk/spans-paragraphs-and-divs.html:
2588 * accessibility/gtk/spans.html:
2589 * accessibility/gtk/text-at-offset-embedded-objects.html:
2590 * accessibility/gtk/text-at-offset-newlines.html:
2591 * accessibility/gtk/text-at-offset-preformatted.html:
2592 * accessibility/gtk/text-at-offset-simple.html:
2593 * accessibility/gtk/text-at-offset-special-chars.html:
2594 * accessibility/gtk/text-at-offset-textarea.html:
2595 * accessibility/gtk/text-at-offset-textinput.html:
2596 * accessibility/gtk/text-at-offset-wrapped-lines.html:
2597 * accessibility/gtk/text-for-range-combo-box.html:
2598 * accessibility/gtk/text-for-range-embedded-objects.html:
2599 * accessibility/gtk/text-for-range-entry-and-password.html:
2600 * accessibility/gtk/text-for-range-extraneous-whitespace.html:
2601 * accessibility/gtk/text-for-range-formatted.html:
2602 * accessibility/gtk/text-for-range-heading.html:
2603 * accessibility/gtk/text-for-range-list-items.html:
2604 * accessibility/gtk/text-for-range-simple.html:
2605 * accessibility/gtk/text-for-range-table-cells.html:
2606 * accessibility/gtk/text-for-range-with-link.html:
2607 * accessibility/gtk/text-for-table.html:
2608 * accessibility/gtk/text-in-span-block-in-a-block.html:
2609 * accessibility/gtk/title-and-alt.html:
2610 * accessibility/gtk/xml-roles-exposed.html:
2612 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2614 Move platform/gtk/editing/pasteboard tests into editing/pasteboard/gtk.
2617 * editing/pasteboard/gtk/middle-button-paste-expected.txt: Renamed from LayoutTests/platform/gtk/editing/pasteboard/middle-button-paste-expected.txt.
2618 * editing/pasteboard/gtk/middle-button-paste.html: Renamed from LayoutTests/platform/gtk/editing/pasteboard/middle-button-paste.html.
2619 * editing/pasteboard/gtk/middle-click-onpaste-expected.txt: Renamed from LayoutTests/platform/gtk/editing/pasteboard/middle-click-onpaste-expected.txt.
2620 * editing/pasteboard/gtk/middle-click-onpaste.html: Renamed from LayoutTests/platform/gtk/editing/pasteboard/middle-click-onpaste.html.
2621 * editing/pasteboard/gtk/script-tests/TEMPLATE.html: Renamed from LayoutTests/platform/gtk/editing/pasteboard/script-tests/TEMPLATE.html.
2622 * editing/pasteboard/gtk/script-tests/middle-click-onpaste.js: Renamed from LayoutTests/platform/gtk/editing/pasteboard/script-tests/middle-click-onpaste.js.
2624 * platform/gtk/TestExpectations:
2626 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2628 Move platform/win/accessibility tests to accessibility/win.
2630 Fix paths to script files in the tests. Fix TestExpectations. Remove an unused result.
2633 * accessibility/win/detached-object-notification-crash-expected.txt: Renamed from LayoutTests/platform/win/accessibility/detached-object-notification-crash-expected.txt.
2634 * accessibility/win/detached-object-notification-crash.html: Renamed from LayoutTests/platform/win/accessibility/detached-object-notification-crash.html.
2635 * accessibility/win/document-enabled-state-expected.txt: Renamed from LayoutTests/platform/win/accessibility/document-enabled-state-expected.txt.
2636 * accessibility/win/document-enabled-state.html: Renamed from LayoutTests/platform/win/accessibility/document-enabled-state.html.
2637 * accessibility/win/document-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/document-role-expected.txt.
2638 * accessibility/win/document-role.html: Renamed from LayoutTests/platform/win/accessibility/document-role.html.
2639 * accessibility/win/focus-events-expected.txt: Renamed from LayoutTests/platform/win/accessibility/focus-events-expected.txt.
2640 * accessibility/win/focus-events.html: Renamed from LayoutTests/platform/win/accessibility/focus-events.html.
2641 * accessibility/win/heading-elements-expected.txt: Renamed from LayoutTests/platform/win/accessibility/heading-elements-expected.txt.
2642 * accessibility/win/heading-elements.html: Renamed from LayoutTests/platform/win/accessibility/heading-elements.html.
2643 * accessibility/win/img-alt-attribute-expected.txt: Renamed from LayoutTests/platform/win/accessibility/img-alt-attribute-expected.txt.
2644 * accessibility/win/img-alt-attribute.html: Renamed from LayoutTests/platform/win/accessibility/img-alt-attribute.html.
2645 * accessibility/win/linked-elements-expected.txt: Renamed from LayoutTests/platform/win/accessibility/linked-elements-expected.txt.
2646 * accessibility/win/linked-elements.html: Renamed from LayoutTests/platform/win/accessibility/linked-elements.html.
2647 * accessibility/win/list-item-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/list-item-role-expected.txt.
2648 * accessibility/win/list-item-role.html: Renamed from LayoutTests/platform/win/accessibility/list-item-role.html.
2649 * accessibility/win/list-marker-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/list-marker-role-expected.txt.
2650 * accessibility/win/list-marker-role.html: Renamed from LayoutTests/platform/win/accessibility/list-marker-role.html.
2651 * accessibility/win/list-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/list-role-expected.txt.
2652 * accessibility/win/list-role.html: Renamed from LayoutTests/platform/win/accessibility/list-role.html.
2653 * accessibility/win/multiple-select-element-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/multiple-select-element-role-expected.txt.
2654 * accessibility/win/multiple-select-element-role.html: Renamed from LayoutTests/platform/win/accessibility/multiple-select-element-role.html.
2655 * accessibility/win/option-element-position-and-size-expected.txt: Renamed from LayoutTests/platform/win/platform/win/accessibility/option-element-position-and-size-expected.txt.
2656 * accessibility/win/option-element-position-and-size.html: Renamed from LayoutTests/platform/win/accessibility/option-element-position-and-size.html.
2657 * accessibility/win/option-element-selection-and-focus-events-expected.txt: Renamed from LayoutTests/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt.
2658 * accessibility/win/option-element-selection-and-focus-events.html: Renamed from LayoutTests/platform/win/accessibility/option-element-selection-and-focus-events.html.
2659 * accessibility/win/parent-element-expected.txt: Renamed from LayoutTests/platform/win/accessibility/parent-element-expected.txt.
2660 * accessibility/win/parent-element.html: Renamed from LayoutTests/platform/win/accessibility/parent-element.html.
2661 * accessibility/win/scroll-to-anchor-expected.txt: Renamed from LayoutTests/platform/win/accessibility/scroll-to-anchor-expected.txt.
2662 * accessibility/win/scroll-to-anchor.html: Renamed from LayoutTests/platform/win/accessibility/scroll-to-anchor.html.
2663 * accessibility/win/select-element-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/select-element-role-expected.txt.
2664 * accessibility/win/select-element-role.html: Renamed from LayoutTests/platform/win/accessibility/select-element-role.html.
2665 * accessibility/win/select-element-valuechange-event-expected.txt: Renamed from LayoutTests/platform/win/accessibility/select-element-valuechange-event-expected.txt.
2666 * accessibility/win/select-element-valuechange-event.html: Renamed from LayoutTests/platform/win/accessibility/select-element-valuechange-event.html.
2667 * accessibility/win/selection-and-focus-expected.txt: Renamed from LayoutTests/platform/win/accessibility/selection-and-focus-expected.txt.
2668 * accessibility/win/selection-and-focus.html: Renamed from LayoutTests/platform/win/accessibility/selection-and-focus.html.
2669 * accessibility/win/single-select-children-changed-expected.txt: Renamed from LayoutTests/platform/win/accessibility/single-select-children-changed-expected.txt.
2670 * accessibility/win/single-select-children-changed.html: Renamed from LayoutTests/platform/win/accessibility/single-select-children-changed.html.
2671 * accessibility/win/single-select-children-expected.txt: Renamed from LayoutTests/platform/win/accessibility/single-select-children-expected.txt.
2672 * accessibility/win/single-select-children.html: Renamed from LayoutTests/platform/win/accessibility/single-select-children.html.
2673 * accessibility/win/text-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/text-role-expected.txt.
2674 * accessibility/win/text-role.html: Renamed from LayoutTests/platform/win/accessibility/text-role.html.
2675 * platform/win/TestExpectations:
2676 * platform/win/accessibility/option-element-position-and-size-expected.txt: Removed.
2678 2015-08-03 Simon Fraser <simon.fraser@apple.com>
2680 Move platform/mac/accessibility tests to accessibility/mac.
2682 Fix paths to script files in the tests. Fix TestExpectations. Remove an unused result.
2685 * accessibility/mac/abbr-acronym-tags-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/abbr-acronym-tags-expected.txt.
2686 * accessibility/mac/abbr-acronym-tags.html: Renamed from LayoutTests/platform/mac/accessibility/abbr-acronym-tags.html.
2687 * accessibility/mac/accesskey-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/accesskey-expected.txt.
2688 * accessibility/mac/accesskey.html: Renamed from LayoutTests/platform/mac/accessibility/accesskey.html.
2689 * accessibility/mac/alt-for-css-content-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/alt-for-css-content-expected.txt.
2690 * accessibility/mac/alt-for-css-content.html: Renamed from LayoutTests/platform/mac/accessibility/alt-for-css-content.html.
2691 * accessibility/mac/area-with-aria-label-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/area-with-aria-label-expected.txt.
2692 * accessibility/mac/area-with-aria-label.html: Renamed from LayoutTests/platform/mac/accessibility/area-with-aria-label.html.
2693 * accessibility/mac/aria-alerts-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-alerts-expected.txt.
2694 * accessibility/mac/aria-alerts.html: Renamed from LayoutTests/platform/mac/accessibility/aria-alerts.html.
2695 * accessibility/mac/aria-columnrowheaders-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-columnrowheaders-expected.txt.
2696 * accessibility/mac/aria-columnrowheaders.html: Renamed from LayoutTests/platform/mac/accessibility/aria-columnrowheaders.html.
2697 * accessibility/mac/aria-directory-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-directory-expected.txt.
2698 * accessibility/mac/aria-directory.html: Renamed from LayoutTests/platform/mac/accessibility/aria-directory.html.
2699 * accessibility/mac/aria-divs-not-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-divs-not-ignored-expected.txt.
2700 * accessibility/mac/aria-divs-not-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/aria-divs-not-ignored.html.
2701 * accessibility/mac/aria-drag-drop-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-drag-drop-expected.txt.
2702 * accessibility/mac/aria-drag-drop.html: Renamed from LayoutTests/platform/mac/accessibility/aria-drag-drop.html.
2703 * accessibility/mac/aria-expanded-not-exposed-when-undefined-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-not-exposed-when-undefined-expected.txt.
2704 * accessibility/mac/aria-expanded-not-exposed-when-undefined.html: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-not-exposed-when-undefined.html.
2705 * accessibility/mac/aria-expanded-notifications-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-notifications-expected.txt.
2706 * accessibility/mac/aria-expanded-notifications.html: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-notifications.html.
2707 * accessibility/mac/aria-expanded-standard-items-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-standard-items-expected.txt.
2708 * accessibility/mac/aria-expanded-standard-items.html: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-standard-items.html.
2709 * accessibility/mac/aria-grid-with-strange-hierarchy-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-grid-with-strange-hierarchy-expected.txt.
2710 * accessibility/mac/aria-grid-with-strange-hierarchy.html: Renamed from LayoutTests/platform/mac/accessibility/aria-grid-with-strange-hierarchy.html.
2711 * accessibility/mac/aria-grouping-roles-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-grouping-roles-expected.txt.
2712 * accessibility/mac/aria-grouping-roles.html: Renamed from LayoutTests/platform/mac/accessibility/aria-grouping-roles.html.
2713 * accessibility/mac/aria-hidden-changes-for-non-ignored-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-hidden-changes-for-non-ignored-elements-expected.txt.
2714 * accessibility/mac/aria-hidden-changes-for-non-ignored-elements.html: Renamed from LayoutTests/platform/mac/accessibility/aria-hidden-changes-for-non-ignored-elements.html.
2715 * accessibility/mac/aria-image-emits-object-replacement-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-image-emits-object-replacement-expected.txt.
2716 * accessibility/mac/aria-image-emits-object-replacement.html: Renamed from LayoutTests/platform/mac/accessibility/aria-image-emits-object-replacement.html.
2717 * accessibility/mac/aria-label-overrides-visible-text-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt.
2718 * accessibility/mac/aria-label-overrides-visible-text.html: Renamed from LayoutTests/platform/mac/accessibility/aria-label-overrides-visible-text.html.
2719 * accessibility/mac/aria-listbox-selectedchildren-change-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-listbox-selectedchildren-change-expected.txt.
2720 * accessibility/mac/aria-listbox-selectedchildren-change.html: Renamed from LayoutTests/platform/mac/accessibility/aria-listbox-selectedchildren-change.html.
2721 * accessibility/mac/aria-liveregion-marquee-default-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregion-marquee-default-expected.txt.
2722 * accessibility/mac/aria-liveregion-marquee-default.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregion-marquee-default.html.
2723 * accessibility/mac/aria-liveregion-on-image-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregion-on-image-expected.txt.
2724 * accessibility/mac/aria-liveregion-on-image.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregion-on-image.html.
2725 * accessibility/mac/aria-liveregions-addedelement-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-addedelement-expected.txt.
2726 * accessibility/mac/aria-liveregions-addedelement.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-addedelement.html.
2727 * accessibility/mac/aria-liveregions-attributes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-attributes-expected.txt.
2728 * accessibility/mac/aria-liveregions-attributes.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-attributes.html.
2729 * accessibility/mac/aria-liveregions-changedalt-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-changedalt-expected.txt.
2730 * accessibility/mac/aria-liveregions-changedalt.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-changedalt.html.
2731 * accessibility/mac/aria-liveregions-changedtext-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-changedtext-expected.txt.
2732 * accessibility/mac/aria-liveregions-changedtext.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-changedtext.html.
2733 * accessibility/mac/aria-liveregions-notifications-always-sent-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-notifications-always-sent-expected.txt.
2734 * accessibility/mac/aria-liveregions-notifications-always-sent.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-notifications-always-sent.html.
2735 * accessibility/mac/aria-liveregions-notifications-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-notifications-expected.txt.
2736 * accessibility/mac/aria-liveregions-notifications.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-notifications.html.
2737 * accessibility/mac/aria-liveregions-removedelement-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-removedelement-expected.txt.
2738 * accessibility/mac/aria-liveregions-removedelement.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-removedelement.html.
2739 * accessibility/mac/aria-menu-closed-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-closed-notification-expected.txt.
2740 * accessibility/mac/aria-menu-closed-notification.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-closed-notification.html.
2741 * accessibility/mac/aria-menu-item-selected-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-item-selected-notification-expected.txt.
2742 * accessibility/mac/aria-menu-item-selected-notification.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-item-selected-notification.html.
2743 * accessibility/mac/aria-menu-open-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-open-notification-expected.txt.
2744 * accessibility/mac/aria-menu-open-notification.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-open-notification.html.
2745 * accessibility/mac/aria-menu-role-descriptions-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-role-descriptions-expected.txt.
2746 * accessibility/mac/aria-menu-role-descriptions.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-role-descriptions.html.
2747 * accessibility/mac/aria-menubar-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menubar-expected.txt.
2748 * accessibility/mac/aria-menubar.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menubar.html.
2749 * accessibility/mac/aria-menuitem-checked-value-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menuitem-checked-value-expected.txt.
2750 * accessibility/mac/aria-menuitem-checked-value.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menuitem-checked-value.html.
2751 * accessibility/mac/aria-menuitem-focus-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menuitem-focus-expected.txt.
2752 * accessibility/mac/aria-menuitem-focus.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menuitem-focus.html.
2753 * accessibility/mac/aria-multiline-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-multiline-expected.txt.
2754 * accessibility/mac/aria-multiline.html: Renamed from LayoutTests/platform/mac/accessibility/aria-multiline.html.
2755 * accessibility/mac/aria-multiple-liveregions-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-multiple-liveregions-notification-expected.txt.
2756 * accessibility/mac/aria-multiple-liveregions-notification.html: Renamed from LayoutTests/platform/mac/accessibility/aria-multiple-liveregions-notification.html.
2757 * accessibility/mac/aria-multiselectable-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-multiselectable-expected.txt.
2758 * accessibility/mac/aria-multiselectable.html: Renamed from LayoutTests/platform/mac/accessibility/aria-multiselectable.html.
2759 * accessibility/mac/aria-owns-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-owns-expected.txt.
2760 * accessibility/mac/aria-owns.html: Renamed from LayoutTests/platform/mac/accessibility/aria-owns.html.
2761 * accessibility/mac/aria-popup-buttons-on-native-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-popup-buttons-on-native-elements-expected.txt.
2762 * accessibility/mac/aria-popup-buttons-on-native-elements.html: Renamed from LayoutTests/platform/mac/accessibility/aria-popup-buttons-on-native-elements.html.
2763 * accessibility/mac/aria-popup-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-popup-expected.txt.
2764 * accessibility/mac/aria-popup.html: Renamed from LayoutTests/platform/mac/accessibility/aria-popup.html.
2765 * accessibility/mac/aria-pressed-button-attributes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-pressed-button-attributes-expected.txt.
2766 * accessibility/mac/aria-pressed-button-attributes.html: Renamed from LayoutTests/platform/mac/accessibility/aria-pressed-button-attributes.html.
2767 * accessibility/mac/aria-radiobutton-text-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-radiobutton-text-expected.txt.
2768 * accessibility/mac/aria-radiobutton-text.html: Renamed from LayoutTests/platform/mac/accessibility/aria-radiobutton-text.html.
2769 * accessibility/mac/aria-radiogroup-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-radiogroup-expected.txt.
2770 * accessibility/mac/aria-radiogroup.html: Renamed from LayoutTests/platform/mac/accessibility/aria-radiogroup.html.
2771 * accessibility/mac/aria-required-popup-button-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-required-popup-button-expected.txt.
2772 * accessibility/mac/aria-required-popup-button.html: Renamed from LayoutTests/platform/mac/accessibility/aria-required-popup-button.html.
2773 * accessibility/mac/aria-slider-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-slider-expected.txt.
2774 * accessibility/mac/aria-slider.html: Renamed from LayoutTests/platform/mac/accessibility/aria-slider.html.
2775 * accessibility/mac/aria-spinbutton-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-spinbutton-crash-expected.txt.
2776 * accessibility/mac/aria-spinbutton-crash.html: Renamed from LayoutTests/platform/mac/accessibility/aria-spinbutton-crash.html.
2777 * accessibility/mac/aria-spinbutton-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-spinbutton-expected.txt.
2778 * accessibility/mac/aria-spinbutton.html: Renamed from LayoutTests/platform/mac/accessibility/aria-spinbutton.html.
2779 * accessibility/mac/aria-table-with-colspan-cells-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-table-with-colspan-cells-expected.txt.
2780 * accessibility/mac/aria-table-with-colspan-cells.html: Renamed from LayoutTests/platform/mac/accessibility/aria-table-with-colspan-cells.html.
2781 * accessibility/mac/aria-toolbar-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-toolbar-expected.txt.
2782 * accessibility/mac/aria-toolbar.html: Renamed from LayoutTests/platform/mac/accessibility/aria-toolbar.html.
2783 * accessibility/mac/aria-tree-activedescendant-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-activedescendant-expected.txt.
2784 * accessibility/mac/aria-tree-activedescendant.html: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-activedescendant.html.
2785 * accessibility/mac/aria-tree-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-expected.txt.
2786 * accessibility/mac/aria-tree-index-of-items-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-index-of-items-expected.txt.
2787 * accessibility/mac/aria-tree-index-of-items.html: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-index-of-items.html.
2788 * accessibility/mac/aria-tree.html: Renamed from LayoutTests/platform/mac/accessibility/aria-tree.html.
2789 * accessibility/mac/aria-treegrid-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-treegrid-expected.txt.
2790 * accessibility/mac/aria-treegrid.html: Renamed from LayoutTests/platform/mac/accessibility/aria-treegrid.html.
2791 * accessibility/mac/aria-valuetext-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-valuetext-expected.txt.
2792 * accessibility/mac/aria-valuetext-on-native-slider-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-valuetext-on-native-slider-expected.txt.
2793 * accessibility/mac/aria-valuetext-on-native-slider.html: Renamed from LayoutTests/platform/mac/accessibility/aria-valuetext-on-native-slider.html.
2794 * accessibility/mac/aria-valuetext.html: Renamed from LayoutTests/platform/mac/accessibility/aria-valuetext.html.
2795 * accessibility/mac/attributed-string-includes-highlighting-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/attributed-string-includes-highlighting-expected.txt.
2796 * accessibility/mac/attributed-string-includes-highlighting.html: Renamed from LayoutTests/platform/mac/accessibility/attributed-string-includes-highlighting.html.
2797 * accessibility/mac/attributed-string-includes-misspelled-with-selection-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/attributed-string-includes-misspelled-with-selection-expected.txt.
2798 * accessibility/mac/attributed-string-includes-misspelled-with-selection.html: Renamed from LayoutTests/platform/mac/accessibility/attributed-string-includes-misspelled-with-selection.html.
2799 * accessibility/mac/bounds-for-range-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/bounds-for-range-expected.txt.
2800 * accessibility/mac/bounds-for-range.html: Renamed from LayoutTests/platform/mac/accessibility/bounds-for-range.html.
2801 * accessibility/mac/button-shouldnot-have-axvalue-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/button-shouldnot-have-axvalue-expected.txt.
2802 * accessibility/mac/button-shouldnot-have-axvalue.html: Renamed from LayoutTests/platform/mac/accessibility/button-shouldnot-have-axvalue.html.
2803 * accessibility/mac/canvas-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/canvas-expected.txt.
2804 * accessibility/mac/canvas.html: Renamed from LayoutTests/platform/mac/accessibility/canvas.html.
2805 * accessibility/mac/caret-browsing-arrow-nav-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-arrow-nav-expected.txt.
2806 * accessibility/mac/caret-browsing-arrow-nav.html: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-arrow-nav.html.
2807 * accessibility/mac/caret-browsing-attribute-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-attribute-expected.txt.
2808 * accessibility/mac/caret-browsing-attribute.html: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-attribute.html.
2809 * accessibility/mac/caret-browsing-tab-selection-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-tab-selection-expected.txt.
2810 * accessibility/mac/caret-browsing-tab-selection.html: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-tab-selection.html.
2811 * accessibility/mac/change-notification-on-scroll-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/change-notification-on-scroll-expected.txt.
2812 * accessibility/mac/change-notification-on-scroll.html: Renamed from LayoutTests/platform/mac/accessibility/change-notification-on-scroll.html.
2813 * accessibility/mac/checkbox-posts-value-change-notification-after-activation-with-space-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/checkbox-posts-value-change-notification-after-activation-with-space-expected.txt.
2814 * accessibility/mac/checkbox-posts-value-change-notification-after-activation-with-space.html: Renamed from LayoutTests/platform/mac/accessibility/checkbox-posts-value-change-notification-after-activation-with-space.html.
2815 * accessibility/mac/clipped-text-under-element-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/clipped-text-under-element-expected.txt.
2816 * accessibility/mac/clipped-text-under-element.html: Renamed from LayoutTests/platform/mac/accessibility/clipped-text-under-element.html.
2817 * accessibility/mac/combobox-activedescendant-notifications-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/combobox-activedescendant-notifications-expected.txt.
2818 * accessibility/mac/combobox-activedescendant-notifications.html: Renamed from LayoutTests/platform/mac/accessibility/combobox-activedescendant-notifications.html.
2819 * accessibility/mac/combox-box-value-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/combox-box-value-expected.txt.
2820 * accessibility/mac/combox-box-value.html: Renamed from LayoutTests/platform/mac/accessibility/combox-box-value.html.
2821 * accessibility/mac/content-editable-range-properties-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/content-editable-range-properties-expected.txt.
2822 * accessibility/mac/content-editable-range-properties.html: Renamed from LayoutTests/platform/mac/accessibility/content-editable-range-properties.html.
2823 * accessibility/mac/crash-in-element-for-text-marker-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/crash-in-element-for-text-marker-expected.txt.
2824 * accessibility/mac/crash-in-element-for-text-marker.html: Renamed from LayoutTests/platform/mac/accessibility/crash-in-element-for-text-marker.html.
2825 * accessibility/mac/crash-invalid-text-marker-node.html: Renamed from LayoutTests/platform/mac/accessibility/crash-invalid-text-marker-node.html.
2826 * accessibility/mac/css-speech-speak-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/css-speech-speak-expected.txt.
2827 * accessibility/mac/css-speech-speak.html: Renamed from LayoutTests/platform/mac/accessibility/css-speech-speak.html.
2828 * accessibility/mac/definition-list-term-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/definition-list-term-expected.txt.
2829 * accessibility/mac/definition-list-term.html: Renamed from LayoutTests/platform/mac/accessibility/definition-list-term.html.
2830 * accessibility/mac/descriptionlist-not-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/descriptionlist-not-ignored-expected.txt.
2831 * accessibility/mac/descriptionlist-not-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/descriptionlist-not-ignored.html.
2832 * accessibility/mac/details-summary-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/details-summary-expected.txt.
2833 * accessibility/mac/details-summary.html: Renamed from LayoutTests/platform/mac/accessibility/details-summary.html.
2834 * accessibility/mac/div-containing-div-with-aria-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/div-containing-div-with-aria-expected.txt.
2835 * accessibility/mac/div-containing-div-with-aria.html: Renamed from LayoutTests/platform/mac/accessibility/div-containing-div-with-aria.html.
2836 * accessibility/mac/document-attributes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/document-attributes-expected.txt.
2837 * accessibility/mac/document-attributes.html: Renamed from LayoutTests/platform/mac/accessibility/document-attributes.html.
2838 * accessibility/mac/document-links-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/document-links-expected.txt.
2839 * accessibility/mac/document-links.html: Renamed from LayoutTests/platform/mac/accessibility/document-links.html.
2840 * accessibility/mac/document-title-used-for-description-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/document-title-used-for-description-expected.txt.
2841 * accessibility/mac/document-title-used-for-description.html: Renamed from LayoutTests/platform/mac/accessibility/document-title-used-for-description.html.
2842 * accessibility/mac/double-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/double-title-expected.txt.
2843 * accessibility/mac/double-title.html: Renamed from LayoutTests/platform/mac/accessibility/double-title.html.
2844 * accessibility/mac/editable-webarea-context-menu-point-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/editable-webarea-context-menu-point-expected.txt.
2845 * accessibility/mac/editable-webarea-context-menu-point.html: Renamed from LayoutTests/platform/mac/accessibility/editable-webarea-context-menu-point.html.
2846 * accessibility/mac/element-busy-changed-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-busy-changed-expected.txt.
2847 * accessibility/mac/element-busy-changed.html: Renamed from LayoutTests/platform/mac/accessibility/element-busy-changed.html.
2848 * accessibility/mac/element-focus-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-focus-expected.txt.
2849 * accessibility/mac/element-focus.html: Renamed from LayoutTests/platform/mac/accessibility/element-focus.html.
2850 * accessibility/mac/element-for-text-marker-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-for-text-marker-expected.txt.
2851 * accessibility/mac/element-for-text-marker.html: Renamed from LayoutTests/platform/mac/accessibility/element-for-text-marker.html.
2852 * accessibility/mac/element-is-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-is-ignored-expected.txt.
2853 * accessibility/mac/element-is-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/element-is-ignored.html.
2854 * accessibility/mac/element-level-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-level-expected.txt.
2855 * accessibility/mac/element-level.html: Renamed from LayoutTests/platform/mac/accessibility/element-level.html.
2856 * accessibility/mac/element-paths-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-paths-expected.txt.
2857 * accessibility/mac/element-paths.html: Renamed from LayoutTests/platform/mac/accessibility/element-paths.html.
2858 * accessibility/mac/estimated-progress-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/estimated-progress-expected.txt.
2859 * accessibility/mac/estimated-progress.html: Renamed from LayoutTests/platform/mac/accessibility/estimated-progress.html.
2860 * accessibility/mac/expanded-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/expanded-notification-expected.txt.
2861 * accessibility/mac/expanded-notification.html: Renamed from LayoutTests/platform/mac/accessibility/expanded-notification.html.
2862 * accessibility/mac/file-upload-button-subrole-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/file-upload-button-subrole-expected.txt.
2863 * accessibility/mac/file-upload-button-subrole.html: Renamed from LayoutTests/platform/mac/accessibility/file-upload-button-subrole.html.
2864 * accessibility/mac/find-and-replace-match-capitalization-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/find-and-replace-match-capitalization-expected.txt.
2865 * accessibility/mac/find-and-replace-match-capitalization.html: Renamed from LayoutTests/platform/mac/accessibility/find-and-replace-match-capitalization.html.
2866 * accessibility/mac/focus-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/focus-crash-expected.txt.
2867 * accessibility/mac/focus-crash.html: Renamed from LayoutTests/platform/mac/accessibility/focus-crash.html.
2868 * accessibility/mac/focus-setting-selection-syncronizing-not-clearing-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/focus-setting-selection-syncronizing-not-clearing-expected.txt.
2869 * accessibility/mac/focus-setting-selection-syncronizing-not-clearing.html: Renamed from LayoutTests/platform/mac/accessibility/focus-setting-selection-syncronizing-not-clearing.html.
2870 * accessibility/mac/footer-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/footer-expected.txt.
2871 * accessibility/mac/footer-roledescription-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/footer-roledescription-expected.txt.
2872 * accessibility/mac/footer-roledescription.html: Renamed from LayoutTests/platform/mac/accessibility/footer-roledescription.html.
2873 * accessibility/mac/footer.html: Renamed from LayoutTests/platform/mac/accessibility/footer.html.
2874 * accessibility/mac/form-control-value-settable-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt.
2875 * accessibility/mac/form-control-value-settable.html: Renamed from LayoutTests/platform/mac/accessibility/form-control-value-settable.html.
2876 * accessibility/mac/frame-with-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/frame-with-title-expected.txt.
2877 * accessibility/mac/frame-with-title.html: Renamed from LayoutTests/platform/mac/accessibility/frame-with-title.html.
2878 * accessibility/mac/header-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/header-expected.txt.
2879 * accessibility/mac/header.html: Renamed from LayoutTests/platform/mac/accessibility/header.html.
2880 * accessibility/mac/heading-clickpoint-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/heading-clickpoint-expected.txt.
2881 * accessibility/mac/heading-clickpoint.html: Renamed from LayoutTests/platform/mac/accessibility/heading-clickpoint.html.
2882 * accessibility/mac/hr-element-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/hr-element-expected.txt.
2883 * accessibility/mac/hr-element.html: Renamed from LayoutTests/platform/mac/accessibility/hr-element.html.
2884 * accessibility/mac/html-section-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html-section-elements-expected.txt.
2885 * accessibility/mac/html-section-elements.html: Renamed from LayoutTests/platform/mac/accessibility/html-section-elements.html.
2886 * accessibility/mac/html-slider-indicator-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html-slider-indicator-expected.txt.
2887 * accessibility/mac/html-slider-indicator.html: Renamed from LayoutTests/platform/mac/accessibility/html-slider-indicator.html.
2888 * accessibility/mac/html-with-aria-label-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html-with-aria-label-expected.txt.
2889 * accessibility/mac/html-with-aria-label.html: Renamed from LayoutTests/platform/mac/accessibility/html-with-aria-label.html.
2890 * accessibility/mac/html5-input-number-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html5-input-number-expected.txt.
2891 * accessibility/mac/html5-input-number.html: Renamed from LayoutTests/platform/mac/accessibility/html5-input-number.html.
2892 * accessibility/mac/id-class-attributes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/id-class-attributes-expected.txt.
2893 * accessibility/mac/id-class-attributes.html: Renamed from LayoutTests/platform/mac/accessibility/id-class-attributes.html.
2894 * accessibility/mac/iframe-aria-hidden-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/iframe-aria-hidden-expected.txt.
2895 * accessibility/mac/iframe-aria-hidden.html: Renamed from LayoutTests/platform/mac/accessibility/iframe-aria-hidden.html.
2896 * accessibility/mac/iframe-with-title-correct-hierarchy-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/iframe-with-title-correct-hierarchy-expected.txt.
2897 * accessibility/mac/iframe-with-title-correct-hierarchy.html: Renamed from LayoutTests/platform/mac/accessibility/iframe-with-title-correct-hierarchy.html.
2898 * accessibility/mac/imagemap-hittest-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/imagemap-hittest-expected.txt.
2899 * accessibility/mac/imagemap-hittest.html: Renamed from LayoutTests/platform/mac/accessibility/imagemap-hittest.html.
2900 * accessibility/mac/inherited-presentational-lists-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/inherited-presentational-lists-expected.txt.
2901 * accessibility/mac/inherited-presentational-lists.html: Renamed from LayoutTests/platform/mac/accessibility/inherited-presentational-lists.html.
2902 * accessibility/mac/input-image-url-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/input-image-url-expected.txt.
2903 * accessibility/mac/input-image-url.html: Renamed from LayoutTests/platform/mac/accessibility/input-image-url.html.
2904 * accessibility/mac/input-replacevalue-userinfo-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/input-replacevalue-userinfo-expected.txt.
2905 * accessibility/mac/input-replacevalue-userinfo.html: Renamed from LayoutTests/platform/mac/accessibility/input-replacevalue-userinfo.html.
2906 * accessibility/mac/input-slider-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/input-slider-expected.txt.
2907 * accessibility/mac/input-slider.html: Renamed from LayoutTests/platform/mac/accessibility/input-slider.html.
2908 * accessibility/mac/input-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/input-title-expected.txt.
2909 * accessibility/mac/input-title.html: Renamed from LayoutTests/platform/mac/accessibility/input-title.html.
2910 * accessibility/mac/internal-link-anchors-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/internal-link-anchors-expected.txt.
2911 * accessibility/mac/internal-link-anchors.html: Renamed from LayoutTests/platform/mac/accessibility/internal-link-anchors.html.
2912 * accessibility/mac/internal-link-when-document-has-fragment-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/internal-link-when-document-has-fragment-expected.txt.
2913 * accessibility/mac/internal-link-when-document-has-fragment.html: Renamed from LayoutTests/platform/mac/accessibility/internal-link-when-document-has-fragment.html.
2914 * accessibility/mac/invalid-menu-role-does-not-send-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/invalid-menu-role-does-not-send-notification-expected.txt.
2915 * accessibility/mac/invalid-menu-role-does-not-send-notification.html: Renamed from LayoutTests/platform/mac/accessibility/invalid-menu-role-does-not-send-notification.html.
2916 * accessibility/mac/label-element-with-hidden-control-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/label-element-with-hidden-control-expected.txt.
2917 * accessibility/mac/label-element-with-hidden-control.html: Renamed from LayoutTests/platform/mac/accessibility/label-element-with-hidden-control.html.
2918 * accessibility/mac/label-elements-exposed-as-title-ui-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/label-elements-exposed-as-title-ui-elements-expected.txt.
2919 * accessibility/mac/label-elements-exposed-as-title-ui-elements.html: Renamed from LayoutTests/platform/mac/accessibility/label-elements-exposed-as-title-ui-elements.html.
2920 * accessibility/mac/landmark-not-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/landmark-not-ignored-expected.txt.
2921 * accessibility/mac/landmark-not-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/landmark-not-ignored.html.
2922 * accessibility/mac/line-range-for-text-marker-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/line-range-for-text-marker-expected.txt.
2923 * accessibility/mac/line-range-for-text-marker.html: Renamed from LayoutTests/platform/mac/accessibility/line-range-for-text-marker.html.
2924 * accessibility/mac/link-with-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/link-with-title-expected.txt.
2925 * accessibility/mac/link-with-title.html: Renamed from LayoutTests/platform/mac/accessibility/link-with-title.html.
2926 * accessibility/mac/list-items-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/list-items-ignored-expected.txt.
2927 * accessibility/mac/list-items-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/list-items-ignored.html.
2928 * accessibility/mac/listbox-hit-test-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/listbox-hit-test-expected.txt.
2929 * accessibility/mac/listbox-hit-test.html: Renamed from LayoutTests/platform/mac/accessibility/listbox-hit-test.html.
2930 * accessibility/mac/listmarker-suffix-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/listmarker-suffix-expected.txt.
2931 * accessibility/mac/listmarker-suffix.html: Renamed from LayoutTests/platform/mac/accessibility/listmarker-suffix.html.
2932 * accessibility/mac/live-region-creation-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/live-region-creation-notification-expected.txt.
2933 * accessibility/mac/live-region-creation-notification.html: Renamed from LayoutTests/platform/mac/accessibility/live-region-creation-notification.html.
2934 * accessibility/mac/live-region-on-span-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/live-region-on-span-expected.txt.
2935 * accessibility/mac/live-region-on-span.html: Renamed from LayoutTests/platform/mac/accessibility/live-region-on-span.html.
2936 * accessibility/mac/main-element-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/main-element-expected.txt.
2937 * accessibility/mac/main-element.html: Renamed from LayoutTests/platform/mac/accessibility/main-element.html.
2938 * accessibility/mac/malformed-tree-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/malformed-tree-expected.txt.
2939 * accessibility/mac/malformed-tree.html: Renamed from LayoutTests/platform/mac/accessibility/malformed-tree.html.
2940 * accessibility/mac/math-alttext-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/math-alttext-expected.txt.
2941 * accessibility/mac/math-alttext.html: Renamed from LayoutTests/platform/mac/accessibility/math-alttext.html.
2942 * accessibility/mac/mathml-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/mathml-elements-expected.txt.