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