1 2014-10-21 Jer Noble <jer.noble@apple.com>
3 REGRESSION (r170808): Volume slider in built-in media controls only changes volume when thumb is released, not while dragging
4 https://bugs.webkit.org/show_bug.cgi?id=137805
6 Reviewed by Dan Bernstein.
8 * media/video-volume-slider-drag-expected.txt: Added.
9 * media/video-volume-slider-drag.html: Added.
11 2014-10-21 Manuel Rego Casasnovas <rego@igalia.com>
13 ASSERTION FAILED: !gridWasPopulated() in WebCore::RenderGrid::placeItemsOnGrid
14 https://bugs.webkit.org/show_bug.cgi?id=136939
16 Reviewed by Darin Adler.
18 Added a test case to reproduce the crash in debug mode.
20 * fast/css-grid-layout/grid-was-populated-assert-expected.txt: Added.
21 * fast/css-grid-layout/grid-was-populated-assert.html: Added.
23 2014-10-17 Jeffrey Pfau <jpfau@apple.com>
25 Ensure attached frame count doesn't exceed the maximum allowed frames
26 https://bugs.webkit.org/show_bug.cgi?id=136457
28 Reviewed by Alexey Proskuryakov.
30 * fast/frames/exponential-frames-expected.txt: Added.
31 * fast/frames/exponential-frames.html: Added.
33 2014-10-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
35 Tighten XMLHttpRequest setRequestHeader value check
36 https://bugs.webkit.org/show_bug.cgi?id=128593
38 Reviewed by Darin Adler.
40 Added a test originating from w3c-test.org to test header values checking.
41 Testing headers with non ASCII characters and various control characters.
43 * http/tests/xmlhttprequest/set-bad-headervalue-expected.txt: Added.
44 * http/tests/xmlhttprequest/set-bad-headervalue.html: Added.
46 2014-10-20 Brent Fulgham <bfulgham@apple.com>
48 [Win] Mark a few tests as no-longer failing.
50 It looks like Said's work on SVG has fixed a number of things!
52 * platform/win/TestExpectations: Remove 'crash' and 'failures' cases
53 for a few things that are now reliably passing.
55 2014-10-20 Dean Jackson <dino@apple.com>
57 [Mac] Support "inverted-colors" and "monochrome" media feature.
58 https://bugs.webkit.org/show_bug.cgi?id=137535
59 <rdar://problem/18586398>
61 Reviewed by Brent Fulgham.
63 Add tests for the new "inverted-colors" media feature, and
64 another test for the "monochrome" feature. Note that these
65 tests don't actually exercise the positive values of the
66 query, since that requires the screen to be changed and would
67 interfere with concurrent tests.
69 * fast/media/mq-inverted-colors.html: Added.
70 * fast/media/mq-monochrome.html: Added.
71 * fast/media/mq-inverted-colors-expected.html: Added.
72 * fast/media/mq-monochrome-expected.html: Added.
74 2014-10-20 Alexey Proskuryakov <ap@apple.com>
76 Eight transitions tests are very flaky, frequently failing all at once
77 https://bugs.webkit.org/show_bug.cgi?id=137883
79 Marking them as flaky. Enough is enough.
83 2014-10-20 Jer Noble <jer.noble@apple.com>
85 REGRESSION(r174823): Two new failing HLS tests
86 https://bugs.webkit.org/show_bug.cgi?id=137882
88 Unreviewed gardening; add two expected failures.
90 * platform/mac/TestExpectations:
92 2014-10-20 Benjamin Poulain <benjamin@webkit.org>
94 Update the <link>'s link status
95 https://bugs.webkit.org/show_bug.cgi?id=137861
97 Reviewed by Chris Dumez.
99 * fast/css/link-basics-expected.html: Added.
100 * fast/css/link-basics.html: Added.
101 * fast/selectors/link-basics-expected.txt: Added.
102 * fast/selectors/link-basics-xhtml-expected.txt: Added.
103 * fast/selectors/link-basics-xhtml.xhtml: Added.
104 * fast/selectors/link-basics.html: Added.
105 * fast/selectors/resources/html-link-type-tests.js: Added.
107 (testHTMLTagsForLink):
108 * fast/selectors/webkit-any-link-basics-expected.txt: Added.
109 * fast/selectors/webkit-any-link-basics.html: Added.
111 2014-10-18 Antti Koivisto <antti@apple.com>
113 REGRESSION (r173356): Safari can't install a profile, gets 'Download Failed error
114 https://bugs.webkit.org/show_bug.cgi?id=137855
116 Reviewed by Dan Bernstein.
118 * http/tests/mime/mime-type-sniff-expected.txt: Added.
119 * http/tests/mime/mime-type-sniff.html: Added.
120 * http/tests/mime/resources/png-with-text-content-type.cgi: Added.
122 2014-10-18 Chris Fleizach <cfleizach@apple.com>
124 AX: Tables with <colgroups> are not reporting table column headers
125 https://bugs.webkit.org/show_bug.cgi?id=137846
127 Reviewed by Mario Sanchez Prada.
129 * accessibility/table-column-headers-with-captions-expected.txt: Added.
130 * accessibility/table-column-headers-with-captions.html: Added.
132 2014-10-17 Michael Saboff <msaboff@apple.com>
134 Don't create cached functions that access lexicalGlobalObject()
135 https://bugs.webkit.org/show_bug.cgi?id=137839
137 Reviewed by Geoffrey Garen.
139 Updadted test that check for
141 * fast/dom/wrapper-scope-expected.txt:
142 * fast/dom/wrapper-scope.html:
143 Removed "close" and "postMessage" from functions to check for wrapper scope.
145 * http/tests/security/cross-frame-access-put-expected.txt:
146 * http/tests/security/resources/cross-frame-iframe-for-put-test.html:
147 Removed "blur", "close" and "focus" from the functions to test, since this tests that
148 a parent's and child window's instances are the same. Now they are always different.
150 * js/dom/global-function-resolve-expected.txt:
151 * js/dom/script-tests/global-function-resolve.js:
152 Removed "close" from this lists of functions to check.
154 2014-10-17 Benjamin Poulain <benjamin@webkit.org>
156 Make a better use of the available registers when compiling nested selector lists
157 https://bugs.webkit.org/show_bug.cgi?id=137802
159 Reviewed by Andreas Kling.
161 The register pressure cases are already well covered by fast/selectors/nth-child-of-boundaries-*.
162 The new test covers the maximum register pressure inside :nth-child(of) and having the selector with
163 max pressure inside a selector list instead of being alone/first.
165 * fast/selectors/nth-child-of-register-requirement-expected.txt: Added.
166 * fast/selectors/nth-child-of-register-requirement.html: Added.
168 2014-10-17 Brent Fulgham <bfulgham@apple.com>
170 [Win] Unreviewed test gardening. Mark some tests as passing that have benefitted from recent bug fixes.
172 * platform/win/TestExpectations:
174 2014-10-17 Andreas Kling <akling@apple.com>
176 Add test for innerHTML mutations that yield identical DOM.
177 <https://webkit.org/b/137823>
179 Reviewed by Chris Dumez.
181 I made this test while working on an optimization, and it seems useful
182 to have in the tree since it adds additional coverage. The optimization
185 The test works by creating little DOM subtrees like so:
187 <foo><bar>some text</bar></foo>
189 It then overwrites that subtree with an identical one by mutating the
190 containing element's innerHTML property. It then verifies that the DOM
191 structure is correct and that Node wrappers retain any custom properties
194 * fast/innerHTML/identical-mutations-expected.txt: Added.
195 * fast/innerHTML/identical-mutations.html: Added.
197 2014-10-16 Jer Noble <jer.noble@apple.com>
199 [Mac] Represent AVMediaSelectionOptions as AudioTracks
200 https://bugs.webkit.org/show_bug.cgi?id=137474
202 Reviewed by Brent Fulgham.
204 * http/tests/media/hls/hls-audio-tracks-expected.txt: Added.
205 * http/tests/media/hls/hls-audio-tracks.html: Added.
206 * http/tests/media/resources/hls/audio-tracks.m3u8: Added.
207 * http/tests/media/resources/hls/bipbop/iframe_index.m3u8: Added.
208 * http/tests/media/resources/hls/bipbop/main0.ts: Added.
209 * http/tests/media/resources/hls/bipbop/main1.ts: Added.
210 * http/tests/media/resources/hls/bipbop/prog_index.m3u8: Added.
211 * http/tests/media/resources/hls/french/main.aac: Added.
212 * http/tests/media/resources/hls/french/prog_index.m3u8: Added.
213 * http/tests/media/resources/hls/spanish/main.aac: Added.
214 * http/tests/media/resources/hls/spanish/prog_index.m3u8: Added.
216 2014-10-17 Brent Fulgham <bfulgham@apple.com>
218 [Win] Test gardening after r174796.
220 Now that Windows DRT matches Mac's output, we can get rid of some custom test expecations.
222 * platform/win/fast/dom/window-load-crash-expected.txt: Removed.
223 * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
224 * platform/win/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
225 * platform/win/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
226 * platform/win/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Removed.
227 * platform/win/loader/image-loader-adoptNode-assert-expected.txt: Removed.
229 2014-10-15 Yusuke Suzuki <utatane.tea@gmail.com>
231 CSS Selectors Level 4: Implement :matches in SelectorChecker
232 https://bugs.webkit.org/show_bug.cgi?id=137393
234 Reviewed by Benjamin Poulain.
236 * fast/selectors/matches-selector-list-expected.txt: Added.
237 * fast/selectors/matches-selector-list.html: Added.
238 * fast/selectors/querySelector-matches-expected.txt: Added.
239 * fast/selectors/querySelector-matches.html: Added.
241 2014-10-16 Alexey Proskuryakov <ap@apple.com>
243 REGRESSION (r169024): Undetermined text is not displayed in the search field of Adobe Help Website
244 https://bugs.webkit.org/show_bug.cgi?id=137679
245 rdar://problem/18450335
247 Reviewed by Enrica Casucci.
249 * platform/mac/editing/input/selected-composed-text-painting-expected.html: Added.
250 * platform/mac/editing/input/selected-composed-text-painting.html: Added.
252 2014-10-16 Zalan Bujtas <zalan@apple.com>
254 [Mac] Unreviewed gardening.
256 * platform/mac/TestExpectations:
258 2014-10-16 Zalan Bujtas <zalan@apple.com>
260 [Mac] Unreviewed gardening.
262 Unskip more subpixel related tests.
264 * platform/mac/TestExpectations:
266 2014-10-16 Zalan Bujtas <zalan@apple.com>
268 [Mac] Unreviewed gardening.
270 Unskip subpixel border tests.
272 * platform/mac/TestExpectations:
273 * platform/mac/css1/units/length_units-expected.txt:
274 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
275 * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
276 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
277 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt:
278 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt:
279 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
280 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
281 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
282 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
283 * platform/mac/media/video-zoom-expected.txt:
284 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
285 * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
286 * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
288 2014-10-15 Andrei Bucur <abucur@adobe.com>
290 ASSERTION FAILED in WebCore::RenderFlowThread::getRegionRangeForBox
291 https://bugs.webkit.org/show_bug.cgi?id=135563
293 Reviewed by David Hyatt.
295 A test verifying that positioned elements inside multi-column containers don't
296 cause assertions or crashes.
298 * fast/multicol/multicol-all-positioned-crash-expected.txt: Added.
299 * fast/multicol/multicol-all-positioned-crash.html: Added.
300 * fast/multicol/multicol-transform-containing-block-expected.txt: Added.
301 * fast/multicol/multicol-transform-containing-block.html: Added.
303 2014-10-15 Commit Queue <commit-queue@webkit.org>
305 Unreviewed, rolling out r174753.
306 https://bugs.webkit.org/show_bug.cgi?id=137761
308 caused layout tests to fail. (Requested by zalan on #webkit).
312 "[Mac] Unreviewed gardening."
313 http://trac.webkit.org/changeset/174753
315 2014-10-15 Zalan Bujtas <zalan@apple.com>
317 [Mac] Unreviewed gardening.
319 Unskip subpixel border tests.
321 * platform/mac/TestExpectations:
323 2014-10-15 Zalan Bujtas <zalan@apple.com>
325 [Mac] Unreviewed gardening(mountain-lion).
327 * platform/mac-mountainlion/fast/text/international/hindi-spacing-expected.txt: Added.
329 2014-10-15 Zalan Bujtas <zalan@apple.com>
331 [Mac] Unreviewed gardening.
335 * platform/mac/TestExpectations:
336 * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
337 * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
338 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
339 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
340 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
341 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
342 * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
343 * platform/mac/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
344 * platform/mac/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
345 * platform/mac/fast/text/international/hindi-spacing-expected.txt:
346 * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
347 * platform/mac/fast/text/orientation-sideways-expected.txt:
348 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
349 * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
350 * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
351 * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
352 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
354 2014-10-13 Chris Fleizach <cfleizach@apple.com>
356 AX: Going back is broken for VoiceOver
357 https://bugs.webkit.org/show_bug.cgi?id=137382
359 Reviewed by Darin Adler.
361 Update tests now that AXLoadComplete is sent more reliably.
363 * platform/mac/accessibility/aria-expanded-notifications-expected.txt:
364 * platform/mac/accessibility/aria-expanded-notifications.html:
366 2014-10-15 Simon Fraser <simon.fraser@apple.com>
368 Sometimes can't scroll overflow:scroll areas in subframes
369 https://bugs.webkit.org/show_bug.cgi?id=137746
370 rdar://problem/18603560
372 Reviewed by Tim Horton.
374 Test that changes an overflow size in a subframe and then dumps the non-fast scrollable region.
376 * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/layouting-frame.html: Added.
377 * platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt: Added.
378 * platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html: Added.
380 2014-10-15 Zalan Bujtas <zalan@apple.com>
382 [Mac] Unreviewed gardening.
386 * css3/flexbox/flex-rounding.html:
388 2014-10-15 Zalan Bujtas <zalan@apple.com>
390 [Mac] Unreviewed gardening.
392 Unskip some subpixel related tests.
394 * platform/mac/TestExpectations:
396 2014-10-15 Zalan Bujtas <zalan@apple.com>
398 [Mac] Unreviewed gardening.
400 css3/flexbox/flex-rounding.html passes now that subpixel is on.
402 * platform/mac/TestExpectations:
404 2014-10-15 Zalan Bujtas <zalan@apple.com>
406 Subpixel layout: Unskip fast/sub-pixel directory.
407 https://bugs.webkit.org/show_bug.cgi?id=137732
409 Reviewed by Simon Fraser.
414 * fast/sub-pixel/inline-block-with-padding-expected.txt: minor adjustment.
415 * fast/sub-pixel/zoomed-em-border-expected.html: minor adjustment.
416 * platform/mac/TestExpectations: we still have to skip couple of tests.
418 2014-10-14 Zalan Bujtas <zalan@apple.com>
420 REGRESSION (Safari 7.1/8.0): Border-radius and overflow hidden renders incorrectly.
421 https://bugs.webkit.org/show_bug.cgi?id=137205
423 Reviewed by Simon Fraser.
425 Child layer should not reset radius clipping behaviour.
427 * fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping-expected.html: Added.
428 * fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping.html: Added.
430 2014-10-14 Dan Bernstein <mitz@apple.com>
432 URLs that start with http:/// and https:/// lose two slashes when parsed, causing assertion failure and inconsistent behavior
433 https://bugs.webkit.org/show_bug.cgi?id=137718
435 Reviewed by Alexey Proskuryakov.
437 * fast/loader/url-parse-1-expected.txt: Updated results.
438 * fast/loader/url-parse-1.html: Added a few test cases.
439 * fast/url/file-http-base-expected.txt: Updated results.
440 * fast/url/host-expected.txt: Ditto.
441 * fast/url/invalid-urls-utf8-expected.txt: Ditto.
442 * fast/url/relative-expected.txt: Ditto.
443 * fast/url/standard-url-expected.txt: Ditto.
445 2014-10-14 Alexey Proskuryakov <ap@apple.com>
447 Re-adding fast/hidpi/image-srcset-relative-svg-canvas.html, as it still fails on bots
451 2014-10-14 Roger Fong <roger_fong@apple.com>
453 [Windows] Unreviewed gardening following r174585.
455 * platform/win/TestExpectations:
456 * platform/win/editing/inserting/4960120-1-expected.txt: Added.
457 * platform/win/editing/selection/select-across-readonly-input-1-expected.txt: Added.
458 * platform/win/editing/selection/select-across-readonly-input-2-expected.txt: Added.
459 * platform/win/editing/selection/select-across-readonly-input-3-expected.txt: Added.
460 * platform/win/editing/selection/select-across-readonly-input-4-expected.png: Added.
461 * platform/win/editing/selection/select-across-readonly-input-4-expected.txt: Added.
462 * platform/win/editing/selection/select-across-readonly-input-5-expected.png: Added.
463 * platform/win/editing/selection/select-across-readonly-input-5-expected.txt: Added.
464 * platform/win/fast/block/positioning/inline-block-relposition-expected.txt: Added.
465 * platform/win/fast/css/resize-corner-tracking-expected.png: Added.
466 * platform/win/fast/css/resize-corner-tracking-expected.txt: Added.
467 * platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
468 * platform/win/fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added.
469 * platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
470 * platform/win/fast/events/shadow-event-path-2-expected.txt: Added.
471 * platform/win/fast/forms/003-expected.txt: Added.
472 * platform/win/fast/forms/004-expected.txt: Added.
473 * platform/win/fast/forms/button-default-title-expected.txt: Added.
474 * platform/win/fast/forms/button-generated-content-expected.png: Added.
475 * platform/win/fast/forms/button-generated-content-expected.txt: Added.
476 * platform/win/fast/forms/menulist-clip-expected.png: Added.
477 * platform/win/fast/forms/menulist-clip-expected.txt: Added.
478 * platform/win/fast/forms/menulist-deselect-update-expected.txt: Added.
479 * platform/win/fast/forms/menulist-style-color-expected.png: Added.
480 * platform/win/fast/forms/menulist-style-color-expected.txt: Added.
481 * platform/win/fast/forms/menulist-width-change-expected.txt: Added.
482 * platform/win/fast/forms/option-script-expected.txt: Added.
483 * platform/win/fast/forms/option-text-clip-expected.png: Added.
484 * platform/win/fast/forms/option-text-clip-expected.txt: Added.
485 * platform/win/fast/forms/select-writing-direction-natural-expected.png: Added.
486 * platform/win/fast/forms/select-writing-direction-natural-expected.txt: Added.
487 * platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
488 * platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
489 * platform/win/fast/forms/textarea-scrollbar-expected.png: Added.
490 * platform/win/fast/forms/textarea-scrollbar-expected.txt: Added.
491 * platform/win/fast/repaint/control-clip-expected.png: Added.
492 * platform/win/fast/repaint/control-clip-expected.txt: Added.
493 * platform/win/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
494 * platform/win/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
495 * platform/win/fast/table/append-cells2-expected.txt: Added.
496 * platform/win/fast/table/remove-td-display-none-expected.txt: Added.
497 * platform/win/fast/text/atsui-rtl-override-selection-expected.txt: Added.
498 * platform/win/tables/mozilla/bugs/bug30559-expected.txt: Added.
500 2014-10-13 Simon Fraser <simon.fraser@apple.com>
502 Rebaseline some compositing tests that are sensitive to the visible rect, and skip
503 tests that rely on media loading.
505 * platform/ios-simulator/TestExpectations:
506 * platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt:
507 * platform/ios-simulator/compositing/contents-scale/animating-expected.txt:
508 * platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt:
509 * platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt:
510 * platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt:
511 * platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt:
512 * platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt:
513 * platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt:
514 * platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
515 * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
516 * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
517 * platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt:
518 * platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt:
519 * platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
520 * platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt:
521 * platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt:
522 * platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt:
523 * platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt:
524 * platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt:
525 * platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt:
526 * platform/ios-simulator/compositing/visible-rect/animated-expected.txt:
527 * platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt:
528 * platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt:
529 * platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt:
530 * platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt:
531 * platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt:
532 * platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt:
533 * platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt:
535 2014-10-14 Joanmarie Diggs <jdiggs@igalia.com>
537 REGRESSION(r174567): [GTK] Layout Tests platform/gtk/accessibility/aria-table-hierarchy.html and platform/gtk/accessibility/table-hierarchy.html fail
538 https://bugs.webkit.org/show_bug.cgi?id=137697
540 These tests were overlooked when updating tests to reflect the correct
541 mapping for ColumnHeaderRole and RowHeaderRole in ATK.
543 Reviewed by Chris Fleizach.
545 * platform/gtk/TestExpectations: Remove two failing tests.
546 * platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Updated expectations.
547 * platform/gtk/accessibility/aria-table-hierarchy.html: Updated in-test shouldBe values for headers.
548 * platform/gtk/accessibility/table-hierarchy-expected.txt: Updated expectations.
549 * platform/gtk/accessibility/table-hierarchy.html: Updated in-test shouldBe values for headers.
551 2014-10-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
553 [GTK] Unreviewed GTK gardening.
555 * platform/gtk/TestExpectations: Report new failures and update expectations.
556 * platform/gtk/css3/selectors3/html/css3-modsel-61-expected.txt: Rebaseline after r174535.
557 * platform/gtk/css3/selectors3/html/css3-modsel-83-expected.txt: Rebaseline after r174535.
558 * platform/gtk/css3/selectors3/xhtml/css3-modsel-61-expected.txt: Rebaseline after r174535.
559 * platform/gtk/css3/selectors3/xhtml/css3-modsel-83-expected.txt: Rebaseline after r174535.
560 * platform/gtk/css3/selectors3/xml/css3-modsel-61-expected.txt: Rebaseline after r174535.
561 * platform/gtk/css3/selectors3/xml/css3-modsel-83-expected.txt: Rebaseline after r174535.
562 * platform/gtk/fast/borders/bidi-002-expected.txt: Rebaseline after r174160.
563 * platform/gtk/fast/borders/bidi-009a-expected.txt: Rebaseline after r174160.
564 * platform/gtk/fast/selectors/061-expected.txt: Rebaseline after r174535.
565 * platform/gtk/fast/selectors/083-expected.txt: Rebaseline after r174535.
566 * platform/gtk/mathml/opentype/horizontal-expected.txt: Rebaseline after r174540.
568 2014-10-14 Youenn Fablet <youennf@gmail.com>
570 [XHR] Abort method execution when m_loader->cancel() in internalAbort() caused reentry
571 https://bugs.webkit.org/show_bug.cgi?id=126975
573 Reviewed by Alexey Proskuryakov.
575 Adding reentrant-cancel-abort.html (from https://codereview.chromium.org/76133002/)
576 that crashes without the patch
577 Updated reentrant-cancel.html test to expect the exception
578 that is now hit in initSend function (since a XHR open() call is aborted)
580 * http/tests/xmlhttprequest/reentrant-cancel-abort-expected.txt: Added.
581 * http/tests/xmlhttprequest/reentrant-cancel-abort.html: Added.
582 * http/tests/xmlhttprequest/reentrant-cancel.html:
584 2014-10-14 Alejandro G. Castro <alex@igalia.com>
586 Add test to check stretchy value is case sensitive
587 https://bugs.webkit.org/show_bug.cgi?id=137602
589 Reviewed by Darin Adler.
591 * mathml/presentation/mo-stretchy-case-sensitive-expected.html: Added.
592 * mathml/presentation/mo-stretchy-case-sensitive.html: Added.
594 2014-10-14 Alejandro G. Castro <alex@igalia.com>
596 Changes in the stretchy attribute do not update rendering
597 https://bugs.webkit.org/show_bug.cgi?id=136883
599 Reviewed by Darin Adler.
601 The test updates the stretchy value in a timeout.
603 * mathml/presentation/mo-stretch-update-expected.html: Added.
604 * mathml/presentation/mo-stretch-update.html: Added.
606 2014-10-14 Andrzej Badowski <a.badowski@samsung.com>
608 [AX] Improve AccessibilityTableCell columnHeaders and rowHeaders functions.
609 https://bugs.webkit.org/show_bug.cgi?id=136818
611 Reviewed by Chris Fleizach.
613 * accessibility/table-headers-expected.txt: Added.
614 * accessibility/table-headers.html: Added.
615 * platform/mac/accessibility/table-attributes-expected.txt:
616 * platform/mac/accessibility/table-cells-expected.txt:
617 * platform/mac/accessibility/table-sections-expected.txt:
619 2014-10-13 Benjamin Poulain <bpoulain@apple.com>
621 Add test coverage for the more complex cases of :not()
622 https://bugs.webkit.org/show_bug.cgi?id=137671
624 Reviewed by Andreas Kling.
626 Those tests cover the future CSS JIT support of :not(). I'll to the implementation
627 split over multiple patch, better put the tests first.
629 * fast/selectors/not-backtracking-expected.txt: Added.
630 * fast/selectors/not-backtracking.html: Added.
631 * fast/selectors/not-boundaries-expected.txt: Added.
632 * fast/selectors/not-boundaries.html: Added.
634 2014-10-13 Yusuke Suzuki <utatane.tea@gmail.com>
636 CSS JIT: Implement :visited pseudo class
637 https://bugs.webkit.org/show_bug.cgi?id=135293
639 Reviewed by Benjamin Poulain.
641 To cover the :-webkit-any(:not(:link)), added new tests.
644 * fast/history/link-inside-not-expected.txt:
645 * fast/history/link-inside-not-inside-any-expected.txt: Added.
646 * fast/history/link-inside-not-inside-any.html: Added.
647 * fast/history/link-inside-not.html:
649 2014-10-13 Simon Fraser <simon.fraser@apple.com>
651 Improve the test image diffs page
652 https://bugs.webkit.org/show_bug.cgi?id=137674
654 Reviewed by Alexey Proskuryakov.
656 New version of the image diff page that has the diff images in-place, and allows
657 for control of the image toggling.
659 * fast/harness/image-diff-template-expected.txt:
660 * fast/harness/image-diff-template.html:
662 2014-10-13 Simon Fraser <simon.fraser@apple.com>
666 * platform/mac/TestExpectations:
668 2014-09-30 Sergio Villar Senin <svillar@igalia.com>
670 [CSS Grid Layout] Pass the valid set of tracks to grow beyond growth limits
671 https://bugs.webkit.org/show_bug.cgi?id=137253
673 Reviewed by Darin Adler.
675 * fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
676 * fast/css-grid-layout/grid-content-sized-columns-resolution.html:
678 2014-10-12 Mike West <mkwst@chromium.org>
680 Referrer Policy: Update <meta name="referrer"> values to match the spec
681 https://bugs.webkit.org/show_bug.cgi?id=137635
683 Reviewed by Jochen Eisinger.
685 * http/tests/security/referrer-policy-https-no-referrer-expected.txt: Added.
686 * http/tests/security/referrer-policy-https-no-referrer-when-downgrade-expected.txt: Added.
687 * http/tests/security/referrer-policy-https-no-referrer-when-downgrade.html: Added.
688 * http/tests/security/referrer-policy-https-no-referrer.html: Added.
689 * http/tests/security/referrer-policy-https-unsafe-url-expected.txt: Added.
690 * http/tests/security/referrer-policy-https-unsafe-url.html: Added.
691 * http/tests/security/referrer-policy-invalid-expected.txt: Update the error message with new keywords.
692 * http/tests/security/referrer-policy-no-referrer-expected.txt: Added.
693 * http/tests/security/referrer-policy-no-referrer-when-downgrade-expected.txt: Added.
694 * http/tests/security/referrer-policy-no-referrer-when-downgrade.html: Added.
695 * http/tests/security/referrer-policy-no-referrer.html: Added.
697 2014-10-12 Dhi Aurrahman <diorahman@rockybars.com>
699 Support activation behavior of link element
700 https://bugs.webkit.org/show_bug.cgi?id=137597
702 Reviewed by Benjamin Poulain.
704 Add test cases for link element activation behavior.
706 * fast/dom/html-link-element-activation-behavior-on-element-click-expected.txt: Added.
707 * fast/dom/html-link-element-activation-behavior-on-element-click.html: Added.
708 * fast/dom/html-link-element-activation-behavior-on-mouse-click-expected.txt: Added.
709 * fast/dom/html-link-element-activation-behavior-on-mouse-click.html: Added.
710 * fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added.
711 * fast/dom/html-link-element-activation-behavior-url-is-null.html: Added.
712 * fast/dom/resources/html-link-element-activation-behavior-on-element-click-step1.html: Added.
713 * fast/dom/resources/html-link-element-activation-behavior-on-mouse-click-step1.html: Added.
714 * fast/dom/resources/html-link-element-activation-behavior-target.html: Added.
716 2014-10-11 Simon Fraser <simon.fraser@apple.com>
718 Mark some more tests as sometimes passing.
720 * platform/mac-wk2/TestExpectations:
721 * platform/mac/TestExpectations:
723 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
725 [EFL] Enable WebP support.
726 https://bugs.webkit.org/show_bug.cgi?id=136156
728 Reviewed by Gyuyoung Kim.
730 Clarify skipped webp test for Webkit EFL.
732 * platform/efl/TestExpectations:
734 2014-10-10 Simon Fraser <simon.fraser@apple.com>
736 Make these animation tests not timeout if hit testing fails.
738 * animations/animation-hit-test-transform.html:
739 * animations/animation-hit-test.html:
741 2014-10-10 Andy Estes <aestes@apple.com>
743 Mark compositing/rtl/rtl-fixed-overflow-scrolled.html as [ Failure ] on mac-wk1 platforms.
745 * platform/mac-wk1/TestExpectations:
747 2014-10-10 Simon Fraser <simon.fraser@apple.com>
749 iOS Simulator results for fast/events tests.
751 * platform/ios-simulator/fast/events/*: Added
753 2014-10-10 Simon Fraser <simon.fraser@apple.com>
755 iOS Simulator results for fast/dynamic tests.
757 * platform/ios-simulator/fast/dynamic/*: Added
759 2014-10-10 Simon Fraser <simon.fraser@apple.com>
761 iOS Simulator results for fast/css3-text, fast/doctypes, fast/dom tests.
762 Skip fast/DeviceOrientation, fast/dom/shadow and some other failing tests.
764 * platform/ios-simulator/fast/css3-text/*: Added.
765 * platform/ios-simulator/fast/doctypes/*: Added.
766 * platform/ios-simulator/fast/dom/*: Added.
768 2014-10-10 Said Abou-Hallawa <sabouhallawa@apple.com>
770 RenderMathMLUnderOver adds spacing to the child operator indefinitely when resizing the window.
771 https://bugs.webkit.org/show_bug.cgi?id=137330
773 Reviewed by Simon Fraser.
775 Change the layout with resize test of the MathML underover object from being render tree test
776 to be reference test. The render test was failing on WK2 because it was doing window resizing
777 and view zooming. The new test rely solely on forcing the layout synchronously by resizing the
778 math container <div> element.
780 * mathml/opentype/munderover-layout-resize-expected.html: Added.
781 * mathml/opentype/munderover-layout-resize.html: Added.
782 * mathml/opentype/munderover-window-resize-expected.txt: Removed.
783 * mathml/opentype/munderover-window-resize.html: Removed.
785 2014-10-10 Benjamin Poulain <benjamin@webkit.org>
787 Update :nth-child(An+B of selector-list) to the latest specification
788 https://bugs.webkit.org/show_bug.cgi?id=137593
790 Reviewed by Andreas Kling.
792 * fast/selectors/nth-child-of-chained-3-expected.txt: Added.
793 * fast/selectors/nth-child-of-chained-3.html: Added.
794 This is an interesting new case with the new definition. Since the initial
795 element must also match the selector, it is now possible to fail even
796 if the combination An+B can match anything.
798 * fast/css/nth-child-of-classname-expected.html:
799 * fast/css/nth-child-of-classname.html:
800 * fast/css/nth-child-of-compound-selector-expected.html:
801 * fast/css/nth-child-of-compound-selector.html:
802 * fast/css/nth-child-of-tagname-expected.html:
803 * fast/css/nth-child-of-tagname.html:
804 * fast/selectors/nth-child-of-backtracking-adjacent-2.html:
805 * fast/selectors/nth-child-of-backtracking-adjacent.html:
806 * fast/selectors/nth-child-of-basics-2-expected.txt:
807 * fast/selectors/nth-child-of-basics-2.html:
808 * fast/selectors/nth-child-of-basics-expected.txt:
809 * fast/selectors/nth-child-of-basics.html:
810 * fast/selectors/nth-child-of-chained-2-expected.txt:
811 * fast/selectors/nth-child-of-chained-2.html:
812 * fast/selectors/nth-child-of-complex-selectors-expected.txt:
813 * fast/selectors/nth-child-of-complex-selectors.html:
814 * fast/selectors/nth-child-of-never-matching-selector-expected.txt:
815 * fast/selectors/nth-child-of-never-matching-selector.html:
816 * fast/selectors/nth-child-of-selector-list-expected.txt:
817 * fast/selectors/nth-child-of-selector-list.html:
818 Updating the test and tests result for the new definition.
820 2014-10-10 Andy Estes <aestes@apple.com>
822 [Mac] Update a Mavericks-specific baseline.
824 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
826 2014-10-10 Simon Fraser <simon.fraser@apple.com>
828 Skip some tests that timeout every time.
830 * platform/mac/TestExpectations:
832 2014-10-10 Andy Estes <aestes@apple.com>
834 [Mac] Re-enable some compositing/rtl/ tests that acquired correct baselines in r174589
836 * platform/mac/TestExpectations:
838 2014-10-10 Andy Estes <aestes@apple.com>
840 Only run platform/mac/editing/input/undo-grouping-on-text-insertion.html on Yosemite
842 * platform/mac-mavericks/TestExpectations: Added.
843 * platform/mac/TestExpectations:
845 2014-10-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
847 [GTK] Unreviewed GTK gardening.
849 * platform/gtk/TestExpectations: Mark and report test failing after r137615 and r174540.
850 * platform/gtk/mathml/opentype/munderover-window-resize-expected.txt: Added. Rebaseline after r174540.
851 * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Rebaseline after r174540.
853 2014-10-09 Simon Fraser <simon.fraser@apple.com>
855 iOS Simulator results for fast/css-generated-content, css-grid-layout tests.
857 * platform/ios-simulator/fast/css-generated-content/*: Added.
858 * platform/ios-simulator/fast/css-grid-layout/*: Added.
860 2014-10-09 Simon Fraser <simon.fraser@apple.com>
862 iOS Simulator results for fast/css tests.
864 * platform/ios-simulator/fast/css/*: Added
866 2014-10-09 Simon Fraser <simon.fraser@apple.com>
868 iOS Simulator results for fast/box-shadow, box-sizing, canvas, clip and compact tests.
870 * platform/ios-simulator/TestExpectations:
871 * platform/ios-simulator/fast/box-shadow/*
872 * platform/ios-simulator/fast/box-sizing/*: Added.
873 * platform/ios-simulator/fast/canvas/*: Added.
874 * platform/ios-simulator/fast/clip/*: Added.
875 * platform/ios-simulator/fast/compact/*: Added.
877 2014-10-09 Simon Fraser <simon.fraser@apple.com>
879 iOS Simulator results for fast/borders tests.
881 * platform/ios-simulator/fast/borders/*: Added
883 2014-10-09 Simon Fraser <simon.fraser@apple.com>
885 iOS Simulator results for fast/body-propagation tests.
887 * platform/ios-simulator/fast/body-propagation/*: Added
889 2014-10-09 Simon Fraser <simon.fraser@apple.com>
891 iOS Simulator results for fast/block tests.
893 * platform/ios-simulator/fast/block/*: Added
895 2014-10-09 Simon Fraser <simon.fraser@apple.com>
897 Skip fast/animation in the iOS Simulator.
898 Add results for fast/backgrounds
900 * platform/ios-simulator/TestExpectations:
901 * platform/ios-simulator/fast/backgrounds/*: Added.
903 2014-10-10 Andy Estes <aestes@apple.com>
905 Add a mac-mountainlion result for delete-autocorrected-word-2.html.
907 * platform/mac-mountainlion/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added.
909 2014-10-10 Andy Estes <aestes@apple.com>
911 [Mountain Lion] Fix global-constructors-attributes.html
913 Get rid of the platform/mac-wk2/ result since it's identical to the platform/mac/ version.
915 * platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Removed.
917 2014-10-10 Andy Estes <aestes@apple.com>
919 Fixes for additional Mavericks test failures.
921 * platform/mac-mavericks/compositing/fixed-image-loading-expected.txt: Added.
922 * platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.png: Added.
923 * platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.txt: Added.
924 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
925 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
926 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
927 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
928 * platform/mac-mavericks/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
929 * platform/mac-mavericks/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
931 2014-10-10 Simon Fraser <simon.fraser@apple.com>
933 Some more Mac TestExpectation tweaking.
935 * platform/mac-wk2/TestExpectations:
936 * platform/mac/TestExpectations:
938 2014-10-10 Andy Estes <aestes@apple.com>
940 Fix some Mavericks test failures caused by r174585.
942 * platform/mac-mavericks/fast/css/resize-corner-tracking-expected.txt: Added.
943 * platform/mac-mavericks/fast/events/shadow-event-path-2-expected.txt: Added.
944 * platform/mac-mavericks/platform/mac/fast/text/systemFont-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt.
945 * platform/mac-mavericks/platform/mac/fast/text/vertical-no-sideways-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt.
947 2014-10-10 Andy Estes <aestes@apple.com>
949 Added Yosemite expected results and TestExpections to platform/mac/.
951 To-be-overwritten files in platform/mac/ were first moved to platform/mac-mavericks/.
953 * platform/mac-mavericks/accessibility/aria-readonly-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt.
954 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Copied from LayoutTests/platform/mac/accessibility/roles-exposed-expected.txt.
955 * platform/mac-mavericks/compositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
956 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
957 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
958 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
959 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
960 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
961 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
962 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
963 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
964 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
965 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
966 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
967 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
968 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
969 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
970 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
971 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
972 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
973 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
974 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
975 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
976 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
977 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
978 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
979 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
980 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
981 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
982 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png.
983 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png.
984 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
985 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png.
986 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
987 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png.
988 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
989 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png.
990 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
991 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png.
992 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
993 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png.
994 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
995 * platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt.
996 * platform/mac-mavericks/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt.
997 * platform/mac-mavericks/editing/inserting/4960120-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.png.
998 * platform/mac-mavericks/editing/inserting/4960120-1-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt.
999 * platform/mac-mavericks/editing/inserting/before-after-input-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png.
1000 * platform/mac-mavericks/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
1001 * platform/mac-mavericks/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png.
1002 * platform/mac-mavericks/editing/pasteboard/4806874-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.png.
1003 * platform/mac-mavericks/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
1004 * platform/mac-mavericks/editing/pasteboard/4944770-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png.
1005 * platform/mac-mavericks/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png.
1006 * platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png.
1007 * platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
1008 * platform/mac-mavericks/editing/pasteboard/input-field-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.png.
1009 * platform/mac-mavericks/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
1010 * platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png.
1011 * platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt.
1012 * platform/mac-mavericks/editing/selection/3690703-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.png.
1013 * platform/mac-mavericks/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
1014 * platform/mac-mavericks/editing/selection/3690703-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.png.
1015 * platform/mac-mavericks/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
1016 * platform/mac-mavericks/editing/selection/3690719-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.png.
1017 * platform/mac-mavericks/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
1018 * platform/mac-mavericks/editing/selection/4397952-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.png.
1019 * platform/mac-mavericks/editing/selection/4397952-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.txt.
1020 * platform/mac-mavericks/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png.
1021 * platform/mac-mavericks/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
1022 * platform/mac-mavericks/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png.
1023 * platform/mac-mavericks/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
1024 * platform/mac-mavericks/editing/selection/5240265-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.png.
1025 * platform/mac-mavericks/editing/selection/caret-before-select-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-before-select-expected.png.
1026 * platform/mac-mavericks/editing/selection/drag-select-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.png.
1027 * platform/mac-mavericks/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
1028 * platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png.
1029 * platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
1030 * platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.png.
1031 * platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.txt.
1032 * platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.png.
1033 * platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.txt.
1034 * platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.png.
1035 * platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt.
1036 * platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.png.
1037 * platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.txt.
1038 * platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.png.
1039 * platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.txt.
1040 * platform/mac-mavericks/editing/selection/select-box-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.png.
1041 * platform/mac-mavericks/editing/selection/select-element-paragraph-boundary-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png.
1042 * platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png.
1043 * platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
1044 * platform/mac-mavericks/editing/selection/selection-button-text-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.png.
1045 * platform/mac-mavericks/editing/selection/selection-button-text-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt.
1046 * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt.
1047 * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt.
1048 * platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.png: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png.
1049 * platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt.
1050 * platform/mac-mavericks/fast/block/margin-collapse/103-expected.png: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.png.
1051 * platform/mac-mavericks/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
1052 * platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.png: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.png.
1053 * platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt.
1054 * platform/mac-mavericks/fast/css/continuationCrash-expected.png: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.png.
1055 * platform/mac-mavericks/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
1056 * platform/mac-mavericks/fast/css/css2-system-fonts-expected.png: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.png.
1057 * platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt.
1058 * platform/mac-mavericks/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac/fast/css/font-family-pictograph-expected.txt.
1059 * platform/mac-mavericks/fast/css/input-search-padding-expected.png: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.png.
1060 * platform/mac-mavericks/fast/css/line-height-expected.png: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.png.
1061 * platform/mac-mavericks/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
1062 * platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.png: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.png.
1063 * platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt.
1064 * platform/mac-mavericks/fast/css/resize-corner-tracking-expected.png: Copied from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.png.
1065 * platform/mac-mavericks/fast/css/rtl-ordering-expected.png: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.png.
1066 * platform/mac-mavericks/fast/css/rtl-ordering-expected.txt: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.txt.
1067 * platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png.
1068 * platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt.
1069 * platform/mac-mavericks/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png.
1070 * platform/mac-mavericks/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
1071 * platform/mac-mavericks/fast/css/text-transform-select-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.png.
1072 * platform/mac-mavericks/fast/css/text-transform-select-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt.
1073 * platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png.
1074 * platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
1075 * platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png.
1076 * platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt.
1077 * platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png.
1078 * platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
1079 * platform/mac-mavericks/fast/dom/isindex-001-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.png.
1080 * platform/mac-mavericks/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
1081 * platform/mac-mavericks/fast/dom/isindex-002-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.png.
1082 * platform/mac-mavericks/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
1083 * platform/mac-mavericks/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.png.
1084 * platform/mac-mavericks/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
1085 * platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png.
1086 * platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt.
1087 * platform/mac-mavericks/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt.
1088 * platform/mac-mavericks/fast/events/context-no-deselect-expected.png: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.png.
1089 * platform/mac-mavericks/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
1090 * platform/mac-mavericks/fast/forms/001-expected.png: Copied from LayoutTests/platform/mac/fast/forms/001-expected.png.
1091 * platform/mac-mavericks/fast/forms/001-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/001-expected.txt.
1092 * platform/mac-mavericks/fast/forms/003-expected.png: Copied from LayoutTests/platform/mac/fast/forms/003-expected.png.
1093 * platform/mac-mavericks/fast/forms/003-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/003-expected.txt.
1094 * platform/mac-mavericks/fast/forms/004-expected.png: Copied from LayoutTests/platform/mac/fast/forms/004-expected.png.
1095 * platform/mac-mavericks/fast/forms/004-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/004-expected.txt.
1096 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.png.
1097 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt.
1098 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.png.
1099 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt.
1100 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label03-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.png.
1101 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.png.
1102 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt.
1103 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.png.
1104 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt.
1105 * platform/mac-mavericks/fast/forms/basic-buttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.png.
1106 * platform/mac-mavericks/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt.
1107 * platform/mac-mavericks/fast/forms/basic-inputs-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png.
1108 * platform/mac-mavericks/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
1109 * platform/mac-mavericks/fast/forms/basic-selects-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.png.
1110 * platform/mac-mavericks/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
1111 * platform/mac-mavericks/fast/forms/basic-textareas-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png.
1112 * platform/mac-mavericks/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
1113 * platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png.
1114 * platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
1115 * platform/mac-mavericks/fast/forms/blankbuttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.png.
1116 * platform/mac-mavericks/fast/forms/blankbuttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt.
1117 * platform/mac-mavericks/fast/forms/box-shadow-override-expected.png: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.png.
1118 * platform/mac-mavericks/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
1119 * platform/mac-mavericks/fast/forms/button-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.png.
1120 * platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.png.
1121 * platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt.
1122 * platform/mac-mavericks/fast/forms/button-default-title-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.png.
1123 * platform/mac-mavericks/fast/forms/button-default-title-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt.
1124 * platform/mac-mavericks/fast/forms/button-generated-content-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.png.
1125 * platform/mac-mavericks/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt.
1126 * platform/mac-mavericks/fast/forms/button-positioned-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.png.
1127 * platform/mac-mavericks/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
1128 * platform/mac-mavericks/fast/forms/button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.png.
1129 * platform/mac-mavericks/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
1130 * platform/mac-mavericks/fast/forms/button-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.png.
1131 * platform/mac-mavericks/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
1132 * platform/mac-mavericks/fast/forms/button-table-styles-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png.
1133 * platform/mac-mavericks/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
1134 * platform/mac-mavericks/fast/forms/button-text-transform-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png.
1135 * platform/mac-mavericks/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
1136 * platform/mac-mavericks/fast/forms/button-white-space-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.png.
1137 * platform/mac-mavericks/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
1138 * platform/mac-mavericks/fast/forms/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.png.
1139 * platform/mac-mavericks/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
1140 * platform/mac-mavericks/fast/forms/control-clip-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png.
1141 * platform/mac-mavericks/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
1142 * platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png.
1143 * platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
1144 * platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.png: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.png.
1145 * platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt.
1146 * platform/mac-mavericks/fast/forms/encoding-test-expected.png: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.png.
1147 * platform/mac-mavericks/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
1148 * platform/mac-mavericks/fast/forms/fieldset-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png.
1149 * platform/mac-mavericks/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
1150 * platform/mac-mavericks/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.png.
1151 * platform/mac-mavericks/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt.
1152 * platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.png.
1153 * platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt.
1154 * platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.png.
1155 * platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
1156 * platform/mac-mavericks/fast/forms/floating-textfield-relayout-expected.png: Copied from LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.png.
1157 * platform/mac-mavericks/fast/forms/form-element-geometry-expected.png: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png.
1158 * platform/mac-mavericks/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
1159 * platform/mac-mavericks/fast/forms/formmove3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.png.
1160 * platform/mac-mavericks/fast/forms/formmove3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.txt.
1161 * platform/mac-mavericks/fast/forms/hidden-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.png.
1162 * platform/mac-mavericks/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
1163 * platform/mac-mavericks/fast/forms/input-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.png.
1164 * platform/mac-mavericks/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
1165 * platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png.
1166 * platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
1167 * platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png.
1168 * platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
1169 * platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.png.
1170 * platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
1171 * platform/mac-mavericks/fast/forms/input-appearance-focus-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png.
1172 * platform/mac-mavericks/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
1173 * platform/mac-mavericks/fast/forms/input-appearance-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.png.
1174 * platform/mac-mavericks/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
1175 * platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png.
1176 * platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
1177 * platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.png.
1178 * platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
1179 * platform/mac-mavericks/fast/forms/input-appearance-selection-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png.
1180 * platform/mac-mavericks/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
1181 * platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.png.
1182 * platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
1183 * platform/mac-mavericks/fast/forms/input-appearance-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png.
1184 * platform/mac-mavericks/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
1185 * platform/mac-mavericks/fast/forms/input-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.png.
1186 * platform/mac-mavericks/fast/forms/input-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt.
1187 * platform/mac-mavericks/fast/forms/input-button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png.
1188 * platform/mac-mavericks/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
1189 * platform/mac-mavericks/fast/forms/input-disabled-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png.
1190 * platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
1191 * platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png.
1192 * platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt.
1193 * platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png.
1194 * platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
1195 * platform/mac-mavericks/fast/forms/input-first-letter-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-first-letter-expected.png.
1196 * platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.png.
1197 * platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
1198 * platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.png.
1199 * platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
1200 * platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png.
1201 * platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
1202 * platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png.
1203 * platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
1204 * platform/mac-mavericks/fast/forms/input-readonly-empty-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.png.
1205 * platform/mac-mavericks/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
1206 * platform/mac-mavericks/fast/forms/input-spaces-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.png.
1207 * platform/mac-mavericks/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
1208 * platform/mac-mavericks/fast/forms/input-table-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.png.
1209 * platform/mac-mavericks/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
1210 * platform/mac-mavericks/fast/forms/input-text-click-inside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png.
1211 * platform/mac-mavericks/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
1212 * platform/mac-mavericks/fast/forms/input-text-click-outside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png.
1213 * platform/mac-mavericks/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
1214 * platform/mac-mavericks/fast/forms/input-text-double-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png.
1215 * platform/mac-mavericks/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
1216 * platform/mac-mavericks/fast/forms/input-text-drag-down-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png.
1217 * platform/mac-mavericks/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
1218 * platform/mac-mavericks/fast/forms/input-text-option-delete-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.png.
1219 * platform/mac-mavericks/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
1220 * platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png.
1221 * platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt.
1222 * platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.png.
1223 * platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
1224 * platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png.
1225 * platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
1226 * platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.png.
1227 * platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.txt.
1228 * platform/mac-mavericks/fast/forms/input-value-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.png.
1229 * platform/mac-mavericks/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
1230 * platform/mac-mavericks/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.png.
1231 * platform/mac-mavericks/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
1232 * platform/mac-mavericks/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
1233 * platform/mac-mavericks/fast/forms/listbox-hit-test-zoomed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png.
1234 * platform/mac-mavericks/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt.
1235 * platform/mac-mavericks/fast/forms/listbox-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png.
1236 * platform/mac-mavericks/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
1237 * platform/mac-mavericks/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.png.
1238 * platform/mac-mavericks/fast/forms/menulist-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt.
1239 * platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.png.
1240 * platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt.
1241 * platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.png.
1242 * platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
1243 * platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.png.
1244 * platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt.
1245 * platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png.
1246 * platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
1247 * platform/mac-mavericks/fast/forms/menulist-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.png.
1248 * platform/mac-mavericks/fast/forms/menulist-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt.
1249 * platform/mac-mavericks/fast/forms/menulist-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.png.
1250 * platform/mac-mavericks/fast/forms/menulist-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt.
1251 * platform/mac-mavericks/fast/forms/minWidthPercent-expected.png: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.png.
1252 * platform/mac-mavericks/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
1253 * platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png.
1254 * platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
1255 * platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png.
1256 * platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt.
1257 * platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png.
1258 * platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
1259 * platform/mac-mavericks/fast/forms/option-script-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.png.
1260 * platform/mac-mavericks/fast/forms/option-script-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.txt.
1261 * platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.png.
1262 * platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt.
1263 * platform/mac-mavericks/fast/forms/option-text-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.png.
1264 * platform/mac-mavericks/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt.
1265 * platform/mac-mavericks/fast/forms/placeholder-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png.
1266 * platform/mac-mavericks/fast/forms/placeholder-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt.
1267 * platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png.
1268 * platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
1269 * platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png.
1270 * platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
1271 * platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png.
1272 * platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
1273 * platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.png.
1274 * platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
1275 * platform/mac-mavericks/fast/forms/search-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.png.
1276 * platform/mac-mavericks/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
1277 * platform/mac-mavericks/fast/forms/search-styled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.png.
1278 * platform/mac-mavericks/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt.
1279 * platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png.
1280 * platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
1281 * platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.png.
1282 * platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt.
1283 * platform/mac-mavericks/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png.
1284 * platform/mac-mavericks/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
1285 * platform/mac-mavericks/fast/forms/select-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.png.
1286 * platform/mac-mavericks/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt.
1287 * platform/mac-mavericks/fast/forms/select-background-none-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-background-none-expected.png.
1288 * platform/mac-mavericks/fast/forms/select-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.png.
1289 * platform/mac-mavericks/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt.
1290 * platform/mac-mavericks/fast/forms/select-block-background-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.png.
1291 * platform/mac-mavericks/fast/forms/select-block-background-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt.
1292 * platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.png.
1293 * platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt.
1294 * platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.png.
1295 * platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
1296 * platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.png.
1297 * platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
1298 * platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png.
1299 * platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
1300 * platform/mac-mavericks/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.png.
1301 * platform/mac-mavericks/fast/forms/select-item-background-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.png.
1302 * platform/mac-mavericks/fast/forms/select-item-background-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt.
1303 * platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.png.
1304 * platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt.
1305 * platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png.
1306 * platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
1307 * platform/mac-mavericks/fast/forms/select-overflow-scroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt.
1308 * platform/mac-mavericks/fast/forms/select-overflow-scroll-inherited-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt.
1309 * platform/mac-mavericks/fast/forms/select-selected-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.png.
1310 * platform/mac-mavericks/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
1311 * platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.png.
1312 * platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
1313 * platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.png.
1314 * platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt.
1315 * platform/mac-mavericks/fast/forms/stuff-on-my-optgroup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.png.
1316 * platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png.
1317 * platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
1318 * platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.png: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.png.
1319 * platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.txt.
1320 * platform/mac-mavericks/fast/forms/text-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.png.
1321 * platform/mac-mavericks/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
1322 * platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png.
1323 * platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
1324 * platform/mac-mavericks/fast/forms/textarea-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.png.
1325 * platform/mac-mavericks/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
1326 * platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png.
1327 * platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
1328 * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png.
1329 * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt.
1330 * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png.
1331 * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt.
1332 * platform/mac-mavericks/fast/forms/textarea-scroll-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.png.
1333 * platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.png.
1334 * platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt.
1335 * platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png.
1336 * platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
1337 * platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png.
1338 * platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
1339 * platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png.
1340 * platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
1341 * platform/mac-mavericks/fast/forms/textfield-outline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png.
1342 * platform/mac-mavericks/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
1343 * platform/mac-mavericks/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.png.
1344 * platform/mac-mavericks/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
1345 * platform/mac-mavericks/fast/forms/validation-message-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png.
1346 * platform/mac-mavericks/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
1347 * platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.png: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png.
1348 * platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
1349 * platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.png.
1350 * platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
1351 * platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.png.
1352 * platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt.
1353 * platform/mac-mavericks/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.png.
1354 * platform/mac-mavericks/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
1355 * platform/mac-mavericks/fast/html/details-open-javascript-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.png.
1356 * platform/mac-mavericks/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
1357 * platform/mac-mavericks/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.png.
1358 * platform/mac-mavericks/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
1359 * platform/mac-mavericks/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.png.
1360 * platform/mac-mavericks/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
1361 * platform/mac-mavericks/fast/html/details-replace-summary-child-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.png.
1362 * platform/mac-mavericks/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt.
1363 * platform/mac-mavericks/fast/html/details-replace-text-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.png.
1364 * platform/mac-mavericks/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt.
1365 * platform/mac-mavericks/fast/html/keygen-expected.png: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.png.
1366 * platform/mac-mavericks/fast/html/keygen-expected.txt: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.txt.
1367 * platform/mac-mavericks/fast/images/image-controls-basic-expected.png: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.png.
1368 * platform/mac-mavericks/fast/images/image-controls-basic-expected.txt: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.txt.
1369 * platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.png: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.png.
1370 * platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
1371 * platform/mac-mavericks/fast/overflow/overflow-x-y-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png.
1372 * platform/mac-mavericks/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
1373 * platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png.
1374 * platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt.
1375 * platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.png.
1376 * platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt.
1377 * platform/mac-mavericks/fast/parser/document-write-option-expected.png: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.png.
1378 * platform/mac-mavericks/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
1379 * platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.png.
1380 * platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
1381 * platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png.
1382 * platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
1383 * platform/mac-mavericks/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.png.
1384 * platform/mac-mavericks/fast/repaint/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt.
1385 * platform/mac-mavericks/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
1386 * platform/mac-mavericks/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt.
1387 * platform/mac-mavericks/fast/repaint/search-field-cancel-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.png.
1388 * platform/mac-mavericks/fast/repaint/search-field-cancel-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt.
1389 * platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png.
1390 * platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
1391 * platform/mac-mavericks/fast/replaced/replaced-breaking-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png.
1392 * platform/mac-mavericks/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
1393 * platform/mac-mavericks/fast/replaced/replaced-breaking-mixture-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png.
1394 * platform/mac-mavericks/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
1395 * platform/mac-mavericks/fast/replaced/width100percent-button-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.png.
1396 * platform/mac-mavericks/fast/replaced/width100percent-button-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt.
1397 * platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.png.
1398 * platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt.
1399 * platform/mac-mavericks/fast/selectors/064-expected.png: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.png.
1400 * platform/mac-mavericks/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
1401 * platform/mac-mavericks/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png.
1402 * platform/mac-mavericks/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt.
1403 * platform/mac-mavericks/fast/table/003-expected.png: Copied from LayoutTests/platform/mac/fast/table/003-expected.png.
1404 * platform/mac-mavericks/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt.
1405 * platform/mac-mavericks/fast/table/append-cells2-expected.png: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.png.
1406 * platform/mac-mavericks/fast/table/append-cells2-expected.txt: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.txt.
1407 * platform/mac-mavericks/fast/table/colspanMinWidth-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.png.
1408 * platform/mac-mavericks/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
1409 * platform/mac-mavericks/fast/table/colspanMinWidth-vertical-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png.
1410 * platform/mac-mavericks/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
1411 * platform/mac-mavericks/fast/table/remove-td-display-none-expected.png: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.png.
1412 * platform/mac-mavericks/fast/table/remove-td-display-none-expected.txt: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt.
1413 * platform/mac-mavericks/fast/table/spanOverlapRepaint-expected.png: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.png.
1414 * platform/mac-mavericks/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt.
1415 * platform/mac-mavericks/fast/table/text-field-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.png.
1416 * platform/mac-mavericks/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
1417 * platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.png: Copied from LayoutTests/platform/mac/fast/text/atsui-rtl-override-selection-expected.png.
1418 * platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/text/atsui-rtl-override-selection-expected.txt.
1419 * platform/mac-mavericks/fast/text/backslash-to-yen-sign-euc-expected.png: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png.
1420 * platform/mac-mavericks/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt.
1421 * platform/mac-mavericks/fast/text/backslash-to-yen-sign-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-expected.txt.
1422 * platform/mac-mavericks/fast/text/complex-text-opacity-expected.png: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.png.
1423 * platform/mac-mavericks/fast/text/complex-text-opacity-expected.txt: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.txt.
1424 * platform/mac-mavericks/fast/text/drawBidiText-expected.png: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.png.
1425 * platform/mac-mavericks/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
1426 * platform/mac-mavericks/fast/text/emphasis-expected.txt: Copied from LayoutTests/platform/mac/fast/text/emphasis-expected.txt.
1427 * platform/mac-mavericks/fast/text/fallback-traits-fixup-expected.txt: Copied from LayoutTests/platform/mac/fast/text/fallback-traits-fixup-expected.txt.
1428 * platform/mac-mavericks/fast/text/indic-expected.txt: Copied from LayoutTests/platform/mac/fast/text/indic-expected.txt.
1429 * platform/mac-mavericks/fast/text/international/003-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/003-expected.txt.
1430 * platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-atsui-expected.png.
1431 * platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt.
1432 * platform/mac-mavericks/fast/text/international/bidi-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-expected.txt.
1433 * platform/mac-mavericks/fast/text/international/bidi-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-menulist-expected.txt.
1434 * platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png.
1435 * platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt.
1436 * platform/mac-mavericks/fast/text/international/bold-bengali-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bold-bengali-expected.txt.
1437 * platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/complex-character-based-fallback-expected.png.
1438 * platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/complex-character-based-fallback-expected.txt.
1439 * platform/mac-mavericks/fast/text/international/danda-space-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.png.
1440 * platform/mac-mavericks/fast/text/international/danda-space-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.txt.
1441 * platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.png.
1442 * platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.txt.
1443 * platform/mac-mavericks/fast/text/international/khmer-selection-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/khmer-selection-expected.png.
1444 * platform/mac-mavericks/fast/text/international/khmer-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/khmer-selection-expected.txt.
1445 * platform/mac-mavericks/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png.
1446 * platform/mac-mavericks/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt.
1447 * platform/mac-mavericks/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt.
1448 * platform/mac-mavericks/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png.
1449 * platform/mac-mavericks/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt.
1450 * platform/mac-mavericks/fast/text/international/wrap-CJK-001-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/wrap-CJK-001-expected.txt.
1451 * platform/mac-mavericks/fast/text/justify-ideograph-complex-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-complex-expected.txt.
1452 * platform/mac-mavericks/fast/text/justify-ideograph-simple-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-simple-expected.txt.
1453 * platform/mac-mavericks/fast/text/justify-ideograph-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-vertical-expected.txt.
1454 * platform/mac-mavericks/fast/text/khmer-lao-font-expected.txt: Copied from LayoutTests/platform/mac/fast/text/khmer-lao-font-expected.txt.
1455 * platform/mac-mavericks/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Copied from LayoutTests/platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt.
1456 * platform/mac-mavericks/fast/text/textIteratorNilRenderer-expected.png: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png.
1457 * platform/mac-mavericks/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
1458 * platform/mac-mavericks/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt.
1459 * platform/mac-mavericks/fast/transforms/transformed-focused-text-input-expected.png: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.png.
1460 * platform/mac-mavericks/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
1461 * platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png.
1462 * platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
1463 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt.
1464 * platform/mac-mavericks/mathml/opentype/large-operators-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/large-operators-expected.txt.
1465 * platform/mac-mavericks/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt.
1466 * platform/mac-mavericks/mathml/opentype/vertical-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/vertical-expected.txt.
1467 * platform/mac-mavericks/media/audio-controls-rendering-expected.png: Copied from LayoutTests/platform/mac/media/audio-controls-rendering-expected.png.
1468 * platform/mac-mavericks/media/audio-controls-rendering-expected.txt: Copied from LayoutTests/platform/mac/media/audio-controls-rendering-expected.txt.
1469 * platform/mac-mavericks/media/controls-strict-expected.png: Copied from LayoutTests/platform/mac/media/controls-strict-expected.png.
1470 * platform/mac-mavericks/media/controls-strict-expected.txt: Copied from LayoutTests/platform/mac/media/controls-strict-expected.txt.
1471 * platform/mac-mavericks/media/video-controls-rendering-expected.txt: Copied from LayoutTests/platform/mac/media/video-controls-rendering-expected.txt.
1472 * platform/mac-mavericks/media/video-display-toggle-expected.txt: Copied from LayoutTests/platform/mac/media/video-display-toggle-expected.txt.
1473 * platform/mac-mavericks/media/video-no-audio-expected.png: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.png.
1474 * platform/mac-mavericks/media/video-no-audio-expected.txt: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.txt.
1475 * platform/mac-mavericks/media/video-volume-slider-expected.txt: Copied from LayoutTests/platform/mac/media/video-volume-slider-expected.txt.
1476 * platform/mac-mavericks/platform/mac/editing/input/devanagari-ligature-expected.txt: Copied from LayoutTests/platform/mac/editing/input/devanagari-ligature-expected.txt.
1477 * platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
1478 * platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
1479 * platform/mac-mavericks/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
1480 * platform/mac-mavericks/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt.
1481 * platform/mac-mavericks/platform/mac/scrollbars/key-window-not-first-responder-expected.txt: Copied from LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt.
1482 * platform/mac-mavericks/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
1483 * platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png.
1484 * platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt.
1485 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png.
1486 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt.
1487 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png.
1488 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt.
1489 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png.
1490 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt.
1491 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png.
1492 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt.
1493 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png.
1494 * platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt.
1495 * platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.png: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.png.
1496 * platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
1497 * platform/mac-mavericks/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png.
1498 * platform/mac-mavericks/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
1499 * platform/mac-mavericks/svg/text/bidi-text-query-expected.png: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.png.
1500 * platform/mac-mavericks/svg/text/bidi-text-query-expected.txt: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.txt.
1501 * platform/mac-mavericks/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
1502 * platform/mac-mavericks/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
1503 * platform/mac-mavericks/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
1504 * platform/mac-mavericks/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
1505 * platform/mac-mavericks/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
1506 * platform/mac-mavericks/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
1507 * platform/mac-mavericks/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
1508 * platform/mac-mavericks/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
1509 * platform/mac-mavericks/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
1510 * platform/mac-mavericks/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
1511 * platform/mac-mavericks/tables/mozilla/bugs/bug30559-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt.
1512 * platform/mac-mavericks/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
1513 * platform/mac-mavericks/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
1514 * platform/mac-mavericks/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
1515 * platform/mac-mavericks/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
1516 * platform/mac-mavericks/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
1517 * platform/mac-mavericks/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
1518 * platform/mac-mavericks/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
1519 * platform/mac-mavericks/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
1520 * platform/mac-mavericks/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
1521 * platform/mac-mavericks/tables/mozilla/bugs/bug52506-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt.
1522 * platform/mac-mavericks/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
1523 * platform/mac-mavericks/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
1524 * platform/mac-mavericks/tables/mozilla/bugs/bug60749-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.txt.
1525 * platform/mac-mavericks/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
1526 * platform/mac-mavericks/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
1527 * platform/mac-mavericks/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
1528 * platform/mac-mavericks/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
1529 * platform/mac-mavericks/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
1530 * platform/mac-mavericks/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
1531 * platform/mac-mavericks/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
1532 * platform/mac-mavericks/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt.
1533 * platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt.
1534 * platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt.
1535 * platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt.
1536 * platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt.
1537 * platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt.
1538 * platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt.
1539 * platform/mac-mavericks/transforms/2d/hindi-rotated-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/hindi-rotated-expected.txt.
1540 * platform/mac-mavericks/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
1541 * platform/mac-mavericks/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
1542 * platform/mac-wk2/TestExpectations:
1543 * platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt.
1544 * platform/mac/TestExpectations:
1545 * platform/mac/accessibility/aria-readonly-expected.txt:
1546 * platform/mac/accessibility/roles-exposed-expected.txt:
1547 * platform/mac/compositing/contents-opaque/control-layer-expected.txt:
1548 * platform/mac/compositing/fixed-image-loading-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
1549 * platform/mac/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
1550 * platform/mac/compositing/geometry/composited-in-columns-expected.txt: Added.
1551 * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Added.
1552 * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
1553 * platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
1554 * platform/mac/css3/selectors3/html/css3-modsel-161-expected.png:
1555 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png:
1556 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
1557 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.png:
1558 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
1559 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.png:
1560 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
1561 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.png:
1562 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
1563 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.png:
1564 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
1565 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.png:
1566 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
1567 * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
1568 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
1569 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
1570 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
1571 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
1572 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
1573 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
1574 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
1575 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
1576 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
1577 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
1578 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
1579 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
1580 * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png:
1581 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
1582 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
1583 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png:
1584 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
1585 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png:
1586 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
1587 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png:
1588 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
1589 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png:
1590 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
1591 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png:
1592 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
1593 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.png: Added.
1594 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
1595 * platform/mac/editing/input/devanagari-ligature-expected.txt:
1596 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
1597 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
1598 * platform/mac/editing/input/undo-grouping-on-text-insertion-expected.txt: Added.
1599 * platform/mac/editing/input/undo-grouping-on-text-insertion.html: Added.
1600 * platform/mac/editing/inserting/4960120-1-expected.png:
1601 * platform/mac/editing/inserting/4960120-1-expected.txt:
1602 * platform/mac/editing/inserting/before-after-input-element-expected.png:
1603 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
1604 * platform/mac/editing/pasteboard/4641033-expected.png:
1605 * platform/mac/editing/pasteboard/4806874-expected.png:
1606 * platform/mac/editing/pasteboard/4806874-expected.txt:
1607 * platform/mac/editing/pasteboard/4944770-1-expected.png:
1608 * platform/mac/editing/pasteboard/4944770-2-expected.png:
1609 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
1610 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
1611 * platform/mac/editing/pasteboard/input-field-1-expected.png:
1612 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
1613 * platform/mac/editing/pasteboard/pasting-tabs-expected.png:
1614 * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
1615 * platform/mac/editing/selection/3690703-2-expected.png:
1616 * platform/mac/editing/selection/3690703-2-expected.txt:
1617 * platform/mac/editing/selection/3690703-expected.png:
1618 * platform/mac/editing/selection/3690703-expected.txt:
1619 * platform/mac/editing/selection/3690719-expected.png:
1620 * platform/mac/editing/selection/3690719-expected.txt:
1621 * platform/mac/editing/selection/4397952-expected.png:
1622 * platform/mac/editing/selection/4397952-expected.txt:
1623 * platform/mac/editing/selection/4895428-3-expected.png:
1624 * platform/mac/editing/selection/4895428-3-expected.txt:
1625 * platform/mac/editing/selection/4975120-expected.png:
1626 * platform/mac/editing/selection/4975120-expected.txt:
1627 * platform/mac/editing/selection/5240265-expected.png:
1628 * platform/mac/editing/selection/caret-before-select-expected.png:
1629 * platform/mac/editing/selection/drag-select-1-expected.png:
1630 * platform/mac/editing/selection/drag-select-1-expected.txt:
1631 * platform/mac/editing/selection/replaced-boundaries-3-expected.png:
1632 * platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
1633 * platform/mac/editing/selection/select-across-readonly-input-1-expected.png:
1634 * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
1635 * platform/mac/editing/selection/select-across-readonly-input-2-expected.png:
1636 * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
1637 * platform/mac/editing/selection/select-across-readonly-input-3-expected.png:
1638 * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
1639 * platform/mac/editing/selection/select-across-readonly-input-4-expected.png:
1640 * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
1641 * platform/mac/editing/selection/select-across-readonly-input-5-expected.png:
1642 * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
1643 * platform/mac/editing/selection/select-box-expected.png:
1644 * platform/mac/editing/selection/select-element-paragraph-boundary-expected.png:
1645 * platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
1646 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
1647 * platform/mac/editing/selection/selection-button-text-expected.png:
1648 * platform/mac/editing/selection/selection-button-text-expected.txt:
1649 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
1650 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
1651 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
1652 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
1653 * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png:
1654 * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt:
1655 * platform/mac/fast/block/margin-collapse/103-expected.png:
1656 * platform/mac/fast/block/margin-collapse/103-expected.txt:
1657 * platform/mac/fast/block/positioning/inline-block-relposition-expected.png:
1658 * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
1659 * platform/mac/fast/css/continuationCrash-expected.png:
1660 * platform/mac/fast/css/continuationCrash-expected.txt:
1661 * platform/mac/fast/css/css2-system-fonts-expected.png:
1662 * platform/mac/fast/css/css2-system-fonts-expected.txt:
1663 * platform/mac/fast/css/font-family-pictograph-expected.txt:
1664 * platform/mac/fast/css/input-search-padding-expected.png:
1665 * platform/mac/fast/css/line-height-expected.png:
1666 * platform/mac/fast/css/line-height-expected.txt:
1667 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
1668 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
1669 * platform/mac/fast/css/resize-corner-tracking-expected.png:
1670 * platform/mac/fast/css/resize-corner-tracking-expected.txt: Added.
1671 * platform/mac/fast/css/rtl-ordering-expected.png:
1672 * platform/mac/fast/css/rtl-ordering-expected.txt:
1673 * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png:
1674 * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
1675 * platform/mac/fast/css/text-overflow-input-expected.png:
1676 * platform/mac/fast/css/text-overflow-input-expected.txt:
1677 * platform/mac/fast/css/text-transform-select-expected.png:
1678 * platform/mac/fast/css/text-transform-select-expected.txt:
1679 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
1680 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
1681 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
1682 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
1683 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
1684 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
1685 * platform/mac/fast/dom/isindex-001-expected.png:
1686 * platform/mac/fast/dom/isindex-001-expected.txt:
1687 * platform/mac/fast/dom/isindex-002-expected.png:
1688 * platform/mac/fast/dom/isindex-002-expected.txt:
1689 * platform/mac/fast/dynamic/008-expected.png:
1690 * platform/mac/fast/dynamic/008-expected.txt:
1691 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
1692 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
1693 * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
1694 * platform/mac/fast/events/context-no-deselect-expected.png:
1695 * platform/mac/fast/events/context-no-deselect-expected.txt:
1696 * platform/mac/fast/events/shadow-event-path-2-expected.txt: Added.
1697 * platform/mac/fast/forms/001-expected.png:
1698 * platform/mac/fast/forms/001-expected.txt:
1699 * platform/mac/fast/forms/003-expected.png:
1700 * platform/mac/fast/forms/003-expected.txt:
1701 * platform/mac/fast/forms/004-expected.png:
1702 * platform/mac/fast/forms/004-expected.txt:
1703 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.png:
1704 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
1705 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.png:
1706 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
1707 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.png:
1708 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.png:
1709 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
1710 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.png:
1711 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
1712 * platform/mac/fast/forms/basic-buttons-expected.png:
1713 * platform/mac/fast/forms/basic-buttons-expected.txt:
1714 * platform/mac/fast/forms/basic-inputs-expected.png:
1715 * platform/mac/fast/forms/basic-inputs-expected.txt:
1716 * platform/mac/fast/forms/basic-selects-expected.png:
1717 * platform/mac/fast/forms/basic-selects-expected.txt:
1718 * platform/mac/fast/forms/basic-textareas-expected.png:
1719 * platform/mac/fast/forms/basic-textareas-expected.txt:
1720 * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
1721 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
1722 * platform/mac/fast/forms/blankbuttons-expected.png:
1723 * platform/mac/fast/forms/blankbuttons-expected.txt:
1724 * platform/mac/fast/forms/box-shadow-override-expected.png:
1725 * platform/mac/fast/forms/box-shadow-override-expected.txt:
1726 * platform/mac/fast/forms/button-align-expected.png:
1727 * platform/mac/fast/forms/button-cannot-be-nested-expected.png:
1728 * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
1729 * platform/mac/fast/forms/button-default-title-expected.png:
1730 * platform/mac/fast/forms/button-default-title-expected.txt:
1731 * platform/mac/fast/forms/button-generated-content-expected.png:
1732 * platform/mac/fast/forms/button-generated-content-expected.txt:
1733 * platform/mac/fast/forms/button-positioned-expected.png:
1734 * platform/mac/fast/forms/button-positioned-expected.txt:
1735 * platform/mac/fast/forms/button-sizes-expected.png:
1736 * platform/mac/fast/forms/button-sizes-expected.txt:
1737 * platform/mac/fast/forms/button-style-color-expected.png:
1738 * platform/mac/fast/forms/button-style-color-expected.txt:
1739 * platform/mac/fast/forms/button-table-styles-expected.png:
1740 * platform/mac/fast/forms/button-table-styles-expected.txt:
1741 * platform/mac/fast/forms/button-text-transform-expected.png:
1742 * platform/mac/fast/forms/button-text-transform-expected.txt:
1743 * platform/mac/fast/forms/button-white-space-expected.png:
1744 * platform/mac/fast/forms/button-white-space-expected.txt:
1745 * platform/mac/fast/forms/control-clip-expected.png:
1746 * platform/mac/fast/forms/control-clip-expected.txt:
1747 * platform/mac/fast/forms/control-clip-overflow-expected.png:
1748 * platform/mac/fast/forms/control-clip-overflow-expected.txt:
1749 * platform/mac/fast/forms/control-restrict-line-height-expected.png:
1750 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
1751 * platform/mac/fast/forms/disabled-select-change-index-expected.png:
1752 * platform/mac/fast/forms/disabled-select-change-index-expected.txt:
1753 * platform/mac/fast/forms/encoding-test-expected.png:
1754 * platform/mac/fast/forms/encoding-test-expected.txt:
1755 * platform/mac/fast/forms/fieldset-align-expected.png:
1756 * platform/mac/fast/forms/fieldset-align-expected.txt:
1757 * platform/mac/fast/forms/file/file-input-direction-expected.png:
1758 * platform/mac/fast/forms/file/file-input-direction-expected.txt:
1759 * platform/mac/fast/forms/file/file-input-disabled-expected.png:
1760 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
1761 * platform/mac/fast/forms/file/input-file-re-render-expected.png:
1762 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
1763 * platform/mac/fast/forms/floating-textfield-relayout-expected.png:
1764 * platform/mac/fast/forms/form-element-geometry-expected.png:
1765 * platform/mac/fast/forms/form-element-geometry-expected.txt:
1766 * platform/mac/fast/forms/formmove3-expected.png:
1767 * platform/mac/fast/forms/formmove3-expected.txt:
1768 * platform/mac/fast/forms/hidden-listbox-expected.png:
1769 * platform/mac/fast/forms/hidden-listbox-expected.txt:
1770 * platform/mac/fast/forms/input-align-expected.png:
1771 * platform/mac/fast/forms/input-align-expected.txt:
1772 * platform/mac/fast/forms/input-appearance-bkcolor-expected.png:
1773 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
1774 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
1775 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
1776 * platform/mac/fast/forms/input-appearance-disabled-expected.png:
1777 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
1778 * platform/mac/fast/forms/input-appearance-focus-expected.png:
1779 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
1780 * platform/mac/fast/forms/input-appearance-height-expected.png:
1781 * platform/mac/fast/forms/input-appearance-height-expected.txt:
1782 * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
1783 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
1784 * platform/mac/fast/forms/input-appearance-readonly-expected.png:
1785 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
1786 * platform/mac/fast/forms/input-appearance-selection-expected.png:
1787 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
1788 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
1789 * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
1790 * platform/mac/fast/forms/input-appearance-visibility-expected.png:
1791 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
1792 * platform/mac/fast/forms/input-appearance-width-expected.png:
1793 * platform/mac/fast/forms/input-appearance-width-expected.txt:
1794 * platform/mac/fast/forms/input-baseline-expected.png:
1795 * platform/mac/fast/forms/input-baseline-expected.txt:
1796 * platform/mac/fast/forms/input-button-sizes-expected.png:
1797 * platform/mac/fast/forms/input-button-sizes-expected.txt:
1798 * platform/mac/fast/forms/input-disabled-color-expected.png:
1799 * platform/mac/fast/forms/input-disabled-color-expected.txt:
1800 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
1801 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
1802 * platform/mac/fast/forms/input-field-text-truncated-expected.png:
1803 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
1804 * platform/mac/fast/forms/input-first-letter-expected.png:
1805 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.png:
1806 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
1807 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.png:
1808 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
1809 * platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
1810 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
1811 * platform/mac/fast/forms/input-readonly-dimmed-expected.png:
1812 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
1813 * platform/mac/fast/forms/input-readonly-empty-expected.png:
1814 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
1815 * platform/mac/fast/forms/input-spaces-expected.png:
1816 * platform/mac/fast/forms/input-spaces-expected.txt:
1817 * platform/mac/fast/forms/input-table-expected.png:
1818 * platform/mac/fast/forms/input-table-expected.txt:
1819 * platform/mac/fast/forms/input-text-click-inside-expected.png:
1820 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
1821 * platform/mac/fast/forms/input-text-click-outside-expected.png:
1822 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
1823 * platform/mac/fast/forms/input-text-double-click-expected.png:
1824 * platform/mac/fast/forms/input-text-double-click-expected.txt:
1825 * platform/mac/fast/forms/input-text-drag-down-expected.png:
1826 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
1827 * platform/mac/fast/forms/input-text-option-delete-expected.png:
1828 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
1829 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
1830 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
1831 * platform/mac/fast/forms/input-text-self-emptying-click-expected.png:
1832 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
1833 * platform/mac/fast/forms/input-text-word-wrap-expected.png:
1834 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
1835 * platform/mac/fast/forms/input-type-text-min-width-expected.png:
1836 * platform/mac/fast/forms/input-type-text-min-width-expected.txt:
1837 * platform/mac/fast/forms/input-value-expected.png:
1838 * platform/mac/fast/forms/input-value-expected.txt:
1839 * platform/mac/fast/forms/input-width-expected.png:
1840 * platform/mac/fast/forms/input-width-expected.txt:
1841 * platform/mac/fast/forms/listbox-bidi-align-expected.png: Added.
1842 * platform/mac/fast/forms/listbox-bidi-align-expected.txt:
1843 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
1844 * platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
1845 * platform/mac/fast/forms/listbox-width-change-expected.png:
1846 * platform/mac/fast/forms/listbox-width-change-expected.txt:
1847 * platform/mac/fast/forms/menulist-clip-expected.png:
1848 * platform/mac/fast/forms/menulist-clip-expected.txt:
1849 * platform/mac/fast/forms/menulist-deselect-update-expected.png:
1850 * platform/mac/fast/forms/menulist-deselect-update-expected.txt:
1851 * platform/mac/fast/forms/menulist-no-overflow-expected.png:
1852 * platform/mac/fast/forms/menulist-no-overflow-expected.txt:
1853 * platform/mac/fast/forms/menulist-option-wrap-expected.png:
1854 * platform/mac/fast/forms/menulist-option-wrap-expected.txt:
1855 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
1856 * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
1857 * platform/mac/fast/forms/menulist-style-color-expected.png:
1858 * platform/mac/fast/forms/menulist-style-color-expected.txt:
1859 * platform/mac/fast/forms/menulist-width-change-expected.png:
1860 * platform/mac/fast/forms/menulist-width-change-expected.txt:
1861 * platform/mac/fast/forms/minWidthPercent-expected.png:
1862 * platform/mac/fast/forms/minWidthPercent-expected.txt:
1863 * platform/mac/fast/forms/number/number-appearance-rtl-expected.png:
1864 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
1865 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
1866 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
1867 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
1868 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
1869 * platform/mac/fast/forms/option-script-expected.png:
1870 * platform/mac/fast/forms/option-script-expected.txt:
1871 * platform/mac/fast/forms/option-strip-whitespace-expected.png:
1872 * platform/mac/fast/forms/option-strip-whitespace-expected.txt:
1873 * platform/mac/fast/forms/option-text-clip-expected.png:
1874 * platform/mac/fast/forms/option-text-clip-expected.txt:
1875 * platform/mac/fast/forms/placeholder-position-expected.png:
1876 * platform/mac/fast/forms/placeholder-position-expected.txt:
1877 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
1878 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
1879 * platform/mac/fast/forms/plaintext-mode-2-expected.png:
1880 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
1881 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png:
1882 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
1883 * platform/mac/fast/forms/search-display-none-cancel-button-expected.png:
1884 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
1885 * platform/mac/fast/forms/search-rtl-expected.png:
1886 * platform/mac/fast/forms/search-rtl-expected.txt:
1887 * platform/mac/fast/forms/search-styled-expected.png:
1888 * platform/mac/fast/forms/search-styled-expected.txt:
1889 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
1890 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
1891 * platform/mac/fast/forms/search/search-size-with-decorations-expected.png:
1892 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
1893 * platform/mac/fast/forms/searchfield-heights-expected.png:
1894 * platform/mac/fast/forms/searchfield-heights-expected.txt:
1895 * platform/mac/fast/forms/select-align-expected.png:
1896 * platform/mac/fast/forms/select-align-expected.txt:
1897 * platform/mac/fast/forms/select-background-none-expected.png:
1898 * platform/mac/fast/forms/select-baseline-expected.png:
1899 * platform/mac/fast/forms/select-baseline-expected.txt:
1900 * platform/mac/fast/forms/select-block-background-expected.png:
1901 * platform/mac/fast/forms/select-block-background-expected.txt:
1902 * platform/mac/fast/forms/select-change-listbox-size-expected.png:
1903 * platform/mac/fast/forms/select-change-listbox-size-expected.txt:
1904 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
1905 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
1906 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.png:
1907 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
1908 * platform/mac/fast/forms/select-disabled-appearance-expected.png:
1909 * platform/mac/fast/forms/select-disabled-appearance-expected.txt:
1910 * platform/mac/fast/forms/select-empty-option-height-expected.png:
1911 * platform/mac/fast/forms/select-item-background-clip-expected.png:
1912 * platform/mac/fast/forms/select-item-background-clip-expected.txt:
1913 * platform/mac/fast/forms/select-list-box-with-height-expected.png:
1914 * platform/mac/fast/forms/select-list-box-with-height-expected.txt:
1915 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
1916 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
1917 * platform/mac/fast/forms/select-overflow-scroll-expected.txt:
1918 * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt:
1919 * platform/mac/fast/forms/select-selected-expected.png:
1920 * platform/mac/fast/forms/select-selected-expected.txt:
1921 * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
1922 * platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
1923 * platform/mac/fast/forms/select/optgroup-rendering-expected.png:
1924 * platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
1925 * platform/mac/fast/forms/stuff-on-my-optgroup-expected.png:
1926 * platform/mac/fast/forms/tabbing-input-iframe-expected.png:
1927 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
1928 * platform/mac/fast/forms/targeted-frame-submission-expected.png:
1929 * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
1930 * platform/mac/fast/forms/text-style-color-expected.png:
1931 * platform/mac/fast/forms/text-style-color-expected.txt:
1932 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
1933 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
1934 * platform/mac/fast/forms/textarea-align-expected.png:
1935 * platform/mac/fast/forms/textarea-align-expected.txt:
1936 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
1937 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1938 * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
1939 * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
1940 * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
1941 * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
1942 * platform/mac/fast/forms/textarea-scroll-height-expected.png:
1943 * platform/mac/fast/forms/textarea-scrollbar-expected.png:
1944 * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
1945 * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
1946 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
1947 * platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
1948 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
1949 * platform/mac/fast/forms/textfield-focus-ring-expected.png:
1950 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
1951 * platform/mac/fast/forms/textfield-outline-expected.png:
1952 * platform/mac/fast/forms/textfield-outline-expected.txt:
1953 * platform/mac/fast/forms/textfield-overflow-expected.png:
1954 * platform/mac/fast/forms/textfield-overflow-expected.txt:
1955 * platform/mac/fast/forms/validation-message-appearance-expected.png:
1956 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
1957 * platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
1958 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
1959 * platform/mac/fast/frames/take-focus-from-iframe-expected.png:
1960 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
1961 * platform/mac/fast/hidpi/resize-corner-hidpi-expected.png:
1962 * platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt:
1963 * platform/mac/fast/html/details-no-summary4-expected.png:
1964 * platform/mac/fast/html/details-no-summary4-expected.txt:
1965 * platform/mac/fast/html/details-open-javascript-expected.png:
1966 * platform/mac/fast/html/details-open-javascript-expected.txt:
1967 * platform/mac/fast/html/details-open2-expected.png:
1968 * platform/mac/fast/html/details-open2-expected.txt:
1969 * platform/mac/fast/html/details-open4-expected.png:
1970 * platform/mac/fast/html/details-open4-expected.txt:
1971 * platform/mac/fast/html/details-replace-summary-child-expected.png:
1972 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
1973 * platform/mac/fast/html/details-replace-text-expected.png:
1974 * platform/mac/fast/html/details-replace-text-expected.txt:
1975 * platform/mac/fast/html/keygen-expected.png:
1976 * platform/mac/fast/html/keygen-expected.txt:
1977 * platform/mac/fast/images/image-controls-basic-expected.png:
1978 * platform/mac/fast/images/image-controls-basic-expected.txt:
1979 * platform/mac/fast/lists/dynamic-marker-crash-expected.png:
1980 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
1981 * platform/mac/fast/overflow/overflow-x-y-expected.png:
1982 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
1983 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
1984 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
1985 * platform/mac/fast/overflow/scrollRevealButton-expected.png:
1986 * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
1987 * platform/mac/fast/parser/document-write-option-expected.png:
1988 * platform/mac/fast/parser/document-write-option-expected.txt:
1989 * platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
1990 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
1991 * platform/mac/fast/parser/open-comment-in-textarea-expected.png:
1992 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
1993 * platform/mac/fast/repaint/control-clip-expected.png:
1994 * platform/mac/fast/repaint/control-clip-expected.txt:
1995 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
1996 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
1997 * platform/mac/fast/repaint/search-field-cancel-expected.png:
1998 * platform/mac/fast/repaint/search-field-cancel-expected.txt:
1999 * platform/mac/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
2000 * platform/mac/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
2001 * platform/mac/fast/repaint/subtree-root-skipped-expected.png:
2002 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
2003 * platform/mac/fast/replaced/replaced-breaking-expected.png:
2004 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
2005 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.png:
2006 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
2007 * platform/mac/fast/replaced/width100percent-button-expected.png:
2008 * platform/mac/fast/replaced/width100percent-button-expected.txt:
2009 * platform/mac/fast/replaced/width100percent-menulist-expected.png:
2010 * platform/mac/fast/replaced/width100percent-menulist-expected.txt:
2011 * platform/mac/fast/selectors/064-expected.png:
2012 * platform/mac/fast/selectors/064-expected.txt:
2013 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
2014 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
2015 * platform/mac/fast/table/003-expected.png:
2016 * platform/mac/fast/table/003-expected.txt:
2017 * platform/mac/fast/table/append-cells2-expected.png:
2018 * platform/mac/fast/table/append-cells2-expected.txt:
2019 * platform/mac/fast/table/colspanMinWidth-expected.png:
2020 * platform/mac/fast/table/colspanMinWidth-expected.txt:
2021 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
2022 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
2023 * platform/mac/fast/table/remove-td-display-none-expected.png:
2024 * platform/mac/fast/table/remove-td-display-none-expected.txt:
2025 * platform/mac/fast/table/spanOverlapRepaint-expected.png:
2026 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
2027 * platform/mac/fast/table/text-field-baseline-expected.png:
2028 * platform/mac/fast/table/text-field-baseline-expected.txt:
2029 * platform/mac/fast/text/atsui-rtl-override-selection-expected.png:
2030 * platform/mac/fast/text/atsui-rtl-override-selection-expected.txt:
2031 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
2032 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
2033 * platform/mac/fast/text/backslash-to-yen-sign-expected.txt:
2034 * platform/mac/fast/text/complex-text-opacity-expected.png:
2035 * platform/mac/fast/text/complex-text-opacity-expected.txt:
2036 * platform/mac/fast/text/drawBidiText-expected.png:
2037 * platform/mac/fast/text/drawBidiText-expected.txt:
2038 * platform/mac/fast/text/emphasis-expected.txt:
2039 * platform/mac/fast/text/fallback-traits-fixup-expected.txt:
2040 * platform/mac/fast/text/indic-expected.txt:
2041 * platform/mac/fast/text/international/003-expected.txt:
2042 * platform/mac/fast/text/international/bidi-listbox-atsui-expected.png:
2043 * platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt:
2044 * platform/mac/fast/text/international/bidi-listbox-expected.txt:
2045 * platform/mac/fast/text/international/bidi-menulist-expected.txt:
2046 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
2047 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
2048 * platform/mac/fast/text/international/bold-bengali-expected.txt:
2049 * platform/mac/fast/text/international/complex-character-based-fallback-expected.png:
2050 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
2051 * platform/mac/fast/text/international/danda-space-expected.png:
2052 * platform/mac/fast/text/international/danda-space-expected.txt:
2053 * platform/mac/fast/text/international/hindi-whitespace-expected.png:
2054 * platform/mac/fast/text/international/hindi-whitespace-expected.txt:
2055 * platform/mac/fast/text/international/khmer-selection-expected.png:
2056 * platform/mac/fast/text/international/khmer-selection-expected.txt:
2057 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
2058 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
2059 * platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
2060 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
2061 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
2062 * platform/mac/fast/text/international/wrap-CJK-001-expected.txt:
2063 * platform/mac/fast/text/justify-ideograph-complex-expected.txt:
2064 * platform/mac/fast/text/justify-ideograph-simple-expected.txt:
2065 * platform/mac/fast/text/justify-ideograph-vertical-expected.txt:
2066 * platform/mac/fast/text/khmer-lao-font-expected.txt:
2067 * platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
2068 * platform/mac/fast/text/systemFont-expected.txt: Added.
2069 * platform/mac/fast/text/textIteratorNilRenderer-expected.png:
2070 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
2071 * platform/mac/fast/text/updateNewFont-expected.txt:
2072 * platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
2073 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
2074 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
2075 * platform/mac/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt: Added.
2076 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
2077 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
2078 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
2079 * platform/mac/mathml/opentype/large-operators-expected.txt:
2080 * platform/mac/mathml/opentype/munderover-window-resize-expected.png: Added.
2081 * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.png: Added.
2082 * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
2083 * platform/mac/mathml/opentype/vertical-expected.txt:
2084 * platform/mac/media/audio-controls-rendering-expected.png:
2085 * platform/mac/media/audio-controls-rendering-expected.txt:
2086 * platform/mac/media/controls-strict-expected.png:
2087 * platform/mac/media/controls-strict-expected.txt:
2088 * platform/mac/media/video-controls-rendering-expected.txt:
2089 * platform/mac/media/video-display-toggle-expected.txt:
2090 * platform/mac/media/video-no-audio-expected.png:
2091 * platform/mac/media/video-no-audio-expected.txt:
2092 * platform/mac/media/video-volume-slider-expected.txt:
2093 * platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Removed.
2094 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Removed.
2095 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Removed.
2096 * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Removed.
2097 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png: Removed.
2098 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Removed.
2099 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
2100 * platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
2101 * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2102 * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
2103 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2104 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
2105 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2106 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
2107 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2108 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
2109 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2110 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2111 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2112 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2113 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
2114 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
2115 * platform/mac/svg/hixie/mixed/003-expected.png:
2116 * platform/mac/svg/hixie/mixed/003-expected.txt:
2117 * platform/mac/svg/text/bidi-text-query-expected.png:
2118 * platform/mac/svg/text/bidi-text-query-expected.txt:
2119 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
2120 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
2121 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
2122 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
2123 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
2124 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
2125 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
2126 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
2127 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
2128 * platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
2129 * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
2130 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
2131 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
2132 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
2133 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
2134 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
2135 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
2136 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
2137 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
2138 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
2139 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
2140 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
2141 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
2142 * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
2143 * platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
2144 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
2145 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
2146 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
2147 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2148 * platform/mac/tables/mozilla/core/margins-expected.txt:
2149 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
2150 * platform/mac/tables/mozilla/other/move_row-expected.txt:
2151 * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
2152 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2153 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2154 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2155 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
2156 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2157 * platform/mac/transforms/2d/hindi-rotated-expected.txt:
2158 * platform/mac/transforms/2d/zoom-menulist-expected.txt:
2159 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
2161 2014-10-10 Andrzej Badowski <a.badowski@samsung.com>
2163 [ATK] Changing the mapping of ARIA rowheader and columnheader into respective ATK roles.
2164 https://bugs.webkit.org/show_bug.cgi?id=136150
2166 Reviewed by Chris Fleizach.
2168 Minor changes in the roles-exposed test to check the mapping of rowheader and columnheader.
2169 As a result of changes in the code test also shows the changes for the <th> element.
2170 Changes expectations so that they cover propoer mapping of RowHeaderRole and ColumnHeaderRole.
2172 * accessibility/aria-tables-expected.txt:
2173 * accessibility/roles-exposed.html:
2174 * accessibility/table-roles-hierarchy-expected.txt: Added.
2175 * accessibility/table-roles-hierarchy.html: Added.
2176 * platform/efl/accessibility/roles-exposed-expected.txt: Added.
2177 * platform/efl/accessibility/table-attributes-expected.txt:
2178 * platform/efl/accessibility/table-cells-expected.txt:
2179 * platform/efl/accessibility/table-detection-expected.txt:
2180 * platform/gtk/accessibility/roles-exposed-expected.txt: Added.
2181 * platform/gtk/accessibility/table-attributes-expected.txt:
2182 * platform/gtk/accessibility/table-cells-expected.txt:
2183 * platform/gtk/accessibility/table-sections-expected.txt:
2184 * platform/mac/accessibility/aria-tables-expected.txt: Copied from LayoutTests/accessibility/aria-tables-expected.txt.
2185 * platform/mac/accessibility/table-roles-hierarchy-expected.txt: Added.
2187 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2189 Rename some tests that oddly had -html.html suffixes.
2191 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html-expected.html.
2192 * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html.html.
2193 * platform/mac-wk2/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-html-expected.png.
2194 * platform/mac-wk2/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-html-expected.txt.
2195 * platform/mac-wk2/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.html.
2196 * platform/mac-wk2/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-html-expected.png.
2197 * platform/mac-wk2/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-html-expected.txt.
2198 * platform/mac-wk2/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.html.
2200 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2202 Tweak some Mac test expectations.
2204 * platform/mac-wk2/TestExpectations:
2205 * platform/mac/TestExpectations:
2207 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2209 Mac TestExpectations cleanup.
2211 Re-enable tests that now pass. Mark skipped tests as [ Failure ] when possible,
2212 and rebaseline some tests.
2214 * perf/nested-combined-selectors-expected.txt: Added.
2215 * platform/mac-wk2/TestExpectations:
2216 * platform/mac/TestExpectations:
2217 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
2218 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
2219 * platform/mac/editing/spelling/autocorrection-delete-expected.txt:
2220 * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt:
2221 * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
2222 * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
2223 * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
2224 * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
2225 * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
2226 * platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
2227 * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
2228 * platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt.
2229 * platform/mac/media/controls-styling-expected.txt:
2230 * platform/mac/media/video-zoom-controls-expected.txt:
2231 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Removed.
2233 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2235 Skip webgl tests in the iOS Simulator.
2237 * platform/ios-simulator/TestExpectations:
2239 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2241 iOS Simulator results for webaudio tests.
2243 * platform/ios-simulator/webaudio/*: Added
2245 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2247 iOS Simulator results for webarchive tests.
2249 * platform/ios-simulator/webarchive/*: Added
2251 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2253 iOS Simulator and generic results for userscripts tests.
2255 * platform/ios-simulator/userscripts/user-script-plugin-document-expected.txt: Added.
2256 * userscripts/script-run-at-end-expected.txt: Added.
2258 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2260 iOS Simulator results (many of which are failures) for transitions tests.
2262 * platform/ios-simulator/transitions/*: Added
2264 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2266 iOS Simulator results for transforms tests.
2268 * platform/ios-simulator/transforms/*: Added
2270 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2272 iOS Simulator results for tables tests.
2274 * platform/ios-simulator/tables/*: Added
2276 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2278 Denote some crashing SVG tests.
2280 * platform/ios-simulator/TestExpectations:
2282 2014-10-09 Dean Jackson <dino@apple.com>
2284 Computed style for clip is wrong with respect to auto
2285 https://bugs.webkit.org/show_bug.cgi?id=137567
2287 Reviewed by Simon Fraser.
2289 Test that an input of clip: rect(auto, auto, auto, auto)
2290 is the same on the way out.
2292 * fast/css/computed-clip-with-auto-rect-expected.txt: Added.
2293 * fast/css/computed-clip-with-auto-rect.html: Added.
2295 2014-10-09 Said Abou-Hallawa <sabouhallawa@apple.com>
2297 RenderMathMLUnderOver adds spacing to the child operator indefinitely when zooming or resizing the window.
2298 https://bugs.webkit.org/show_bug.cgi?id=137330
2300 Reviewed by Darin Adler, Daniel Bates.
2302 When the alignment is center, which is the common case for math, changing the size of
2303 an object affects the position of this object also. We need to confirm that zooming or
2304 resizing the window should not affect the rectangle of the over/under math object operator.
2306 * mathml/opentype/munderover-window-resize-expected.txt: Added.
2307 * mathml/opentype/munderover-window-resize.html: Added.
2308 New test with many under and over math objects. After loading the page, the window is resized and
2309 the view is zoomed in and out to make sure the layout of these under and over objects were not changed.
2310 * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
2311 This test was wrong because of the spacing issue. The page has two <mover> math objects at the beginning.
2312 Each of them has an <mspace> child. The width of the first <mspace> is 1em while the width of the second
2313 <mspace> is 2em. The font size is 10pt. So it is expected to have the first one 10 pixels and the second
2314 to be 20 pixels. In the test, the width of the first is 22 and the width of the second is 32.
2315 I do expect this test to fail on other platforms since they have the same mistake which is now fixed. I am
2316 going to submit the mac expected version only and when it fails I am going to collect the result and submit
2317 another patch for the other platforms expected files.
2319 2014-10-09 Dean Jackson <dino@apple.com>
2321 Import W3C @supports tests
2322 https://bugs.webkit.org/show_bug.cgi?id=137569
2323 <rdar://problem/18601076>
2325 Reviewed by Simon Fraser.
2327 Import the tests from https://test.csswg.org/source/css-conditional-3/
2329 We currently fail 2 tests, tracked in TestExpectations.
2332 * css3/conditional/w3c/LICENSE: Added.
2333 * css3/conditional/w3c/at-supports-001-expected.html: Added.
2334 * css3/conditional/w3c/at-supports-001.html: Added.
2335 * css3/conditional/w3c/at-supports-002-expected.html: Added.
2336 * css3/conditional/w3c/at-supports-002.html: Added.
2337 * css3/conditional/w3c/at-supports-003-expected.html: Added.
2338 * css3/conditional/w3c/at-supports-003.html: Added.
2339 * css3/conditional/w3c/at-supports-004-expected.html: Added.
2340 * css3/conditional/w3c/at-supports-004.html: Added.
2341 * css3/conditional/w3c/at-supports-005-expected.html: Added.
2342 * css3/conditional/w3c/at-supports-005.html: Added.
2343 * css3/conditional/w3c/at-supports-006-expected.html: Added.
2344 * css3/conditional/w3c/at-supports-006.html: Added.
2345 * css3/conditional/w3c/at-supports-007-expected.html: Added.
2346 * css3/conditional/w3c/at-supports-007.html: Added.
2347 * css3/conditional/w3c/at-supports-008-expected.html: Added.
2348 * css3/conditional/w3c/at-supports-008.html: Added.
2349 * css3/conditional/w3c/at-supports-009-expected.html: Added.
2350 * css3/conditional/w3c/at-supports-009.html: Added.
2351 * css3/conditional/w3c/at-supports-010-expected.html: Added.
2352 * css3/conditional/w3c/at-supports-010.html: Added.
2353 * css3/conditional/w3c/at-supports-011-expected.html: Added.
2354 * css3/conditional/w3c/at-supports-011.html: Added.
2355 * css3/conditional/w3c/at-supports-012-expected.html: Added.
2356 * css3/conditional/w3c/at-supports-012.html: Added.
2357 * css3/conditional/w3c/at-supports-013-expected.html: Added.
2358 * css3/conditional/w3c/at-supports-013.html: Added.
2359 * css3/conditional/w3c/at-supports-014-expected.html: Added.
2360 * css3/conditional/w3c/at-supports-014.html: Added.
2361 * css3/conditional/w3c/at-supports-015-expected.html: Added.
2362 * css3/conditional/w3c/at-supports-015.html: Added.
2363 * css3/conditional/w3c/at-supports-016-expected.html: Added.
2364 * css3/conditional/w3c/at-supports-016.html: Added.
2365 * css3/conditional/w3c/at-supports-017-expected.html: Added.
2366 * css3/conditional/w3c/at-supports-017.html: Added.
2367 * css3/conditional/w3c/at-supports-018-expected.html: Added.
2368 * css3/conditional/w3c/at-supports-018.html: Added.
2369 * css3/conditional/w3c/at-supports-019-expected.html: Added.
2370 * css3/conditional/w3c/at-supports-019.html: Added.
2371 * css3/conditional/w3c/at-supports-020-expected.html: Added.
2372 * css3/conditional/w3c/at-supports-020.html: Added.
2373 * css3/conditional/w3c/at-supports-021-expected.html: Added.
2374 * css3/conditional/w3c/at-supports-021.html: Added.
2375 * css3/conditional/w3c/at-supports-022-expected.html: Added.
2376 * css3/conditional/w3c/at-supports-022.html: Added.
2377 * css3/conditional/w3c/at-supports-023-expected.html: Added.
2378 * css3/conditional/w3c/at-supports-023.html: Added.
2379 * css3/conditional/w3c/at-supports-024-expected.html: Added.
2380 * css3/conditional/w3c/at-supports-024.html: Added.
2381 * css3/conditional/w3c/at-supports-025-expected.html: Added.
2382 * css3/conditional/w3c/at-supports-025.html: Added.
2383 * css3/conditional/w3c/at-supports-026-expected.html: Added.
2384 * css3/conditional/w3c/at-supports-026.html: Added.
2385 * css3/conditional/w3c/at-supports-027-expected.html: Added.
2386 * css3/conditional/w3c/at-supports-027.html: Added.
2387 * css3/conditional/w3c/at-supports-028-expected.html: Added.
2388 * css3/conditional/w3c/at-supports-028.html: Added.
2389 * css3/conditional/w3c/at-supports-029-expected.html: Added.
2390 * css3/conditional/w3c/at-supports-029.html: Added.
2391 * css3/conditional/w3c/at-supports-030-expected.html: Added.
2392 * css3/conditional/w3c/at-supports-030.html: Added.
2393 * css3/conditional/w3c/at-supports-031-expected.html: Added.
2394 * css3/conditional/w3c/at-supports-031.html: Added.
2395 * css3/conditional/w3c/at-supports-032-expected.html: Added.
2396 * css3/conditional/w3c/at-supports-032.html: Added.
2397 * css3/conditional/w3c/at-supports-033-expected.html: Added.
2398 * css3/conditional/w3c/at-supports-033.html: Added.
2400 2014-10-09 Dean Jackson <dino@apple.com>
2402 Remove ENABLE_CSS3_CONDITIONAL_RULES
2403 https://bugs.webkit.org/show_bug.cgi?id=137571
2405 Reviewed by Simon Fraser.
2409 * platform/ios-sim/Skipped:
2410 * platform/wincairo/TestExpectations:
2411 * platform/wk2/TestExpectations:
2413 2014-10-09 Benjamin Poulain <benjamin@webkit.org>
2415 Add the baseline implementation of :not(selectorList)
2416 https://bugs.webkit.org/show_bug.cgi?id=137548
2418 Reviewed by Andreas Kling.
2420 There are 3 big kind of changes to the tests:
2421 1) The new implementation intentionally breaks :not() of :visited and :link.
2422 Some test for the basic :not(:link) and :not(:visited) are consequently failing.
2423 2) Some tests were ensuring that :not() only support simple selectors, those are
2424 becoming irrelevant.
2425 3) New test for the feature.
2428 This patch intentionally breaks :not(:link). The test fast/history/link-inside-not.html
2429 time out since it is waiting for the link to match.
2431 * fast/css/invalid-not-with-simple-selector-sequence-expected.txt: Removed.
2432 * fast/css/invalid-not-with-simple-selector-sequence.html: Removed.
2433 This test originally came from IEtestcenter. None of it is useful, all the "invalid"
2434 cases are now fully functional selectors.
2436 * fast/css/css-selector-text-expected.txt:
2437 * fast/css/css-selector-text.html:
2438 * fast/css/css-set-selector-text-expected.txt:
2439 * fast/css/css-set-selector-text.html:
2440 Parsing and CSS OM tests for the new :not().
2442 * fast/css/parsing-css-matches-5-expected.txt:
2443 * fast/css/parsing-css-matches-5.html:
2444 * fast/css/parsing-css-matches-6-expected.txt:
2445 * fast/css/parsing-css-matches-6.html:
2446 * fast/css/parsing-css-matches-7-expected.txt:
2447 * fast/css/parsing-css-matches-7.html:
2448 * fast/css/parsing-css-matches-8-expected.txt:
2449 * fast/css/parsing-css-matches-8.html:
2450 Update the tests of :matches() to account for the extended :not().
2452 * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt:
2453 Some cases covered by this test are now valid. The test is kept as is for
2454 its historical value, but all the FAIL cover valid use cases in Level 4.
2456 * platform/mac/css3/selectors3/html/css3-modsel-61-expected.txt:
2457 * platform/mac/css3/selectors3/html/css3-modsel-83-expected.txt:
2458 * platform/mac/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
2459 * platform/mac/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
2460 * platform/mac/css3/selectors3/xml/css3-modsel-61-expected.txt:
2461 * platform/mac/css3/selectors3/xml/css3-modsel-83-expected.txt:
2462 * platform/mac/fast/selectors/061-expected.txt:
2463 * platform/mac/fast/selectors/083-expected.txt:
2464 Those tests are changing because of the breakage of :link and :visited.
2466 * fast/css/not-basics-expected.html: Added.
2467 * fast/css/not-basics.html: Added.
2468 Basic use cases of the extended :not() that should always style correctly.
2470 * fast/css/parsing-css-not-1-expected.txt: Added.
2471 * fast/css/parsing-css-not-1.html: Added.
2472 * fast/css/parsing-css-not-2-expected.txt: Added.
2473 * fast/css/parsing-css-not-2.html: Added.
2474 * fast/css/parsing-css-not-3-expected.txt: Added.
2475 * fast/css/parsing-css-not-3.html: Added.
2476 * fast/css/parsing-css-not-4-expected.txt: Added.
2477 * fast/css/parsing-css-not-4.html: Added.
2478 * fast/css/parsing-css-not-5-expected.txt: Added.
2479 * fast/css/parsing-css-not-5.html: Copied from LayoutTests/fast/css/parsing-css-matches-5.html.
2480 * fast/css/parsing-css-not-6-expected.txt: Added.
2481 * fast/css/parsing-css-not-6.html: Copied from LayoutTests/fast/css/parsing-css-matches-6.html.
2482 * fast/css/parsing-css-not-7-expected.txt: Copied from LayoutTests/fast/css/parsing-css-matches-7-expected.txt.
2483 * fast/css/parsing-css-not-7.html: Copied from LayoutTests/fast/css/parsing-css-matches-7.html.
2484 * fast/css/parsing-css-not-8-expected.txt: Copied from LayoutTests/fast/css/parsing-css-matches-8-expected.txt.
2485 * fast/css/parsing-css-not-8.html: Copied from LayoutTests/fast/css/parsing-css-matches-8.html.
2486 * fast/css/parsing-css-not-9-expected.txt: Added.
2487 * fast/css/parsing-css-not-9.html: Copied from LayoutTests/fast/css/parsing-css-matches-8.html.
2488 Parsing of :not(). A lot of them were inspired by Yusuke Suzuki's test suite
2489 for :matches(). A lot of test case apply to :not(), the main difference is that
2490 pseudo elements must fail inside :not().
2492 * fast/css/parsing-css-nth-child-of-4-expected.txt: Added.
2493 * fast/css/parsing-css-nth-child-of-4.html: Added.
2494 With the introduction of :matches(), it is possible to have arbitrarily deep pseudo elements.
2495 The tests for :not() cover the case fixed with this patch, this addition covers :nth-child(of).
2497 * fast/selectors/not-basics-expected.txt: Added.
2498 * fast/selectors/not-basics.html: Added.
2499 * fast/selectors/not-nested-expected.txt: Added.
2500 * fast/selectors/not-nested.html: Added.
2501 * fast/selectors/not-selector-list-expected.txt: Added.
2502 * fast/selectors/not-selector-list.html: Added.
2503 Test coverage for the new features.
2505 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2507 iOS Simulator results for svg tests.
2509 * platform/ios-simulator/svg/*: Added
2511 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2513 Skip some storage tests for iOS Simulator.
2515 * platform/ios-simulator/TestExpectations:
2517 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2519 iOS Simulator results for sputnkik tests.
2521 * platform/ios-simulator/sputnkik/*: Added
2523 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2525 iOS Simulator results for security tests.
2527 * platform/ios-simulator/security/*: Added
2529 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2531 iOS Simulator results for scrollingcoordinator tests.
2533 * platform/ios-simulator/scrollingcoordinator/*: Added
2535 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2537 iOS Simulator results for scrollbars tests.
2539 * platform/ios-simulator/scrollbars/*: Added
2541 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2543 iOS Simulator results for mathml tests.
2545 * platform/ios-simulator/mathml/*: Added
2547 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2549 Disable tests for more unsupported features in iOS Simulator.
2551 * platform/ios-simulator/TestExpectations:
2553 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2555 iOS Simulator results for ietestcenter tests.
2556 Skip fullscreen and gamepad tests.
2558 * platform/ios-simulator/ietestcenter/*: Added
2560 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2562 iOS Simulator results for fonts tests.
2564 * platform/ios-simulator/fonts/*: Added
2566 2014-10-09 Bear Travis <betravis@adobe.com>
2568 [CSS Font Loading] Decrement the font loading count before notifying callbacks
2569 https://bugs.webkit.org/show_bug.cgi?id=137401
2571 Reviewed by Alexey Proskuryakov.
2573 * platform/mac/TestExpectations: Unskip the test this bug was causing to fail.
2575 2014-10-09 Simon Fraser <simon.fraser@apple.com>
2577 iOS Simulator results for editing tests.
2579 * platform/ios-simulator/editing/*: Added
2581 2014-10-09 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
2583 Re-add tests for :enabled with Anchor, Area & Link elements
2584 https://bugs.webkit.org/show_bug.cgi?id=137557
2586 Reviewed by Darin Adler.
2588 The CSS selector :enabled should not match Anchor, Area & Link elements
2589 with 'href' attribute set. This re-adds the related layout tests with
2592 * fast/css/css-selector-enabled-links-expected.txt: Added.
2593 * fast/css/css-selector-enabled-links.html: Added.
2595 2014-10-08 Simon Fraser <simon.fraser@apple.com>
2597 Remove some more passing tests from TestExpectations.
2600 * platform/mac-wk2/TestExpectations:
2601 * platform/mac/TestExpectations:
2603 2014-10-08 Simon Fraser <simon.fraser@apple.com>
2605 iOS Simulator results for css3 tests.
2607 * platform/ios-simulator/css3/*: Added
2609 2014-10-08 Simon Fraser <simon.fraser@apple.com>
2611 iOS Simulator results for css2.1 tests.
2613 * platform/ios-simulator/css2.1/*: Added
2615 2014-10-08 Simon Fraser <simon.fraser@apple.com>
2617 iOS Simulator results for css1 tests.
2619 * platform/ios-simulator/css1/basic/containment-expected.txt: Added.
2620 * platform/ios-simulator/css1/basic/contextual_selectors-expected.txt: Added.
2621 * platform/ios-simulator/css1/basic/grouping-expected.txt: Added.
2622 * platform/ios-simulator/css1/basic/id_as_selector-expected.txt: Added.
2623 * platform/ios-simulator/css1/basic/inheritance-expected.txt: Added.
2624 * platform/ios-simulator/css1/box_properties/acid_test-expected.txt: Added.
2625 * platform/ios-simulator/css1/box_properties/border-expected.txt: Added.
2626 * platform/ios-simulator/css1/box_properties/border_bottom-expected.txt: Added.
2627 * platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt: Added.
2628 * platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt: Added.
2629 * platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt: Added.
2630 * platform/ios-simulator/css1/box_properties/border_color-expected.txt: Added.
2631 * platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt: Added.
2632 * platform/ios-simulator/css1/box_properties/border_inline-expected.txt: Added.
2633 * platform/ios-simulator/css1/box_properties/border_left-expected.txt: Added.
2634 * platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt: Added.
2635 * platform/ios-simulator/css1/box_properties/border_left_width-expected.txt: Added.
2636 * platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt: Added.
2637 * platform/ios-simulator/css1/box_properties/border_right-expected.txt: Added.
2638 * platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt: Added.
2639 * platform/ios-simulator/css1/box_properties/border_right_width-expected.txt: Added.
2640 * platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt: Added.
2641 * platform/ios-simulator/css1/box_properties/border_style-expected.txt: Added.
2642 * platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt: Added.
2643 * platform/ios-simulator/css1/box_properties/border_top-expected.txt: Added.
2644 * platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt: Added.
2645 * platform/ios-simulator/css1/box_properties/border_top_width-expected.txt: Added.
2646 * platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt: Added.
2647 * platform/ios-simulator/css1/box_properties/border_width-expected.txt: Added.
2648 * platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt: Added.
2649 * platform/ios-simulator/css1/box_properties/clear-expected.txt: Added.
2650 * platform/ios-simulator/css1/box_properties/clear_float-expected.txt: Added.
2651 * platform/ios-simulator/css1/box_properties/float-expected.txt: Added.
2652 * platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt: Added.
2653 * platform/ios-simulator/css1/box_properties/float_margin-expected.txt: Added.
2654 * platform/ios-simulator/css1/box_properties/float_on_text_elements-expected.txt: Added.
2655 * platform/ios-simulator/css1/box_properties/height-expected.txt: Added.
2656 * platform/ios-simulator/css1/box_properties/margin-expected.txt: Added.
2657 * platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt: Added.
2658 * platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt: Added.
2659 * platform/ios-simulator/css1/box_properties/margin_inline-expected.txt: Added.
2660 * platform/ios-simulator/css1/box_properties/margin_left-expected.txt: Added.
2661 * platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt: Added.
2662 * platform/ios-simulator/css1/box_properties/margin_right-expected.txt: Added.
2663 * platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt: Added.
2664 * platform/ios-simulator/css1/box_properties/margin_top-expected.txt: Added.
2665 * platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt: Added.
2666 * platform/ios-simulator/css1/box_properties/padding-expected.txt: Added.
2667 * platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt: Added.
2668 * platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt: Added.
2669 * platform/ios-simulator/css1/box_properties/padding_inline-expected.txt: Added.
2670 * platform/ios-simulator/css1/box_properties/padding_left-expected.txt: Added.
2671 * platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt: Added.
2672 * platform/ios-simulator/css1/box_properties/padding_right-expected.txt: Added.
2673 * platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt: Added.
2674 * platform/ios-simulator/css1/box_properties/padding_top-expected.txt: Added.
2675 * platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt: Added.
2676 * platform/ios-simulator/css1/box_properties/width-expected.txt: Added.
2677 * platform/ios-simulator/css1/cascade/cascade_order-expected.txt: Added.
2678 * platform/ios-simulator/css1/cascade/important-expected.txt: Added.
2679 * platform/ios-simulator/css1/classification/display-expected.txt: Added.
2680 * platform/ios-simulator/css1/classification/list_style-expected.txt: Added.
2681 * platform/ios-simulator/css1/classification/list_style_image-expected.txt: Added.
2682 * platform/ios-simulator/css1/classification/list_style_position-expected.txt: Added.
2683 * platform/ios-simulator/css1/classification/list_style_type-expected.txt: Added.
2684 * platform/ios-simulator/css1/classification/white_space-expected.txt: Added.
2685 * platform/ios-simulator/css1/color_and_background/background-expected.txt: Added.
2686 * platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt: Added.
2687 * platform/ios-simulator/css1/color_and_background/background_color-expected.txt: Added.
2688 * platform/ios-simulator/css1/color_and_background/background_image-expected.txt: Added.
2689 * platform/ios-simulator/css1/color_and_background/background_position-expected.txt: Added.
2690 * platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt: Added.
2691 * platform/ios-simulator/css1/color_and_background/color-expected.txt: Added.
2692 * platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt: Added.
2693 * platform/ios-simulator/css1/font_properties/font-expected.txt: Added.
2694 * platform/ios-simulator/css1/font_properties/font_family-expected.txt: Added.
2695 * platform/ios-simulator/css1/font_properties/font_size-expected.txt: Added.
2696 * platform/ios-simulator/css1/font_properties/font_style-expected.txt: Added.
2697 * platform/ios-simulator/css1/font_properties/font_variant-expected.txt: Added.
2698 * platform/ios-simulator/css1/font_properties/font_weight-expected.txt: Added.
2699 * platform/ios-simulator/css1/formatting_model/canvas-expected.txt: Added.
2700 * platform/ios-simulator/css1/formatting_model/floating_elements-expected.txt: Added.
2701 * platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt: Added.
2702 * platform/ios-simulator/css1/formatting_model/horizontal_formatting-expected.txt: Added.
2703 * platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt: Added.
2704 * platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt: Added.
2705 * platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt: Added.
2706 * platform/ios-simulator/css1/pseudo/anchor-expected.txt: Added.
2707 * platform/ios-simulator/css1/pseudo/firstletter-expected.txt: Added.
2708 * platform/ios-simulator/css1/pseudo/firstline-expected.txt: Added.
2709 * platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt: Added.
2710 * platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt: Added.
2711 * platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt: Added.
2712 * platform/ios-simulator/css1/text_properties/line_height-expected.txt: Added.
2713 * platform/ios-simulator/css1/text_properties/text_align-expected.txt: Added.
2714 * platform/ios-simulator/css1/text_properties/text_decoration-expected.txt: Added.
2715 * platform/ios-simulator/css1/text_properties/text_indent-expected.txt: Added.
2716 * platform/ios-simulator/css1/text_properties/text_transform-expected.txt: Added.
2717 * platform/ios-simulator/css1/text_properties/vertical_align-expected.txt: Added.
2718 * platform/ios-simulator/css1/text_properties/word_spacing-expected.txt: Added.
2719 * platform/ios-simulator/css1/units/color_units-expected.txt: Added.
2720 * platform/ios-simulator/css1/units/length_units-expected.txt: Added.
2721 * platform/ios-simulator/css1/units/percentage_units-expected.txt: Added.
2722 * platform/ios-simulator/css1/units/urls-expected.txt: Added.
2724 2014-10-08 Myles C. Maxfield <mmaxfield@apple.com>
2726 Inline ruby does not get justified correctly
2727 https://bugs.webkit.org/show_bug.cgi?id=137421
2729 Reviewed by Dave Hyatt.
2731 Test that ruby gets spaces inside the ruby base, and that hit testing the
2732 ruby base gives us correct answers.
2734 * fast/ruby/ruby-justification-expected.html: Added.
2735 * fast/ruby/ruby-justification-hittest-expected.txt: Added.
2736 * fast/ruby/ruby-justification-hittest.html: Added.
2737 * fast/ruby/ruby-justification.html: Added.
2738 * platform/mac/fast/ruby/bopomofo-rl-expected.txt: Ruby text gets the CSS
2739 property text-align: justify, which worked prior to this patch. However, this
2740 patch now justifies ruby bases, so now if there is text that is both a ruby
2741 base and ruby text (such as ruby in ruby) it correctly gets justified. This
2742 test does such, and therefore needs to be rebaselined.
2744 2014-10-08 Simon Fraser <simon.fraser@apple.com>
2746 New baselines for iOS compositing tests.
2748 * platform/ios-simulator/TestExpectations:
2749 * platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
2750 * platform/ios-simulator/compositing/animation/filling-animation-overlap-at-end-expected.txt: Added.
2751 * platform/ios-simulator/compositing/animation/filling-animation-overlap-expected.txt: Added.
2752 * platform/ios-simulator/compositing/animation/layer-for-filling-animation-expected.txt: Added.
2753 * platform/ios-simulator/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
2754 * platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt: Added.
2755 * platform/ios-simulator/compositing/backing/backface-visibility-in-3dtransformed-expected.txt: Added.
2756 * platform/ios-simulator/compositing/backing/border-radius-no-backing-expected.txt: Added.
2757 * platform/ios-simulator/compositing/backing/child-layer-no-backing-expected.txt: Added.
2758 * platform/ios-simulator/compositing/backing/filter-no-backing-expected.txt: Added.
2759 * platform/ios-simulator/compositing/backing/inline-block-no-backing-expected.txt: Added.
2760 * platform/ios-simulator/compositing/backing/masked-child-no-backing-expected.txt: Added.
2761 * platform/ios-simulator/compositing/backing/no-backing-for-clip-expected.txt: Added.
2762 * platform/ios-simulator/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
2763 * platform/ios-simulator/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
2764 * platform/ios-simulator/compositing/backing/no-backing-for-perspective-expected.txt: Added.
2765 * platform/ios-simulator/compositing/backing/replaced-child-no-backing-expected.txt: Added.
2766 * platform/ios-simulator/compositing/backing/whitespace-nodes-no-backing-expected.txt: Added.
2767 * platform/ios-simulator/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
2768 * platform/ios-simulator/compositing/checkerboard-expected.txt: Added.
2769 * platform/ios-simulator/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
2770 * platform/ios-simulator/compositing/color-matching/image-color-matching-expected.txt: Added.
2771 * platform/ios-simulator/compositing/color-matching/pdf-image-match-expected.txt: Added.
2772 * platform/ios-simulator/compositing/columns/ancestor-clipped-in-paginated-expected.txt: Added.
2773 * platform/ios-simulator/compositing/columns/clipped-in-paginated-expected.txt: Added.
2774 * platform/ios-simulator/compositing/columns/composited-columns-expected.txt: Added.
2775 * platform/ios-simulator/compositing/columns/composited-columns-vertical-rl-expected.txt: Added.
2776 * platform/ios-simulator/compositing/columns/composited-in-paginated-expected.txt: Added.
2777 * platform/ios-simulator/compositing/columns/composited-in-paginated-rl-expected.txt: Added.
2778 * platform/ios-simulator/compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: Added.
2779 * platform/ios-simulator/compositing/columns/composited-lr-paginated-repaint-expected.txt: Added.
2780 * platform/ios-simulator/compositing/columns/composited-nested-columns-expected.txt: Added.
2781 * platform/ios-simulator/compositing/columns/composited-rl-paginated-repaint-expected.txt: Added.
2782 * platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt: Added.
2783 * platform/ios-simulator/compositing/columns/rotated-in-paginated-expected.txt: Added.
2784 * platform/ios-simulator/compositing/columns/untransformed-composited-in-paginated-expected.txt: Added.
2785 * platform/ios-simulator/compositing/compositing-visible-descendant-expected.txt: Added.
2786 * platform/ios-simulator/compositing/contents-opaque/background-clip-expected.txt: Added.
2787 * platform/ios-simulator/compositing/contents-opaque/background-color-expected.txt: Added.
2788 * platform/ios-simulator/compositing/contents-opaque/body-background-painted-expected.txt: Added.
2789 * platform/ios-simulator/compositing/contents-opaque/body-background-skipped-expected.txt: Added.
2790 * platform/ios-simulator/compositing/contents-opaque/control-layer-expected.txt: Added.
2791 * platform/ios-simulator/compositing/contents-opaque/filter-expected.txt: Added.
2792 * platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
2793 * platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
2794 * platform/ios-simulator/compositing/contents-opaque/layer-opacity-expected.txt: Added.
2795 * platform/ios-simulator/compositing/contents-opaque/layer-transform-expected.txt: Added.
2796 * platform/ios-simulator/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
2797 * platform/ios-simulator/compositing/contents-opaque/visibility-hidden-expected.txt: Added.
2798 * platform/ios-simulator/compositing/contents-scale/animating-expected.txt: Added.
2799 * platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt: Added.
2800 * platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt: Added.
2801 * platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt: Added.
2802 * platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt: Added.
2803 * platform/ios-simulator/compositing/direct-image-compositing-expected.txt: Added.
2804 * platform/ios-simulator/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
2805 * platform/ios-simulator/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
2806 * platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
2807 * platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
2808 * platform/ios-simulator/compositing/fixed-image-loading-expected.txt: Added.
2809 * platform/ios-simulator/compositing/generated-content-expected.txt: Added.
2810 * platform/ios-simulator/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
2811 * platform/ios-simulator/compositing/geometry/ancestor-overflow-change-expected.txt: Added.
2812 * platform/ios-simulator/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
2813 * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
2814 * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
2815 * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
2816 * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
2817 * platform/ios-simulator/compositing/geometry/clip-expected.txt: Added.
2818 * platform/ios-simulator/compositing/geometry/clip-inside-expected.txt: Added.
2819 * platform/ios-simulator/compositing/geometry/clipping-foreground-expected.txt: Added.
2820 * platform/ios-simulator/compositing/geometry/composited-html-size-expected.txt: Added.
2821 * platform/ios-simulator/compositing/geometry/composited-in-columns-expected.txt: Added.
2822 * platform/ios-simulator/compositing/geometry/fixed-in-composited-expected.txt: Added.
2823 * platform/ios-simulator/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
2824 * platform/ios-simulator/compositing/geometry/fixed-position-expected.txt: Added.
2825 * platform/ios-simulator/compositing/geometry/flipped-writing-mode-expected.txt: Added.
2826 * platform/ios-simulator/compositing/geometry/foreground-layer-expected.txt: Added.
2827 * platform/ios-simulator/compositing/geometry/horizontal-scroll-composited-expected.txt: Added.
2828 * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
2829 * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
2830 * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
2831 * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
2832 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added.
2833 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
2834 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added.
2835 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added.
2836 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added.
2837 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
2838 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Added.
2839 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Added.
2840 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Added.
2841 * platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
2842 * platform/ios-simulator/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: Added.
2843 * platform/ios-simulator/compositing/geometry/outline-change-expected.txt: Added.
2844 * platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt: Added.
2845 * platform/ios-simulator/compositing/geometry/preserve-3d-switching-expected.txt: Added.
2846 * platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt: Added.
2847 * platform/ios-simulator/compositing/geometry/tall-page-composited-expected.txt: Added.
2848 * platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added.
2849 * platform/ios-simulator/compositing/geometry/vertical-scroll-composited-expected.txt: Added.
2850 * platform/ios-simulator/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
2851 * platform/ios-simulator/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
2852 * platform/ios-simulator/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
2853 * platform/ios-simulator/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
2854 * platform/ios-simulator/compositing/iframes/composited-parent-iframe-expected.txt: Added.
2855 * platform/ios-simulator/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
2856 * platform/ios-simulator/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
2857 * platform/ios-simulator/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
2858 * platform/ios-simulator/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
2859 * platform/ios-simulator/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
2860 * platform/ios-simulator/compositing/iframes/iframe-content-flipping-expected.txt: Added.
2861 * platform/ios-simulator/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
2862 * platform/ios-simulator/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
2863 * platform/ios-simulator/compositing/iframes/iframe-resize-expected.txt: Added.
2864 * platform/ios-simulator/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
2865 * platform/ios-simulator/compositing/iframes/iframe-size-to-zero-expected.txt: Added.
2866 * platform/ios-simulator/compositing/iframes/iframe-src-change-expected.txt: Added.
2867 * platform/ios-simulator/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
2868 * platform/ios-simulator/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
2869 * platform/ios-simulator/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
2870 * platform/ios-simulator/compositing/iframes/nested-iframe-scrolling-expected.txt: Added.
2871 * platform/ios-simulator/compositing/iframes/overlapped-iframe-expected.txt: Added.
2872 * platform/ios-simulator/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
2873 * platform/ios-simulator/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
2874 * platform/ios-simulator/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
2875 * platform/ios-simulator/compositing/iframes/resizer-expected.txt: Added.
2876 * platform/ios-simulator/compositing/iframes/scrolling-iframe-expected.txt: Added.
2877 * platform/ios-simulator/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
2878 * platform/ios-simulator/compositing/images/direct-image-background-color-expected.txt: Added.
2879 * platform/ios-simulator/compositing/images/direct-image-object-fit-expected.txt: Added.
2880 * platform/ios-simulator/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
2881 * platform/ios-simulator/compositing/layer-creation/fixed-position-and-transform-expected.txt: Added.
2882 * platform/ios-simulator/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
2883 * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
2884 * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
2885 * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
2886 * platform/ios-simulator/compositing/layer-creation/fixed-position-transformed-into-view-expected.txt: Added.
2887 * platform/ios-simulator/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
2888 * platform/ios-simulator/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
2889 * platform/ios-simulator/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
2890 * platform/ios-simulator/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added.
2891 * platform/ios-simulator/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
2892 * platform/ios-simulator/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
2893 * platform/ios-simulator/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
2894 * platform/ios-simulator/compositing/layer-creation/overlap-animation-expected.txt: Added.
2895 * platform/ios-simulator/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
2896 * platform/ios-simulator/compositing/layer-creation/overlap-clipping-expected.txt: Added.
2897 * platform/ios-simulator/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
2898 * platform/ios-simulator/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added.
2899 * platform/ios-simulator/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
2900 * platform/ios-simulator/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
2901 * platform/ios-simulator/compositing/layer-creation/overlap-transforms-expected.txt: Added.
2902 * platform/ios-simulator/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
2903 * platform/ios-simulator/compositing/layer-creation/scroll-partial-update-expected.txt: Added.
2904 * platform/ios-simulator/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
2905 * platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
2906 * platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
2907 * platform/ios-simulator/compositing/layer-creation/translatez-overlap-expected.txt: Added.
2908 * platform/ios-simulator/compositing/masks/direct-image-mask-expected.txt: Added.
2909 * platform/ios-simulator/compositing/masks/mask-layer-size-expected.txt: Added.
2910 * platform/ios-simulator/compositing/masks/masked-ancestor-expected.txt: Added.
2911 * platform/ios-simulator/compositing/masks/multiple-masks-expected.txt: Added.
2912 * platform/ios-simulator/compositing/masks/simple-composited-mask-expected.txt: Added.
2913 * platform/ios-simulator/compositing/overflow-trumps-transform-style-expected.txt: Added.
2914 * platform/ios-simulator/compositing/overflow/ancestor-overflow-expected.txt: Added.
2915 * platform/ios-simulator/compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
2916 * platform/ios-simulator/compositing/overflow/clip-descendents-expected.txt: Added.
2917 * platform/ios-simulator/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
2918 * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Added.
2919 * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Added.
2920 * platform/ios-simulator/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
2921 * platform/ios-simulator/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
2922 * platform/ios-simulator/compositing/overflow/content-gains-scrollbars-expected.txt: Added.
2923 * platform/ios-simulator/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
2924 * platform/ios-simulator/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added.
2925 * platform/ios-simulator/compositing/overflow/nested-scrolling-expected.txt: Added.
2926 * platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-expected.txt: Added.
2927 * platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
2928 * platform/ios-simulator/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
2929 * platform/ios-simulator/compositing/overflow/overflow-overlay-with-touch-expected.txt: Added.
2930 * platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt: Added.
2931 * platform/ios-simulator/compositing/overflow/overflow-scroll-expected.txt: Added.
2932 * platform/ios-simulator/compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: Added.
2933 * platform/ios-simulator/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added.
2934 * platform/ios-simulator/compositing/overflow/parent-overflow-expected.txt: Added.
2935 * platform/ios-simulator/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
2936 * platform/ios-simulator/compositing/overflow/resize-painting-expected.txt: Added.
2937 * platform/ios-simulator/compositing/overflow/scrollbar-painting-expected.txt: Added.
2938 * platform/ios-simulator/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Added.
2939 * platform/ios-simulator/compositing/overflow/scrolling-without-painting-expected.txt: Added.
2940 * platform/ios-simulator/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
2941 * platform/ios-simulator/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
2942 * platform/ios-simulator/compositing/overflow/updating-scrolling-content-expected.txt: Added.
2943 * platform/ios-simulator/compositing/plugins/composited-plugin-expected.txt: Added.
2944 * platform/ios-simulator/compositing/reflections/animation-inside-reflection-expected.txt: Added.
2945 * platform/ios-simulator/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
2946 * platform/ios-simulator/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
2947 * platform/ios-simulator/compositing/reflections/direct-image-object-fit-reflected-expected.txt: Added.
2948 * platform/ios-simulator/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
2949 * platform/ios-simulator/compositing/reflections/nested-reflection-anchor-point-expected.txt: Added.
2950 * platform/ios-simulator/compositing/reflections/nested-reflection-animated-expected.txt: Added.
2951 * platform/ios-simulator/compositing/reflections/nested-reflection-expected.txt: Added.
2952 * platform/ios-simulator/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
2953 * platform/ios-simulator/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added.
2954 * platform/ios-simulator/compositing/reflections/nested-reflection-opacity-expected.txt: Added.
2955 * platform/ios-simulator/compositing/reflections/nested-reflection-size-change-expected.txt: Added.
2956 * platform/ios-simulator/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
2957 * platform/ios-simulator/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
2958 * platform/ios-simulator/compositing/reflections/nested-reflection-transition-expected.txt: Added.
2959 * platform/ios-simulator/compositing/reflections/reflection-in-composited-expected.txt: Added.
2960 * platform/ios-simulator/compositing/reflections/reflection-on-composited-expected.txt: Added.
2961 * platform/ios-simulator/compositing/reflections/reflection-opacity-expected.txt: Added.
2962 * platform/ios-simulator/compositing/reflections/reflection-ordering-expected.txt: Added.
2963 * platform/ios-simulator/compositing/reflections/reflection-positioning-expected.txt: Added.
2964 * platform/ios-simulator/compositing/reflections/reflection-positioning2-expected.txt: Added.
2965 * platform/ios-simulator/compositing/reflections/simple-composited-reflections-expected.txt: Added.
2966 * platform/ios-simulator/compositing/reflections/transform-inside-reflection-expected.txt: Added.
2967 * platform/ios-simulator/compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt: Added.
2968 * platform/ios-simulator/compositing/regions/fixed-in-named-flow-expected.txt: Added.
2969 * platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt: Added.
2970 * platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-outflow-expected.txt: Added.
2971 * platform/ios-simulator/compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt: Added.
2972 * platform/ios-simulator/compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt: Added.
2973 * platform/ios-simulator/compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt: Added.
2974 * platform/ios-simulator/compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt: Added.
2975 * platform/ios-simulator/compositing/regions/fixed-transformed-in-named-flow-expected.txt: Added.
2976 * platform/ios-simulator/compositing/repaint/absolute-painted-into-composited-ancestor-expected.txt: Added.
2977 * platform/ios-simulator/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
2978 * platform/ios-simulator/compositing/repaint/composited-document-element-expected.txt: Added.
2979 * platform/ios-simulator/compositing/repaint/content-into-overflow-expected.txt: Added.
2980 * platform/ios-simulator/compositing/repaint/fixed-background-scroll-expected.txt: Added.
2981 * platform/ios-simulator/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
2982 * platform/ios-simulator/compositing/repaint/layer-repaint-expected.txt: Added.
2983 * platform/ios-simulator/compositing/repaint/layer-repaint-rects-expected.txt: Added.
2984 * platform/ios-simulator/compositing/repaint/opacity-between-absolute-expected.txt: Added.
2985 * platform/ios-simulator/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
2986 * platform/ios-simulator/compositing/repaint/overflow-into-content-expected.txt: Added.
2987 * platform/ios-simulator/compositing/repaint/page-scale-repaint-expected.txt: Added.
2988 * platform/ios-simulator/compositing/repaint/positioned-movement-expected.txt: Added.
2989 * platform/ios-simulator/compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Added.
2990 * platform/ios-simulator/compositing/repaint/resize-repaint-expected.txt: Added.
2991 * platform/ios-simulator/compositing/rtl/rtl-absolute-expected.txt: Added.
2992 * platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-expected.txt: Added.
2993 * platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Added.
2994 * platform/ios-simulator/compositing/rtl/rtl-fixed-expected.txt: Added.
2995 * platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
2996 * platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
2997 * platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
2998 * platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
2999 * platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
3000 * platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
3001 * platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
3002 * platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
3003 * platform/ios-simulator/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
3004 * platform/ios-simulator/compositing/rtl/rtl-overflow-scrolling-expected.txt: Added.
3005 * platform/ios-simulator/compositing/rtl/rtl-relative-expected.txt: Added.
3006 * platform/ios-simulator/compositing/shadows/shadow-drawing-expected.txt: Added.
3007 * platform/ios-simulator/compositing/sibling-positioning-expected.txt: Added.
3008 * platform/ios-simulator/compositing/text-on-large-layer-expected.txt: Added.
3009 * platform/ios-simulator/compositing/tiled-layers-hidpi-expected.txt: Added.
3010 * platform/ios-simulator/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
3011 * platform/ios-simulator/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
3012 * platform/ios-simulator/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
3013 * platform/ios-simulator/compositing/tiling/huge-layer-img-expected.txt: Added.
3014 * platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
3015 * platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
3016 * platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
3017 * platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
3018 * platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
3019 * platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt: Added.
3020 * platform/ios-simulator/compositing/transitions/scale-transition-no-start-expected.txt: Added.
3021 * platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt: Added.
3022 * platform/ios-simulator/compositing/visibility/layer-visible-content-expected.txt: Added.
3023 * platform/ios-simulator/compositing/visibility/visibility-composited-expected.txt: Added.
3024 * platform/ios-simulator/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
3025 * platform/ios-simulator/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
3026 * platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt: Added.
3027 * platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt: Added.
3028 * platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt: Added.
3029 * platform/ios-simulator/compositing/visible-rect/animated-expected.txt: Added.
3030 * platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt: Added.
3031 * platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt: Added.
3032 * platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt: Added.
3033 * platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt: Added.
3034 * platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt: Added.
3035 * platform/ios-simulator/compositing/visible-rect/iframe-no-layers-expected.txt: Added.
3036 * platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt: Added.
3037 * platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt: Added.
3038 * platform/ios-simulator/compositing/webgl/webgl-background-color-expected.txt: Added.
3039 * platform/ios-simulator/compositing/webgl/webgl-nonpremultiplied-blend-expected.txt: Added.
3040 * platform/ios-simulator/compositing/webgl/webgl-reflection-expected.txt: Added.
3042 2014-10-08 Simon Fraser <simon.fraser@apple.com>
3044 Some animation test results for the iOS Simulator build.
3046 * platform/ios-simulator/animations/3d/change-transform-in-end-event-expected.txt: Added.
3047 * platform/ios-simulator/animations/3d/matrix-transform-type-animation-expected.txt: Added.
3048 * platform/ios-simulator/animations/3d/state-at-end-event-transform-expected.txt: Added.
3049 * platform/ios-simulator/animations/additive-transform-animations-expected.txt: Added.
3050 * platform/ios-simulator/animations/cross-fade-border-image-source-expected.txt: Added.
3051 * platform/ios-simulator/animations/cross-fade-list-style-image-expected.txt: Added.
3052 * platform/ios-simulator/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
3053 * platform/ios-simulator/animations/cross-fade-webkit-mask-image-expected.txt: Added.
3054 * platform/ios-simulator/animations/state-at-end-event-expected.txt: Added.
3056 2014-10-08 Simon Fraser <simon.fraser@apple.com>
3058 Re-marking fast/hidpi/image-srcset-svg-canvas.html as an expected image failure.
3060 * platform/mac/TestExpectations:
3062 2014-10-08 Brent Fulgham <bfulgham@apple.com>
3064 [Win] Mark two inspector-protocol tests as crashing.
3065 https://bugs.webkit.org/show_bug.cgi?id=137529
3067 * platform/win/TestExpectations:
3069 2014-10-08 Jer Noble <jer.noble@apple.com>
3071 Layout Test media/track/track-forced-subtitles-in-band.html is flaky
3072 https://bugs.webkit.org/show_bug.cgi?id=137505
3074 Reviewed by Simon Fraser.
3076 Now that the media controls can have audio as well as text tracks, use the aria-labelledby attribute
3077 to get the <ul> containing the text track menu list items.
3079 * media/track/track-forced-subtitles-in-band.html:
3080 * media/track/track-user-preferences-expected.txt:
3081 * media/track/track-user-preferences.html: