1 2013-11-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3 Unreviewed, EFL gardening. css3 text tests are failing since r158389
5 * platform/efl/TestExpectations: Add failure tests.
7 2013-11-01 Mario Sanchez Prada <mario.prada@samsung.com>
9 Unreviewed GTK gardening. Tests passing after r158273 and r158352
10 and rebaseline needed after r158195.
12 * platform/gtk/TestExpectations: Removed tests now passing.
13 * platform/gtk/accessibility/media-element-expected.txt: Rebaseline.
15 2013-11-01 Mario Sanchez Prada <mario.prada@samsung.com>
17 [ATK] Avoid explicit traversal of text controls and the render tree in AtkText implementation
18 https://bugs.webkit.org/show_bug.cgi?id=123153
20 Reviewed by Chris Fleizach.
22 Updated test expectations to properly reflect the new reality when it
23 comes to exposing replaced objects and anymous blocks.
25 * platform/gtk/accessibility/table-with-rules-expected.txt: Updated to
26 print <\n> explicitly for the two instances of <BR> that are present in the
27 test, that will be included as part of an anonymous block.
28 * platform/efl/accessibility/table-with-rules-expected.txt: Ditto.
29 * platform/efl-wk2/accessibility/table-with-rules-expected.txt: Ditto.
31 * platform/efl/accessibility/deleting-iframe-destroys-axcache-expected.txt: Updated
32 expectations not to expect the text of a button to be shown.
33 * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt: Ditto.
34 * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt: Ditto.
36 * platform/gtk/TestExpectations: Removed replaced-objects-in-anonymous-blocks.html
37 from the list of expected failures, as it's now being properly exposed.
39 2013-11-01 Alexey Proskuryakov <ap@apple.com>
41 Add a Mac WebCrypto implementation of HMAC importKey/sign/verify
42 https://bugs.webkit.org/show_bug.cgi?id=123598
44 Reviewed by Anders Carlsson.
46 * crypto/subtle/hmac-sign-verify-expected.txt: Added.
47 * crypto/subtle/hmac-sign-verify.html: Added.
49 2013-10-31 Oliver Hunt <oliver@apple.com>
52 https://bugs.webkit.org/show_bug.cgi?id=123506
58 * js/dom/assign-expected.txt:
59 * js/function-toString-parentheses-expected.txt:
60 * js/parser-syntax-check-expected.txt:
61 * js/script-tests/parser-syntax-check.js:
63 2013-10-31 Ryosuke Niwa <rniwa@webkit.org>
65 Update the test expectations for the bug 121452.
67 fast/frames/lots-of-objects.html and lots-of-iframes.html are timing out everywhere on Mac.
69 * platform/mac-wk2/TestExpectations:
70 * platform/mac/TestExpectations:
72 2013-10-31 Ryosuke Niwa <rniwa@webkit.org>
74 Update the Mac test expectation for the mac-future.
76 * platform/mac/TestExpectations:
78 2013-10-31 Youenn Fablet <youennf@gmail.com>
80 Correct the elapsedTime calculation in SVG animations
81 https://bugs.webkit.org/show_bug.cgi?id=119289
83 Reviewed by Brent Fulgham.
85 Merged from Blink: https://chromium.googlesource.com/chromium/blink/+/338f9badca7fb7880abdb0cecd5f02493c1f7d2e
87 * svg/animations/getCurrentTime-pause-unpause-expected.txt: Added.
88 * svg/animations/getCurrentTime-pause-unpause.html: Added.
90 2013-10-30 Oliver Hunt <oliver@apple.com>
92 Implement ES6 Math functions
93 https://bugs.webkit.org/show_bug.cgi?id=123536
95 Reviewed by Michael Saboff.
97 Add tests for new math functions
99 * js/Object-getOwnPropertyNames-expected.txt:
100 * js/math-expected.txt:
101 * js/script-tests/Object-getOwnPropertyNames.js:
102 * js/script-tests/math.js:
104 2013-10-31 Alexey Proskuryakov <ap@apple.com>
106 Enable WebCrypto on Mac
107 https://bugs.webkit.org/show_bug.cgi?id=123587
109 Reviewed by Anders Carlsson.
112 * platform/efl/TestExpectations:
113 * platform/gtk/TestExpectations:
114 * platform/win/TestExpectations:
115 * platform/wincairo/TestExpectations:
116 Only skipping on specific platforms now.
119 * crypto/crypto-gc-expected.txt: Copied from LayoutTests/security/crypto-gc-expected.txt.
120 * crypto/crypto-gc.html: Copied from LayoutTests/security/crypto-gc.html.
121 * crypto/crypto-random-values-expected.txt: Copied from LayoutTests/security/crypto-random-values-expected.txt.
122 * crypto/crypto-random-values-limits-expected.txt: Copied from LayoutTests/security/crypto-random-values-limits-expected.txt.
123 * crypto/crypto-random-values-limits.html: Copied from LayoutTests/security/crypto-random-values-limits.html.
124 * crypto/crypto-random-values-types-expected.txt: Copied from LayoutTests/security/crypto-random-values-types-expected.txt.
125 * crypto/crypto-random-values-types.html: Copied from LayoutTests/security/crypto-random-values-types.html.
126 * crypto/crypto-random-values.html: Copied from LayoutTests/security/crypto-random-values.html.
127 * crypto/subtle: Added.
128 * crypto/subtle/argument-conversion-expected.txt: Copied from LayoutTests/security/crypto-subtle-arguments-expected.txt.
129 * crypto/subtle/argument-conversion.html: Copied from LayoutTests/security/crypto-subtle-arguments.html.
130 * crypto/subtle/gc-2-expected.txt: Copied from LayoutTests/security/crypto-subtle-gc-2-expected.txt.
131 * crypto/subtle/gc-2.html: Copied from LayoutTests/security/crypto-subtle-gc-2.html.
132 * crypto/subtle/gc-3-expected.txt: Copied from LayoutTests/security/crypto-subtle-gc-3-expected.txt.
133 * crypto/subtle/gc-3.html: Copied from LayoutTests/security/crypto-subtle-gc-3.html.
134 * crypto/subtle/gc-expected.txt: Copied from LayoutTests/security/crypto-subtle-gc-expected.txt.
135 * crypto/subtle/gc.html: Copied from LayoutTests/security/crypto-subtle-gc.html.
136 * crypto/subtle/resources: Added.
137 * crypto/subtle/resources/common.js: Copied from LayoutTests/security/resources/common.js.
138 * crypto/subtle/sha-1-expected.txt: Copied from LayoutTests/security/crypto-subtle-sha1-expected.txt.
139 * crypto/subtle/sha-1.html: Copied from LayoutTests/security/crypto-subtle-sha1.html.
140 * security/crypto-gc-expected.txt: Removed.
141 * security/crypto-gc.html: Removed.
142 * security/crypto-random-values-expected.txt: Removed.
143 * security/crypto-random-values-limits-expected.txt: Removed.
144 * security/crypto-random-values-limits.html: Removed.
145 * security/crypto-random-values-types-expected.txt: Removed.
146 * security/crypto-random-values-types.html: Removed.
147 * security/crypto-random-values.html: Removed.
148 * security/crypto-subtle-arguments-expected.txt: Removed.
149 * security/crypto-subtle-arguments.html: Removed.
150 * security/crypto-subtle-gc-2-expected.txt: Removed.
151 * security/crypto-subtle-gc-2.html: Removed.
152 * security/crypto-subtle-gc-3-expected.txt: Removed.
153 * security/crypto-subtle-gc-3.html: Removed.
154 * security/crypto-subtle-gc-expected.txt: Removed.
155 * security/crypto-subtle-gc.html: Removed.
156 * security/crypto-subtle-sha1-expected.txt: Removed.
157 * security/crypto-subtle-sha1.html: Removed.
158 * security/resources/common.js: Removed.
159 Moved tests from security/ to crypto/.
161 2013-10-31 Myles C. Maxfield <mmaxfield@apple.com>
163 Move CSS3 text decoration implementation behind ENABLE(CSS3_TEXT_DECORATION)
164 https://bugs.webkit.org/show_bug.cgi?id=123541
166 Reviewed by Tim Horton.
168 * platform/mac/TestExpectations: Enable CSS3 text decoration tests
169 (since CSS3_TEXT_DECORATION is enabled by default)
171 2013-10-31 Alexey Proskuryakov <ap@apple.com>
173 [WebCrypto] Add SHA-1
174 https://bugs.webkit.org/show_bug.cgi?id=123582
176 Reviewed by Anders Carlsson.
178 * security/resources/common.js: Added from Blink.
180 (asciiToArrayBuffer):
181 (printRejectedResult):
182 (printAcceptedResult):
183 (failAndFinishJSTest):
185 * security/crypto-subtle-arguments-expected.txt: Added.
186 * security/crypto-subtle-arguments.html: Added.
187 Added tests for how bindings treat crazy arguments. Heavily based on a test from Blink.
189 * security/crypto-subtle-sha1-expected.txt: Added.
190 * security/crypto-subtle-sha1.html: Added.
191 Test that SHA-1 works.
193 * TestExpectations: Skip these tests everywhere for now.
195 2013-10-31 Filip Pizlo <fpizlo@apple.com>
197 Remove CachedTranscendentalFunction because caching math functions is an ugly idea
198 https://bugs.webkit.org/show_bug.cgi?id=123574
200 Reviewed by Mark Hahnenberg.
202 * js/dfg-cos-constant-expected.txt: Added.
203 * js/dfg-cos-constant.html: Added.
204 * js/dfg-sin-constant-expected.txt: Added.
205 * js/dfg-sin-constant.html: Added.
206 * js/script-tests/dfg-cos-constant.js: Added.
208 * js/script-tests/dfg-sin-constant.js: Added.
211 2013-10-30 Gavin Barraclough <barraclough@apple.com>
213 WebPageCreationParameters should be consistent in Window.open
214 https://bugs.webkit.org/show_bug.cgi?id=123557
216 Reviewed by Sam Weinig.
218 When Window.open in called in WebKit2 the WebProcess sends a synchronous request to open
219 a page (WebPageProxy::createNewPage). The UIProcess creates a WebpageProxy, and responds
220 with instructions to the WebProcess to create the WebPage. The initial creation state of
221 the WebPage is communicated to the WebProcess via two routes (firstly an asynchronous
222 WebProcess::CreateWebPage message, and secondly in the synchronous response from
223 WebPageProxy::createNewPage). Unfortunately these responses are inconsistent with each
224 other. The creationParameters() for the page are calculated twice, and since the WKView
225 will be added to a window between the async message being sent and the synchronous reply
226 being returned the visibility state of the page can change.
228 To fix the inconsistency we can set the creation parameters at the point that the
229 WebPageProxy is instantiated. This will result in a functional change that is web
230 visible, since the page will initially be opened in a hidden/blurred state, and may
231 later become visible/focussed. This change is consistent with the direction we want to
232 evolve in. Whilst we will still probably require a synchronous message from the
233 WebProcess to the UIProcess on Window.open, we'll probably make this return much earlier
234 – having just created the WebPageProxy, but avoiding blocking the WebProcess over the
235 client delegate callback that opens the new window.
237 This fix results in a layout test result change, due to the change in behavior (page is
238 created blurred, and becomes focussed, resulting in a focus event being fired – rather
239 than the window opening directly into a focussed state). This is reported as a
240 progression (test is broken in WebKit1, fixed in WebKit2 after this change). In reality
241 the test is actually slightly broken in DRT/test-runner – the test runs differently than
242 in browser, since there is is no visible main window. In-browser this patch results in
243 no change in behavior on dom/Window/mozilla-focus-blur.html (the affected test).
245 * platform/mac-wk2/fast/dom/Window: Added.
246 * platform/mac-wk2/fast/dom/Window/mozilla-focus-blur-expected.txt: Added.
247 - This test now reports a pass on WebKit2
249 2013-10-31 Alexey Proskuryakov <ap@apple.com>
251 REGRESSION(r158333): http/tests/xmlhttprequest/response-encoding.html and xmlhttprequest-overridemimetype-content-type-header.html are failing
252 https://bugs.webkit.org/show_bug.cgi?id=123548
254 Reviewed by Brady Eidson.
256 * TestExpectations: Unskip tests that used to be affected by response-empty-arraybuffer.html
258 * http/tests/xmlhttprequest/response-empty-arraybuffer-expected.txt:
259 * http/tests/xmlhttprequest/response-empty-arraybuffer.html:
260 Fix a stupid typo. This test actually fully passes.
262 2013-10-31 Krzysztof Wolanski <k.wolanski@samsung.com>
264 [EFL] Rebaselining after r158186
265 https://bugs.webkit.org/show_bug.cgi?id=123571
267 Unreviewed gardening.
269 * platform/efl/editing/deleting/smart-delete-003-expected.txt: Rebaselining after r158186.
270 * platform/efl/editing/deleting/smart-delete-004-expected.txt: Rebaselining after r158186.
271 * platform/efl/editing/selection/after-line-wrap-expected.txt: Rebaselining after r157851.
273 2013-10-31 Grzegorz Czajkowski <g.czajkowski@samsung.com>
275 [EFL] Add baselines for spelling tests added in r157900.
277 Unreviewed gardening.
279 * platform/efl/editing/spelling/centering-misspelling-dots-expected.png: Added.
280 * platform/efl/editing/spelling/centering-misspelling-dots-expected.txt: Added.
281 * platform/efl/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.png: Added.
282 * platform/efl/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt: Added.
284 2013-10-31 Gyuyoung Kim <gyuyoung.kim@samsung.com>
286 Unreviewed EFL gardening. Add 5 printing tests to EFL TestExpectations.
287 EFL port doesn't fully support printing functionality yet.
289 * platform/efl/TestExpectations:
291 2013-10-31 Robert Plociennik <r.plociennik@samsung.com>
293 [EFL] accessibility/textbox-role-reports-selection.html is failing
294 https://bugs.webkit.org/show_bug.cgi?id=112017
296 Reviewed by Mario Sanchez Prada.
298 Removed failure expectations.
300 * platform/efl-wk1/TestExpectations: The test is no longer failing.
301 * platform/efl-wk2/TestExpectations: The test is no longer failing.
303 2013-10-30 Ryosuke Niwa <rniwa@webkit.org>
305 Add two crash expectations per bug 123555.
309 2013-10-30 Ryosuke Niwa <rniwa@webkit.org>
311 REGRESSION(r158333): http/tests/xmlhttprequest/response-encoding.html and
312 xmlhttprequest-overridemimetype-content-type-header.html are failing
313 https://bugs.webkit.org/show_bug.cgi?id=123548
315 Add the failing test expectation.
319 2013-10-30 Alexey Proskuryakov <ap@apple.com>
321 XHR.response is null when requesting empty file as arraybuffer
322 https://bugs.webkit.org/show_bug.cgi?id=123457
324 Based on a Blink test by yusukesuzuki@chromium.org.
326 Reviewed by Sam Weinig.
328 Failures in expected results appear to mean that Blink caches XHR responses in more
329 cases. It's not directly related to the patch.
331 * http/tests/xmlhttprequest/response-empty-arraybuffer-expected.txt: Added.
332 * http/tests/xmlhttprequest/response-empty-arraybuffer.html: Added.
334 2013-10-30 Samuel White <samuel_white@apple.com>
336 AX: AXFocused not exposed on ARIA menuitems
337 https://bugs.webkit.org/show_bug.cgi?id=123494
339 Reviewed by Chris Fleizach.
341 Adding test to make sure ARIA menuitems expose each piece of their focus state correctly.
343 * platform/mac/accessibility/aria-menuitem-focus-expected.txt: Added.
344 * platform/mac/accessibility/aria-menuitem-focus.html: Added.
346 2013-10-30 Ryosuke Niwa <rniwa@webkit.org>
348 Delete the expected results for Lion.
350 Rubber-stamped by Anders Carlsson.
352 * platform/mac-lion: Removed.
354 2013-10-30 Jer Noble <jer.noble@apple.com>
356 REGRESSION(r158288): media/media-can-play-mpeg4-video.html fails
357 https://bugs.webkit.org/show_bug.cgi?id=123530
359 Reviewed by Eric Carlson.
363 2013-10-30 Santosh Mahto <santosh.ma@samsung.com>
365 contentEditable deleting lists when list items are block level
366 https://bugs.webkit.org/show_bug.cgi?id=122602
368 Reviewed by Ryosuke Niwa.
370 Testcase: When listitem is styled with display:block then inserting
371 paragraph twice at the end of listitem should not remove entire list.
373 * editing/execCommand/hit-enter-twice-atendof-block-styled-listitem-expected.txt: Added.
374 * editing/execCommand/hit-enter-twice-atendof-block-styled-listitem.html: Added.
376 TestCase: When listitem is made of custom tag(<item>) and css(display:list-item)
377 then inserting paragraph twice at the end of listitem should not remove entire list.
379 * editing/execCommand/hit-enter-twice-atendof-custom-listitem-expected.txt: Added.
380 * editing/execCommand/hit-enter-twice-atendof-custom-listitem.html: Added.
381 2013-10-30 Ryosuke Niwa <rniwa@webkit.org>
383 Add a failing test expectation on media/media-can-play-mpeg4-video.html after r158288.
384 The failure is tracked by the bug 123530.
386 Also rebaseline Mountain Lion results.
389 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
391 2013-10-30 Ryosuke Niwa <rniwa@webkit.org>
393 Add a flaky test expectation to media/track/track-in-band-legacy-api.html
394 The failure is tracked by the bug 123522.
396 * platform/mac/TestExpectations:
398 2013-10-29 Jer Noble <jer.noble@apple.com>
400 [MSE] Remove legacy Media Source APIs (WebKitMediaSource, WebKitSourceBuffer, WebKitSourceBufferList)
401 https://bugs.webkit.org/show_bug.cgi?id=123463
403 Reviewed by Eric Carlson.
405 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
407 2013-10-29 Simon Fraser <simon.fraser@apple.com>
409 A WebGL test times out sometimes.
411 * platform/mac/TestExpectations:
413 2013-10-30 Robert Plociennik <r.plociennik@samsung.com>
415 [EFL] accessibility/textarea-selected-text-range.html is failing
416 https://bugs.webkit.org/show_bug.cgi?id=112016
418 Reviewed by Mario Sanchez Prada.
420 Removed failure expectations.
422 * platform/efl-wk1/TestExpectations: The test is no longer failing.
423 * platform/efl-wk2/TestExpectations: The test is no longer failing.
425 2013-10-30 Robert Plociennik <r.plociennik@samsung.com>
427 [EFL] accessibility/svg-remote-element.html is failing
428 https://bugs.webkit.org/show_bug.cgi?id=112013
430 Unreviewed EFL gardening. Passes after r158267.
432 * platform/efl-wk1/TestExpectations: The test is no longer failing.
433 * platform/efl-wk2/TestExpectations: The test is no longer failing.
434 * platform/efl/accessibility/svg-remote-element-expected.txt: Added.
436 2013-10-30 Robert Plociennik <r.plociennik@samsung.com>
438 [GTK] accessibility/svg-remote-element.html is failing
439 https://bugs.webkit.org/show_bug.cgi?id=101185
441 Reviewed by Chris Fleizach.
443 Provided new test expectations since resulting discrepancies are believed to be
446 * platform/gtk-wk2/TestExpectations: The test is no longer failing.
447 * platform/gtk/accessibility/svg-remote-element-expected.txt: Added.
448 * platform/gtk/TestExpectations: The test is no longer failing.
450 2013-10-30 Krzysztof Czech <k.czech@samsung.com>
452 [EFL] Remove efl/accessibility/image-map1-expected.txt after r158104
453 https://bugs.webkit.org/show_bug.cgi?id=123504
455 Unreviewed EFL gardening.
457 * platform/efl/accessibility/image-map1-expected.txt: Removed.
459 2013-10-30 Ryosuke Niwa <rniwa@webkit.org>
461 Revert r158259 for EFL and GTK+. They're still failing everywhere according to the flakiness dashboard.
463 * platform/efl/TestExpectations:
464 * platform/gtk/TestExpectations:
466 2013-10-30 Ryosuke Niwa <rniwa@webkit.org>
468 Revert r158259 for Mac. They're definitely failing on Mac.
470 * platform/mac/TestExpectations:
472 2013-10-30 Ryosuke Niwa <rniwa@webkit.org>
474 Add more test expectations for the bug 121452.
476 fast/frames/lots-of-objects.html is failing on Mavericks WebKit2 builders in addition to Debug builders.
478 fast/frames/lots-of-iframes.html is also failing on the exactly same set of builders.
480 * platform/mac-wk2/TestExpectations:
481 * platform/mac/TestExpectations:
483 2013-10-30 Sergio Villar Senin <svillar@igalia.com>
485 Unreviewed. Removed some grid layout tests that are passing now.
487 * platform/efl/TestExpectations:
488 * platform/gtk/TestExpectations:
489 * platform/mac/TestExpectations:
491 2013-10-29 Ryosuke Niwa <rniwa@webkit.org>
493 More Mavericks specific test expectation updates.
495 * platform/mac/TestExpectations:
497 2013-10-29 Alexey Proskuryakov <ap@apple.com>
499 Result of focus-option-control-on-page.html depends on system preferences
500 https://bugs.webkit.org/show_bug.cgi?id=123304
502 Reviewed by Simon Fraser.
504 * platform/mac/TestExpectations: Remove Pass/Failure expectations, this test
505 should always pass now.
507 2013-10-29 Ryosuke Niwa <rniwa@webkit.org>
509 REGRESSION(r154614): Opening and closing a picture on Facebook resets scroll position
510 https://bugs.webkit.org/show_bug.cgi?id=122882
512 Reviewed by Anders Carlsson.
514 * fast/dom/Element/body-scrollLeft-expected.txt:
515 * fast/dom/Element/body-scrollLeft.html:
516 * fast/dom/Element/body-scrollTop-expected.txt:
517 * fast/dom/Element/body-scrollTop.html:
518 * fast/dom/Element/scrollLeft-expected.txt:
519 * fast/dom/Element/scrollLeft.html:
520 * fast/dom/Element/scrollTop-expected.txt:
521 * fast/dom/Element/scrollTop.html:
523 2013-10-29 Ryosuke Niwa <rniwa@webkit.org>
525 Update Mavericks test expectation, tracked by bugs 123489 and 123490.
527 * platform/mac/TestExpectations:
529 2013-10-29 Brent Fulgham <bfulgham@apple.com>
531 REGRESSION(r158198): editing/execCommand/insert-list-xml.xhtml fails
532 https://bugs.webkit.org/show_bug.cgi?id=123460
534 Reviewed by Ryosuke Niwa.
536 The original version of this test used a MathML document root,
537 and attempted to add HTML content to prove that a bad cast would
538 not be encountered when manipulating the MathML document via
541 r158198 broke the test, because it enforced the requirements that
542 MathML nodes not generate renderers for non-MathML children.
544 This patch revises the test to use an SVG document, which does
545 permit child HTML nodes.
547 * TestExpectations: Remove temporary exclusion landed in
549 * editing/execCommand/insert-list-xml-expected.txt:
550 * editing/execCommand/insert-list-xml.xhtml:
552 2013-10-29 Ryosuke Niwa <rniwa@webkit.org>
554 Mountain Lion rebaseline after r158231.
556 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
558 2013-10-29 Jer Noble <jer.noble@apple.com>
560 [MSE] [Mac] Enable MediaSource on the Mac
561 https://bugs.webkit.org/show_bug.cgi?id=122484
563 Reviewed by Darin Adler.
565 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added.
567 2013-10-29 Eric Carlson <eric.carlson@apple.com>
569 [Mac MediaStream] implement AVFoundation backed MediaStreamSource
570 https://bugs.webkit.org/show_bug.cgi?id=123316
572 Reviewed by Jer Noble.
574 * fast/mediastream/MediaStream-add-remove-tracks-expected.txt: Updated.
575 * fast/mediastream/MediaStream-add-remove-tracks.html: Ditto.
576 * fast/mediastream/MediaStreamConstructor-expected.txt: Ditto.
577 * fast/mediastream/MediaStreamConstructor.html: Ditto.
578 * fast/mediastream/MediaStreamTrack-getSources.html: Remove typo.
579 * fast/mediastream/MediaStreamTrack-expected.txt: Updated results.
580 * fast/mediastream/MediaStreamTrack.html: Update to test track.stop() behavior.
582 2013-10-29 Zoltan Horvath <zoltan@webkit.org>
584 [CSS Regions][CSS Shapes] Layout error when the shape has negative top coordinate and it's applied on the second region
585 <http://webkit.org/b/123346>
587 Reviewed by David Hyatt.
589 We have a layout error when there is a shape applied on the second region, and it has a negative 'top' coordinate.
590 Since shapeInsideInfo::shapeLogicalTop() can return negative numbers, we need to check for it, when we're positioning
591 the first line in the region.
593 * fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html: Added.
594 * fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html: Added.
596 2013-10-29 Ryosuke Niwa <rniwa@webkit.org>
598 Add a failing test expectation on editing/execCommand/insert-list-xml.xhtml
599 after r158198. The failure is tracked by the bug 123460.
603 2013-10-29 Simon Fraser <simon.fraser@apple.com>
605 Mark some colorspace-sensitive tests as possibly passing.
607 * platform/mac-wk2/TestExpectations:
609 2013-10-29 Simon Fraser <simon.fraser@apple.com>
611 xss-DENIED-xsl-document-redirect.xml is an XML file, not html.
613 * platform/mac-wk2/TestExpectations:
615 2013-10-29 Simon Fraser <simon.fraser@apple.com>
617 fast/forms/form-associated-element-removal.html can crash because of an underlying
620 * platform/mac-wk2/TestExpectations:
622 2013-10-25 Brent Fulgham <bfulgham@apple.com>
624 [MathML] invalid cast in WebCore::toRenderMathMLBlock
625 https://bugs.webkit.org/show_bug.cgi?id=121728
627 Reviewed by Dean Jackson.
629 * mathml/arbitrary-markup-expected.txt: Added.
630 * mathml/arbitrary-markup.html: Added.
631 * mathml/mfenced-root-layer.html: Modified to avoid invalid
632 use of arbitrary markup inside mfenced element.
633 * mathml/mfenced-root-layer-expected.txt: Rebaselined.
635 2013-10-29 Chris Fleizach <cfleizach@apple.com>
637 AX: elements with explicit tabindex should expose AXFocused as writable, since mouse clicks can focus it
638 https://bugs.webkit.org/show_bug.cgi?id=121335
640 Reviewed by Mario Sanchez Prada.
642 * accessibility/tabindex-elements-are-accessible-expected.txt: Added.
643 * accessibility/tabindex-elements-are-accessible.html: Added.
644 New test to ensure that if tabindex is on an element, it is in the AX tree.
645 * platform/mac/accessibility/table-with-row-col-of-headers-expected.txt:
646 * platform/mac/accessibility/table-with-row-col-of-headers.html:
647 Update to reflect that if an ignored <table> has a tabindex, then it should at least be an AXGroup
648 * platform/mac/accessibility/update-children-when-aria-role-changes.html:
649 Update so that the <span> elements being used don't have tabindex, which forces them to be in the AX tree,
650 which changes the output of the test (basically we'd need to query the child of those elements instead).
652 2013-10-28 Chris Fleizach <cfleizach@apple.com>
654 AX: Webkit does not expose AXRequired on input type=file
655 https://bugs.webkit.org/show_bug.cgi?id=123376
657 Reviewed by Mario Sanchez Prada.
659 Modify existing test case to test for file upload buttons.
661 * accessibility/html5-required-attribute-expected.txt:
662 * accessibility/html5-required-attribute.html:
664 2013-10-29 Santosh Mahto <santosh.ma@samsung.com>
666 Text selected with double-click gets unselected after DOM modification
667 https://bugs.webkit.org/show_bug.cgi?id=114227
669 Reviewed by Ryosuke Niwa.
671 New Testcase to test that selection remain intact when selection is
672 created by double-click and then dom is modified.
674 * editing/selection/double-click-selection-with-dom-mutation-expected.txt: Added.
675 * editing/selection/double-click-selection-with-dom-mutation.html: Added.
677 Rebaselined the below test cases.
678 * platform/mac/editing/deleting/smart-delete-003-expected.txt:
679 * platform/mac/editing/deleting/smart-delete-004-expected.txt:
681 2013-10-29 Mihnea Ovidenie <mihnea@adobe.com>
683 [CSSRegions] Display anonymous regions in DRT
684 https://bugs.webkit.org/show_bug.cgi?id=122963
686 Reviewed by Alexandru Chiculita.
688 After https://bugs.webkit.org/show_bug.cgi?id=119135, css regions are modelled using an anonymous
689 RenderNamedFlowFragment object inside the block having a valid -webkit-flow-from.
690 This patch changes the way elements | pseudo-elements with -webkit-flow-from are displayed
693 Changed expected files for mac port, removed expectations for gtk | efl and added [Missing]
694 in TestExpectations for these platforms. Results need to be generated again for the [Missing] lines.
696 * fast/regions/auto-size/autoheight-regions-mark-expected.txt: Removed.
697 * fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
698 * fast/regions/flows-dependency-same-flow-expected.txt: Removed.
699 * platform/efl/TestExpectations:
700 * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed.
701 * platform/efl/fast/regions/region-dynamic-after-before-expected.txt: Removed.
702 * platform/efl/fast/regions/region-generated-content-before-after-expected.txt: Removed.
703 * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Removed.
704 * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
705 * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
706 * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
707 * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Removed.
708 * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Removed.
709 * platform/efl/fast/repaint/region-painting-invalidation-expected.txt: Removed.
710 * platform/gtk/TestExpectations:
711 * platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Removed.
712 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed.
713 * platform/gtk/fast/regions/region-dynamic-after-before-expected.txt: Removed.
714 * platform/gtk/fast/regions/region-generated-content-before-after-expected.txt: Removed.
715 * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Removed.
716 * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed.
717 * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
718 * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Removed.
719 * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Removed.
720 * platform/mac/fast/regions/auto-size/autoheight-regions-mark-expected.png: Copied from LayoutTests/fast/regions/flows-dependency-same-flow-expected.png.
721 * platform/mac/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Added.
722 * platform/mac/fast/regions/autoheight-regions-mark-expected.png: Removed.
723 * platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
724 * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Copied from LayoutTests/fast/regions/flows-dependency-same-flow-expected.png.
725 * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Added.
726 * platform/mac/fast/regions/iframe-html-collected-expected.png: Renamed from LayoutTests/fast/regions/flows-dependency-same-flow-expected.png.
727 * platform/mac/fast/regions/iframe-html-collected-expected.txt: Renamed from LayoutTests/fast/regions/iframe-html-collected-expected.txt.
728 * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
729 * platform/mac/fast/regions/region-dynamic-after-before-expected.txt:
730 * platform/mac/fast/regions/region-generated-content-before-after-expected.txt:
731 * platform/mac/fast/regions/text-region-split-small-pagination-expected.txt:
732 * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
733 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
734 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
735 * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
736 * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Renamed from LayoutTests/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt.
737 * platform/mac/fast/repaint/region-painting-invalidation-expected.txt:
738 * platform/mac/fast/repaint/region-painting-via-layout-expected.txt: Renamed from LayoutTests/fast/repaint/region-painting-via-layout-expected.txt.
740 2013-10-28 Simon Fraser <simon.fraser@apple.com>
742 Fix path for xss-DENIED-xsl-document-redirect test, and mark
743 editing/selection/5057506-2.html as image-only failure.
745 * platform/mac-wk2/TestExpectations:
747 2013-10-28 Alexandru Chiculita <achicu@adobe.com>
749 Web Inspector: CSS Regions: Add protocol API to expose content nodes addition/removal
750 https://bugs.webkit.org/show_bug.cgi?id=123424
752 Reviewed by Timothy Hatcher.
754 Added test to check that the two new events are triggered correctly and can be used to maintain
755 the flow content nodes list on the inspector side.
757 * inspector-protocol/model/content-flow-content-nodes-expected.txt: Added.
758 * inspector-protocol/model/content-flow-content-nodes.html: Added.
760 2013-10-28 Simon Fraser <simon.fraser@apple.com>
762 Last few Mavericks WK2 failures.
764 * platform/mac-wk2/TestExpectations:
766 2013-10-28 Simon Fraser <simon.fraser@apple.com>
768 Mark some more Mavericks/WK2 tests as failing.
770 We have no way currently to land new results for just
773 * platform/mac-wk2/TestExpectations:
775 2013-10-28 Simon Fraser <simon.fraser@apple.com>
777 Add skipped or failing expectations for Mavericks WK2.
779 * platform/mac-wk2/TestExpectations:
781 2013-10-28 Simon Fraser <simon.fraser@apple.com>
785 * platform/mac/TestExpectations:
787 2013-10-28 Myles C. Maxfield <mmaxfield@apple.com>
789 Parsing support for -webkit-text-decoration-skip: ink
790 https://bugs.webkit.org/show_bug.cgi?id=123358
792 Reviewed by Dean Jackson.
794 Adds a test which makes sure that we can parse the
795 -webkit-text-decoration-skip CSS property, as well
796 as values for "ink" and "none". We can use the CSSOM
797 to test the roundtrip of these values
799 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Added.
801 2013-10-28 Simon Fraser <simon.fraser@apple.com>
803 Expunge Lion and SnowLeopard from TestExpectations.
805 * platform/mac/TestExpectations:
807 2013-10-28 Simon Fraser <simon.fraser@apple.com>
809 Some test expectations for Mavericks.
811 * platform/mac/TestExpectations:
813 2013-10-28 Sergio Villar Senin <svillar@igalia.com>
815 [CSS Grid Layout] Add support for order inside grid items
816 https://bugs.webkit.org/show_bug.cgi?id=123208
818 Reviewed by Antti Koivisto.
820 From Blink r153536 by <jchaffraix@chromium.org>
822 Added a couple of tests to verify that we respect the specified
823 order of grid items both in the auto-placement algorithm and in
826 * fast/css-grid-layout/grid-item-order-auto-flow-resolution-expected.txt: Added.
827 * fast/css-grid-layout/grid-item-order-auto-flow-resolution.html: Added.
828 * fast/css-grid-layout/grid-item-order-paint-order-expected.html: Added.
829 * fast/css-grid-layout/grid-item-order-paint-order.html: Added.
831 2013-10-28 Afonso R. Costa Jr. <afonso.costa@samsung.com>
833 Methods on window.internals shouldn't pass a document.
834 https://bugs.webkit.org/show_bug.cgi?id=107301
836 Reviewed by Alexey Proskuryakov.
838 Each 'Internals' instance is associated with a 'Document'. So, it
839 is not necessary to pass a document as argument. Only nodesFromRect and
840 layerTreeAsText methods were kept because, in some Layout Tests, the
841 'Document' object is not the same used by Internals::contextDocument.
843 * animations/added-while-suspended.html: Removed 'document' parameter.
844 * animations/play-state-suspend.html:
845 * animations/stop-animation-on-suspend.html:
846 * animations/suspend-resume-animation-events.html:
847 * animations/suspend-resume-animation.html:
848 * animations/suspend-transform-animation.html:
849 * batterystatus/resources/event-after-navigation-new.html:
850 * batterystatus/script-tests/add-listener-from-callback.js:
852 * batterystatus/script-tests/basic-all-types-of-events.js:
853 * batterystatus/script-tests/basic-operation.js:
854 * batterystatus/script-tests/multiple-frames.js:
855 * batterystatus/script-tests/updates.js:
857 * compositing/columns/ancestor-clipped-in-paginated.html:
858 * compositing/columns/clipped-in-paginated.html:
859 * compositing/columns/composited-columns-vertical-rl.html:
860 * compositing/columns/composited-in-paginated-rl.html:
861 * compositing/columns/composited-in-paginated-writing-mode-rl.html:
862 * compositing/columns/composited-in-paginated.html:
863 * compositing/columns/composited-lr-paginated-repaint.html:
864 * compositing/columns/composited-rl-paginated-repaint.html:
865 * compositing/columns/geometry-map-paginated-assert.html:
866 * compositing/columns/hittest-composited-in-paginated.html:
867 * compositing/columns/rotated-in-paginated.html:
868 * compositing/columns/untransformed-composited-in-paginated.html:
869 * compositing/iframes/iframe-composited-scrolling.html:
870 * compositing/layer-creation/fixed-position-in-view-dynamic.html:
871 * compositing/layer-creation/fixed-position-no-content-scroll-reason.html:
872 * compositing/layer-creation/fixed-position-out-of-view-dynamic.html:
873 * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html:
874 * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html:
875 * compositing/overflow/dynamic-composited-scrolling-status.html:
876 * compositing/overflow/scrolling-without-painting.html:
877 * compositing/overflow/updating-scrolling-content.html:
878 * compositing/repaint/absolute-painted-into-composited-ancestor.html:
879 * compositing/repaint/fixed-background-scroll.html:
880 * compositing/repaint/invalidations-on-composited-layers.html:
881 * compositing/repaint/positioned-movement.html:
882 * compositing/repaint/repaint-on-layer-grouping-change.html:
883 * compositing/repaint/resize-repaint.html:
884 * compositing/repaint/scroll-fixed-layer-no-content.html:
885 * compositing/repaint/scroll-fixed-layer-out-of-view.html:
886 * editing/caret/selection-with-caret-type-progress.html:
887 * editing/execCommand/overtype.html:
888 * editing/selection/block-cursor-overtype-mode.html:
889 * editing/spelling/design-mode-spellcheck-off.html:
890 * editing/spelling/grammar-edit-word-expected.txt:
891 * editing/spelling/grammar-edit-word.html:
892 * editing/spelling/grammar-markers-hidpi.html:
893 * editing/spelling/grammar-markers.html:
894 * editing/spelling/grammar.html:
895 * editing/spelling/script-tests/spellcheck-paste.js:
897 * editing/spelling/script-tests/spelling-attribute-at-child.js:
898 (childHasSpellingMarker):
899 * editing/spelling/script-tests/spelling-attribute-change.js:
900 (testSpellCheckingEnabled):
901 * editing/spelling/script-tests/spelling-backspace-between-lines.js:
903 (testWithForwardDelete):
904 * editing/spelling/script-tests/spelling-hasspellingmarker.js:
906 * editing/spelling/spellcheck-async-mutation.html:
907 * editing/spelling/spellcheck-attribute-expected.txt:
908 * editing/spelling/spellcheck-attribute.html:
909 * editing/spelling/spellcheck-paste-continuous-disabled-expected.txt:
910 * editing/spelling/spellcheck-paste-continuous-disabled.html:
911 * editing/spelling/spellcheck-paste-disabled-expected.txt:
912 * editing/spelling/spellcheck-paste-disabled.html:
913 * editing/spelling/spellcheck-sequencenum.html:
914 * editing/spelling/spelling-attribute-change-expected.txt:
915 * editing/spelling/spelling-backspace-between-lines-expected.txt:
916 * editing/spelling/spelling-linebreak.html:
917 * fast/box-shadow/shadow-repaint.html:
918 * fast/css/webkit-mask-crash-fieldset-legend.html:
919 * fast/css/webkit-mask-crash-figure.html:
920 * fast/css/webkit-mask-crash-table.html:
921 * fast/css/webkit-mask-crash-td-2.html:
922 * fast/css/webkit-mask-crash-td.html:
923 * fast/dom/icon-url-change.html:
924 * fast/dom/icon-url-list-apple-touch.html:
925 * fast/dom/icon-url-list.html:
926 * fast/dom/icon-url-property.html:
927 * fast/events/mouse-cursor-change.html:
928 * fast/events/mouse-cursor-image-set.html:
929 * fast/events/mouse-cursor-multiframecur.html:
930 * fast/events/mouse-cursor-no-mousemove.html:
931 * fast/events/mouse-cursor.html:
932 * fast/events/touch/touch-handler-count-expected.txt:
933 * fast/events/touch/touch-handler-count.html:
934 * fast/events/touch/touch-input-element-change-documents-expected.txt:
935 * fast/events/touch/touch-input-element-change-documents.html:
936 * fast/multicol/hit-test-gap-between-pages-flipped.html:
937 * fast/multicol/hit-test-gap-between-pages.html:
938 * fast/multicol/pagination-h-horizontal-bt.html:
939 * fast/multicol/pagination-h-horizontal-tb.html:
940 * fast/multicol/pagination-h-vertical-lr.html:
941 * fast/multicol/pagination-h-vertical-rl.html:
942 * fast/multicol/pagination-v-horizontal-bt.html:
943 * fast/multicol/pagination-v-horizontal-tb.html:
944 * fast/multicol/pagination-v-vertical-lr.html:
945 * fast/multicol/pagination-v-vertical-rl.html:
946 * fast/multicol/pagination/BottomToTop-bt.html:
947 * fast/multicol/pagination/BottomToTop-lr.html:
948 * fast/multicol/pagination/BottomToTop-rl.html:
949 * fast/multicol/pagination/BottomToTop-tb.html:
950 * fast/multicol/pagination/LeftToRight-bt.html:
951 * fast/multicol/pagination/LeftToRight-lr.html:
952 * fast/multicol/pagination/LeftToRight-rl.html:
953 * fast/multicol/pagination/LeftToRight-tb.html:
954 * fast/multicol/pagination/RightToLeft-bt.html:
955 * fast/multicol/pagination/RightToLeft-lr.html:
956 * fast/multicol/pagination/RightToLeft-rl.html:
957 * fast/multicol/pagination/RightToLeft-tb.html:
958 * fast/multicol/pagination/TopToBottom-bt.html:
959 * fast/multicol/pagination/TopToBottom-lr.html:
960 * fast/multicol/pagination/TopToBottom-rl.html:
961 * fast/multicol/pagination/TopToBottom-tb.html:
962 * fast/multicol/shrink-to-column-height-for-pagination.html:
963 * fast/repaint/background-shorthand-with-gradient-and-height-changes.html:
964 * fast/repaint/obscured-background-no-repaint.html:
965 * fast/repaint/resources/text-based-repaint.js:
967 * fast/scrolling/resources/scrollable-area.js:
969 * fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html:
970 * fast/viewport/viewport-1.html:
971 * fast/viewport/viewport-10.html:
972 * fast/viewport/viewport-100.html:
973 * fast/viewport/viewport-101.html:
974 * fast/viewport/viewport-102.html:
975 * fast/viewport/viewport-103.html:
976 * fast/viewport/viewport-104.html:
977 * fast/viewport/viewport-105.html:
978 * fast/viewport/viewport-106.html:
979 * fast/viewport/viewport-107.html:
980 * fast/viewport/viewport-108.html:
981 * fast/viewport/viewport-109.html:
982 * fast/viewport/viewport-11.html:
983 * fast/viewport/viewport-110.html:
984 * fast/viewport/viewport-111.html:
985 * fast/viewport/viewport-112.html:
986 * fast/viewport/viewport-113.html:
987 * fast/viewport/viewport-114.html:
988 * fast/viewport/viewport-115.html:
989 * fast/viewport/viewport-116.html:
990 * fast/viewport/viewport-117.html:
991 * fast/viewport/viewport-118.html:
992 * fast/viewport/viewport-119.html:
993 * fast/viewport/viewport-12.html:
994 * fast/viewport/viewport-120.html:
995 * fast/viewport/viewport-121.html:
996 * fast/viewport/viewport-122.html:
997 * fast/viewport/viewport-123.html:
998 * fast/viewport/viewport-124.html:
999 * fast/viewport/viewport-125.html:
1000 * fast/viewport/viewport-126.html:
1001 * fast/viewport/viewport-127.html:
1002 * fast/viewport/viewport-128.html:
1003 * fast/viewport/viewport-129.html:
1004 * fast/viewport/viewport-13.html:
1005 * fast/viewport/viewport-130.html:
1006 * fast/viewport/viewport-131.html:
1007 * fast/viewport/viewport-132.html:
1008 * fast/viewport/viewport-133.html:
1009 * fast/viewport/viewport-134.html:
1010 * fast/viewport/viewport-14.html:
1011 * fast/viewport/viewport-15.html:
1012 * fast/viewport/viewport-16.html:
1013 * fast/viewport/viewport-17.html:
1014 * fast/viewport/viewport-18.html:
1015 * fast/viewport/viewport-19.html:
1016 * fast/viewport/viewport-2.html:
1017 * fast/viewport/viewport-20.html:
1018 * fast/viewport/viewport-21.html:
1019 * fast/viewport/viewport-22.html:
1020 * fast/viewport/viewport-23.html:
1021 * fast/viewport/viewport-24.html:
1022 * fast/viewport/viewport-25.html:
1023 * fast/viewport/viewport-26.html:
1024 * fast/viewport/viewport-27.html:
1025 * fast/viewport/viewport-28.html:
1026 * fast/viewport/viewport-29.html:
1027 * fast/viewport/viewport-3.html:
1028 * fast/viewport/viewport-30.html:
1029 * fast/viewport/viewport-31.html:
1030 * fast/viewport/viewport-32.html:
1031 * fast/viewport/viewport-33.html:
1032 * fast/viewport/viewport-34.html:
1033 * fast/viewport/viewport-35.html:
1034 * fast/viewport/viewport-36.html:
1035 * fast/viewport/viewport-37.html:
1036 * fast/viewport/viewport-38.html:
1037 * fast/viewport/viewport-39.html:
1038 * fast/viewport/viewport-4.html:
1039 * fast/viewport/viewport-40.html:
1040 * fast/viewport/viewport-41.html:
1041 * fast/viewport/viewport-42.html:
1042 * fast/viewport/viewport-43.html:
1043 * fast/viewport/viewport-44.html:
1044 * fast/viewport/viewport-45.html:
1045 * fast/viewport/viewport-46.html:
1046 * fast/viewport/viewport-47.html:
1047 * fast/viewport/viewport-48.html:
1048 * fast/viewport/viewport-49.html:
1049 * fast/viewport/viewport-5.html:
1050 * fast/viewport/viewport-50.html:
1051 * fast/viewport/viewport-51.html:
1052 * fast/viewport/viewport-52.html:
1053 * fast/viewport/viewport-53.html:
1054 * fast/viewport/viewport-54.html:
1055 * fast/viewport/viewport-55.html:
1056 * fast/viewport/viewport-56.html:
1057 * fast/viewport/viewport-57.html:
1058 * fast/viewport/viewport-58.html:
1059 * fast/viewport/viewport-59.html:
1060 * fast/viewport/viewport-6.html:
1061 * fast/viewport/viewport-60.html:
1062 * fast/viewport/viewport-61.html:
1063 * fast/viewport/viewport-62.html:
1064 * fast/viewport/viewport-63.html:
1065 * fast/viewport/viewport-64.html:
1066 * fast/viewport/viewport-65.html:
1067 * fast/viewport/viewport-66.html:
1068 * fast/viewport/viewport-67.html:
1069 * fast/viewport/viewport-68.html:
1070 * fast/viewport/viewport-69.html:
1071 * fast/viewport/viewport-7.html:
1072 * fast/viewport/viewport-70.html:
1073 * fast/viewport/viewport-71.html:
1074 * fast/viewport/viewport-72.html:
1075 * fast/viewport/viewport-73.html:
1076 * fast/viewport/viewport-74.html:
1077 * fast/viewport/viewport-75.html:
1078 * fast/viewport/viewport-76.html:
1079 * fast/viewport/viewport-77.html:
1080 * fast/viewport/viewport-78.html:
1081 * fast/viewport/viewport-79.html:
1082 * fast/viewport/viewport-8.html:
1083 * fast/viewport/viewport-80.html:
1084 * fast/viewport/viewport-81.html:
1085 * fast/viewport/viewport-82.html:
1086 * fast/viewport/viewport-83.html:
1087 * fast/viewport/viewport-84.html:
1088 * fast/viewport/viewport-85.html:
1089 * fast/viewport/viewport-86.html:
1090 * fast/viewport/viewport-87.html:
1091 * fast/viewport/viewport-88.html:
1092 * fast/viewport/viewport-9.html:
1093 * fast/viewport/viewport-90.html:
1094 * fast/viewport/viewport-91.html:
1095 * fast/viewport/viewport-legacy-handheldfriendly.html:
1096 * fast/viewport/viewport-legacy-mobileoptimized-2.html:
1097 * fast/viewport/viewport-legacy-mobileoptimized-3.html:
1098 * fast/viewport/viewport-legacy-mobileoptimized.html:
1099 * fast/viewport/viewport-legacy-ordering-1.html:
1100 * fast/viewport/viewport-legacy-ordering-2.html:
1101 * fast/viewport/viewport-legacy-ordering-3.html:
1102 * fast/viewport/viewport-legacy-ordering-4.html:
1103 * fast/viewport/viewport-legacy-ordering-5.html:
1104 * fast/viewport/viewport-legacy-ordering-6.html:
1105 * fast/viewport/viewport-legacy-ordering-7.html:
1106 * fast/viewport/viewport-legacy-ordering-8.html:
1107 * fast/viewport/viewport-legacy-ordering-9.html:
1108 * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype.html:
1109 * fast/viewport/viewport-legacy-xhtmlmp-ordering.html:
1110 * fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html:
1111 * fast/viewport/viewport-legacy-xhtmlmp.html:
1112 * fast/viewport/viewport-limits-adjusted-for-no-user-scale-control.html:
1113 * fast/viewport/viewport-limits-adjusted-for-no-user-scale.html:
1114 * fast/viewport/viewport-warnings-1.html:
1115 * fast/viewport/viewport-warnings-2.html:
1116 * fast/viewport/viewport-warnings-3.html:
1117 * fast/viewport/viewport-warnings-4.html:
1118 * fast/viewport/viewport-warnings-5.html:
1119 * fast/viewport/viewport-warnings-6.html:
1120 * fullscreen/video-cursor-auto-hide-expected.txt:
1121 * fullscreen/video-cursor-auto-hide.html:
1122 * http/tests/inspector-enabled/resources/console-clear-arguments-test.js:
1123 (dumpConsoleMessageArgumentCounts):
1124 * http/tests/inspector/elements-test.js:
1125 * networkinformation/resources/event-after-navigation-new.html:
1126 * networkinformation/script-tests/add-listener-from-callback.js:
1128 * networkinformation/script-tests/basic-all-types-of-events.js:
1129 * networkinformation/script-tests/basic-operation.js:
1130 * networkinformation/script-tests/multiple-frames.js:
1131 * networkinformation/script-tests/updates.js:
1132 (setNetworkInformation):
1133 * platform/efl-wk2/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt:
1134 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html:
1135 * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html:
1136 * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html:
1137 * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html:
1138 * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html:
1139 * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view.html:
1140 * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer.html:
1141 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
1142 * platform/mac-wk2/tiled-drawing/fixed/four-bars.html:
1143 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view.html:
1144 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html:
1145 * platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html:
1146 * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html:
1147 * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame.html:
1148 * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale.html:
1149 * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing.html:
1150 * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html:
1151 * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html:
1152 * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle.html:
1153 * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle.html:
1154 * platform/mac-wk2/tiled-drawing/slow-scrolling.html:
1155 * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html:
1156 * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html:
1157 * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html:
1158 * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
1159 * platform/mac/editing/spelling/autocorrection-blockquote-crash.html:
1160 * platform/mac/editing/spelling/delete-into-misspelled-word.html:
1161 * platform/mac/editing/spelling/editing-multiple-words-with-markers.html:
1162 * platform/mac/editing/spelling/editing-word-with-marker-1.html:
1163 * platform/mac/editing/spelling/editing-word-with-marker-2.html:
1164 * platform/mac/editing/spelling/move-cursor-around-misspelled-word.html:
1165 * platform/win/editing/spelling/spelling-backspace-between-lines-expected.txt:
1166 * printing/page-format-data-expected.txt:
1167 * printing/page-format-data.html:
1168 * proximity/add-listener-from-callback.html:
1169 * proximity/basic-operation.html:
1170 * proximity/multiple-frames.html:
1171 * proximity/resources/event-after-navigation-new.html:
1172 * proximity/updates.html:
1173 * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js:
1174 (runNonFastScrollableRegionTest):
1175 * touchadjustment/big-div.html:
1176 * touchadjustment/event-triggered-widgets.html:
1177 * touchadjustment/iframe.html:
1178 * touchadjustment/nested-shadow-node.html:
1179 * touchadjustment/resources/touchadjustment.js:
1181 (testTouchPointContextMenu):
1183 (adjustTouchPointContextMenu):
1184 * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html:
1185 * touchadjustment/scroll-offset.html:
1186 * touchadjustment/search-cancel.html:
1187 * touchadjustment/zoom-basic.html:
1188 * touchadjustment/zoom-fatfinger.html:
1189 * transitions/created-while-suspended.html:
1190 * transitions/started-while-suspended.html:
1191 * transitions/suspend-transform-transition.html:
1192 * userscripts/insert-stylesheets.html:
1194 2013-10-28 Xabier Rodriguez Calvar <calvaris@igalia.com>
1196 Remove HTMLMediaElement.startTime
1197 https://bugs.webkit.org/show_bug.cgi?id=123264
1199 Reviewed by Eric Carlson.
1201 Removed test about startTime.
1203 Patch by: philipj@opera.com
1204 Blink review URL: https://codereview.chromium.org/32583003
1206 * media/media-startTime-expected.txt: Removed.
1207 * media/media-startTime.html: Removed.
1209 2013-10-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1211 Unreviewed, EFL gardening.
1213 fast/canvas/webgl/drawingbuffer-test.html is passing on efl-wk2.
1214 Move it to efl-wk1 TestExpectations file.
1216 * platform/efl-wk1/TestExpectations:
1217 * platform/efl/TestExpectations:
1219 2013-10-28 Mario Sanchez Prada <mario.prada@samsung.com>
1221 [GTK] Expose title and alternative text for links in image maps
1222 https://bugs.webkit.org/show_bug.cgi?id=84045
1224 Reviewed by Chris Fleizach.
1226 Share test expectations among Mac, GTK and EFL ports and
1227 remove expected failures for GTK and EFL.
1229 * accessibility/image-map1-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/image-map1-expected.txt.
1230 * platform/gtk/accessibility/image-map1-expected.txt: Removed.
1231 * platform/efl/TestExpectations: Removed failure expectations.
1232 * platform/gtk/TestExpectations: Ditto.
1234 2013-10-26 Simon Fraser <simon.fraser@apple.com>
1236 Crashy WebGL test is crashy.
1238 * platform/mac/TestExpectations:
1240 2013-10-26 Simon Fraser <simon.fraser@apple.com>
1242 Skip two WebGL tests that either crash or fail.
1244 * platform/mac/TestExpectations:
1246 2013-10-26 Antti Koivisto <antti@apple.com>
1248 fast/frames/seamless/seamless-nested-crash.html asserts on wk2 only
1249 https://bugs.webkit.org/show_bug.cgi?id=123354
1251 Reviewed by Andreas Kling.
1253 * TestExpectations: Remove failure expectation
1255 2013-10-25 Alexey Proskuryakov <ap@apple.com>
1257 REGRESSION (r158069): platform/mac/fast/loader/file-url-mimetypes.html
1258 is failing on all Mountain Lion bots.
1260 * platform/mac-mountainlion/fast/loader/file-url-mimetypes-expected.txt: Removed.
1261 * platform/mac-mountainlion/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Copied from LayoutTests/platform/mac-mountainlion/fast/loader/file-url-mimetypes-expected.txt.
1262 Mountain Lion results for platform/mac tests need to be in this crazy place apparently.
1264 * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
1265 * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Removed.
1266 Mavericks results should be in platform/mac, not platform/mac/platform/mac.
1267 Yes, the latter works and takes precedence, but it's wrong.
1269 2013-10-25 Simon Fraser <simon.fraser@apple.com>
1271 Tweak some test expectations.
1273 * platform/mac/TestExpectations:
1275 2013-10-25 Roger Fong <roger_fong@apple.com>
1277 Unreviewed. Mark skipped webgl conformance tests as either flakey or failures.
1279 Also reorganize expectations for WebGL a bit.
1281 * platform/mac/TestExpectations:
1283 2013-10-25 Simon Fraser <simon.fraser@apple.com>
1285 Add Mavericks-specific results for some tests.
1287 * platform/mac-mountainlion/fast/loader/file-url-mimetypes-expected.txt: Added.
1288 * platform/mac-mountainlion/http/tests/xmlhttprequest/head-redirection-expected.txt: Copied from LayoutTests/platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt.
1289 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: Added.
1290 * platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt:
1291 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added.
1292 * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added.
1294 2013-10-25 Simon Fraser <simon.fraser@apple.com>
1296 Mark some CSS filters and SVG ref tests as failing, and two WebGL tests are flakey.
1298 * platform/mac/TestExpectations:
1300 2013-10-25 Simon Fraser <simon.fraser@apple.com>
1302 Mavericks results with MountainLion variants.
1304 * platform/mac-mountainlion/fast/repaint/search-field-cancel-expected.txt: Added.
1305 * platform/mac-mountainlion/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt.
1306 * platform/mac-mountainlion/fast/text/international/cjk-segmentation-expected.txt: Added.
1307 * platform/mac/fast/repaint/search-field-cancel-expected.txt: Added.
1308 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
1309 * platform/mac/fast/text/international/cjk-segmentation-expected.txt: Added.
1310 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
1311 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
1313 2013-10-25 Alexandru Chiculita <achicu@adobe.com>
1315 Web Inspector: CSS Regions: Add layout tests for the new events in the DOMTreeManager
1316 https://bugs.webkit.org/show_bug.cgi?id=123361
1318 Reviewed by Timothy Hatcher.
1320 Created a test to check that WebInspector.DOMTree.Event.ContentFlowWasAdded and
1321 WebInspector.DOMTree.Event.ContentFlowWasRemoved are dispatched when a flow is added
1324 * http/tests/inspector-protocol/resources/InspectorTest.js:
1325 (InspectorTest.assert): Similar to InspectorTest.log, but also takes a boolean and prefixes the message
1326 with "FAIL" or "PASS" depending on the value.
1327 (InspectorTest.importInspectorScripts): Added the required CSS Agent scripts to enable the flow thread events.
1328 * inspector-protocol/model/content-flow-list-expected.txt: Added.
1329 * inspector-protocol/model/content-flow-list.html: Added.
1331 2013-10-25 Oliver Hunt <oliver@apple.com>
1333 Fix a number of problems with destructuring of arguments
1334 https://bugs.webkit.org/show_bug.cgi?id=123357
1336 Reviewed by Filip Pizlo.
1338 Add additional testing
1340 * js/destructuring-assignment-expected.txt:
1341 * js/script-tests/destructuring-assignment.js:
1343 2013-10-25 Hans Muller <hmuller@adobe.com>
1345 [CSS Shapes] CORS-enabled fetch for shape image values
1346 https://bugs.webkit.org/show_bug.cgi?id=123114
1348 Reviewed by Andreas Kling.
1350 Verify that images not allowed by CORS don't affect the layout
1351 and that same-origin images, data URLs, and images with a
1352 "Access-Control-Allow-Origin: *" header do define the layout.
1353 Added a simple PHP script that optionally adds the allow origin header.
1355 Replaced and renamed the original shape same-origin-only test.
1357 * http/tests/security/resources/image-access-control.php: Added.
1358 * http/tests/security/shape-image-cors-expected.html: Added.
1359 * http/tests/security/shape-image-cors.html: Added.
1360 * http/tests/security/shape-inside-image-origin-expected.txt: Removed.
1361 * http/tests/security/shape-inside-image-origin.html: Removed.
1363 2013-10-25 Simon Fraser <simon.fraser@apple.com>
1365 Mavericks results with MountainLion variants.
1367 * platform/mac-mountainlion/canvas/philip/tests/2d.line.join.parallel-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt.
1368 * platform/mac-mountainlion/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
1369 * platform/mac-mountainlion/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
1370 * platform/mac-mountainlion/fast/text/hyphenate-locale-expected.txt: Copied from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.txt.
1371 * platform/mac-mountainlion/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.
1372 * platform/mac-mountainlion/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.
1373 * platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
1374 * platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
1375 * platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt:
1376 * platform/mac/fast/css/line-height-expected.txt:
1377 * platform/mac/fast/text/drawBidiText-expected.txt:
1378 * platform/mac/fast/text/hyphenate-locale-expected.txt:
1379 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
1380 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
1382 2013-10-25 Simon Fraser <simon.fraser@apple.com>
1384 Apparently we need results in platform/mac-mountainlion/platform/mac/ for MountionLion.
1386 * platform/mac-mountainlion/accessibility/aria-readonly-expected.txt: Added.
1387 * platform/mac-mountainlion/platform/mac/accessibility/form-control-value-settable-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/accessibility/form-control-value-settable-expected.txt.
1388 * platform/mac-mountainlion/platform/mac/accessibility/press-action-is-first-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/accessibility/press-action-is-first-expected.txt.
1389 * platform/mac-mountainlion/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/accessibility/role-subrole-roledescription-expected.txt.
1391 2013-10-25 Antti Koivisto <antti@apple.com>
1393 fast/frames/seamless/seamless-nested-crash.html asserts on wk2 only
1394 https://bugs.webkit.org/show_bug.cgi?id=123354
1396 * TestExpectations: Skip for now.
1398 2013-10-25 Simon Fraser <simon.fraser@apple.com>
1400 Mavericks results with MountainLion variants.
1402 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
1403 * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
1404 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt.
1405 * platform/mac-mountainlion/fast/css/input-search-padding-expected.txt: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.txt.
1406 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
1407 * platform/mac-mountainlion/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
1408 * platform/mac-mountainlion/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.
1409 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
1410 * platform/mac-mountainlion/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
1411 * platform/mac-mountainlion/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
1412 * platform/mac-mountainlion/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
1413 * platform/mac-mountainlion/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
1414 * platform/mac-mountainlion/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
1415 * platform/mac-mountainlion/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
1416 * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
1417 * platform/mac-mountainlion/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.
1418 * platform/mac-mountainlion/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
1419 * platform/mac-mountainlion/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
1420 * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
1421 * platform/mac-mountainlion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt.
1422 * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
1423 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
1424 * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
1425 * platform/mac-mountainlion/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
1426 * platform/mac-mountainlion/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt.
1427 * platform/mac-mountainlion/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt.
1428 * platform/mac-mountainlion/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
1429 * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
1430 * platform/mac-mountainlion/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt.
1431 * platform/mac-mountainlion/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
1432 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
1433 * platform/mac-mountainlion/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt.
1434 * platform/mac-mountainlion/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
1435 * platform/mac-mountainlion/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt.
1436 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
1437 * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.txt.
1438 * platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt.
1439 * platform/mac-mountainlion/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
1440 * platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt.
1441 * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
1442 * platform/mac-mountainlion/svg/custom/use-on-symbol-inside-pattern-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt.
1443 * platform/mac-mountainlion/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
1444 * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
1445 * platform/mac-mountainlion/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
1446 * platform/mac/fast/block/margin-collapse/103-expected.txt:
1447 * platform/mac/fast/css/continuationCrash-expected.txt:
1448 * platform/mac/fast/css/css2-system-fonts-expected.txt:
1449 * platform/mac/fast/css/input-search-padding-expected.txt:
1450 * platform/mac/fast/css/text-overflow-input-expected.txt:
1451 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
1452 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
1453 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
1454 * platform/mac/fast/dom/isindex-001-expected.txt:
1455 * platform/mac/fast/dom/isindex-002-expected.txt:
1456 * platform/mac/fast/dynamic/008-expected.txt:
1457 * platform/mac/fast/events/context-no-deselect-expected.txt:
1458 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
1459 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
1460 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
1461 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
1462 * platform/mac/fast/parser/document-write-option-expected.txt:
1463 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
1464 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
1465 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
1466 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
1467 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
1468 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
1469 * platform/mac/fast/selectors/064-expected.txt:
1470 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
1471 * platform/mac/fast/table/003-expected.txt:
1472 * platform/mac/fast/table/colspanMinWidth-expected.txt:
1473 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
1474 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
1475 * platform/mac/fast/table/text-field-baseline-expected.txt:
1476 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
1477 * platform/mac/fast/text/updateNewFont-expected.txt:
1478 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
1479 * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
1480 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
1481 * platform/mac/platform/mac/fast/text/systemFont-expected.txt:
1482 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt:
1483 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
1484 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1485 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
1486 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
1487 * platform/mac/svg/hixie/mixed/003-expected.txt:
1488 * platform/mac/transforms/2d/zoom-menulist-expected.txt:
1489 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
1491 2013-10-25 Simon Fraser <simon.fraser@apple.com>
1493 New results for some accessibility tests.
1495 * platform/mac-mountainlion/accessibility/form-control-value-settable-expected.txt: Added.
1496 * platform/mac-mountainlion/accessibility/lists-expected.txt: Copied from LayoutTests/platform/mac/accessibility/lists-expected.txt.
1497 * platform/mac-mountainlion/accessibility/press-action-is-first-expected.txt: Added.
1498 * platform/mac-mountainlion/accessibility/role-subrole-roledescription-expected.txt: Added.
1499 * platform/mac/accessibility/aria-readonly-expected.txt: Added.
1500 * platform/mac/accessibility/lists-expected.txt:
1501 * platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Added.
1502 * platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt: Added.
1503 * platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
1505 2013-10-25 Oliver Hunt <oliver@apple.com>
1507 Improve JSC Parser error messages
1508 https://bugs.webkit.org/show_bug.cgi?id=123341
1510 Reviewed by Andreas Kling.
1512 Update a vast array of layout test results
1514 * fast/events/window-onerror5-expected.txt:
1515 * js/basic-strict-mode-expected.txt:
1516 * js/break-ASI-expected.txt:
1517 * js/dom/assign-expected.txt:
1518 * js/dom/object-extra-comma-expected.txt:
1519 * js/dom/parse-error-external-script-in-eval-expected.txt:
1520 * js/dom/parse-error-external-script-in-new-Function-expected.txt:
1521 * js/dom/reserved-words-as-property-expected.txt:
1522 * js/function-constructor-error-expected.txt:
1523 * js/function-declaration-expected.txt:
1524 * js/function-toString-object-literals-expected.txt:
1525 * js/function-toString-parentheses-expected.txt:
1526 * js/js-continue-break-restrictions-expected.txt:
1527 * js/kde/garbage-n-expected.txt:
1528 * js/kde/parse-expected.txt:
1529 * js/no-semi-insertion-at-end-of-script-expected.txt:
1530 * js/object-literal-syntax-expected.txt:
1531 * js/parser-xml-close-comment-expected.txt:
1532 * js/regexp-compile-crash-expected.txt:
1533 * js/script-tests/function-constructor-error.js:
1534 * js/script-tests/reserved-words-strict.js:
1536 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2-expected.txt:
1537 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3-expected.txt:
1538 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2-expected.txt:
1539 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3-expected.txt:
1540 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2-expected.txt:
1541 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2-expected.txt:
1542 * sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A4_T1-expected.txt:
1543 * sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A4_T4-expected.txt:
1544 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.1-expected.txt:
1545 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.10-expected.txt:
1546 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.12-expected.txt:
1547 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.13-expected.txt:
1548 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.14-expected.txt:
1549 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.16-expected.txt:
1550 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.17-expected.txt:
1551 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.2-expected.txt:
1552 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.20-expected.txt:
1553 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.22-expected.txt:
1554 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.24-expected.txt:
1555 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.25-expected.txt:
1556 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.3-expected.txt:
1557 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.4-expected.txt:
1558 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.5-expected.txt:
1559 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.8-expected.txt:
1560 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.9-expected.txt:
1561 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10-expected.txt:
1562 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11-expected.txt:
1563 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16-expected.txt:
1564 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27-expected.txt:
1565 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5-expected.txt:
1566 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6-expected.txt:
1567 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7-expected.txt:
1568 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9-expected.txt:
1569 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.2_T2-expected.txt:
1570 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.3_T1-expected.txt:
1571 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.3_T3-expected.txt:
1572 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.5_T1-expected.txt:
1573 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.5_T3-expected.txt:
1574 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.2_T1-expected.txt:
1575 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.3_T1-expected.txt:
1576 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.3_T3-expected.txt:
1577 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.5_T1-expected.txt:
1578 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.5_T3-expected.txt:
1579 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T7-expected.txt:
1580 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T8-expected.txt:
1581 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T9-expected.txt:
1582 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T1-expected.txt:
1583 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T3-expected.txt:
1584 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T6-expected.txt:
1585 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4-expected.txt:
1586 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8-expected.txt:
1587 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4-expected.txt:
1588 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8-expected.txt:
1589 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4-expected.txt:
1590 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5-expected.txt:
1591 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6-expected.txt:
1592 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8-expected.txt:
1593 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9-expected.txt:
1594 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4-expected.txt:
1595 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5-expected.txt:
1596 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6-expected.txt:
1597 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7-expected.txt:
1598 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1-expected.txt:
1599 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6-expected.txt:
1600 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7-expected.txt:
1601 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8-expected.txt:
1602 * sputnik/Conformance/08_Types/8.2_The_Null_Type/S8.2_A2-expected.txt:
1603 * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T3-expected.txt:
1604 * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T3-expected.txt:
1605 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1-expected.txt:
1606 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2-expected.txt:
1607 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3-expected.txt:
1608 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4-expected.txt:
1609 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1-expected.txt:
1610 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2-expected.txt:
1611 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3-expected.txt:
1612 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4-expected.txt:
1613 * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A2_T1-expected.txt:
1614 * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T2-expected.txt:
1615 * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T3-expected.txt:
1616 * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T5-expected.txt:
1617 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T1-expected.txt:
1618 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T10-expected.txt:
1619 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T11-expected.txt:
1620 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T12-expected.txt:
1621 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T13-expected.txt:
1622 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T14-expected.txt:
1623 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T15-expected.txt:
1624 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T2-expected.txt:
1625 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T3-expected.txt:
1626 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T4-expected.txt:
1627 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T5-expected.txt:
1628 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T6-expected.txt:
1629 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T7-expected.txt:
1630 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T8-expected.txt:
1631 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T9-expected.txt:
1632 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
1633 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T2-expected.txt:
1634 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T1-expected.txt:
1635 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T2-expected.txt:
1636 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T3-expected.txt:
1637 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T4-expected.txt:
1638 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T5-expected.txt:
1639 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T6-expected.txt:
1640 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T7-expected.txt:
1641 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T8-expected.txt:
1642 * sputnik/Conformance/12_Statement/12.4_Expression_Statement/S12.4_A1-expected.txt:
1643 * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A11-expected.txt:
1644 * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A6_T1-expected.txt:
1645 * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A6_T2-expected.txt:
1646 * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T3-expected.txt:
1647 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12-expected.txt:
1648 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3-expected.txt:
1649 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15-expected.txt:
1650 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1-expected.txt:
1651 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2-expected.txt:
1652 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3-expected.txt:
1653 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4-expected.txt:
1654 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5-expected.txt:
1655 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6-expected.txt:
1656 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3-expected.txt:
1657 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15-expected.txt:
1658 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1-expected.txt:
1659 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2-expected.txt:
1660 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3-expected.txt:
1661 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4-expected.txt:
1662 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5-expected.txt:
1663 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6-expected.txt:
1664 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3-expected.txt:
1665 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3-expected.txt:
1666 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3-expected.txt:
1667 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3-expected.txt:
1668 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1-expected.txt:
1669 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1-expected.txt:
1670 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2-expected.txt:
1671 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1-expected.txt:
1672 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2-expected.txt:
1673 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1-expected.txt:
1674 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2-expected.txt:
1675 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1-expected.txt:
1676 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2-expected.txt:
1677 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3-expected.txt:
1678 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1-expected.txt:
1679 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2-expected.txt:
1680 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3-expected.txt:
1681 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3-expected.txt:
1682 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15-expected.txt:
1683 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1-expected.txt:
1684 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2-expected.txt:
1685 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3-expected.txt:
1686 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4-expected.txt:
1687 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1-expected.txt:
1688 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2-expected.txt:
1689 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3-expected.txt:
1690 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A6-expected.txt:
1691 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1-expected.txt:
1692 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2-expected.txt:
1693 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T1-expected.txt:
1694 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T2-expected.txt:
1695 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T3-expected.txt:
1696 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T4-expected.txt:
1697 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T1-expected.txt:
1698 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T2-expected.txt:
1699 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T3-expected.txt:
1700 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A6-expected.txt:
1701 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T1-expected.txt:
1702 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T2-expected.txt:
1703 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T1-expected.txt:
1704 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T10-expected.txt:
1705 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T2-expected.txt:
1706 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T3-expected.txt:
1707 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T4-expected.txt:
1708 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T5-expected.txt:
1709 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T6-expected.txt:
1710 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T7-expected.txt:
1711 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T8-expected.txt:
1712 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T9-expected.txt:
1713 * sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.1_eval/S15.1.2.1_A2_T2-expected.txt:
1714 * sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.4/15.3.4.2_Function.prototype.toString/S15.3.4.2_A1_T1-expected.txt:
1716 2013-10-25 Manuel Rego Casasnovas <rego@igalia.com>
1718 [CSS Regions] Rename CSS classes and JS methods in vertical layout tests about selection
1719 https://bugs.webkit.org/show_bug.cgi?id=123327
1721 Reviewed by Mihnea Ovidenie.
1723 For consistency with Blink we use Vertical instead of Vert in CSS
1724 classes and JS methods related to the selection layout tests for CSS
1727 * fast/regions/resources/helper.js:
1728 (selectContentByIdsVertical):
1729 * fast/regions/resources/region-style.css:
1730 * fast/regions/selection/selecting-text-ignoring-region-vert-lr-expected.html:
1731 * fast/regions/selection/selecting-text-ignoring-region-vert-lr.html:
1732 * fast/regions/selection/selecting-text-ignoring-region-vert-rl-expected.html:
1733 * fast/regions/selection/selecting-text-ignoring-region-vert-rl.html:
1734 * fast/regions/selection/selecting-text-in-2-regions-vert-lr-expected.html:
1735 * fast/regions/selection/selecting-text-in-2-regions-vert-lr.html:
1736 * fast/regions/selection/selecting-text-in-2-regions-vert-rl-expected.html:
1737 * fast/regions/selection/selecting-text-in-2-regions-vert-rl.html:
1739 2013-10-25 Javier Fernandez <jfernandez@igalia.com>
1741 Unreviewed GTK gardening. Several fast/regions/selection tests are failing in WK2.
1743 * platform/gtk-wk2/TestExpectations:
1745 2013-10-24 Simon Fraser <simon.fraser@apple.com>
1747 New Mavericks results for editing and fast/html, with MountainLion fallbacks.
1749 * platform/mac-mountainlion/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.
1750 * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
1751 * platform/mac-mountainlion/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
1752 * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
1753 * platform/mac-mountainlion/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
1754 * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
1755 * platform/mac-mountainlion/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
1756 * platform/mac-mountainlion/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
1757 * platform/mac-mountainlion/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
1758 * platform/mac-mountainlion/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
1759 * platform/mac-mountainlion/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
1760 * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
1761 * platform/mac-mountainlion/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
1762 * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
1763 * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
1764 * platform/mac-mountainlion/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
1765 * platform/mac-mountainlion/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
1766 * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt.
1767 * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt.
1768 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
1769 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
1770 * platform/mac/editing/pasteboard/4806874-expected.txt:
1771 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
1772 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
1773 * platform/mac/editing/selection/3690703-2-expected.txt:
1774 * platform/mac/editing/selection/3690703-expected.txt:
1775 * platform/mac/editing/selection/3690719-expected.txt:
1776 * platform/mac/editing/selection/4895428-3-expected.txt:
1777 * platform/mac/editing/selection/4975120-expected.txt:
1778 * platform/mac/editing/selection/drag-select-1-expected.txt:
1779 * platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
1780 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
1781 * platform/mac/fast/html/details-no-summary4-expected.txt:
1782 * platform/mac/fast/html/details-open-javascript-expected.txt:
1783 * platform/mac/fast/html/details-open2-expected.txt:
1784 * platform/mac/fast/html/details-open4-expected.txt:
1785 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
1786 * platform/mac/fast/html/details-replace-text-expected.txt:
1788 2013-10-24 Simon Fraser <simon.fraser@apple.com>
1790 https://bugs.webkit.org/show_bug.cgi?id=123304
1792 The focus-option-control-on-page.html test has behavior that depends on the system
1793 "Full Keyboard Access" prefs, so mark it as passing or failing, and remove a bogus
1794 result that I added.
1796 * platform/mac-mountainlion/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Removed.
1797 * platform/mac/TestExpectations:
1799 2013-10-24 Simon Fraser <simon.fraser@apple.com>
1801 More new test results for Mavericks, and MountainLion results where necessary.
1803 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt.
1804 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
1805 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
1806 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
1807 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
1808 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
1809 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
1810 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt.
1811 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
1812 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
1813 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
1814 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
1815 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
1816 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
1817 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt.
1818 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
1819 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
1820 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
1821 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
1822 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
1823 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
1824 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
1825 * platform/mac-mountainlion/tables/mozilla/bugs/bug120107-expected.txt: Added.
1826 * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
1827 * platform/mac-mountainlion/tables/mozilla/bugs/bug1271-expected.txt: Added.
1828 * platform/mac-mountainlion/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
1829 * platform/mac-mountainlion/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
1830 * platform/mac-mountainlion/tables/mozilla/bugs/bug131020-2-expected.txt: Added.
1831 * platform/mac-mountainlion/tables/mozilla/bugs/bug13169-expected.txt: Added.
1832 * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
1833 * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
1834 * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
1835 * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
1836 * platform/mac-mountainlion/tables/mozilla/bugs/bug157890-expected.txt: Added.
1837 * platform/mac-mountainlion/tables/mozilla/bugs/bug1818-3-expected.txt: Added.
1838 * platform/mac-mountainlion/tables/mozilla/bugs/bug1818-6-expected.txt: Added.
1839 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
1840 * platform/mac-mountainlion/tables/mozilla/bugs/bug196870-expected.txt: Added.
1841 * platform/mac-mountainlion/tables/mozilla/bugs/bug222336-expected.txt: Added.
1842 * platform/mac-mountainlion/tables/mozilla/bugs/bug222467-expected.txt: Added.
1843 * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
1844 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
1845 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
1846 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
1847 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt.
1848 * platform/mac-mountainlion/tables/mozilla/bugs/bug269566-expected.txt: Added.
1849 * platform/mac-mountainlion/tables/mozilla/bugs/bug277062-expected.txt: Added.
1850 * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
1851 * platform/mac-mountainlion/tables/mozilla/bugs/bug28933-expected.txt: Added.
1852 * platform/mac-mountainlion/tables/mozilla/bugs/bug29314-expected.txt: Added.
1853 * platform/mac-mountainlion/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
1854 * platform/mac-mountainlion/tables/mozilla/bugs/bug2954-expected.txt: Added.
1855 * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
1856 * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
1857 * platform/mac-mountainlion/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
1858 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
1859 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
1860 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
1861 * platform/mac-mountainlion/tables/mozilla/bugs/bug50695-2-expected.txt: Added.
1862 * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
1863 * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
1864 * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
1865 * platform/mac-mountainlion/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
1866 * platform/mac-mountainlion/tables/mozilla/bugs/bug56201-expected.txt: Added.
1867 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
1868 * platform/mac-mountainlion/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
1869 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
1870 * platform/mac-mountainlion/tables/mozilla/bugs/bug8032-2-expected.txt: Added.
1871 * platform/mac-mountainlion/tables/mozilla/bugs/bug9024-expected.txt: Added.
1872 * platform/mac-mountainlion/tables/mozilla/bugs/bug92647-2-expected.txt: Added.
1873 * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
1874 * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
1875 * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
1876 * platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Added.
1877 * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
1878 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
1879 * platform/mac-mountainlion/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt.
1880 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt.
1881 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt.
1882 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt.
1883 * platform/mac-mountainlion/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.
1884 * platform/mac-mountainlion/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.
1885 * platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt:
1886 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
1887 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
1888 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
1889 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
1890 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
1891 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
1892 * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
1893 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
1894 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
1895 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
1896 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
1897 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
1898 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
1899 * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt:
1900 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
1901 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
1902 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
1903 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
1904 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
1905 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
1906 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
1907 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
1908 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
1909 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
1910 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
1911 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
1912 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
1913 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
1914 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
1915 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
1916 * platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
1917 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
1918 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
1919 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
1920 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
1921 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
1922 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
1923 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
1924 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
1925 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
1926 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
1927 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
1928 * platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
1929 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
1930 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
1931 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
1932 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
1933 * platform/mac/tables/mozilla/core/margins-expected.txt:
1934 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
1935 * platform/mac/tables/mozilla/other/move_row-expected.txt:
1936 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1937 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1938 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1939 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
1940 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
1942 2013-10-24 Simon Fraser <simon.fraser@apple.com>
1944 Update fast/forms tests for Mavericks, adding results for MountainLion when necessary.
1946 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt.
1947 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt.
1948 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt.
1949 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt.
1950 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt.
1951 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
1952 * platform/mac-mountainlion/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
1953 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
1954 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
1955 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
1956 * platform/mac-mountainlion/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt.
1957 * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
1958 * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
1959 * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
1960 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
1961 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
1962 * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
1963 * platform/mac-mountainlion/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
1964 * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
1965 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
1966 * platform/mac-mountainlion/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
1967 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
1968 * platform/mac-mountainlion/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
1969 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
1970 * platform/mac-mountainlion/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
1971 * platform/mac-mountainlion/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
1972 * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
1973 * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
1974 * platform/mac-mountainlion/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
1975 * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
1976 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
1977 * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
1978 * platform/mac-mountainlion/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
1979 * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
1980 * platform/mac-mountainlion/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
1981 * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
1982 * platform/mac-mountainlion/fast/forms/input-baseline-expected.txt: Added.
1983 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
1984 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
1985 * platform/mac-mountainlion/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.
1986 * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
1987 * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
1988 * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
1989 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
1990 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
1991 * platform/mac-mountainlion/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
1992 * platform/mac-mountainlion/fast/forms/input-set-composition-scroll-expected.txt: Added.
1993 * platform/mac-mountainlion/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
1994 * platform/mac-mountainlion/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
1995 * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
1996 * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
1997 * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
1998 * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
1999 * platform/mac-mountainlion/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
2000 * platform/mac-mountainlion/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.
2001 * platform/mac-mountainlion/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
2002 * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
2003 * platform/mac-mountainlion/fast/forms/input-type-text-min-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.txt.
2004 * platform/mac-mountainlion/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
2005 * platform/mac-mountainlion/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
2006 * platform/mac-mountainlion/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
2007 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt.
2008 * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
2009 * platform/mac-mountainlion/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
2010 * platform/mac-mountainlion/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt.
2011 * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
2012 * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
2013 * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
2014 * platform/mac-mountainlion/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.
2015 * platform/mac-mountainlion/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
2016 * platform/mac-mountainlion/fast/forms/placeholder-position-expected.txt: Added.
2017 * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
2018 * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
2019 * platform/mac-mountainlion/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
2020 * platform/mac-mountainlion/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
2021 * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
2022 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
2023 * platform/mac-mountainlion/fast/forms/search/search-size-with-decorations-expected.txt: Added.
2024 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
2025 * platform/mac-mountainlion/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt.
2026 * platform/mac-mountainlion/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
2027 * platform/mac-mountainlion/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
2028 * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
2029 * platform/mac-mountainlion/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt.
2030 * platform/mac-mountainlion/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt.
2031 * platform/mac-mountainlion/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
2032 * platform/mac-mountainlion/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
2033 * platform/mac-mountainlion/fast/forms/select/popup-closes-on-blur-expected.txt: Added.
2034 * platform/mac-mountainlion/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt.
2035 * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
2036 * platform/mac-mountainlion/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
2037 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
2038 * platform/mac-mountainlion/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
2039 * platform/mac-mountainlion/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
2040 * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
2041 * platform/mac-mountainlion/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
2042 * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
2043 * platform/mac-mountainlion/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
2044 * platform/mac-mountainlion/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
2045 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
2046 * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
2047 * platform/mac-mountainlion/platform/mac/fast/forms/attributed-strings-expected.txt: Added.
2048 * platform/mac-mountainlion/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added.
2049 * platform/mac-mountainlion/platform/mac/fast/forms/indeterminate-progress-inline-height-expected.txt: Added.
2050 * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
2051 * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt: Added.
2052 * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt.
2053 * platform/mac-mountainlion/platform/mac/fast/forms/input-number-click-expected.txt: Added.
2054 * platform/mac/TestExpectations:
2055 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
2056 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
2057 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt:
2058 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
2059 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
2060 * platform/mac/fast/forms/basic-inputs-expected.txt:
2061 * platform/mac/fast/forms/basic-selects-expected.txt:
2062 * platform/mac/fast/forms/basic-textareas-expected.txt:
2063 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
2064 * platform/mac/fast/forms/box-shadow-override-expected.txt:
2065 * platform/mac/fast/forms/button-align-expected.txt:
2066 * platform/mac/fast/forms/button-positioned-expected.txt:
2067 * platform/mac/fast/forms/button-sizes-expected.txt:
2068 * platform/mac/fast/forms/button-style-color-expected.txt:
2069 * platform/mac/fast/forms/button-table-styles-expected.txt:
2070 * platform/mac/fast/forms/button-text-transform-expected.txt:
2071 * platform/mac/fast/forms/button-white-space-expected.txt:
2072 * platform/mac/fast/forms/control-clip-expected.txt:
2073 * platform/mac/fast/forms/control-clip-overflow-expected.txt:
2074 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
2075 * platform/mac/fast/forms/encoding-test-expected.txt:
2076 * platform/mac/fast/forms/fieldset-align-expected.txt:
2077 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
2078 * platform/mac/fast/forms/form-element-geometry-expected.txt:
2079 * platform/mac/fast/forms/hidden-listbox-expected.txt:
2080 * platform/mac/fast/forms/input-align-expected.txt:
2081 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
2082 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
2083 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
2084 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
2085 * platform/mac/fast/forms/input-appearance-height-expected.txt:
2086 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
2087 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
2088 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
2089 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
2090 * platform/mac/fast/forms/input-appearance-width-expected.txt:
2091 * platform/mac/fast/forms/input-baseline-expected.txt: Added.
2092 * platform/mac/fast/forms/input-button-sizes-expected.txt:
2093 * platform/mac/fast/forms/input-disabled-color-expected.txt:
2094 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
2095 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
2096 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
2097 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
2098 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
2099 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
2100 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
2101 * platform/mac/fast/forms/input-spaces-expected.txt:
2102 * platform/mac/fast/forms/input-table-expected.txt:
2103 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
2104 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
2105 * platform/mac/fast/forms/input-text-double-click-expected.txt:
2106 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
2107 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
2108 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2109 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
2110 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
2111 * platform/mac/fast/forms/input-type-text-min-width-expected.txt:
2112 * platform/mac/fast/forms/input-value-expected.txt:
2113 * platform/mac/fast/forms/input-width-expected.txt:
2114 * platform/mac/fast/forms/listbox-bidi-align-expected.txt:
2115 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
2116 * platform/mac/fast/forms/listbox-width-change-expected.txt:
2117 * platform/mac/fast/forms/menulist-no-overflow-expected.txt:
2118 * platform/mac/fast/forms/menulist-option-wrap-expected.txt:
2119 * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
2120 * platform/mac/fast/forms/minWidthPercent-expected.txt:
2121 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
2122 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
2123 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
2124 * platform/mac/fast/forms/placeholder-position-expected.txt: Added.
2125 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
2126 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
2127 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
2128 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
2129 * platform/mac/fast/forms/search-rtl-expected.txt:
2130 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
2131 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: Added.
2132 * platform/mac/fast/forms/searchfield-heights-expected.txt:
2133 * platform/mac/fast/forms/select-align-expected.txt:
2134 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
2135 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
2136 * platform/mac/fast/forms/select-disabled-appearance-expected.txt:
2137 * platform/mac/fast/forms/select-empty-option-height-expected.txt:
2138 * platform/mac/fast/forms/select-initial-position-expected.txt:
2139 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
2140 * platform/mac/fast/forms/select-selected-expected.txt:
2141 * platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt:
2142 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
2143 * platform/mac/fast/forms/text-style-color-expected.txt:
2144 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
2145 * platform/mac/fast/forms/textarea-align-expected.txt:
2146 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
2147 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
2148 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
2149 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
2150 * platform/mac/fast/forms/textfield-outline-expected.txt:
2151 * platform/mac/fast/forms/textfield-overflow-expected.txt:
2152 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
2153 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
2154 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
2155 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
2157 2013-10-24 Roger Fong <roger_fong@apple.com>
2159 Add texture level dependent size checks to textureImage2D calls.
2160 https://bugs.webkit.org/show_bug.cgi?id=123290
2161 <rdar://problem/15201382>
2163 Reviewed by Dean Jackson.
2165 * platform/mac/TestExpectations: Unskip now passing test texture-size-limit.html.
2167 2013-10-24 Roger Fong <roger_fong@apple.com>
2169 Unreviewed gardening. Skip some failing WebGL Conformance suite 1.0.1 tests.
2171 * platform/mac/TestExpectations:
2173 2013-10-24 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2175 dumpAsText() is unnecessarily called in spellchecking tests
2176 https://bugs.webkit.org/show_bug.cgi?id=123266
2178 Reviewed by Darin Adler.
2180 dumpAsText is already called either by notifyDone (js-test-post.js) or
2181 by finishJSTest() when asynchrononous spell checking is used.
2183 * editing/spelling/spellcheck-async-mutation.html:
2184 * editing/spelling/spellcheck-async.html:
2185 * editing/spelling/spellcheck-attribute-expected.txt:
2186 * editing/spelling/spellcheck-attribute.html:
2187 * editing/spelling/spelling-insert-html.html:
2188 * editing/spelling/spelling-unified-emulation.html:
2190 2013-10-24 Myles C. Maxfield <mmaxfield@apple.com>
2192 Gaps between underlines in adjacent underlined text runs
2193 https://bugs.webkit.org/show_bug.cgi?id=123236
2195 Reviewed by Simon Fraser and Darin Adler.
2197 Added a test that checks that we have accurate precision in our
2198 floating-point computations. We should perform calculations before
2199 rounding, instead of rouding twice and performing calculations on
2202 * fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes.html: Added.
2203 * platform/mac/fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes-expected.png: Added.
2204 * platform/mac/fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes-expected.txt: Added.
2206 2013-10-24 Joseph Pecoraro <pecoraro@apple.com>
2208 Fix unnecessary alerted value leaking into another test.
2210 Rubber-stamped by Alexey Proskuryakov.
2212 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html:
2214 2013-10-24 Santosh Mahto <santosh.ma@samsung.com>
2216 [contenteditable] Content after non-editable element disappears when merging lines using backspace
2217 https://bugs.webkit.org/show_bug.cgi?id=122748
2219 Reviewed by Ryosuke Niwa.
2221 Adding test to verify that on merging the paragraph containing
2222 non-editable element does not cause loss of non-editable content after
2225 * editing/deleting/merge-paragraph-contatining-noneditable-expected.txt: Added.
2226 * editing/deleting/merge-paragraph-contatining-noneditable.html: Added.
2228 2013-10-24 Alexey Proskuryakov <ap@apple.com>
2230 Layout Test compositing/regions/propagate-region-box-shadow-border-padding-for-video.html is flaky
2231 https://bugs.webkit.org/show_bug.cgi?id=123282
2233 * platform/mac/TestExpectations: Marking as such.
2235 2013-10-24 Joseph Pecoraro <pecoraro@apple.com>
2237 Web Inspector: Breakpoints in sourceURL named scripts do not work
2238 https://bugs.webkit.org/show_bug.cgi?id=123231
2240 Reviewed by Timothy Hatcher.
2242 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL-expected.txt: Added.
2243 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html: Added.
2245 2013-10-24 Alexandru Chiculita <achicu@adobe.com>
2247 Web Inspector: Add a way to test the Manager and model classes
2248 https://bugs.webkit.org/show_bug.cgi?id=123223
2250 Reviewed by Timothy Hatcher.
2252 Added the first new WebInspector layout test file. The test is using InspectorTest.importInspectorScripts
2253 to bootstrap some of the managers/observers/models from the new WebInspector.
2255 * http/tests/inspector-protocol/resources/InspectorTest.js:
2256 (InspectorTest.importScript):
2257 (InspectorTest.importInspectorScripts):
2258 * inspector-protocol/model/main-frame-resource-expected.txt: Added.
2259 * inspector-protocol/model/main-frame-resource.html: Added.
2261 2013-10-24 Alexey Proskuryakov <ap@apple.com>
2263 Freshly landed webgl-1.0.1 tests are failing.
2265 * platform/mac/TestExpectations: Correcting a late-night typo in TetExpectations.
2266 It's [Failure], not [Fail].
2268 2013-10-24 Javier Fernandez <jfernandez@igalia.com>
2270 [GTK] Removing flags for tests fixed in bug 121828
2271 https://bugs.webkit.org/show_bug.cgi?id=122967
2273 Unreviewed GTK gardening. Rebaselining after r156767.
2275 * platform/gtk/TestExpectations:
2276 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
2277 * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Added.
2278 * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt: Added.
2280 2013-10-23 Alexey Proskuryakov <ap@apple.com>
2282 Revert <http://trac.webkit.org/changeset/157893>
2283 (Mavericks test results mega-patch).
2285 It didn't fix Mavericks, which still has dozens of failures, and it broke Mountain
2286 Lion bots, which need to remain green for tools like EWS to work.
2288 At a glance, there are multiple systemic issues with this change:
2289 - some results went to broken locations like platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png;
2290 - WK2 expectations also went to platform/mac/platform/mac-wk2/TestExpectations.
2291 - some tests like js/dom/global-constructors-attributes.html used to match cross-platform
2292 baseline, but copying Mavericks results over to platform/mac made it so that those results
2293 are now ignored on Mountain Lion.
2295 I think that starting over will be easier that fixing these issues incrementally.
2297 2013-10-23 Alexey Proskuryakov <ap@apple.com>
2299 Freshly landed webgl-1.0.1 tests are failing.
2301 * platform/mac/TestExpectations: Mark them as such.
2303 2013-10-23 Alexey Proskuryakov <ap@apple.com>
2305 Layout Test plugins/destroy-during-npp-new-object-with-fallback-content.html is flaky
2306 https://bugs.webkit.org/show_bug.cgi?id=123250
2308 This is a recent regression.
2310 * platform/mac/TestExpectations: Marking as such.
2312 2013-10-23 Alexey Proskuryakov <ap@apple.com>
2314 Layout Test webaudio/javascriptaudionode-downmix8-2channel-input.html is flaky
2315 https://bugs.webkit.org/show_bug.cgi?id=120148
2317 * TestExpectations: Marking as such.
2319 2013-10-23 Sun-woo Nam <sunny.nam@samsung.com>
2321 [EFL] Skip tests which are already passed in WebKit1.
2322 https://bugs.webkit.org/show_bug.cgi?id=123200
2324 Reviewed by Gyuyoung Kim.
2326 These tests are passed in wk1 because DRT is supporting setViewModeMediaFeature().
2327 So these are only failed in wk2, but skipped in all cases now.
2329 * platform/efl-wk2/TestExpectations:
2330 * platform/efl/TestExpectations:
2332 2013-10-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2334 Integrate css3-images image-orientation with existing EXIF support
2335 https://bugs.webkit.org/show_bug.cgi?id=91566
2337 Reviewed by Beth Dakin.
2339 * fast/css/image-orientation/image-orientation-expected.txt: Fixed wrong description.
2340 * fast/css/image-orientation/image-orientation.html: Remove a space.
2342 2013-10-23 Roger Fong <roger_fong@apple.com>
2344 Forgot to add 1.0.1 conformance tests in r157888.
2348 2013-10-23 Roger Fong <roger_fong@apple.com>
2350 Skip some unexpected WebGL 1.0.2 conformance suite failures.
2352 * platform/mac/TestExpectations:
2354 2013-10-23 Simon Fraser <simon.fraser@apple.com>
2356 fast/forms/input-type-text-min-width.html fails on Mavericks.
2357 https://bugs.webkit.org/show_bug.cgi?id=123235
2359 * platform/mac-mountainlion/TestExpectations: Added.
2360 * platform/mac/TestExpectations:
2362 2013-10-23 Myles C. Maxfield <mmaxfield@apple.com>
2364 Include misspelling dot gap width when centering misspelling dots
2365 https://bugs.webkit.org/show_bug.cgi?id=122365
2367 Reviewed by Simon Fraser.
2369 Created a pixel new test where taking this gap width into account when
2370 performing the centering calculation actually changes the location of
2371 where the dots end up. In addition, created a pixel test that misspells
2372 two words next to each other to make sure that the misspelling dots don't
2373 appear under the space between the words.
2375 * editing/spelling/centering-misspelling-dots-expected.txt: Added.
2376 * editing/spelling/centering-misspelling-dots.html: Added.
2377 * platform/mac/editing/spelling/centering-misspelling-dots-expected.png: Added.
2378 * editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt: Added.
2379 * editing/spelling/misspelling-dots-dont-extend-beyond-words.html: Added.
2380 * platform/mac/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.png: Added.
2382 2013-10-23 Alexey Proskuryakov <ap@apple.com>
2384 ASSERT d->m_defersLoading != defers on detik.com and drive.google.com
2385 https://bugs.webkit.org/show_bug.cgi?id=111902
2387 * platform/mac/TestExpectations: Remove stale test expectations associated with this
2388 bug, it's been fixed for a long time. Flakiness dashboard concurs.
2390 2013-10-23 Simon Fraser <simon.fraser@apple.com>
2392 Migrate existing platform/mac layout test results to mac-mountainlion, and add new platform/mac results for Mavericks.
2394 * platform/mac-mountainlion/accessibility/lists-expected.txt: Copied from LayoutTests/platform/mac/accessibility/lists-expected.txt.
2395 * platform/mac-mountainlion/canvas/philip/tests/2d.line.join.parallel-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt.
2396 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
2397 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt.
2398 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
2399 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
2400 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
2401 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
2402 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
2403 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
2404 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
2405 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
2406 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
2407 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
2408 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
2409 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
2410 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
2411 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt.
2412 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
2413 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
2414 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
2415 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
2416 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
2417 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
2418 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
2419 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
2420 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
2421 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
2422 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
2423 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
2424 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png.
2425 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt.
2426 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png.
2427 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
2428 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png.
2429 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
2430 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png.
2431 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
2432 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png.
2433 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
2434 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png.
2435 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
2436 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png.
2437 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
2438 * platform/mac-mountainlion/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.
2439 * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png.
2440 * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
2441 * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png.
2442 * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
2443 * platform/mac-mountainlion/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
2444 * platform/mac-mountainlion/editing/selection/3690703-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.png.
2445 * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
2446 * platform/mac-mountainlion/editing/selection/3690703-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.png.
2447 * platform/mac-mountainlion/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
2448 * platform/mac-mountainlion/editing/selection/3690719-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.png.
2449 * platform/mac-mountainlion/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
2450 * platform/mac-mountainlion/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png.
2451 * platform/mac-mountainlion/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
2452 * platform/mac-mountainlion/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png.
2453 * platform/mac-mountainlion/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
2454 * platform/mac-mountainlion/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
2455 * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png.
2456 * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
2457 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
2458 * platform/mac-mountainlion/fast/css/continuationCrash-expected.png: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.png.
2459 * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
2460 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.png: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.png.
2461 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt.
2462 * platform/mac-mountainlion/fast/css/input-search-padding-expected.png: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.png.
2463 * platform/mac-mountainlion/fast/css/input-search-padding-expected.txt: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.txt.
2464 * platform/mac-mountainlion/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
2465 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png.
2466 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
2467 * platform/mac-mountainlion/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
2468 * platform/mac-mountainlion/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.
2469 * platform/mac-mountainlion/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.
2470 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png.
2471 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
2472 * platform/mac-mountainlion/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
2473 * platform/mac-mountainlion/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
2474 * platform/mac-mountainlion/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.png.
2475 * platform/mac-mountainlion/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
2476 * platform/mac-mountainlion/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
2477 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt.
2478 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.png.
2479 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt.
2480 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.png.
2481 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt.
2482 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.png.
2483 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt.
2484 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.png.
2485 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt.
2486 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png.
2487 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
2488 * platform/mac-mountainlion/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
2489 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png.
2490 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
2491 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png.
2492 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
2493 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
2494 * platform/mac-mountainlion/fast/forms/button-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.png.
2495 * platform/mac-mountainlion/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt.
2496 * platform/mac-mountainlion/fast/forms/button-positioned-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.png.
2497 * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
2498 * platform/mac-mountainlion/fast/forms/button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.png.
2499 * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
2500 * platform/mac-mountainlion/fast/forms/button-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.png.
2501 * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
2502 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png.
2503 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
2504 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png.
2505 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
2506 * platform/mac-mountainlion/fast/forms/button-white-space-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.png.
2507 * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
2508 * platform/mac-mountainlion/fast/forms/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.png.
2509 * platform/mac-mountainlion/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
2510 * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png.
2511 * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
2512 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png.
2513 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
2514 * platform/mac-mountainlion/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
2515 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png.
2516 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
2517 * platform/mac-mountainlion/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
2518 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.png: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png.
2519 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
2520 * platform/mac-mountainlion/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
2521 * platform/mac-mountainlion/fast/forms/input-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.png.
2522 * platform/mac-mountainlion/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
2523 * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png.
2524 * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
2525 * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png.
2526 * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
2527 * platform/mac-mountainlion/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
2528 * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png.
2529 * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
2530 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
2531 * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png.
2532 * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
2533 * platform/mac-mountainlion/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
2534 * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png.
2535 * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
2536 * platform/mac-mountainlion/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
2537 * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png.
2538 * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
2539 * platform/mac-mountainlion/fast/forms/input-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.png.
2540 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png.
2541 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
2542 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png.
2543 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
2544 * platform/mac-mountainlion/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.
2545 * platform/mac-mountainlion/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.
2546 * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png.
2547 * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
2548 * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
2549 * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
2550 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png.
2551 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
2552 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png.
2553 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
2554 * platform/mac-mountainlion/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
2555 * platform/mac-mountainlion/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
2556 * platform/mac-mountainlion/fast/forms/input-table-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.png.
2557 * platform/mac-mountainlion/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
2558 * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png.
2559 * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
2560 * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png.
2561 * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
2562 * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png.
2563 * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
2564 * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png.
2565 * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
2566 * platform/mac-mountainlion/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
2567 * platform/mac-mountainlion/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.
2568 * platform/mac-mountainlion/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.
2569 * platform/mac-mountainlion/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
2570 * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png.
2571 * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
2572 * platform/mac-mountainlion/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
2573 * platform/mac-mountainlion/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
2574 * platform/mac-mountainlion/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
2575 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png.
2576 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt.
2577 * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png.
2578 * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
2579 * platform/mac-mountainlion/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
2580 * platform/mac-mountainlion/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt.
2581 * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png.
2582 * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
2583 * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
2584 * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png.
2585 * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
2586 * platform/mac-mountainlion/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.
2587 * platform/mac-mountainlion/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.
2588 * platform/mac-mountainlion/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
2589 * platform/mac-mountainlion/fast/forms/placeholder-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png.
2590 * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png.
2591 * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
2592 * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png.
2593 * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
2594 * platform/mac-mountainlion/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
2595 * platform/mac-mountainlion/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
2596 * platform/mac-mountainlion/fast/forms/search-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.png.
2597 * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
2598 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png.
2599 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
2600 * platform/mac-mountainlion/fast/forms/search/search-size-with-decorations-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.png.
2601 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png.
2602 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
2603 * platform/mac-mountainlion/fast/forms/select-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.png.
2604 * platform/mac-mountainlion/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt.
2605 * platform/mac-mountainlion/fast/forms/select-change-listbox-to-popup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.png.
2606 * platform/mac-mountainlion/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
2607 * platform/mac-mountainlion/fast/forms/select-change-popup-to-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.png.
2608 * platform/mac-mountainlion/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
2609 * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png.
2610 * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
2611 * platform/mac-mountainlion/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt.
2612 * platform/mac-mountainlion/fast/forms/select-initial-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.png.
2613 * platform/mac-mountainlion/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt.
2614 * platform/mac-mountainlion/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
2615 * platform/mac-mountainlion/fast/forms/select-selected-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.png.
2616 * platform/mac-mountainlion/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
2617 * platform/mac-mountainlion/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt.
2618 * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png.
2619 * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
2620 * platform/mac-mountainlion/fast/forms/text-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.png.
2621 * platform/mac-mountainlion/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
2622 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png.
2623 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
2624 * platform/mac-mountainlion/fast/forms/textarea-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.png.
2625 * platform/mac-mountainlion/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
2626 * platform/mac-mountainlion/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
2627 * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png.
2628 * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
2629 * platform/mac-mountainlion/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
2630 * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png.
2631 * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
2632 * platform/mac-mountainlion/fast/forms/textfield-outline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png.
2633 * platform/mac-mountainlion/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
2634 * platform/mac-mountainlion/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
2635 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png.
2636 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
2637 * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.png: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png.
2638 * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
2639 * platform/mac-mountainlion/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
2640 * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
2641 * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
2642 * platform/mac-mountainlion/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
2643 * platform/mac-mountainlion/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
2644 * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt.
2645 * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt.
2646 * platform/mac-mountainlion/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
2647 * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png.
2648 * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
2649 * platform/mac-mountainlion/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.
2650 * platform/mac-mountainlion/fast/parser/document-write-option-expected.png: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.png.
2651 * platform/mac-mountainlion/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
2652 * platform/mac-mountainlion/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
2653 * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png.
2654 * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
2655 * platform/mac-mountainlion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt.
2656 * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png.
2657 * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
2658 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png.
2659 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
2660 * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png.
2661 * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
2662 * platform/mac-mountainlion/fast/selectors/064-expected.png: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.png.
2663 * platform/mac-mountainlion/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
2664 * platform/mac-mountainlion/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt.
2665 * platform/mac-mountainlion/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
2666 * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png.
2667 * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
2668 * platform/mac-mountainlion/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
2669 * platform/mac-mountainlion/fast/text/backslash-to-yen-sign-euc-expected.png: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png.
2670 * platform/mac-mountainlion/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt.
2671 * platform/mac-mountainlion/fast/text/drawBidiText-expected.png: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.png.
2672 * platform/mac-mountainlion/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
2673 * platform/mac-mountainlion/fast/text/hyphenate-locale-expected.txt: Copied from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.txt.
2674 * platform/mac-mountainlion/fast/text/international/bold-bengali-expected.txt: Added.
2675 * platform/mac-mountainlion/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
2676 * platform/mac-mountainlion/fast/text/international/khmer-selection-expected.txt: Added.
2677 * platform/mac-mountainlion/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.
2678 * platform/mac-mountainlion/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.
2679 * platform/mac-mountainlion/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.
2680 * platform/mac-mountainlion/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.
2681 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.png: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png.
2682 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
2683 * platform/mac-mountainlion/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt.
2684 * platform/mac-mountainlion/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
2685 * platform/mac-mountainlion/fast/writing-mode/text-orientation-basic-expected.txt: Added.
2686 * platform/mac-mountainlion/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt.
2687 * platform/mac-mountainlion/fonts/cursive-expected.txt: Added.
2688 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png.
2689 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
2690 * platform/mac-mountainlion/http/tests/xmlhttprequest/head-redirection-expected.txt: Copied from LayoutTests/platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt.
2691 * platform/mac-mountainlion/media/video-controls-captions-trackmenu-localized-expected.txt: Added.
2692 * platform/mac-mountainlion/media/video-controls-captions-trackmenu-sorted-expected.txt: Copied from LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt.
2693 * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt.
2694 * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.png: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.png.
2695 * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.txt.
2696 * platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.png: Copied from LayoutTests/platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png.
2697 * platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt.
2698 * platform/mac-mountainlion/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
2699 * platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt.
2700 * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
2701 * platform/mac-mountainlion/svg/custom/use-on-symbol-inside-pattern-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt.
2702 * platform/mac-mountainlion/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png.
2703 * platform/mac-mountainlion/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
2704 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.png.
2705 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
2706 * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.png.
2707 * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
2708 * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
2709 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png.
2710 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
2711 * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
2712 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.png.
2713 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
2714 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png.
2715 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
2716 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
2717 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt.
2718 * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
2719 * platform/mac-mountainlion/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
2720 * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
2721 * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
2722 * platform/mac-mountainlion/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
2723 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
2724 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
2725 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
2726 * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
2727 * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
2728 * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
2729 * platform/mac-mountainlion/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
2730 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.png.
2731 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
2732 * platform/mac-mountainlion/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
2733 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png.
2734 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
2735 * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png.
2736 * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
2737 * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.png.
2738 * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
2739 * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
2740 * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
2741 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.png.
2742 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
2743 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png.
2744 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt.
2745 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt.
2746 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png.
2747 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt.
2748 * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png.
2749 * platform/mac-mountainlion/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.
2750 * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png.
2751 * platform/mac-mountainlion/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.
2752 * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
2753 * platform/mac-mountainlion/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
2754 * platform/mac-mountainlion/transitions/default-timing-function-expected.txt: Added.
2755 * platform/mac/accessibility/aria-readonly-expected.txt: Added.
2756 * platform/mac/accessibility/lists-expected.txt:
2757 * platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt:
2758 * platform/mac/css3/selectors3/html/css3-modsel-161-expected.png:
2759 * platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt:
2760 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png:
2761 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
2762 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.png:
2763 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
2764 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.png:
2765 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
2766 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.png:
2767 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
2768 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.png:
2769 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
2770 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.png:
2771 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
2772 * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
2773 * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
2774 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
2775 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
2776 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
2777 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
2778 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
2779 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
2780 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
2781 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
2782 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
2783 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
2784 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
2785 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
2786 * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png:
2787 * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt:
2788 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
2789 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
2790 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png:
2791 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
2792 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png:
2793 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
2794 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png:
2795 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
2796 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png:
2797 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
2798 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png:
2799 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
2800 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
2801 * platform/mac/editing/inserting/before-after-input-element-expected.png:
2802 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
2803 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
2804 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
2805 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
2806 * platform/mac/editing/selection/3690703-2-expected.png:
2807 * platform/mac/editing/selection/3690703-2-expected.txt:
2808 * platform/mac/editing/selection/3690703-expected.png:
2809 * platform/mac/editing/selection/3690703-expected.txt:
2810 * platform/mac/editing/selection/3690719-expected.png:
2811 * platform/mac/editing/selection/3690719-expected.txt:
2812 * platform/mac/editing/selection/4895428-3-expected.png:
2813 * platform/mac/editing/selection/4895428-3-expected.txt:
2814 * platform/mac/editing/selection/4975120-expected.png:
2815 * platform/mac/editing/selection/4975120-expected.txt:
2816 * platform/mac/editing/selection/drag-select-1-expected.txt:
2817 * platform/mac/editing/selection/replaced-boundaries-3-expected.png:
2818 * platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
2819 * platform/mac/fast/block/margin-collapse/103-expected.txt:
2820 * platform/mac/fast/css/continuationCrash-expected.png:
2821 * platform/mac/fast/css/continuationCrash-expected.txt:
2822 * platform/mac/fast/css/css2-system-fonts-expected.png:
2823 * platform/mac/fast/css/css2-system-fonts-expected.txt:
2824 * platform/mac/fast/css/input-search-padding-expected.png:
2825 * platform/mac/fast/css/input-search-padding-expected.txt:
2826 * platform/mac/fast/css/line-height-expected.txt:
2827 * platform/mac/fast/css/text-overflow-input-expected.png:
2828 * platform/mac/fast/css/text-overflow-input-expected.txt:
2829 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2830 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
2831 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
2832 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
2833 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2834 * platform/mac/fast/dom/isindex-001-expected.txt:
2835 * platform/mac/fast/dom/isindex-002-expected.txt:
2836 * platform/mac/fast/dynamic/008-expected.png:
2837 * platform/mac/fast/dynamic/008-expected.txt:
2838 * platform/mac/fast/events/context-no-deselect-expected.txt:
2839 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
2840 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.png:
2841 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
2842 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.png:
2843 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt:
2844 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.png:
2845 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
2846 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.png:
2847 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
2848 * platform/mac/fast/forms/basic-inputs-expected.png:
2849 * platform/mac/fast/forms/basic-inputs-expected.txt:
2850 * platform/mac/fast/forms/basic-selects-expected.txt:
2851 * platform/mac/fast/forms/basic-textareas-expected.png:
2852 * platform/mac/fast/forms/basic-textareas-expected.txt:
2853 * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
2854 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
2855 * platform/mac/fast/forms/box-shadow-override-expected.txt:
2856 * platform/mac/fast/forms/button-align-expected.png:
2857 * platform/mac/fast/forms/button-align-expected.txt:
2858 * platform/mac/fast/forms/button-positioned-expected.png:
2859 * platform/mac/fast/forms/button-positioned-expected.txt:
2860 * platform/mac/fast/forms/button-sizes-expected.png:
2861 * platform/mac/fast/forms/button-sizes-expected.txt:
2862 * platform/mac/fast/forms/button-style-color-expected.png:
2863 * platform/mac/fast/forms/button-style-color-expected.txt:
2864 * platform/mac/fast/forms/button-table-styles-expected.png:
2865 * platform/mac/fast/forms/button-table-styles-expected.txt:
2866 * platform/mac/fast/forms/button-text-transform-expected.png:
2867 * platform/mac/fast/forms/button-text-transform-expected.txt:
2868 * platform/mac/fast/forms/button-white-space-expected.png:
2869 * platform/mac/fast/forms/button-white-space-expected.txt:
2870 * platform/mac/fast/forms/control-clip-expected.png:
2871 * platform/mac/fast/forms/control-clip-expected.txt:
2872 * platform/mac/fast/forms/control-clip-overflow-expected.png:
2873 * platform/mac/fast/forms/control-clip-overflow-expected.txt:
2874 * platform/mac/fast/forms/control-restrict-line-height-expected.png:
2875 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
2876 * platform/mac/fast/forms/encoding-test-expected.txt:
2877 * platform/mac/fast/forms/fieldset-align-expected.png:
2878 * platform/mac/fast/forms/fieldset-align-expected.txt:
2879 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
2880 * platform/mac/fast/forms/form-element-geometry-expected.png:
2881 * platform/mac/fast/forms/form-element-geometry-expected.txt:
2882 * platform/mac/fast/forms/hidden-listbox-expected.txt:
2883 * platform/mac/fast/forms/input-align-expected.png:
2884 * platform/mac/fast/forms/input-align-expected.txt:
2885 * platform/mac/fast/forms/input-appearance-bkcolor-expected.png:
2886 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
2887 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
2888 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
2889 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
2890 * platform/mac/fast/forms/input-appearance-focus-expected.png:
2891 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
2892 * platform/mac/fast/forms/input-appearance-height-expected.txt:
2893 * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
2894 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
2895 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
2896 * platform/mac/fast/forms/input-appearance-selection-expected.png:
2897 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
2898 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
2899 * platform/mac/fast/forms/input-appearance-width-expected.png:
2900 * platform/mac/fast/forms/input-appearance-width-expected.txt:
2901 * platform/mac/fast/forms/input-baseline-expected.png:
2902 * platform/mac/fast/forms/input-baseline-expected.txt: Added.
2903 * platform/mac/fast/forms/input-button-sizes-expected.png:
2904 * platform/mac/fast/forms/input-button-sizes-expected.txt:
2905 * platform/mac/fast/forms/input-disabled-color-expected.png:
2906 * platform/mac/fast/forms/input-disabled-color-expected.txt:
2907 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
2908 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
2909 * platform/mac/fast/forms/input-field-text-truncated-expected.png:
2910 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
2911 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
2912 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
2913 * platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
2914 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
2915 * platform/mac/fast/forms/input-readonly-dimmed-expected.png:
2916 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
2917 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
2918 * platform/mac/fast/forms/input-spaces-expected.txt:
2919 * platform/mac/fast/forms/input-table-expected.png:
2920 * platform/mac/fast/forms/input-table-expected.txt:
2921 * platform/mac/fast/forms/input-text-click-inside-expected.png:
2922 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
2923 * platform/mac/fast/forms/input-text-click-outside-expected.png:
2924 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
2925 * platform/mac/fast/forms/input-text-double-click-expected.png:
2926 * platform/mac/fast/forms/input-text-double-click-expected.txt:
2927 * platform/mac/fast/forms/input-text-drag-down-expected.png:
2928 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
2929 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
2930 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
2931 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2932 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
2933 * platform/mac/fast/forms/input-text-word-wrap-expected.png:
2934 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
2935 * platform/mac/fast/forms/input-type-text-min-width-actual.png: Added.
2936 * platform/mac/fast/forms/input-value-expected.txt:
2937 * platform/mac/fast/forms/input-width-expected.txt:
2938 * platform/mac/fast/forms/listbox-bidi-align-expected.png: Added.
2939 * platform/mac/fast/forms/listbox-bidi-align-expected.txt:
2940 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2941 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
2942 * platform/mac/fast/forms/listbox-width-change-expected.png:
2943 * platform/mac/fast/forms/listbox-width-change-expected.txt:
2944 * platform/mac/fast/forms/menulist-no-overflow-expected.txt:
2945 * platform/mac/fast/forms/menulist-option-wrap-expected.txt:
2946 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
2947 * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
2948 * platform/mac/fast/forms/minWidthPercent-expected.txt:
2949 * platform/mac/fast/forms/number/number-appearance-rtl-expected.png:
2950 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
2951 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
2952 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
2953 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
2954 * platform/mac/fast/forms/placeholder-position-expected.png:
2955 * platform/mac/fast/forms/placeholder-position-expected.txt: Added.
2956 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
2957 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
2958 * platform/mac/fast/forms/plaintext-mode-2-expected.png:
2959 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
2960 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
2961 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
2962 * platform/mac/fast/forms/search-rtl-expected.png:
2963 * platform/mac/fast/forms/search-rtl-expected.txt:
2964 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
2965 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
2966 * platform/mac/fast/forms/search/search-size-with-decorations-expected.png:
2967 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: Added.
2968 * platform/mac/fast/forms/searchfield-heights-expected.png:
2969 * platform/mac/fast/forms/searchfield-heights-expected.txt:
2970 * platform/mac/fast/forms/select-align-expected.png:
2971 * platform/mac/fast/forms/select-align-expected.txt:
2972 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
2973 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
2974 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.png:
2975 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
2976 * platform/mac/fast/forms/select-disabled-appearance-expected.png:
2977 * platform/mac/fast/forms/select-disabled-appearance-expected.txt:
2978 * platform/mac/fast/forms/select-empty-option-height-expected.txt:
2979 * platform/mac/fast/forms/select-initial-position-expected.png:
2980 * platform/mac/fast/forms/select-initial-position-expected.txt:
2981 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
2982 * platform/mac/fast/forms/select-selected-expected.png:
2983 * platform/mac/fast/forms/select-selected-expected.txt:
2984 * platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt:
2985 * platform/mac/fast/forms/tabbing-input-iframe-expected.png:
2986 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
2987 * platform/mac/fast/forms/text-style-color-expected.png:
2988 * platform/mac/fast/forms/text-style-color-expected.txt:
2989 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
2990 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
2991 * platform/mac/fast/forms/textarea-align-expected.png:
2992 * platform/mac/fast/forms/textarea-align-expected.txt:
2993 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
2994 * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
2995 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
2996 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
2997 * platform/mac/fast/forms/textfield-focus-ring-expected.png:
2998 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
2999 * platform/mac/fast/forms/textfield-outline-expected.png:
3000 * platform/mac/fast/forms/textfield-outline-expected.txt:
3001 * platform/mac/fast/forms/textfield-overflow-expected.txt:
3002 * platform/mac/fast/forms/validation-message-appearance-expected.png:
3003 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
3004 * platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
3005 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
3006 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
3007 * platform/mac/fast/html/details-no-summary4-expected.txt:
3008 * platform/mac/fast/html/details-open-javascript-expected.txt:
3009 * platform/mac/fast/html/details-open2-expected.txt:
3010 * platform/mac/fast/html/details-open4-expected.txt:
3011 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
3012 * platform/mac/fast/html/details-replace-text-expected.txt:
3013 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
3014 * platform/mac/fast/overflow/overflow-x-y-expected.png:
3015 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
3016 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
3017 * platform/mac/fast/parser/document-write-option-expected.png:
3018 * platform/mac/fast/parser/document-write-option-expected.txt:
3019 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
3020 * platform/mac/fast/parser/open-comment-in-textarea-expected.png:
3021 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
3022 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
3023 * platform/mac/fast/repaint/search-field-cancel-expected.txt: Added.
3024 * platform/mac/fast/repaint/subtree-root-skipped-expected.png:
3025 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
3026 * platform/mac/fast/replaced/replaced-breaking-expected.png:
3027 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
3028 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.png:
3029 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
3030 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
3031 * platform/mac/fast/selectors/064-expected.png:
3032 * platform/mac/fast/selectors/064-expected.txt:
3033 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
3034 * platform/mac/fast/table/colspanMinWidth-expected.txt:
3035 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
3036 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
3037 * platform/mac/fast/table/text-field-baseline-expected.txt:
3038 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
3039 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
3040 * platform/mac/fast/text/drawBidiText-expected.png:
3041 * platform/mac/fast/text/drawBidiText-expected.txt:
3042 * platform/mac/fast/text/hyphenate-locale-expected.txt:
3043 * platform/mac/fast/text/international/cjk-segmentation-expected.txt: Added.
3044 * platform/mac/fast/text/international/hindi-spacing-expected.txt:
3045 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
3046 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
3047 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
3048 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
3049 * platform/mac/fast/text/textIteratorNilRenderer-expected.png:
3050 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
3051 * platform/mac/fast/text/updateNewFont-expected.txt:
3052 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
3053 * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
3054 * platform/mac/http/tests/cache/partitioned-cache-iframe-expected.txt: Added.
3055 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
3056 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
3057 * platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt:
3058 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added.
3059 * platform/mac/media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt: Added.
3060 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
3061 * platform/mac/platform/mac-wk2/TestExpectations: Added.
3062 * platform/mac/platform/mac-wk2/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
3063 * platform/mac/platform/mac-wk2/js/dom/constructor-length-expected.txt: Added.
3064 * platform/mac/platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Added.
3065 * platform/mac/platform/mac-wk2/webaudio/oscillator-sawtooth-expected.wav: Added.
3066 * platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Added.
3067 * platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt: Added.
3068 * platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
3069 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added.
3070 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
3071 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added.
3072 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
3073 * platform/mac/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt: Added.
3074 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
3075 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
3076 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added.
3077 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
3078 * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added.
3079 * platform/mac/platform/mac/fast/text/systemFont-expected.png:
3080 * platform/mac/platform/mac/fast/text/systemFont-expected.txt:
3081 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png:
3082 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt:
3083 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
3084 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
3085 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
3086 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
3087 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
3088 * platform/mac/svg/hixie/mixed/003-expected.png:
3089 * platform/mac/svg/hixie/mixed/003-expected.txt:
3090 * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
3091 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
3092 * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
3093 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
3094 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
3095 * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
3096 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
3097 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
3098 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
3099 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
3100 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
3101 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
3102 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
3103 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
3104 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
3105 * platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
3106 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
3107 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
3108 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
3109 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
3110 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
3111 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
3112 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
3113 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
3114 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
3115 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
3116 * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
3117 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
3118 * platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
<