1 2013-10-28 Simon Fraser <simon.fraser@apple.com>
3 Last few Mavericks WK2 failures.
5 * platform/mac-wk2/TestExpectations:
7 2013-10-28 Simon Fraser <simon.fraser@apple.com>
9 Mark some more Mavericks/WK2 tests as failing.
11 We have no way currently to land new results for just
14 * platform/mac-wk2/TestExpectations:
16 2013-10-28 Simon Fraser <simon.fraser@apple.com>
18 Add skipped or failing expectations for Mavericks WK2.
20 * platform/mac-wk2/TestExpectations:
22 2013-10-28 Simon Fraser <simon.fraser@apple.com>
26 * platform/mac/TestExpectations:
28 2013-10-28 Myles C. Maxfield <mmaxfield@apple.com>
30 Parsing support for -webkit-text-decoration-skip: ink
31 https://bugs.webkit.org/show_bug.cgi?id=123358
33 Reviewed by Dean Jackson.
35 Adds a test which makes sure that we can parse the
36 -webkit-text-decoration-skip CSS property, as well
37 as values for "ink" and "none". We can use the CSSOM
38 to test the roundtrip of these values
40 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Added.
42 2013-10-28 Simon Fraser <simon.fraser@apple.com>
44 Expunge Lion and SnowLeopard from TestExpectations.
46 * platform/mac/TestExpectations:
48 2013-10-28 Simon Fraser <simon.fraser@apple.com>
50 Some test expectations for Mavericks.
52 * platform/mac/TestExpectations:
54 2013-10-28 Sergio Villar Senin <svillar@igalia.com>
56 [CSS Grid Layout] Add support for order inside grid items
57 https://bugs.webkit.org/show_bug.cgi?id=123208
59 Reviewed by Antti Koivisto.
61 From Blink r153536 by <jchaffraix@chromium.org>
63 Added a couple of tests to verify that we respect the specified
64 order of grid items both in the auto-placement algorithm and in
67 * fast/css-grid-layout/grid-item-order-auto-flow-resolution-expected.txt: Added.
68 * fast/css-grid-layout/grid-item-order-auto-flow-resolution.html: Added.
69 * fast/css-grid-layout/grid-item-order-paint-order-expected.html: Added.
70 * fast/css-grid-layout/grid-item-order-paint-order.html: Added.
72 2013-10-28 Afonso R. Costa Jr. <afonso.costa@samsung.com>
74 Methods on window.internals shouldn't pass a document.
75 https://bugs.webkit.org/show_bug.cgi?id=107301
77 Reviewed by Alexey Proskuryakov.
79 Each 'Internals' instance is associated with a 'Document'. So, it
80 is not necessary to pass a document as argument. Only nodesFromRect and
81 layerTreeAsText methods were kept because, in some Layout Tests, the
82 'Document' object is not the same used by Internals::contextDocument.
84 * animations/added-while-suspended.html: Removed 'document' parameter.
85 * animations/play-state-suspend.html:
86 * animations/stop-animation-on-suspend.html:
87 * animations/suspend-resume-animation-events.html:
88 * animations/suspend-resume-animation.html:
89 * animations/suspend-transform-animation.html:
90 * batterystatus/resources/event-after-navigation-new.html:
91 * batterystatus/script-tests/add-listener-from-callback.js:
93 * batterystatus/script-tests/basic-all-types-of-events.js:
94 * batterystatus/script-tests/basic-operation.js:
95 * batterystatus/script-tests/multiple-frames.js:
96 * batterystatus/script-tests/updates.js:
98 * compositing/columns/ancestor-clipped-in-paginated.html:
99 * compositing/columns/clipped-in-paginated.html:
100 * compositing/columns/composited-columns-vertical-rl.html:
101 * compositing/columns/composited-in-paginated-rl.html:
102 * compositing/columns/composited-in-paginated-writing-mode-rl.html:
103 * compositing/columns/composited-in-paginated.html:
104 * compositing/columns/composited-lr-paginated-repaint.html:
105 * compositing/columns/composited-rl-paginated-repaint.html:
106 * compositing/columns/geometry-map-paginated-assert.html:
107 * compositing/columns/hittest-composited-in-paginated.html:
108 * compositing/columns/rotated-in-paginated.html:
109 * compositing/columns/untransformed-composited-in-paginated.html:
110 * compositing/iframes/iframe-composited-scrolling.html:
111 * compositing/layer-creation/fixed-position-in-view-dynamic.html:
112 * compositing/layer-creation/fixed-position-no-content-scroll-reason.html:
113 * compositing/layer-creation/fixed-position-out-of-view-dynamic.html:
114 * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html:
115 * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html:
116 * compositing/overflow/dynamic-composited-scrolling-status.html:
117 * compositing/overflow/scrolling-without-painting.html:
118 * compositing/overflow/updating-scrolling-content.html:
119 * compositing/repaint/absolute-painted-into-composited-ancestor.html:
120 * compositing/repaint/fixed-background-scroll.html:
121 * compositing/repaint/invalidations-on-composited-layers.html:
122 * compositing/repaint/positioned-movement.html:
123 * compositing/repaint/repaint-on-layer-grouping-change.html:
124 * compositing/repaint/resize-repaint.html:
125 * compositing/repaint/scroll-fixed-layer-no-content.html:
126 * compositing/repaint/scroll-fixed-layer-out-of-view.html:
127 * editing/caret/selection-with-caret-type-progress.html:
128 * editing/execCommand/overtype.html:
129 * editing/selection/block-cursor-overtype-mode.html:
130 * editing/spelling/design-mode-spellcheck-off.html:
131 * editing/spelling/grammar-edit-word-expected.txt:
132 * editing/spelling/grammar-edit-word.html:
133 * editing/spelling/grammar-markers-hidpi.html:
134 * editing/spelling/grammar-markers.html:
135 * editing/spelling/grammar.html:
136 * editing/spelling/script-tests/spellcheck-paste.js:
138 * editing/spelling/script-tests/spelling-attribute-at-child.js:
139 (childHasSpellingMarker):
140 * editing/spelling/script-tests/spelling-attribute-change.js:
141 (testSpellCheckingEnabled):
142 * editing/spelling/script-tests/spelling-backspace-between-lines.js:
144 (testWithForwardDelete):
145 * editing/spelling/script-tests/spelling-hasspellingmarker.js:
147 * editing/spelling/spellcheck-async-mutation.html:
148 * editing/spelling/spellcheck-attribute-expected.txt:
149 * editing/spelling/spellcheck-attribute.html:
150 * editing/spelling/spellcheck-paste-continuous-disabled-expected.txt:
151 * editing/spelling/spellcheck-paste-continuous-disabled.html:
152 * editing/spelling/spellcheck-paste-disabled-expected.txt:
153 * editing/spelling/spellcheck-paste-disabled.html:
154 * editing/spelling/spellcheck-sequencenum.html:
155 * editing/spelling/spelling-attribute-change-expected.txt:
156 * editing/spelling/spelling-backspace-between-lines-expected.txt:
157 * editing/spelling/spelling-linebreak.html:
158 * fast/box-shadow/shadow-repaint.html:
159 * fast/css/webkit-mask-crash-fieldset-legend.html:
160 * fast/css/webkit-mask-crash-figure.html:
161 * fast/css/webkit-mask-crash-table.html:
162 * fast/css/webkit-mask-crash-td-2.html:
163 * fast/css/webkit-mask-crash-td.html:
164 * fast/dom/icon-url-change.html:
165 * fast/dom/icon-url-list-apple-touch.html:
166 * fast/dom/icon-url-list.html:
167 * fast/dom/icon-url-property.html:
168 * fast/events/mouse-cursor-change.html:
169 * fast/events/mouse-cursor-image-set.html:
170 * fast/events/mouse-cursor-multiframecur.html:
171 * fast/events/mouse-cursor-no-mousemove.html:
172 * fast/events/mouse-cursor.html:
173 * fast/events/touch/touch-handler-count-expected.txt:
174 * fast/events/touch/touch-handler-count.html:
175 * fast/events/touch/touch-input-element-change-documents-expected.txt:
176 * fast/events/touch/touch-input-element-change-documents.html:
177 * fast/multicol/hit-test-gap-between-pages-flipped.html:
178 * fast/multicol/hit-test-gap-between-pages.html:
179 * fast/multicol/pagination-h-horizontal-bt.html:
180 * fast/multicol/pagination-h-horizontal-tb.html:
181 * fast/multicol/pagination-h-vertical-lr.html:
182 * fast/multicol/pagination-h-vertical-rl.html:
183 * fast/multicol/pagination-v-horizontal-bt.html:
184 * fast/multicol/pagination-v-horizontal-tb.html:
185 * fast/multicol/pagination-v-vertical-lr.html:
186 * fast/multicol/pagination-v-vertical-rl.html:
187 * fast/multicol/pagination/BottomToTop-bt.html:
188 * fast/multicol/pagination/BottomToTop-lr.html:
189 * fast/multicol/pagination/BottomToTop-rl.html:
190 * fast/multicol/pagination/BottomToTop-tb.html:
191 * fast/multicol/pagination/LeftToRight-bt.html:
192 * fast/multicol/pagination/LeftToRight-lr.html:
193 * fast/multicol/pagination/LeftToRight-rl.html:
194 * fast/multicol/pagination/LeftToRight-tb.html:
195 * fast/multicol/pagination/RightToLeft-bt.html:
196 * fast/multicol/pagination/RightToLeft-lr.html:
197 * fast/multicol/pagination/RightToLeft-rl.html:
198 * fast/multicol/pagination/RightToLeft-tb.html:
199 * fast/multicol/pagination/TopToBottom-bt.html:
200 * fast/multicol/pagination/TopToBottom-lr.html:
201 * fast/multicol/pagination/TopToBottom-rl.html:
202 * fast/multicol/pagination/TopToBottom-tb.html:
203 * fast/multicol/shrink-to-column-height-for-pagination.html:
204 * fast/repaint/background-shorthand-with-gradient-and-height-changes.html:
205 * fast/repaint/obscured-background-no-repaint.html:
206 * fast/repaint/resources/text-based-repaint.js:
208 * fast/scrolling/resources/scrollable-area.js:
210 * fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html:
211 * fast/viewport/viewport-1.html:
212 * fast/viewport/viewport-10.html:
213 * fast/viewport/viewport-100.html:
214 * fast/viewport/viewport-101.html:
215 * fast/viewport/viewport-102.html:
216 * fast/viewport/viewport-103.html:
217 * fast/viewport/viewport-104.html:
218 * fast/viewport/viewport-105.html:
219 * fast/viewport/viewport-106.html:
220 * fast/viewport/viewport-107.html:
221 * fast/viewport/viewport-108.html:
222 * fast/viewport/viewport-109.html:
223 * fast/viewport/viewport-11.html:
224 * fast/viewport/viewport-110.html:
225 * fast/viewport/viewport-111.html:
226 * fast/viewport/viewport-112.html:
227 * fast/viewport/viewport-113.html:
228 * fast/viewport/viewport-114.html:
229 * fast/viewport/viewport-115.html:
230 * fast/viewport/viewport-116.html:
231 * fast/viewport/viewport-117.html:
232 * fast/viewport/viewport-118.html:
233 * fast/viewport/viewport-119.html:
234 * fast/viewport/viewport-12.html:
235 * fast/viewport/viewport-120.html:
236 * fast/viewport/viewport-121.html:
237 * fast/viewport/viewport-122.html:
238 * fast/viewport/viewport-123.html:
239 * fast/viewport/viewport-124.html:
240 * fast/viewport/viewport-125.html:
241 * fast/viewport/viewport-126.html:
242 * fast/viewport/viewport-127.html:
243 * fast/viewport/viewport-128.html:
244 * fast/viewport/viewport-129.html:
245 * fast/viewport/viewport-13.html:
246 * fast/viewport/viewport-130.html:
247 * fast/viewport/viewport-131.html:
248 * fast/viewport/viewport-132.html:
249 * fast/viewport/viewport-133.html:
250 * fast/viewport/viewport-134.html:
251 * fast/viewport/viewport-14.html:
252 * fast/viewport/viewport-15.html:
253 * fast/viewport/viewport-16.html:
254 * fast/viewport/viewport-17.html:
255 * fast/viewport/viewport-18.html:
256 * fast/viewport/viewport-19.html:
257 * fast/viewport/viewport-2.html:
258 * fast/viewport/viewport-20.html:
259 * fast/viewport/viewport-21.html:
260 * fast/viewport/viewport-22.html:
261 * fast/viewport/viewport-23.html:
262 * fast/viewport/viewport-24.html:
263 * fast/viewport/viewport-25.html:
264 * fast/viewport/viewport-26.html:
265 * fast/viewport/viewport-27.html:
266 * fast/viewport/viewport-28.html:
267 * fast/viewport/viewport-29.html:
268 * fast/viewport/viewport-3.html:
269 * fast/viewport/viewport-30.html:
270 * fast/viewport/viewport-31.html:
271 * fast/viewport/viewport-32.html:
272 * fast/viewport/viewport-33.html:
273 * fast/viewport/viewport-34.html:
274 * fast/viewport/viewport-35.html:
275 * fast/viewport/viewport-36.html:
276 * fast/viewport/viewport-37.html:
277 * fast/viewport/viewport-38.html:
278 * fast/viewport/viewport-39.html:
279 * fast/viewport/viewport-4.html:
280 * fast/viewport/viewport-40.html:
281 * fast/viewport/viewport-41.html:
282 * fast/viewport/viewport-42.html:
283 * fast/viewport/viewport-43.html:
284 * fast/viewport/viewport-44.html:
285 * fast/viewport/viewport-45.html:
286 * fast/viewport/viewport-46.html:
287 * fast/viewport/viewport-47.html:
288 * fast/viewport/viewport-48.html:
289 * fast/viewport/viewport-49.html:
290 * fast/viewport/viewport-5.html:
291 * fast/viewport/viewport-50.html:
292 * fast/viewport/viewport-51.html:
293 * fast/viewport/viewport-52.html:
294 * fast/viewport/viewport-53.html:
295 * fast/viewport/viewport-54.html:
296 * fast/viewport/viewport-55.html:
297 * fast/viewport/viewport-56.html:
298 * fast/viewport/viewport-57.html:
299 * fast/viewport/viewport-58.html:
300 * fast/viewport/viewport-59.html:
301 * fast/viewport/viewport-6.html:
302 * fast/viewport/viewport-60.html:
303 * fast/viewport/viewport-61.html:
304 * fast/viewport/viewport-62.html:
305 * fast/viewport/viewport-63.html:
306 * fast/viewport/viewport-64.html:
307 * fast/viewport/viewport-65.html:
308 * fast/viewport/viewport-66.html:
309 * fast/viewport/viewport-67.html:
310 * fast/viewport/viewport-68.html:
311 * fast/viewport/viewport-69.html:
312 * fast/viewport/viewport-7.html:
313 * fast/viewport/viewport-70.html:
314 * fast/viewport/viewport-71.html:
315 * fast/viewport/viewport-72.html:
316 * fast/viewport/viewport-73.html:
317 * fast/viewport/viewport-74.html:
318 * fast/viewport/viewport-75.html:
319 * fast/viewport/viewport-76.html:
320 * fast/viewport/viewport-77.html:
321 * fast/viewport/viewport-78.html:
322 * fast/viewport/viewport-79.html:
323 * fast/viewport/viewport-8.html:
324 * fast/viewport/viewport-80.html:
325 * fast/viewport/viewport-81.html:
326 * fast/viewport/viewport-82.html:
327 * fast/viewport/viewport-83.html:
328 * fast/viewport/viewport-84.html:
329 * fast/viewport/viewport-85.html:
330 * fast/viewport/viewport-86.html:
331 * fast/viewport/viewport-87.html:
332 * fast/viewport/viewport-88.html:
333 * fast/viewport/viewport-9.html:
334 * fast/viewport/viewport-90.html:
335 * fast/viewport/viewport-91.html:
336 * fast/viewport/viewport-legacy-handheldfriendly.html:
337 * fast/viewport/viewport-legacy-mobileoptimized-2.html:
338 * fast/viewport/viewport-legacy-mobileoptimized-3.html:
339 * fast/viewport/viewport-legacy-mobileoptimized.html:
340 * fast/viewport/viewport-legacy-ordering-1.html:
341 * fast/viewport/viewport-legacy-ordering-2.html:
342 * fast/viewport/viewport-legacy-ordering-3.html:
343 * fast/viewport/viewport-legacy-ordering-4.html:
344 * fast/viewport/viewport-legacy-ordering-5.html:
345 * fast/viewport/viewport-legacy-ordering-6.html:
346 * fast/viewport/viewport-legacy-ordering-7.html:
347 * fast/viewport/viewport-legacy-ordering-8.html:
348 * fast/viewport/viewport-legacy-ordering-9.html:
349 * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype.html:
350 * fast/viewport/viewport-legacy-xhtmlmp-ordering.html:
351 * fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html:
352 * fast/viewport/viewport-legacy-xhtmlmp.html:
353 * fast/viewport/viewport-limits-adjusted-for-no-user-scale-control.html:
354 * fast/viewport/viewport-limits-adjusted-for-no-user-scale.html:
355 * fast/viewport/viewport-warnings-1.html:
356 * fast/viewport/viewport-warnings-2.html:
357 * fast/viewport/viewport-warnings-3.html:
358 * fast/viewport/viewport-warnings-4.html:
359 * fast/viewport/viewport-warnings-5.html:
360 * fast/viewport/viewport-warnings-6.html:
361 * fullscreen/video-cursor-auto-hide-expected.txt:
362 * fullscreen/video-cursor-auto-hide.html:
363 * http/tests/inspector-enabled/resources/console-clear-arguments-test.js:
364 (dumpConsoleMessageArgumentCounts):
365 * http/tests/inspector/elements-test.js:
366 * networkinformation/resources/event-after-navigation-new.html:
367 * networkinformation/script-tests/add-listener-from-callback.js:
369 * networkinformation/script-tests/basic-all-types-of-events.js:
370 * networkinformation/script-tests/basic-operation.js:
371 * networkinformation/script-tests/multiple-frames.js:
372 * networkinformation/script-tests/updates.js:
373 (setNetworkInformation):
374 * platform/efl-wk2/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt:
375 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html:
376 * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html:
377 * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html:
378 * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html:
379 * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html:
380 * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view.html:
381 * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer.html:
382 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
383 * platform/mac-wk2/tiled-drawing/fixed/four-bars.html:
384 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view.html:
385 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html:
386 * platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html:
387 * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html:
388 * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame.html:
389 * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale.html:
390 * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing.html:
391 * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html:
392 * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html:
393 * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle.html:
394 * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle.html:
395 * platform/mac-wk2/tiled-drawing/slow-scrolling.html:
396 * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html:
397 * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html:
398 * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html:
399 * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
400 * platform/mac/editing/spelling/autocorrection-blockquote-crash.html:
401 * platform/mac/editing/spelling/delete-into-misspelled-word.html:
402 * platform/mac/editing/spelling/editing-multiple-words-with-markers.html:
403 * platform/mac/editing/spelling/editing-word-with-marker-1.html:
404 * platform/mac/editing/spelling/editing-word-with-marker-2.html:
405 * platform/mac/editing/spelling/move-cursor-around-misspelled-word.html:
406 * platform/win/editing/spelling/spelling-backspace-between-lines-expected.txt:
407 * printing/page-format-data-expected.txt:
408 * printing/page-format-data.html:
409 * proximity/add-listener-from-callback.html:
410 * proximity/basic-operation.html:
411 * proximity/multiple-frames.html:
412 * proximity/resources/event-after-navigation-new.html:
413 * proximity/updates.html:
414 * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js:
415 (runNonFastScrollableRegionTest):
416 * touchadjustment/big-div.html:
417 * touchadjustment/event-triggered-widgets.html:
418 * touchadjustment/iframe.html:
419 * touchadjustment/nested-shadow-node.html:
420 * touchadjustment/resources/touchadjustment.js:
422 (testTouchPointContextMenu):
424 (adjustTouchPointContextMenu):
425 * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html:
426 * touchadjustment/scroll-offset.html:
427 * touchadjustment/search-cancel.html:
428 * touchadjustment/zoom-basic.html:
429 * touchadjustment/zoom-fatfinger.html:
430 * transitions/created-while-suspended.html:
431 * transitions/started-while-suspended.html:
432 * transitions/suspend-transform-transition.html:
433 * userscripts/insert-stylesheets.html:
435 2013-10-28 Xabier Rodriguez Calvar <calvaris@igalia.com>
437 Remove HTMLMediaElement.startTime
438 https://bugs.webkit.org/show_bug.cgi?id=123264
440 Reviewed by Eric Carlson.
442 Removed test about startTime.
444 Patch by: philipj@opera.com
445 Blink review URL: https://codereview.chromium.org/32583003
447 * media/media-startTime-expected.txt: Removed.
448 * media/media-startTime.html: Removed.
450 2013-10-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
452 Unreviewed, EFL gardening.
454 fast/canvas/webgl/drawingbuffer-test.html is passing on efl-wk2.
455 Move it to efl-wk1 TestExpectations file.
457 * platform/efl-wk1/TestExpectations:
458 * platform/efl/TestExpectations:
460 2013-10-28 Mario Sanchez Prada <mario.prada@samsung.com>
462 [GTK] Expose title and alternative text for links in image maps
463 https://bugs.webkit.org/show_bug.cgi?id=84045
465 Reviewed by Chris Fleizach.
467 Share test expectations among Mac, GTK and EFL ports and
468 remove expected failures for GTK and EFL.
470 * accessibility/image-map1-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/image-map1-expected.txt.
471 * platform/gtk/accessibility/image-map1-expected.txt: Removed.
472 * platform/efl/TestExpectations: Removed failure expectations.
473 * platform/gtk/TestExpectations: Ditto.
475 2013-10-26 Simon Fraser <simon.fraser@apple.com>
477 Crashy WebGL test is crashy.
479 * platform/mac/TestExpectations:
481 2013-10-26 Simon Fraser <simon.fraser@apple.com>
483 Skip two WebGL tests that either crash or fail.
485 * platform/mac/TestExpectations:
487 2013-10-26 Antti Koivisto <antti@apple.com>
489 fast/frames/seamless/seamless-nested-crash.html asserts on wk2 only
490 https://bugs.webkit.org/show_bug.cgi?id=123354
492 Reviewed by Andreas Kling.
494 * TestExpectations: Remove failure expectation
496 2013-10-25 Alexey Proskuryakov <ap@apple.com>
498 REGRESSION (r158069): platform/mac/fast/loader/file-url-mimetypes.html
499 is failing on all Mountain Lion bots.
501 * platform/mac-mountainlion/fast/loader/file-url-mimetypes-expected.txt: Removed.
502 * 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.
503 Mountain Lion results for platform/mac tests need to be in this crazy place apparently.
505 * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
506 * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Removed.
507 Mavericks results should be in platform/mac, not platform/mac/platform/mac.
508 Yes, the latter works and takes precedence, but it's wrong.
510 2013-10-25 Simon Fraser <simon.fraser@apple.com>
512 Tweak some test expectations.
514 * platform/mac/TestExpectations:
516 2013-10-25 Roger Fong <roger_fong@apple.com>
518 Unreviewed. Mark skipped webgl conformance tests as either flakey or failures.
520 Also reorganize expectations for WebGL a bit.
522 * platform/mac/TestExpectations:
524 2013-10-25 Simon Fraser <simon.fraser@apple.com>
526 Add Mavericks-specific results for some tests.
528 * platform/mac-mountainlion/fast/loader/file-url-mimetypes-expected.txt: Added.
529 * platform/mac-mountainlion/http/tests/xmlhttprequest/head-redirection-expected.txt: Copied from LayoutTests/platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt.
530 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: Added.
531 * platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt:
532 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added.
533 * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added.
535 2013-10-25 Simon Fraser <simon.fraser@apple.com>
537 Mark some CSS filters and SVG ref tests as failing, and two WebGL tests are flakey.
539 * platform/mac/TestExpectations:
541 2013-10-25 Simon Fraser <simon.fraser@apple.com>
543 Mavericks results with MountainLion variants.
545 * platform/mac-mountainlion/fast/repaint/search-field-cancel-expected.txt: Added.
546 * 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.
547 * platform/mac-mountainlion/fast/text/international/cjk-segmentation-expected.txt: Added.
548 * platform/mac/fast/repaint/search-field-cancel-expected.txt: Added.
549 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
550 * platform/mac/fast/text/international/cjk-segmentation-expected.txt: Added.
551 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
552 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
554 2013-10-25 Alexandru Chiculita <achicu@adobe.com>
556 Web Inspector: CSS Regions: Add layout tests for the new events in the DOMTreeManager
557 https://bugs.webkit.org/show_bug.cgi?id=123361
559 Reviewed by Timothy Hatcher.
561 Created a test to check that WebInspector.DOMTree.Event.ContentFlowWasAdded and
562 WebInspector.DOMTree.Event.ContentFlowWasRemoved are dispatched when a flow is added
565 * http/tests/inspector-protocol/resources/InspectorTest.js:
566 (InspectorTest.assert): Similar to InspectorTest.log, but also takes a boolean and prefixes the message
567 with "FAIL" or "PASS" depending on the value.
568 (InspectorTest.importInspectorScripts): Added the required CSS Agent scripts to enable the flow thread events.
569 * inspector-protocol/model/content-flow-list-expected.txt: Added.
570 * inspector-protocol/model/content-flow-list.html: Added.
572 2013-10-25 Oliver Hunt <oliver@apple.com>
574 Fix a number of problems with destructuring of arguments
575 https://bugs.webkit.org/show_bug.cgi?id=123357
577 Reviewed by Filip Pizlo.
579 Add additional testing
581 * js/destructuring-assignment-expected.txt:
582 * js/script-tests/destructuring-assignment.js:
584 2013-10-25 Hans Muller <hmuller@adobe.com>
586 [CSS Shapes] CORS-enabled fetch for shape image values
587 https://bugs.webkit.org/show_bug.cgi?id=123114
589 Reviewed by Andreas Kling.
591 Verify that images not allowed by CORS don't affect the layout
592 and that same-origin images, data URLs, and images with a
593 "Access-Control-Allow-Origin: *" header do define the layout.
594 Added a simple PHP script that optionally adds the allow origin header.
596 Replaced and renamed the original shape same-origin-only test.
598 * http/tests/security/resources/image-access-control.php: Added.
599 * http/tests/security/shape-image-cors-expected.html: Added.
600 * http/tests/security/shape-image-cors.html: Added.
601 * http/tests/security/shape-inside-image-origin-expected.txt: Removed.
602 * http/tests/security/shape-inside-image-origin.html: Removed.
604 2013-10-25 Simon Fraser <simon.fraser@apple.com>
606 Mavericks results with MountainLion variants.
608 * 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.
609 * platform/mac-mountainlion/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
610 * platform/mac-mountainlion/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
611 * platform/mac-mountainlion/fast/text/hyphenate-locale-expected.txt: Copied from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.txt.
612 * 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.
613 * 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.
614 * platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
615 * platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
616 * platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt:
617 * platform/mac/fast/css/line-height-expected.txt:
618 * platform/mac/fast/text/drawBidiText-expected.txt:
619 * platform/mac/fast/text/hyphenate-locale-expected.txt:
620 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
621 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
623 2013-10-25 Simon Fraser <simon.fraser@apple.com>
625 Apparently we need results in platform/mac-mountainlion/platform/mac/ for MountionLion.
627 * platform/mac-mountainlion/accessibility/aria-readonly-expected.txt: Added.
628 * 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.
629 * 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.
630 * platform/mac-mountainlion/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/accessibility/role-subrole-roledescription-expected.txt.
632 2013-10-25 Antti Koivisto <antti@apple.com>
634 fast/frames/seamless/seamless-nested-crash.html asserts on wk2 only
635 https://bugs.webkit.org/show_bug.cgi?id=123354
637 * TestExpectations: Skip for now.
639 2013-10-25 Simon Fraser <simon.fraser@apple.com>
641 Mavericks results with MountainLion variants.
643 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
644 * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
645 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt.
646 * platform/mac-mountainlion/fast/css/input-search-padding-expected.txt: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.txt.
647 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
648 * 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.
649 * 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.
650 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
651 * platform/mac-mountainlion/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
652 * platform/mac-mountainlion/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
653 * platform/mac-mountainlion/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
654 * platform/mac-mountainlion/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
655 * platform/mac-mountainlion/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
656 * platform/mac-mountainlion/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
657 * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
658 * 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.
659 * platform/mac-mountainlion/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
660 * platform/mac-mountainlion/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
661 * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
662 * 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.
663 * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
664 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
665 * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
666 * platform/mac-mountainlion/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
667 * 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.
668 * platform/mac-mountainlion/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt.
669 * platform/mac-mountainlion/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
670 * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
671 * platform/mac-mountainlion/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt.
672 * platform/mac-mountainlion/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
673 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
674 * platform/mac-mountainlion/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt.
675 * platform/mac-mountainlion/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
676 * 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.
677 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
678 * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.txt.
679 * 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.
680 * platform/mac-mountainlion/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
681 * 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.
682 * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
683 * 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.
684 * platform/mac-mountainlion/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
685 * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
686 * platform/mac-mountainlion/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
687 * platform/mac/fast/block/margin-collapse/103-expected.txt:
688 * platform/mac/fast/css/continuationCrash-expected.txt:
689 * platform/mac/fast/css/css2-system-fonts-expected.txt:
690 * platform/mac/fast/css/input-search-padding-expected.txt:
691 * platform/mac/fast/css/text-overflow-input-expected.txt:
692 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
693 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
694 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
695 * platform/mac/fast/dom/isindex-001-expected.txt:
696 * platform/mac/fast/dom/isindex-002-expected.txt:
697 * platform/mac/fast/dynamic/008-expected.txt:
698 * platform/mac/fast/events/context-no-deselect-expected.txt:
699 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
700 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
701 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
702 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
703 * platform/mac/fast/parser/document-write-option-expected.txt:
704 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
705 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
706 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
707 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
708 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
709 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
710 * platform/mac/fast/selectors/064-expected.txt:
711 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
712 * platform/mac/fast/table/003-expected.txt:
713 * platform/mac/fast/table/colspanMinWidth-expected.txt:
714 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
715 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
716 * platform/mac/fast/table/text-field-baseline-expected.txt:
717 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
718 * platform/mac/fast/text/updateNewFont-expected.txt:
719 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
720 * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
721 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
722 * platform/mac/platform/mac/fast/text/systemFont-expected.txt:
723 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt:
724 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
725 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
726 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
727 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
728 * platform/mac/svg/hixie/mixed/003-expected.txt:
729 * platform/mac/transforms/2d/zoom-menulist-expected.txt:
730 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
732 2013-10-25 Simon Fraser <simon.fraser@apple.com>
734 New results for some accessibility tests.
736 * platform/mac-mountainlion/accessibility/form-control-value-settable-expected.txt: Added.
737 * platform/mac-mountainlion/accessibility/lists-expected.txt: Copied from LayoutTests/platform/mac/accessibility/lists-expected.txt.
738 * platform/mac-mountainlion/accessibility/press-action-is-first-expected.txt: Added.
739 * platform/mac-mountainlion/accessibility/role-subrole-roledescription-expected.txt: Added.
740 * platform/mac/accessibility/aria-readonly-expected.txt: Added.
741 * platform/mac/accessibility/lists-expected.txt:
742 * platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Added.
743 * platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt: Added.
744 * platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
746 2013-10-25 Oliver Hunt <oliver@apple.com>
748 Improve JSC Parser error messages
749 https://bugs.webkit.org/show_bug.cgi?id=123341
751 Reviewed by Andreas Kling.
753 Update a vast array of layout test results
755 * fast/events/window-onerror5-expected.txt:
756 * js/basic-strict-mode-expected.txt:
757 * js/break-ASI-expected.txt:
758 * js/dom/assign-expected.txt:
759 * js/dom/object-extra-comma-expected.txt:
760 * js/dom/parse-error-external-script-in-eval-expected.txt:
761 * js/dom/parse-error-external-script-in-new-Function-expected.txt:
762 * js/dom/reserved-words-as-property-expected.txt:
763 * js/function-constructor-error-expected.txt:
764 * js/function-declaration-expected.txt:
765 * js/function-toString-object-literals-expected.txt:
766 * js/function-toString-parentheses-expected.txt:
767 * js/js-continue-break-restrictions-expected.txt:
768 * js/kde/garbage-n-expected.txt:
769 * js/kde/parse-expected.txt:
770 * js/no-semi-insertion-at-end-of-script-expected.txt:
771 * js/object-literal-syntax-expected.txt:
772 * js/parser-xml-close-comment-expected.txt:
773 * js/regexp-compile-crash-expected.txt:
774 * js/script-tests/function-constructor-error.js:
775 * js/script-tests/reserved-words-strict.js:
777 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2-expected.txt:
778 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3-expected.txt:
779 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2-expected.txt:
780 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3-expected.txt:
781 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2-expected.txt:
782 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2-expected.txt:
783 * sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A4_T1-expected.txt:
784 * sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A4_T4-expected.txt:
785 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.1-expected.txt:
786 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.10-expected.txt:
787 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.12-expected.txt:
788 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.13-expected.txt:
789 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.14-expected.txt:
790 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.16-expected.txt:
791 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.17-expected.txt:
792 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.2-expected.txt:
793 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.20-expected.txt:
794 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.22-expected.txt:
795 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.24-expected.txt:
796 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.25-expected.txt:
797 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.3-expected.txt:
798 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.4-expected.txt:
799 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.5-expected.txt:
800 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.8-expected.txt:
801 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.9-expected.txt:
802 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10-expected.txt:
803 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11-expected.txt:
804 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16-expected.txt:
805 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27-expected.txt:
806 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5-expected.txt:
807 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6-expected.txt:
808 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7-expected.txt:
809 * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9-expected.txt:
810 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.2_T2-expected.txt:
811 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.3_T1-expected.txt:
812 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.3_T3-expected.txt:
813 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.5_T1-expected.txt:
814 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.5_T3-expected.txt:
815 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.2_T1-expected.txt:
816 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.3_T1-expected.txt:
817 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.3_T3-expected.txt:
818 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.5_T1-expected.txt:
819 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.5_T3-expected.txt:
820 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T7-expected.txt:
821 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T8-expected.txt:
822 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T9-expected.txt:
823 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T1-expected.txt:
824 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T3-expected.txt:
825 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T6-expected.txt:
826 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4-expected.txt:
827 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8-expected.txt:
828 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4-expected.txt:
829 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8-expected.txt:
830 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4-expected.txt:
831 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5-expected.txt:
832 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6-expected.txt:
833 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8-expected.txt:
834 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9-expected.txt:
835 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4-expected.txt:
836 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5-expected.txt:
837 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6-expected.txt:
838 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7-expected.txt:
839 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1-expected.txt:
840 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6-expected.txt:
841 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7-expected.txt:
842 * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8-expected.txt:
843 * sputnik/Conformance/08_Types/8.2_The_Null_Type/S8.2_A2-expected.txt:
844 * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T3-expected.txt:
845 * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T3-expected.txt:
846 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1-expected.txt:
847 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2-expected.txt:
848 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3-expected.txt:
849 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4-expected.txt:
850 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1-expected.txt:
851 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2-expected.txt:
852 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3-expected.txt:
853 * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4-expected.txt:
854 * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A2_T1-expected.txt:
855 * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T2-expected.txt:
856 * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T3-expected.txt:
857 * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T5-expected.txt:
858 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T1-expected.txt:
859 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T10-expected.txt:
860 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T11-expected.txt:
861 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T12-expected.txt:
862 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T13-expected.txt:
863 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T14-expected.txt:
864 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T15-expected.txt:
865 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T2-expected.txt:
866 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T3-expected.txt:
867 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T4-expected.txt:
868 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T5-expected.txt:
869 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T6-expected.txt:
870 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T7-expected.txt:
871 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T8-expected.txt:
872 * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T9-expected.txt:
873 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
874 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T2-expected.txt:
875 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T1-expected.txt:
876 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T2-expected.txt:
877 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T3-expected.txt:
878 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T4-expected.txt:
879 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T5-expected.txt:
880 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T6-expected.txt:
881 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T7-expected.txt:
882 * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T8-expected.txt:
883 * sputnik/Conformance/12_Statement/12.4_Expression_Statement/S12.4_A1-expected.txt:
884 * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A11-expected.txt:
885 * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A6_T1-expected.txt:
886 * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A6_T2-expected.txt:
887 * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T3-expected.txt:
888 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12-expected.txt:
889 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3-expected.txt:
890 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15-expected.txt:
891 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1-expected.txt:
892 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2-expected.txt:
893 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3-expected.txt:
894 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4-expected.txt:
895 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5-expected.txt:
896 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6-expected.txt:
897 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3-expected.txt:
898 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15-expected.txt:
899 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1-expected.txt:
900 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2-expected.txt:
901 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3-expected.txt:
902 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4-expected.txt:
903 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5-expected.txt:
904 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6-expected.txt:
905 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3-expected.txt:
906 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3-expected.txt:
907 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3-expected.txt:
908 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3-expected.txt:
909 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1-expected.txt:
910 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1-expected.txt:
911 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2-expected.txt:
912 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1-expected.txt:
913 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2-expected.txt:
914 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1-expected.txt:
915 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2-expected.txt:
916 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1-expected.txt:
917 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2-expected.txt:
918 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3-expected.txt:
919 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1-expected.txt:
920 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2-expected.txt:
921 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3-expected.txt:
922 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3-expected.txt:
923 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15-expected.txt:
924 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1-expected.txt:
925 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2-expected.txt:
926 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3-expected.txt:
927 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4-expected.txt:
928 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1-expected.txt:
929 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2-expected.txt:
930 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3-expected.txt:
931 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A6-expected.txt:
932 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1-expected.txt:
933 * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2-expected.txt:
934 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T1-expected.txt:
935 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T2-expected.txt:
936 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T3-expected.txt:
937 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T4-expected.txt:
938 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T1-expected.txt:
939 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T2-expected.txt:
940 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T3-expected.txt:
941 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A6-expected.txt:
942 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T1-expected.txt:
943 * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T2-expected.txt:
944 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T1-expected.txt:
945 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T10-expected.txt:
946 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T2-expected.txt:
947 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T3-expected.txt:
948 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T4-expected.txt:
949 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T5-expected.txt:
950 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T6-expected.txt:
951 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T7-expected.txt:
952 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T8-expected.txt:
953 * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T9-expected.txt:
954 * 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:
955 * 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:
957 2013-10-25 Manuel Rego Casasnovas <rego@igalia.com>
959 [CSS Regions] Rename CSS classes and JS methods in vertical layout tests about selection
960 https://bugs.webkit.org/show_bug.cgi?id=123327
962 Reviewed by Mihnea Ovidenie.
964 For consistency with Blink we use Vertical instead of Vert in CSS
965 classes and JS methods related to the selection layout tests for CSS
968 * fast/regions/resources/helper.js:
969 (selectContentByIdsVertical):
970 * fast/regions/resources/region-style.css:
971 * fast/regions/selection/selecting-text-ignoring-region-vert-lr-expected.html:
972 * fast/regions/selection/selecting-text-ignoring-region-vert-lr.html:
973 * fast/regions/selection/selecting-text-ignoring-region-vert-rl-expected.html:
974 * fast/regions/selection/selecting-text-ignoring-region-vert-rl.html:
975 * fast/regions/selection/selecting-text-in-2-regions-vert-lr-expected.html:
976 * fast/regions/selection/selecting-text-in-2-regions-vert-lr.html:
977 * fast/regions/selection/selecting-text-in-2-regions-vert-rl-expected.html:
978 * fast/regions/selection/selecting-text-in-2-regions-vert-rl.html:
980 2013-10-25 Javier Fernandez <jfernandez@igalia.com>
982 Unreviewed GTK gardening. Several fast/regions/selection tests are failing in WK2.
984 * platform/gtk-wk2/TestExpectations:
986 2013-10-24 Simon Fraser <simon.fraser@apple.com>
988 New Mavericks results for editing and fast/html, with MountainLion fallbacks.
990 * 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.
991 * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
992 * platform/mac-mountainlion/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
993 * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
994 * platform/mac-mountainlion/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
995 * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
996 * platform/mac-mountainlion/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
997 * platform/mac-mountainlion/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
998 * platform/mac-mountainlion/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
999 * platform/mac-mountainlion/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
1000 * platform/mac-mountainlion/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
1001 * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
1002 * platform/mac-mountainlion/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
1003 * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
1004 * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
1005 * platform/mac-mountainlion/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
1006 * platform/mac-mountainlion/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
1007 * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt.
1008 * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt.
1009 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
1010 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
1011 * platform/mac/editing/pasteboard/4806874-expected.txt:
1012 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
1013 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
1014 * platform/mac/editing/selection/3690703-2-expected.txt:
1015 * platform/mac/editing/selection/3690703-expected.txt:
1016 * platform/mac/editing/selection/3690719-expected.txt:
1017 * platform/mac/editing/selection/4895428-3-expected.txt:
1018 * platform/mac/editing/selection/4975120-expected.txt:
1019 * platform/mac/editing/selection/drag-select-1-expected.txt:
1020 * platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
1021 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
1022 * platform/mac/fast/html/details-no-summary4-expected.txt:
1023 * platform/mac/fast/html/details-open-javascript-expected.txt:
1024 * platform/mac/fast/html/details-open2-expected.txt:
1025 * platform/mac/fast/html/details-open4-expected.txt:
1026 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
1027 * platform/mac/fast/html/details-replace-text-expected.txt:
1029 2013-10-24 Simon Fraser <simon.fraser@apple.com>
1031 https://bugs.webkit.org/show_bug.cgi?id=123304
1033 The focus-option-control-on-page.html test has behavior that depends on the system
1034 "Full Keyboard Access" prefs, so mark it as passing or failing, and remove a bogus
1035 result that I added.
1037 * platform/mac-mountainlion/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Removed.
1038 * platform/mac/TestExpectations:
1040 2013-10-24 Simon Fraser <simon.fraser@apple.com>
1042 More new test results for Mavericks, and MountainLion results where necessary.
1044 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt.
1045 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
1046 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
1047 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
1048 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
1049 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
1050 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
1051 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt.
1052 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
1053 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
1054 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
1055 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
1056 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
1057 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
1058 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt.
1059 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
1060 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
1061 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
1062 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
1063 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
1064 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
1065 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
1066 * platform/mac-mountainlion/tables/mozilla/bugs/bug120107-expected.txt: Added.
1067 * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
1068 * platform/mac-mountainlion/tables/mozilla/bugs/bug1271-expected.txt: Added.
1069 * platform/mac-mountainlion/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
1070 * platform/mac-mountainlion/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
1071 * platform/mac-mountainlion/tables/mozilla/bugs/bug131020-2-expected.txt: Added.
1072 * platform/mac-mountainlion/tables/mozilla/bugs/bug13169-expected.txt: Added.
1073 * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
1074 * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
1075 * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
1076 * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
1077 * platform/mac-mountainlion/tables/mozilla/bugs/bug157890-expected.txt: Added.
1078 * platform/mac-mountainlion/tables/mozilla/bugs/bug1818-3-expected.txt: Added.
1079 * platform/mac-mountainlion/tables/mozilla/bugs/bug1818-6-expected.txt: Added.
1080 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
1081 * platform/mac-mountainlion/tables/mozilla/bugs/bug196870-expected.txt: Added.
1082 * platform/mac-mountainlion/tables/mozilla/bugs/bug222336-expected.txt: Added.
1083 * platform/mac-mountainlion/tables/mozilla/bugs/bug222467-expected.txt: Added.
1084 * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
1085 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
1086 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
1087 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
1088 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt.
1089 * platform/mac-mountainlion/tables/mozilla/bugs/bug269566-expected.txt: Added.
1090 * platform/mac-mountainlion/tables/mozilla/bugs/bug277062-expected.txt: Added.
1091 * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
1092 * platform/mac-mountainlion/tables/mozilla/bugs/bug28933-expected.txt: Added.
1093 * platform/mac-mountainlion/tables/mozilla/bugs/bug29314-expected.txt: Added.
1094 * platform/mac-mountainlion/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
1095 * platform/mac-mountainlion/tables/mozilla/bugs/bug2954-expected.txt: Added.
1096 * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
1097 * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
1098 * platform/mac-mountainlion/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
1099 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
1100 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
1101 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
1102 * platform/mac-mountainlion/tables/mozilla/bugs/bug50695-2-expected.txt: Added.
1103 * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
1104 * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
1105 * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
1106 * platform/mac-mountainlion/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
1107 * platform/mac-mountainlion/tables/mozilla/bugs/bug56201-expected.txt: Added.
1108 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
1109 * platform/mac-mountainlion/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
1110 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
1111 * platform/mac-mountainlion/tables/mozilla/bugs/bug8032-2-expected.txt: Added.
1112 * platform/mac-mountainlion/tables/mozilla/bugs/bug9024-expected.txt: Added.
1113 * platform/mac-mountainlion/tables/mozilla/bugs/bug92647-2-expected.txt: Added.
1114 * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
1115 * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
1116 * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
1117 * platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Added.
1118 * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
1119 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
1120 * platform/mac-mountainlion/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt.
1121 * 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.
1122 * 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.
1123 * 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.
1124 * 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.
1125 * 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.
1126 * platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt:
1127 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
1128 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
1129 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
1130 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
1131 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
1132 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
1133 * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
1134 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
1135 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
1136 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
1137 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
1138 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
1139 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
1140 * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt:
1141 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
1142 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
1143 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
1144 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
1145 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
1146 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
1147 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
1148 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
1149 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
1150 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
1151 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
1152 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
1153 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
1154 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
1155 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
1156 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
1157 * platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
1158 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
1159 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
1160 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
1161 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
1162 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
1163 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
1164 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
1165 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
1166 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
1167 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
1168 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
1169 * platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
1170 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
1171 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
1172 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
1173 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
1174 * platform/mac/tables/mozilla/core/margins-expected.txt:
1175 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
1176 * platform/mac/tables/mozilla/other/move_row-expected.txt:
1177 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1178 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1179 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1180 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
1181 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
1183 2013-10-24 Simon Fraser <simon.fraser@apple.com>
1185 Update fast/forms tests for Mavericks, adding results for MountainLion when necessary.
1187 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt.
1188 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt.
1189 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt.
1190 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt.
1191 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt.
1192 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
1193 * platform/mac-mountainlion/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
1194 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
1195 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
1196 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
1197 * platform/mac-mountainlion/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt.
1198 * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
1199 * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
1200 * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
1201 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
1202 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
1203 * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
1204 * platform/mac-mountainlion/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
1205 * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
1206 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
1207 * platform/mac-mountainlion/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
1208 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
1209 * 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.
1210 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
1211 * platform/mac-mountainlion/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
1212 * platform/mac-mountainlion/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
1213 * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
1214 * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
1215 * platform/mac-mountainlion/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
1216 * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
1217 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
1218 * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
1219 * platform/mac-mountainlion/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
1220 * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
1221 * platform/mac-mountainlion/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
1222 * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
1223 * platform/mac-mountainlion/fast/forms/input-baseline-expected.txt: Added.
1224 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
1225 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
1226 * 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.
1227 * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
1228 * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
1229 * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
1230 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
1231 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
1232 * platform/mac-mountainlion/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
1233 * platform/mac-mountainlion/fast/forms/input-set-composition-scroll-expected.txt: Added.
1234 * platform/mac-mountainlion/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
1235 * platform/mac-mountainlion/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
1236 * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
1237 * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
1238 * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
1239 * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
1240 * platform/mac-mountainlion/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
1241 * 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.
1242 * 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.
1243 * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
1244 * 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.
1245 * platform/mac-mountainlion/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
1246 * platform/mac-mountainlion/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
1247 * platform/mac-mountainlion/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
1248 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt.
1249 * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
1250 * platform/mac-mountainlion/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
1251 * platform/mac-mountainlion/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt.
1252 * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
1253 * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
1254 * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
1255 * 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.
1256 * 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.
1257 * platform/mac-mountainlion/fast/forms/placeholder-position-expected.txt: Added.
1258 * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
1259 * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
1260 * 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.
1261 * 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.
1262 * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
1263 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
1264 * platform/mac-mountainlion/fast/forms/search/search-size-with-decorations-expected.txt: Added.
1265 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
1266 * platform/mac-mountainlion/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt.
1267 * 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.
1268 * 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.
1269 * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
1270 * platform/mac-mountainlion/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt.
1271 * platform/mac-mountainlion/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt.
1272 * 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.
1273 * platform/mac-mountainlion/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
1274 * platform/mac-mountainlion/fast/forms/select/popup-closes-on-blur-expected.txt: Added.
1275 * platform/mac-mountainlion/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt.
1276 * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
1277 * platform/mac-mountainlion/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
1278 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
1279 * platform/mac-mountainlion/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
1280 * platform/mac-mountainlion/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
1281 * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
1282 * platform/mac-mountainlion/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
1283 * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
1284 * platform/mac-mountainlion/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
1285 * platform/mac-mountainlion/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
1286 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
1287 * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
1288 * platform/mac-mountainlion/platform/mac/fast/forms/attributed-strings-expected.txt: Added.
1289 * platform/mac-mountainlion/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added.
1290 * platform/mac-mountainlion/platform/mac/fast/forms/indeterminate-progress-inline-height-expected.txt: Added.
1291 * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
1292 * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt: Added.
1293 * 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.
1294 * platform/mac-mountainlion/platform/mac/fast/forms/input-number-click-expected.txt: Added.
1295 * platform/mac/TestExpectations:
1296 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
1297 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
1298 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt:
1299 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
1300 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
1301 * platform/mac/fast/forms/basic-inputs-expected.txt:
1302 * platform/mac/fast/forms/basic-selects-expected.txt:
1303 * platform/mac/fast/forms/basic-textareas-expected.txt:
1304 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
1305 * platform/mac/fast/forms/box-shadow-override-expected.txt:
1306 * platform/mac/fast/forms/button-align-expected.txt:
1307 * platform/mac/fast/forms/button-positioned-expected.txt:
1308 * platform/mac/fast/forms/button-sizes-expected.txt:
1309 * platform/mac/fast/forms/button-style-color-expected.txt:
1310 * platform/mac/fast/forms/button-table-styles-expected.txt:
1311 * platform/mac/fast/forms/button-text-transform-expected.txt:
1312 * platform/mac/fast/forms/button-white-space-expected.txt:
1313 * platform/mac/fast/forms/control-clip-expected.txt:
1314 * platform/mac/fast/forms/control-clip-overflow-expected.txt:
1315 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
1316 * platform/mac/fast/forms/encoding-test-expected.txt:
1317 * platform/mac/fast/forms/fieldset-align-expected.txt:
1318 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
1319 * platform/mac/fast/forms/form-element-geometry-expected.txt:
1320 * platform/mac/fast/forms/hidden-listbox-expected.txt:
1321 * platform/mac/fast/forms/input-align-expected.txt:
1322 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
1323 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
1324 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
1325 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
1326 * platform/mac/fast/forms/input-appearance-height-expected.txt:
1327 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
1328 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
1329 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
1330 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
1331 * platform/mac/fast/forms/input-appearance-width-expected.txt:
1332 * platform/mac/fast/forms/input-baseline-expected.txt: Added.
1333 * platform/mac/fast/forms/input-button-sizes-expected.txt:
1334 * platform/mac/fast/forms/input-disabled-color-expected.txt:
1335 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
1336 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
1337 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
1338 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
1339 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
1340 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
1341 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
1342 * platform/mac/fast/forms/input-spaces-expected.txt:
1343 * platform/mac/fast/forms/input-table-expected.txt:
1344 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
1345 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
1346 * platform/mac/fast/forms/input-text-double-click-expected.txt:
1347 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
1348 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
1349 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
1350 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
1351 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
1352 * platform/mac/fast/forms/input-type-text-min-width-expected.txt:
1353 * platform/mac/fast/forms/input-value-expected.txt:
1354 * platform/mac/fast/forms/input-width-expected.txt:
1355 * platform/mac/fast/forms/listbox-bidi-align-expected.txt:
1356 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
1357 * platform/mac/fast/forms/listbox-width-change-expected.txt:
1358 * platform/mac/fast/forms/menulist-no-overflow-expected.txt:
1359 * platform/mac/fast/forms/menulist-option-wrap-expected.txt:
1360 * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
1361 * platform/mac/fast/forms/minWidthPercent-expected.txt:
1362 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
1363 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
1364 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
1365 * platform/mac/fast/forms/placeholder-position-expected.txt: Added.
1366 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
1367 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
1368 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
1369 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
1370 * platform/mac/fast/forms/search-rtl-expected.txt:
1371 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
1372 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: Added.
1373 * platform/mac/fast/forms/searchfield-heights-expected.txt:
1374 * platform/mac/fast/forms/select-align-expected.txt:
1375 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
1376 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
1377 * platform/mac/fast/forms/select-disabled-appearance-expected.txt:
1378 * platform/mac/fast/forms/select-empty-option-height-expected.txt:
1379 * platform/mac/fast/forms/select-initial-position-expected.txt:
1380 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
1381 * platform/mac/fast/forms/select-selected-expected.txt:
1382 * platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt:
1383 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
1384 * platform/mac/fast/forms/text-style-color-expected.txt:
1385 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
1386 * platform/mac/fast/forms/textarea-align-expected.txt:
1387 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1388 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
1389 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
1390 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
1391 * platform/mac/fast/forms/textfield-outline-expected.txt:
1392 * platform/mac/fast/forms/textfield-overflow-expected.txt:
1393 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
1394 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
1395 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
1396 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
1398 2013-10-24 Roger Fong <roger_fong@apple.com>
1400 Add texture level dependent size checks to textureImage2D calls.
1401 https://bugs.webkit.org/show_bug.cgi?id=123290
1402 <rdar://problem/15201382>
1404 Reviewed by Dean Jackson.
1406 * platform/mac/TestExpectations: Unskip now passing test texture-size-limit.html.
1408 2013-10-24 Roger Fong <roger_fong@apple.com>
1410 Unreviewed gardening. Skip some failing WebGL Conformance suite 1.0.1 tests.
1412 * platform/mac/TestExpectations:
1414 2013-10-24 Grzegorz Czajkowski <g.czajkowski@samsung.com>
1416 dumpAsText() is unnecessarily called in spellchecking tests
1417 https://bugs.webkit.org/show_bug.cgi?id=123266
1419 Reviewed by Darin Adler.
1421 dumpAsText is already called either by notifyDone (js-test-post.js) or
1422 by finishJSTest() when asynchrononous spell checking is used.
1424 * editing/spelling/spellcheck-async-mutation.html:
1425 * editing/spelling/spellcheck-async.html:
1426 * editing/spelling/spellcheck-attribute-expected.txt:
1427 * editing/spelling/spellcheck-attribute.html:
1428 * editing/spelling/spelling-insert-html.html:
1429 * editing/spelling/spelling-unified-emulation.html:
1431 2013-10-24 Myles C. Maxfield <mmaxfield@apple.com>
1433 Gaps between underlines in adjacent underlined text runs
1434 https://bugs.webkit.org/show_bug.cgi?id=123236
1436 Reviewed by Simon Fraser and Darin Adler.
1438 Added a test that checks that we have accurate precision in our
1439 floating-point computations. We should perform calculations before
1440 rounding, instead of rouding twice and performing calculations on
1443 * fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes.html: Added.
1444 * platform/mac/fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes-expected.png: Added.
1445 * platform/mac/fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes-expected.txt: Added.
1447 2013-10-24 Joseph Pecoraro <pecoraro@apple.com>
1449 Fix unnecessary alerted value leaking into another test.
1451 Rubber-stamped by Alexey Proskuryakov.
1453 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html:
1455 2013-10-24 Santosh Mahto <santosh.ma@samsung.com>
1457 [contenteditable] Content after non-editable element disappears when merging lines using backspace
1458 https://bugs.webkit.org/show_bug.cgi?id=122748
1460 Reviewed by Ryosuke Niwa.
1462 Adding test to verify that on merging the paragraph containing
1463 non-editable element does not cause loss of non-editable content after
1466 * editing/deleting/merge-paragraph-contatining-noneditable-expected.txt: Added.
1467 * editing/deleting/merge-paragraph-contatining-noneditable.html: Added.
1469 2013-10-24 Alexey Proskuryakov <ap@apple.com>
1471 Layout Test compositing/regions/propagate-region-box-shadow-border-padding-for-video.html is flaky
1472 https://bugs.webkit.org/show_bug.cgi?id=123282
1474 * platform/mac/TestExpectations: Marking as such.
1476 2013-10-24 Joseph Pecoraro <pecoraro@apple.com>
1478 Web Inspector: Breakpoints in sourceURL named scripts do not work
1479 https://bugs.webkit.org/show_bug.cgi?id=123231
1481 Reviewed by Timothy Hatcher.
1483 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL-expected.txt: Added.
1484 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html: Added.
1486 2013-10-24 Alexandru Chiculita <achicu@adobe.com>
1488 Web Inspector: Add a way to test the Manager and model classes
1489 https://bugs.webkit.org/show_bug.cgi?id=123223
1491 Reviewed by Timothy Hatcher.
1493 Added the first new WebInspector layout test file. The test is using InspectorTest.importInspectorScripts
1494 to bootstrap some of the managers/observers/models from the new WebInspector.
1496 * http/tests/inspector-protocol/resources/InspectorTest.js:
1497 (InspectorTest.importScript):
1498 (InspectorTest.importInspectorScripts):
1499 * inspector-protocol/model/main-frame-resource-expected.txt: Added.
1500 * inspector-protocol/model/main-frame-resource.html: Added.
1502 2013-10-24 Alexey Proskuryakov <ap@apple.com>
1504 Freshly landed webgl-1.0.1 tests are failing.
1506 * platform/mac/TestExpectations: Correcting a late-night typo in TetExpectations.
1507 It's [Failure], not [Fail].
1509 2013-10-24 Javier Fernandez <jfernandez@igalia.com>
1511 [GTK] Removing flags for tests fixed in bug 121828
1512 https://bugs.webkit.org/show_bug.cgi?id=122967
1514 Unreviewed GTK gardening. Rebaselining after r156767.
1516 * platform/gtk/TestExpectations:
1517 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
1518 * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Added.
1519 * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt: Added.
1521 2013-10-23 Alexey Proskuryakov <ap@apple.com>
1523 Revert <http://trac.webkit.org/changeset/157893>
1524 (Mavericks test results mega-patch).
1526 It didn't fix Mavericks, which still has dozens of failures, and it broke Mountain
1527 Lion bots, which need to remain green for tools like EWS to work.
1529 At a glance, there are multiple systemic issues with this change:
1530 - some results went to broken locations like platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png;
1531 - WK2 expectations also went to platform/mac/platform/mac-wk2/TestExpectations.
1532 - some tests like js/dom/global-constructors-attributes.html used to match cross-platform
1533 baseline, but copying Mavericks results over to platform/mac made it so that those results
1534 are now ignored on Mountain Lion.
1536 I think that starting over will be easier that fixing these issues incrementally.
1538 2013-10-23 Alexey Proskuryakov <ap@apple.com>
1540 Freshly landed webgl-1.0.1 tests are failing.
1542 * platform/mac/TestExpectations: Mark them as such.
1544 2013-10-23 Alexey Proskuryakov <ap@apple.com>
1546 Layout Test plugins/destroy-during-npp-new-object-with-fallback-content.html is flaky
1547 https://bugs.webkit.org/show_bug.cgi?id=123250
1549 This is a recent regression.
1551 * platform/mac/TestExpectations: Marking as such.
1553 2013-10-23 Alexey Proskuryakov <ap@apple.com>
1555 Layout Test webaudio/javascriptaudionode-downmix8-2channel-input.html is flaky
1556 https://bugs.webkit.org/show_bug.cgi?id=120148
1558 * TestExpectations: Marking as such.
1560 2013-10-23 Sun-woo Nam <sunny.nam@samsung.com>
1562 [EFL] Skip tests which are already passed in WebKit1.
1563 https://bugs.webkit.org/show_bug.cgi?id=123200
1565 Reviewed by Gyuyoung Kim.
1567 These tests are passed in wk1 because DRT is supporting setViewModeMediaFeature().
1568 So these are only failed in wk2, but skipped in all cases now.
1570 * platform/efl-wk2/TestExpectations:
1571 * platform/efl/TestExpectations:
1573 2013-10-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1575 Integrate css3-images image-orientation with existing EXIF support
1576 https://bugs.webkit.org/show_bug.cgi?id=91566
1578 Reviewed by Beth Dakin.
1580 * fast/css/image-orientation/image-orientation-expected.txt: Fixed wrong description.
1581 * fast/css/image-orientation/image-orientation.html: Remove a space.
1583 2013-10-23 Roger Fong <roger_fong@apple.com>
1585 Forgot to add 1.0.1 conformance tests in r157888.
1589 2013-10-23 Roger Fong <roger_fong@apple.com>
1591 Skip some unexpected WebGL 1.0.2 conformance suite failures.
1593 * platform/mac/TestExpectations:
1595 2013-10-23 Simon Fraser <simon.fraser@apple.com>
1597 fast/forms/input-type-text-min-width.html fails on Mavericks.
1598 https://bugs.webkit.org/show_bug.cgi?id=123235
1600 * platform/mac-mountainlion/TestExpectations: Added.
1601 * platform/mac/TestExpectations:
1603 2013-10-23 Myles C. Maxfield <mmaxfield@apple.com>
1605 Include misspelling dot gap width when centering misspelling dots
1606 https://bugs.webkit.org/show_bug.cgi?id=122365
1608 Reviewed by Simon Fraser.
1610 Created a pixel new test where taking this gap width into account when
1611 performing the centering calculation actually changes the location of
1612 where the dots end up. In addition, created a pixel test that misspells
1613 two words next to each other to make sure that the misspelling dots don't
1614 appear under the space between the words.
1616 * editing/spelling/centering-misspelling-dots-expected.txt: Added.
1617 * editing/spelling/centering-misspelling-dots.html: Added.
1618 * platform/mac/editing/spelling/centering-misspelling-dots-expected.png: Added.
1619 * editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt: Added.
1620 * editing/spelling/misspelling-dots-dont-extend-beyond-words.html: Added.
1621 * platform/mac/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.png: Added.
1623 2013-10-23 Alexey Proskuryakov <ap@apple.com>
1625 ASSERT d->m_defersLoading != defers on detik.com and drive.google.com
1626 https://bugs.webkit.org/show_bug.cgi?id=111902
1628 * platform/mac/TestExpectations: Remove stale test expectations associated with this
1629 bug, it's been fixed for a long time. Flakiness dashboard concurs.
1631 2013-10-23 Simon Fraser <simon.fraser@apple.com>
1633 Migrate existing platform/mac layout test results to mac-mountainlion, and add new platform/mac results for Mavericks.
1635 * platform/mac-mountainlion/accessibility/lists-expected.txt: Copied from LayoutTests/platform/mac/accessibility/lists-expected.txt.
1636 * 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.
1637 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
1638 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt.
1639 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
1640 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
1641 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
1642 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
1643 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
1644 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
1645 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
1646 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
1647 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
1648 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
1649 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
1650 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
1651 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
1652 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt.
1653 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
1654 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
1655 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
1656 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
1657 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
1658 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
1659 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
1660 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
1661 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
1662 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
1663 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
1664 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
1665 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png.
1666 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt.
1667 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png.
1668 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
1669 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png.
1670 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
1671 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png.
1672 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
1673 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png.
1674 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
1675 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png.
1676 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
1677 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png.
1678 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
1679 * 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.
1680 * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png.
1681 * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
1682 * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png.
1683 * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
1684 * platform/mac-mountainlion/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
1685 * platform/mac-mountainlion/editing/selection/3690703-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.png.
1686 * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
1687 * platform/mac-mountainlion/editing/selection/3690703-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.png.
1688 * platform/mac-mountainlion/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
1689 * platform/mac-mountainlion/editing/selection/3690719-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.png.
1690 * platform/mac-mountainlion/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
1691 * platform/mac-mountainlion/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png.
1692 * platform/mac-mountainlion/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
1693 * platform/mac-mountainlion/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png.
1694 * platform/mac-mountainlion/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
1695 * platform/mac-mountainlion/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
1696 * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png.
1697 * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
1698 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
1699 * platform/mac-mountainlion/fast/css/continuationCrash-expected.png: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.png.
1700 * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
1701 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.png: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.png.
1702 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt.
1703 * platform/mac-mountainlion/fast/css/input-search-padding-expected.png: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.png.
1704 * platform/mac-mountainlion/fast/css/input-search-padding-expected.txt: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.txt.
1705 * platform/mac-mountainlion/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
1706 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png.
1707 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
1708 * 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.
1709 * 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.
1710 * 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.
1711 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png.
1712 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
1713 * platform/mac-mountainlion/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
1714 * platform/mac-mountainlion/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
1715 * platform/mac-mountainlion/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.png.
1716 * platform/mac-mountainlion/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
1717 * platform/mac-mountainlion/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
1718 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt.
1719 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.png.
1720 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt.
1721 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.png.
1722 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt.
1723 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.png.
1724 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt.
1725 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.png.
1726 * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt.
1727 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png.
1728 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
1729 * platform/mac-mountainlion/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
1730 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png.
1731 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
1732 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png.
1733 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
1734 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
1735 * platform/mac-mountainlion/fast/forms/button-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.png.
1736 * platform/mac-mountainlion/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt.
1737 * platform/mac-mountainlion/fast/forms/button-positioned-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.png.
1738 * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
1739 * platform/mac-mountainlion/fast/forms/button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.png.
1740 * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
1741 * platform/mac-mountainlion/fast/forms/button-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.png.
1742 * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
1743 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png.
1744 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
1745 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png.
1746 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
1747 * platform/mac-mountainlion/fast/forms/button-white-space-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.png.
1748 * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
1749 * platform/mac-mountainlion/fast/forms/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.png.
1750 * platform/mac-mountainlion/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
1751 * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png.
1752 * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
1753 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png.
1754 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
1755 * platform/mac-mountainlion/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
1756 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png.
1757 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
1758 * 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.
1759 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.png: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png.
1760 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
1761 * platform/mac-mountainlion/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
1762 * platform/mac-mountainlion/fast/forms/input-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.png.
1763 * platform/mac-mountainlion/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
1764 * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png.
1765 * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
1766 * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png.
1767 * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
1768 * platform/mac-mountainlion/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
1769 * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png.
1770 * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
1771 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
1772 * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png.
1773 * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
1774 * platform/mac-mountainlion/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
1775 * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png.
1776 * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
1777 * platform/mac-mountainlion/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
1778 * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png.
1779 * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
1780 * platform/mac-mountainlion/fast/forms/input-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.png.
1781 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png.
1782 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
1783 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png.
1784 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
1785 * 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.
1786 * 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.
1787 * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png.
1788 * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
1789 * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
1790 * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
1791 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png.
1792 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
1793 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png.
1794 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
1795 * platform/mac-mountainlion/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
1796 * platform/mac-mountainlion/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
1797 * platform/mac-mountainlion/fast/forms/input-table-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.png.
1798 * platform/mac-mountainlion/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
1799 * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png.
1800 * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
1801 * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png.
1802 * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
1803 * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png.
1804 * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
1805 * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png.
1806 * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
1807 * platform/mac-mountainlion/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
1808 * 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.
1809 * 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.
1810 * 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.
1811 * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png.
1812 * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
1813 * platform/mac-mountainlion/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
1814 * platform/mac-mountainlion/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
1815 * platform/mac-mountainlion/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
1816 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png.
1817 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt.
1818 * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png.
1819 * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
1820 * platform/mac-mountainlion/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
1821 * platform/mac-mountainlion/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt.
1822 * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png.
1823 * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
1824 * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
1825 * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png.
1826 * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
1827 * 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.
1828 * 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.
1829 * 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.
1830 * platform/mac-mountainlion/fast/forms/placeholder-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png.
1831 * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png.
1832 * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
1833 * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png.
1834 * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
1835 * 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.
1836 * 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.
1837 * platform/mac-mountainlion/fast/forms/search-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.png.
1838 * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
1839 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png.
1840 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
1841 * 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.
1842 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png.
1843 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
1844 * platform/mac-mountainlion/fast/forms/select-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.png.
1845 * platform/mac-mountainlion/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt.
1846 * 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.
1847 * 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.
1848 * 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.
1849 * 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.
1850 * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png.
1851 * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
1852 * platform/mac-mountainlion/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt.
1853 * platform/mac-mountainlion/fast/forms/select-initial-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.png.
1854 * platform/mac-mountainlion/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt.
1855 * 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.
1856 * platform/mac-mountainlion/fast/forms/select-selected-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.png.
1857 * platform/mac-mountainlion/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
1858 * platform/mac-mountainlion/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt.
1859 * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png.
1860 * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
1861 * platform/mac-mountainlion/fast/forms/text-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.png.
1862 * platform/mac-mountainlion/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
1863 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png.
1864 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
1865 * platform/mac-mountainlion/fast/forms/textarea-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.png.
1866 * platform/mac-mountainlion/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
1867 * platform/mac-mountainlion/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
1868 * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png.
1869 * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
1870 * platform/mac-mountainlion/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
1871 * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png.
1872 * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
1873 * platform/mac-mountainlion/fast/forms/textfield-outline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png.
1874 * platform/mac-mountainlion/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
1875 * platform/mac-mountainlion/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
1876 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png.
1877 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
1878 * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.png: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png.
1879 * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
1880 * platform/mac-mountainlion/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
1881 * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
1882 * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
1883 * platform/mac-mountainlion/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
1884 * platform/mac-mountainlion/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
1885 * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt.
1886 * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt.
1887 * platform/mac-mountainlion/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
1888 * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png.
1889 * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
1890 * 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.
1891 * platform/mac-mountainlion/fast/parser/document-write-option-expected.png: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.png.
1892 * platform/mac-mountainlion/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
1893 * platform/mac-mountainlion/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
1894 * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png.
1895 * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
1896 * 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.
1897 * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png.
1898 * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
1899 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png.
1900 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
1901 * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png.
1902 * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
1903 * platform/mac-mountainlion/fast/selectors/064-expected.png: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.png.
1904 * platform/mac-mountainlion/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
1905 * 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.
1906 * platform/mac-mountainlion/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
1907 * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png.
1908 * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
1909 * platform/mac-mountainlion/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
1910 * 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.
1911 * 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.
1912 * platform/mac-mountainlion/fast/text/drawBidiText-expected.png: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.png.
1913 * platform/mac-mountainlion/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
1914 * platform/mac-mountainlion/fast/text/hyphenate-locale-expected.txt: Copied from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.txt.
1915 * platform/mac-mountainlion/fast/text/international/bold-bengali-expected.txt: Added.
1916 * platform/mac-mountainlion/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
1917 * platform/mac-mountainlion/fast/text/international/khmer-selection-expected.txt: Added.
1918 * 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.
1919 * 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.
1920 * 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.
1921 * 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.
1922 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.png: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png.
1923 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
1924 * platform/mac-mountainlion/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt.
1925 * platform/mac-mountainlion/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
1926 * platform/mac-mountainlion/fast/writing-mode/text-orientation-basic-expected.txt: Added.
1927 * 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.
1928 * platform/mac-mountainlion/fonts/cursive-expected.txt: Added.
1929 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png.
1930 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
1931 * platform/mac-mountainlion/http/tests/xmlhttprequest/head-redirection-expected.txt: Copied from LayoutTests/platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt.
1932 * platform/mac-mountainlion/media/video-controls-captions-trackmenu-localized-expected.txt: Added.
1933 * platform/mac-mountainlion/media/video-controls-captions-trackmenu-sorted-expected.txt: Copied from LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt.
1934 * 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.
1935 * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.png: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.png.
1936 * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.txt.
1937 * 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.
1938 * 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.
1939 * platform/mac-mountainlion/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
1940 * 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.
1941 * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
1942 * 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.
1943 * platform/mac-mountainlion/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png.
1944 * platform/mac-mountainlion/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
1945 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.png.
1946 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
1947 * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.png.
1948 * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
1949 * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
1950 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png.
1951 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
1952 * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
1953 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.png.
1954 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
1955 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png.
1956 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
1957 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
1958 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt.
1959 * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
1960 * platform/mac-mountainlion/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
1961 * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
1962 * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
1963 * platform/mac-mountainlion/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
1964 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
1965 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
1966 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
1967 * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
1968 * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
1969 * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
1970 * platform/mac-mountainlion/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
1971 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.png.
1972 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
1973 * platform/mac-mountainlion/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
1974 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png.
1975 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
1976 * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png.
1977 * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
1978 * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.png.
1979 * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
1980 * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
1981 * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
1982 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.png.
1983 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
1984 * 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.
1985 * 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.
1986 * 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.
1987 * 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.
1988 * 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.
1989 * 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.
1990 * 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.
1991 * 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.
1992 * 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.
1993 * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
1994 * platform/mac-mountainlion/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
1995 * platform/mac-mountainlion/transitions/default-timing-function-expected.txt: Added.
1996 * platform/mac/accessibility/aria-readonly-expected.txt: Added.
1997 * platform/mac/accessibility/lists-expected.txt:
1998 * platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt:
1999 * platform/mac/css3/selectors3/html/css3-modsel-161-expected.png:
2000 * platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt:
2001 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png:
2002 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
2003 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.png:
2004 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
2005 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.png:
2006 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
2007 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.png:
2008 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
2009 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.png:
2010 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
2011 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.png:
2012 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
2013 * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
2014 * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
2015 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
2016 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
2017 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
2018 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
2019 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
2020 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
2021 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
2022 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
2023 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
2024 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
2025 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
2026 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
2027 * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png:
2028 * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt:
2029 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
2030 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
2031 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png:
2032 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
2033 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png:
2034 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
2035 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png:
2036 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
2037 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png:
2038 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
2039 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png:
2040 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
2041 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
2042 * platform/mac/editing/inserting/before-after-input-element-expected.png:
2043 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
2044 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
2045 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
2046 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
2047 * platform/mac/editing/selection/3690703-2-expected.png:
2048 * platform/mac/editing/selection/3690703-2-expected.txt:
2049 * platform/mac/editing/selection/3690703-expected.png:
2050 * platform/mac/editing/selection/3690703-expected.txt:
2051 * platform/mac/editing/selection/3690719-expected.png:
2052 * platform/mac/editing/selection/3690719-expected.txt:
2053 * platform/mac/editing/selection/4895428-3-expected.png:
2054 * platform/mac/editing/selection/4895428-3-expected.txt:
2055 * platform/mac/editing/selection/4975120-expected.png:
2056 * platform/mac/editing/selection/4975120-expected.txt:
2057 * platform/mac/editing/selection/drag-select-1-expected.txt:
2058 * platform/mac/editing/selection/replaced-boundaries-3-expected.png:
2059 * platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
2060 * platform/mac/fast/block/margin-collapse/103-expected.txt:
2061 * platform/mac/fast/css/continuationCrash-expected.png:
2062 * platform/mac/fast/css/continuationCrash-expected.txt:
2063 * platform/mac/fast/css/css2-system-fonts-expected.png:
2064 * platform/mac/fast/css/css2-system-fonts-expected.txt:
2065 * platform/mac/fast/css/input-search-padding-expected.png:
2066 * platform/mac/fast/css/input-search-padding-expected.txt:
2067 * platform/mac/fast/css/line-height-expected.txt:
2068 * platform/mac/fast/css/text-overflow-input-expected.png:
2069 * platform/mac/fast/css/text-overflow-input-expected.txt:
2070 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2071 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
2072 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
2073 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
2074 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2075 * platform/mac/fast/dom/isindex-001-expected.txt:
2076 * platform/mac/fast/dom/isindex-002-expected.txt:
2077 * platform/mac/fast/dynamic/008-expected.png:
2078 * platform/mac/fast/dynamic/008-expected.txt:
2079 * platform/mac/fast/events/context-no-deselect-expected.txt:
2080 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
2081 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.png:
2082 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
2083 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.png:
2084 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt:
2085 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.png:
2086 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
2087 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.png:
2088 * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
2089 * platform/mac/fast/forms/basic-inputs-expected.png:
2090 * platform/mac/fast/forms/basic-inputs-expected.txt:
2091 * platform/mac/fast/forms/basic-selects-expected.txt:
2092 * platform/mac/fast/forms/basic-textareas-expected.png:
2093 * platform/mac/fast/forms/basic-textareas-expected.txt:
2094 * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
2095 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
2096 * platform/mac/fast/forms/box-shadow-override-expected.txt:
2097 * platform/mac/fast/forms/button-align-expected.png:
2098 * platform/mac/fast/forms/button-align-expected.txt:
2099 * platform/mac/fast/forms/button-positioned-expected.png:
2100 * platform/mac/fast/forms/button-positioned-expected.txt:
2101 * platform/mac/fast/forms/button-sizes-expected.png:
2102 * platform/mac/fast/forms/button-sizes-expected.txt:
2103 * platform/mac/fast/forms/button-style-color-expected.png:
2104 * platform/mac/fast/forms/button-style-color-expected.txt:
2105 * platform/mac/fast/forms/button-table-styles-expected.png:
2106 * platform/mac/fast/forms/button-table-styles-expected.txt:
2107 * platform/mac/fast/forms/button-text-transform-expected.png:
2108 * platform/mac/fast/forms/button-text-transform-expected.txt:
2109 * platform/mac/fast/forms/button-white-space-expected.png:
2110 * platform/mac/fast/forms/button-white-space-expected.txt:
2111 * platform/mac/fast/forms/control-clip-expected.png:
2112 * platform/mac/fast/forms/control-clip-expected.txt:
2113 * platform/mac/fast/forms/control-clip-overflow-expected.png:
2114 * platform/mac/fast/forms/control-clip-overflow-expected.txt:
2115 * platform/mac/fast/forms/control-restrict-line-height-expected.png:
2116 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
2117 * platform/mac/fast/forms/encoding-test-expected.txt:
2118 * platform/mac/fast/forms/fieldset-align-expected.png:
2119 * platform/mac/fast/forms/fieldset-align-expected.txt:
2120 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
2121 * platform/mac/fast/forms/form-element-geometry-expected.png:
2122 * platform/mac/fast/forms/form-element-geometry-expected.txt:
2123 * platform/mac/fast/forms/hidden-listbox-expected.txt:
2124 * platform/mac/fast/forms/input-align-expected.png:
2125 * platform/mac/fast/forms/input-align-expected.txt:
2126 * platform/mac/fast/forms/input-appearance-bkcolor-expected.png:
2127 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
2128 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
2129 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
2130 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
2131 * platform/mac/fast/forms/input-appearance-focus-expected.png:
2132 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
2133 * platform/mac/fast/forms/input-appearance-height-expected.txt:
2134 * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
2135 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
2136 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
2137 * platform/mac/fast/forms/input-appearance-selection-expected.png:
2138 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
2139 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
2140 * platform/mac/fast/forms/input-appearance-width-expected.png:
2141 * platform/mac/fast/forms/input-appearance-width-expected.txt:
2142 * platform/mac/fast/forms/input-baseline-expected.png:
2143 * platform/mac/fast/forms/input-baseline-expected.txt: Added.
2144 * platform/mac/fast/forms/input-button-sizes-expected.png:
2145 * platform/mac/fast/forms/input-button-sizes-expected.txt:
2146 * platform/mac/fast/forms/input-disabled-color-expected.png:
2147 * platform/mac/fast/forms/input-disabled-color-expected.txt:
2148 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
2149 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
2150 * platform/mac/fast/forms/input-field-text-truncated-expected.png:
2151 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
2152 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
2153 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
2154 * platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
2155 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
2156 * platform/mac/fast/forms/input-readonly-dimmed-expected.png:
2157 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
2158 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
2159 * platform/mac/fast/forms/input-spaces-expected.txt:
2160 * platform/mac/fast/forms/input-table-expected.png:
2161 * platform/mac/fast/forms/input-table-expected.txt:
2162 * platform/mac/fast/forms/input-text-click-inside-expected.png:
2163 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
2164 * platform/mac/fast/forms/input-text-click-outside-expected.png:
2165 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
2166 * platform/mac/fast/forms/input-text-double-click-expected.png:
2167 * platform/mac/fast/forms/input-text-double-click-expected.txt:
2168 * platform/mac/fast/forms/input-text-drag-down-expected.png:
2169 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
2170 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
2171 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
2172 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2173 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
2174 * platform/mac/fast/forms/input-text-word-wrap-expected.png:
2175 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
2176 * platform/mac/fast/forms/input-type-text-min-width-actual.png: Added.
2177 * platform/mac/fast/forms/input-value-expected.txt:
2178 * platform/mac/fast/forms/input-width-expected.txt:
2179 * platform/mac/fast/forms/listbox-bidi-align-expected.png: Added.
2180 * platform/mac/fast/forms/listbox-bidi-align-expected.txt:
2181 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2182 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
2183 * platform/mac/fast/forms/listbox-width-change-expected.png:
2184 * platform/mac/fast/forms/listbox-width-change-expected.txt:
2185 * platform/mac/fast/forms/menulist-no-overflow-expected.txt:
2186 * platform/mac/fast/forms/menulist-option-wrap-expected.txt:
2187 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
2188 * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
2189 * platform/mac/fast/forms/minWidthPercent-expected.txt:
2190 * platform/mac/fast/forms/number/number-appearance-rtl-expected.png:
2191 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
2192 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
2193 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
2194 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
2195 * platform/mac/fast/forms/placeholder-position-expected.png:
2196 * platform/mac/fast/forms/placeholder-position-expected.txt: Added.
2197 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
2198 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
2199 * platform/mac/fast/forms/plaintext-mode-2-expected.png:
2200 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
2201 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
2202 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
2203 * platform/mac/fast/forms/search-rtl-expected.png:
2204 * platform/mac/fast/forms/search-rtl-expected.txt:
2205 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
2206 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
2207 * platform/mac/fast/forms/search/search-size-with-decorations-expected.png:
2208 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: Added.
2209 * platform/mac/fast/forms/searchfield-heights-expected.png:
2210 * platform/mac/fast/forms/searchfield-heights-expected.txt:
2211 * platform/mac/fast/forms/select-align-expected.png:
2212 * platform/mac/fast/forms/select-align-expected.txt:
2213 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
2214 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
2215 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.png:
2216 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
2217 * platform/mac/fast/forms/select-disabled-appearance-expected.png:
2218 * platform/mac/fast/forms/select-disabled-appearance-expected.txt:
2219 * platform/mac/fast/forms/select-empty-option-height-expected.txt:
2220 * platform/mac/fast/forms/select-initial-position-expected.png:
2221 * platform/mac/fast/forms/select-initial-position-expected.txt:
2222 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
2223 * platform/mac/fast/forms/select-selected-expected.png:
2224 * platform/mac/fast/forms/select-selected-expected.txt:
2225 * platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt:
2226 * platform/mac/fast/forms/tabbing-input-iframe-expected.png:
2227 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
2228 * platform/mac/fast/forms/text-style-color-expected.png:
2229 * platform/mac/fast/forms/text-style-color-expected.txt:
2230 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
2231 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
2232 * platform/mac/fast/forms/textarea-align-expected.png:
2233 * platform/mac/fast/forms/textarea-align-expected.txt:
2234 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
2235 * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
2236 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
2237 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
2238 * platform/mac/fast/forms/textfield-focus-ring-expected.png:
2239 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
2240 * platform/mac/fast/forms/textfield-outline-expected.png:
2241 * platform/mac/fast/forms/textfield-outline-expected.txt:
2242 * platform/mac/fast/forms/textfield-overflow-expected.txt:
2243 * platform/mac/fast/forms/validation-message-appearance-expected.png:
2244 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
2245 * platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
2246 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
2247 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
2248 * platform/mac/fast/html/details-no-summary4-expected.txt:
2249 * platform/mac/fast/html/details-open-javascript-expected.txt:
2250 * platform/mac/fast/html/details-open2-expected.txt:
2251 * platform/mac/fast/html/details-open4-expected.txt:
2252 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
2253 * platform/mac/fast/html/details-replace-text-expected.txt:
2254 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
2255 * platform/mac/fast/overflow/overflow-x-y-expected.png:
2256 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
2257 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2258 * platform/mac/fast/parser/document-write-option-expected.png:
2259 * platform/mac/fast/parser/document-write-option-expected.txt:
2260 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
2261 * platform/mac/fast/parser/open-comment-in-textarea-expected.png:
2262 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
2263 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
2264 * platform/mac/fast/repaint/search-field-cancel-expected.txt: Added.
2265 * platform/mac/fast/repaint/subtree-root-skipped-expected.png:
2266 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
2267 * platform/mac/fast/replaced/replaced-breaking-expected.png:
2268 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
2269 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.png:
2270 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
2271 * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added.
2272 * platform/mac/fast/selectors/064-expected.png:
2273 * platform/mac/fast/selectors/064-expected.txt:
2274 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
2275 * platform/mac/fast/table/colspanMinWidth-expected.txt:
2276 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
2277 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
2278 * platform/mac/fast/table/text-field-baseline-expected.txt:
2279 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
2280 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
2281 * platform/mac/fast/text/drawBidiText-expected.png:
2282 * platform/mac/fast/text/drawBidiText-expected.txt:
2283 * platform/mac/fast/text/hyphenate-locale-expected.txt:
2284 * platform/mac/fast/text/international/cjk-segmentation-expected.txt: Added.
2285 * platform/mac/fast/text/international/hindi-spacing-expected.txt:
2286 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
2287 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
2288 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
2289 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
2290 * platform/mac/fast/text/textIteratorNilRenderer-expected.png:
2291 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
2292 * platform/mac/fast/text/updateNewFont-expected.txt:
2293 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
2294 * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
2295 * platform/mac/http/tests/cache/partitioned-cache-iframe-expected.txt: Added.
2296 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
2297 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
2298 * platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt:
2299 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added.
2300 * platform/mac/media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt: Added.
2301 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
2302 * platform/mac/platform/mac-wk2/TestExpectations: Added.
2303 * platform/mac/platform/mac-wk2/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
2304 * platform/mac/platform/mac-wk2/js/dom/constructor-length-expected.txt: Added.
2305 * platform/mac/platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Added.
2306 * platform/mac/platform/mac-wk2/webaudio/oscillator-sawtooth-expected.wav: Added.
2307 * platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Added.
2308 * platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt: Added.
2309 * platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
2310 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added.
2311 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
2312 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added.
2313 * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
2314 * platform/mac/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt: Added.
2315 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
2316 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
2317 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added.
2318 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
2319 * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added.
2320 * platform/mac/platform/mac/fast/text/systemFont-expected.png:
2321 * platform/mac/platform/mac/fast/text/systemFont-expected.txt:
2322 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png:
2323 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt:
2324 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
2325 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
2326 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2327 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
2328 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2329 * platform/mac/svg/hixie/mixed/003-expected.png:
2330 * platform/mac/svg/hixie/mixed/003-expected.txt:
2331 * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
2332 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
2333 * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
2334 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
2335 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
2336 * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
2337 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
2338 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
2339 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
2340 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
2341 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
2342 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
2343 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
2344 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
2345 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
2346 * platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
2347 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
2348 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
2349 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
2350 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
2351 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
2352 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
2353 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
2354 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
2355 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
2356 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
2357 * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
2358 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
2359 * platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
2360 * platform/mac/tables/mozilla/bugs/bug7342-expected.png:
2361 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
2362 * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
2363 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
2364 * platform/mac/tables/mozilla/bugs/bug99948-expected.png:
2365 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
2366 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2367 * platform/mac/tables/mozilla/core/margins-expected.txt:
2368 * platform/mac/tables/mozilla/dom/tableDom-expected.png:
2369 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
2370 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
2371 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2372 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2373 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
2374 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2375 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
2376 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
2377 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
2378 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2379 * platform/mac/transforms/2d/zoom-menulist-expected.txt:
2380 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
2381 * platform/mac/webaudio/codec-tests/wav/24bit-22khz-resample-expected.png: Added.
2383 2013-10-23 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2385 Adding mock class to test RTCDataChannelHandler
2386 https://bugs.webkit.org/show_bug.cgi?id=123205
2388 Reviewed by Eric Carlson.
2390 The reliable property was removed in the spec
2392 * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
2393 * fast/mediastream/RTCPeerConnection-datachannel.html:
2395 2013-10-23 Bem Jones-Bey <bjonesbe@adobe.com>
2397 [CSS Shapes] New positioning model: Padding
2398 https://bugs.webkit.org/show_bug.cgi?id=118823
2400 Reviewed by Dirk Schulze.
2402 Tests for floats with shape-outside and padding.
2404 * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/w3c-import.log:
2405 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-000-expected.html: Added.
2406 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-000.html: Added.
2407 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001-expected.html: Added.
2408 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001.html: Added.
2409 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-002-expected.html: Added.
2410 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-002.html: Added.
2411 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003-expected.html: Added.
2412 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003.html: Added.
2413 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-004-expected.html: Added.
2414 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-004.html: Added.
2415 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-005-expected.html: Added.
2416 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-005.html: Added.
2417 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-006-expected.html: Added.
2418 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-006.html: Added.
2419 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-007-expected.html: Added.
2420 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-007.html: Added.
2421 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-008-expected.html: Added.
2422 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-008.html: Added.
2423 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-009-expected.html: Added.
2424 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-009.html: Added.
2425 * csswg/contributors/adobe/submitted/shapes/shape-outside/w3c-import.log:
2427 2013-10-23 Roger Fong <roger_fong@apple.com>
2429 Add 1.0.1 and 1.0.2 WebGL conformance suites to layout tests.
2430 https://bugs.webkit.org/show_bug.cgi?id=123188
2432 Rubberstamped by Dean Jackson.
2434 Skip known 1.0.2 failures and any other unexpected failures for now.
2436 2013-10-23 Filip Pizlo <fpizlo@apple.com>
2438 Have a way of dealing with slow tests in run-jsc-stress-tests
2439 https://bugs.webkit.org/show_bug.cgi?id=123221
2441 Reviewed by Mark Hahnenberg.
2443 * js/regress/script-tests/stepanov_container.js: This test is slow!
2445 2013-10-23 Alexey Proskuryakov <ap@apple.com>
2447 Layout Test compositing/regions/floated-region-with-transformed-child.html is flaky
2448 https://bugs.webkit.org/show_bug.cgi?id=123220
2450 * platform/mac/TestExpectations: Marking as such.
2452 2013-10-23 Myles C. Maxfield <mmaxfield@apple.com>
2454 Antialias underlines if they're not axis-aligned
2455 https://bugs.webkit.org/show_bug.cgi?id=123004
2457 Reviewed by Simon Fraser.
2459 Updating tests that draw underlines in a non-axis-aligned
2460 GraphicsContext. The expected .png's should show an antialiased
2461 underline. However, underlines which are axis-aligned should still
2464 * platform/mac/svg/custom/foreign-object-skew-expected.png:
2465 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png:
2466 * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png:
2468 2013-10-23 Mark Lam <mark.lam@apple.com>
2470 Re-instate ProposedDatabases needed by detailsForNameAndOrigin().
2471 https://bugs.webkit.org/show_bug.cgi?id=123131.
2473 Reviewed by Geoffrey Garen.
2475 Added a test to exercise growing the database quota within limit.
2477 * platform/gtk/TestExpectations:
2478 * storage/websql/open-database-expand-quota-expected.txt: Added.
2479 * storage/websql/open-database-expand-quota.html: Added.
2480 * storage/websql/open-database-over-quota-expected.txt:
2481 * storage/websql/open-database-over-quota.html:
2483 2013-10-23 Mihai Maerean <mmaerean@adobe.com>
2485 [CSS Regions] compositing/regions/region-as-layer-in-another-flowthread.html has image failure
2486 https://bugs.webkit.org/show_bug.cgi?id=123193
2488 Reviewed by Simon Fraser.
2490 Removed overlapping of box-shadows which resulted in flaky results.
2492 * compositing/regions/region-as-layer-in-another-flowthread-expected.html:
2493 * compositing/regions/region-as-layer-in-another-flowthread.html:
2494 * platform/mac/TestExpectations:
2496 2013-10-23 Mario Sanchez Prada <mario.prada@samsung.com>
2498 [GTK] Expose image links properly
2499 https://bugs.webkit.org/show_bug.cgi?id=84044
2501 Reviewed by Chris Fleizach.
2503 Rebaseline some tests that would now be printing the new
2504 AXURL string for implementations of AtkHyperlinkImpl.
2506 * platform/efl-wk1/accessibility/image-link-expected.txt: Updated.
2507 * platform/efl-wk1/accessibility/image-map2-expected.txt: Ditto.
2508 * platform/efl-wk2/accessibility/image-link-expected.txt: Ditto.
2509 * platform/efl-wk2/accessibility/image-map2-expected.txt: Ditto.
2510 * platform/gtk/accessibility/image-link-expected.txt: Ditto.
2511 * platform/gtk/accessibility/image-map2-expected.txt: Ditto.
2513 2013-10-23 Krzysztof Wolanski <k.wolanski@samsung.com>
2515 [GTK] accessibility/self-referencing-aria-labelledby.html is failing
2516 https://bugs.webkit.org/show_bug.cgi?id=121594
2518 Reviewed by Mario Sanchez Prada.
2520 * platform/efl/TestExpectations:
2521 accessibility/self-referencing-aria-labelledby.html is now passing
2522 * platform/gtk/TestExpectations:
2523 accessibility/self-referencing-aria-labelledby.html is now passing
2525 2013-10-22 Zoltan Horvath <zoltan@webkit.org>
2527 Refactor LineBreaker::nextSegmentBreak, add BreakingContext that holds all its state
2528 https://bugs.webkit.org/show_bug.cgi?id=123038
2530 Reviewed by David Hyatt.
2532 * platform/mac/editing/selection/after-line-wrap-expected.png:
2533 * platform/mac/editing/selection/after-line-wrap-expected.txt: I updated the test, there was 1 pixel difference on the
2534 output I think I run into a rounding error.
2536 2013-10-22 Simon Fraser <simon.fraser@apple.com>
2538 Mark compositing/regions/region-as-layer-in-another-flowthread.html as an image failure.
2540 * platform/mac/TestExpectations:
2542 2013-10-22 Geoffrey Garen <ggaren@apple.com>
2544 REGRESSION: `if (false === (true && undefined)) console.log("wrong!");` logs "wrong!", shouldn't!
2545 https://bugs.webkit.org/show_bug.cgi?id=123179
2547 Reviewed by Mark Hahnenberg.
2549 * js/dom/branch-fold-correctness.html: Added a test for this case.
2551 2013-10-22 Samuel White <samuel_white@apple.com>
2553 AX: Add paramAttrs to fetch start and end text markers in a given rect.
2554 https://bugs.webkit.org/show_bug.cgi?id=122164
2556 Reviewed by Chris Fleizach.
2558 Added test to ensure end/start text marker for bounds works as
2559 expected. Updated bounds for range test to include new API.
2561 * platform/mac/accessibility/bounds-for-range-expected.txt:
2562 * platform/mac/accessibility/text-marker-for-bounds-expected.txt: Added.
2563 * platform/mac/accessibility/text-marker-for-bounds.html: Added.
2565 2013-10-22 Brendan Long <b.long@cablelabs.com>
2567 cue.text fails for some track element cues
2568 https://bugs.webkit.org/show_bug.cgi?id=81123
2570 Reviewed by Eric Carlson.
2572 * media/track/captions-webvtt/captions-long.vtt: Added.
2573 * media/track/track-long-captions-file-expected.txt: Added.
2574 * media/track/track-long-captions-file.html: Added.
2576 2013-10-22 Andrzej Badowski <a.badowski@samsung.com>
2578 [EFL] accessibility/plugin.html passes incorrectly
2579 https://bugs.webkit.org/show_bug.cgi?id=122889
2581 Reviewed by Chris Fleizach.
2583 Sharing test.swf by all existing layout tests accessing it.
2585 * accessibility/plugin.html:
2586 * fast/loader/sandboxed-plugin-crash.html:
2587 * fast/replaced/border-radius-clip.html:
2588 * fast/replaced/embed-display-none.html:
2589 * fast/replaced/resources/test.swf: Removed.
2590 * platform/mac/accessibility/resources/test.swf: Removed.
2591 * resources/test.swf: Renamed from LayoutTests/fast/loader/resources/test.swf.
2593 2013-10-21 Myles C. Maxfield <mmaxfield@apple.com>
2595 Grammar markers are not updated when switching between 1x and 2x
2596 https://bugs.webkit.org/show_bug.cgi?id=122146
2598 Reviewed by Dean Jackson.
2600 * platform/mac/editing/spelling/grammar-markers-expected.png:
2601 * platform/mac/editing/spelling/inline_spelling_markers-expected.png:
2603 * platform/graphics/mac/GraphicsContextMac.mm:
2604 (WebCore::makePattern):
2605 (WebCore::GraphicsContext::drawLineForDocumentMarker):
2607 2013-10-21 Zoltan Horvath <zoltan@webkit.org>
2609 [CSS Shapes][CSS Regions] Don't apply shape-inside when we have multiple auto-height regions and the height is not resolved
2610 https://bugs.webkit.org/show_bug.cgi?id=123103
2612 Reviewed by David Hyatt.
2614 When we have multiple regions with auto-height, the region's height is not resolved from other elements we can't apply the
2615 the shape on the region. This patch prevents to apply the shape and fixes the behavior for these cases.
2617 * fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html: Added.
2618 * fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html: Added.
2620 2013-10-21 Mihai Maerean <mmaerean@adobe.com>
2622 [CSS Regions] The layers from the flow thread should be collected under the regions' layers.
2623 https://bugs.webkit.org/show_bug.cgi?id=120457
2625 Reviewed by David Hyatt.
2627 * compositing/regions/crash-transform-inside-region-expected.html: Added.
2628 * compositing/regions/crash-transform-inside-region.html: Added.
2629 * compositing/regions/floated-region-with-transformed-child-expected.html: Added.
2630 * compositing/regions/floated-region-with-transformed-child.html: Added.
2631 * compositing/regions/move-layer-from-one-region-to-another-expected.html: Added.
2632 * compositing/regions/move-layer-from-one-region-to-another.html: Added.
2633 * compositing/regions/propagate-region-box-shadow-border-padding-expected.html: Added.
2634 * compositing/regions/propagate-region-box-shadow-border-padding-for-video-expected.html: Added.
2635 * compositing/regions/propagate-region-box-shadow-border-padding-for-video.html: Added.
2636 * compositing/regions/propagate-region-box-shadow-border-padding.html: Added.
2637 * compositing/regions/region-as-layer-in-another-flowthread-expected.html: Added.
2638 * compositing/regions/region-as-layer-in-another-flowthread.html: Added.
2639 * compositing/regions/transform-transparent-positioned-video-inside-region-expected.html: Added.
2640 * compositing/regions/transform-transparent-positioned-video-inside-region.html: Added.
2641 * compositing/regions/transformed-layer-inside-transformed-layer-expected.html: Added.
2642 * compositing/regions/transformed-layer-inside-transformed-layer.html: Added.
2643 * compositing/regions/webkit-flow-renderer-layer-compositing-expected.html:
2644 * compositing/regions/webkit-flow-renderer-layer-compositing.html:
2645 * compositing/regions/z-index-expected.html: Added.
2646 * compositing/regions/z-index-update-expected.html: Added.
2647 * compositing/regions/z-index-update.html: Added.
2648 * compositing/regions/z-index.html: Added.
2649 * fast/multicol/mixed-positioning-stacking-order-expected.html:
2650 * fast/multicol/mixed-positioning-stacking-order.html:
2651 * fast/repaint/region-painting-composited-element-expected.html:
2652 * fast/repaint/region-painting-composited-element.html:
2653 * platform/mac-wk2/TestExpectations:
2655 2013-10-21 Oliver Hunt <oliver@apple.com>
2657 Support expression property names in object literals
2658 https://bugs.webkit.org/show_bug.cgi?id=123112
2660 Reviewed by Michael Saboff.
2664 * js/basic-computed-property-name-expected.txt: Added.
2665 * js/basic-computed-property-name.html: Added.
2666 * js/parser-syntax-check-expected.txt:
2667 * js/script-tests/basic-computed-property-name.js: Added.
2668 (a.string_appeared_here.runTest):
2669 * js/script-tests/parser-syntax-check.js:
2671 2013-10-21 Alexey Proskuryakov <ap@apple.com>
2673 Layout Test media/media-controller-time-clamp.html is flaky
2674 https://bugs.webkit.org/show_bug.cgi?id=123099
2676 * platform/mac/TestExpectations: Marking as such.
2678 2013-10-21 Mihai Maerean <mmaerean@adobe.com>
2680 [CSS Regions] Fix WHITESPACE issues in the CSS grammar.
2681 https://bugs.webkit.org/show_bug.cgi?id=123082
2683 Reviewed by Andreas Kling.
2685 This is a port of Rune Lillesveen's patch from https://codereview.chromium.org/25607005
2687 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt:
2688 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js:
2689 * fast/css/calc-comments-allowed-expected.html: Added.
2690 * fast/css/calc-comments-allowed.html: Added.
2691 * fast/regions/webkit-region-syntax-space-expected.txt: Added.
2692 * fast/regions/webkit-region-syntax-space.html: Added.
2694 2013-10-21 Santosh Mahto <santosh.ma@samsung.com>
2696 ASSERTION FAILED: !style->propertyIsImportant(propertyID) in WebCore::setTextDecorationProperty
2697 https://bugs.webkit.org/show_bug.cgi?id=122097
2699 Reviewed by Ryosuke Niwa.
2701 Added Test cases to verify that crash does not happen in scenario when
2702 remove format command is executed on selection containing the iframe
2703 element and when textdecoration style is defined as !important and
2704 need to pushDown to iframe.
2706 * editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt: Added.
2707 * editing/execCommand/remove-format-textdecoration-in-iframe.html: Added.
2709 2013-10-20 Jinwoo Song <jinwoo7.song@samsung.com>
2711 Unreviewed EFL gardening. Update EFL test expectations.
2713 * platform/efl/TestExpectations: Skip authentication tests that are failing.
2715 2013-10-20 Jinwoo Song <jinwoo7.song@samsung.com>
2717 Unreviewed EFL gardening. Update EFL test expectations.
2719 * platform/efl/TestExpectations: Mark fast/workers/worker-call.html as failure.
2721 2013-10-19 Jer Noble <jer.noble@apple.com>
2723 Unreviewed roll out of r157695; broke Mac builds.
2725 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Removed.
2727 2013-10-07 Jer Noble <jer.noble@apple.com>
2729 [MSE] [Mac] Enable MediaSource on the Mac
2730 https://bugs.webkit.org/show_bug.cgi?id=122484
2732 Reviewed by Darin Adler.
2734 * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added.
2736 2013-10-19 Alexey Proskuryakov <ap@apple.com>
2738 Enable webaudio/ tests on DRT/Mac
2739 https://bugs.webkit.org/show_bug.cgi?id=86914
2741 Reviewed by Darin Adler.
2743 * TestExpectations: Moved webaudio/javascriptaudionode here, as garbage collection
2744 issues with it are cross-platform.
2746 * platform/mac-wk2/TestExpectations: Moved out everything, as there is nothing
2747 WK2 specific about WebAudio.
2749 * platform/mac/TestExpectations: WebAudio expectations here were just ignored. Replaced
2750 with slightly updated expectations from WK2.
2752 2013-10-19 Santosh Mahto <santosh.ma@samsung.com>
2754 Adding test case for text-decoration property state change on applying different command
2755 https://bugs.webkit.org/show_bug.cgi?id=123073
2757 Reviewed by Ryosuke Niwa.
2759 This test case verify text-decoration property state on element after
2760 applying editing commands related to text-decoration.
2762 * editing/style/text-decoration-state-change-expected.txt: Added.
2763 * editing/style/text-decoration-state-change.html: Added.
2765 2013-10-19 Alexey Proskuryakov <ap@apple.com>
2767 WebAudio Mac expected results were misplaced - they apply equally to WK1 and WK2.
2768 We didn't notice before because all these tests are disabled on WK1.
2770 * platform/mac-wk2/webaudio: Removed.
2771 * platform/mac/webaudio: Added.
2772 * platform/mac/webaudio/audiobuffersource-playbackrate-expected.wav: Copied from LayoutTests/platform/mac-wk2/webaudio/audiobuffersource-playbackrate-expected.wav.
2773 * platform/mac/webaudio/codec-tests: Copied from LayoutTests/platform/mac-wk2/webaudio/codec-tests.
2775 * platform/mac-wk2/webaudio/audiobuffersource-loop-points-expected.wav: Removed.
2776 This test is skipped, because it times out.
2778 2013-10-18 Jinwoo Song <jinwoo7.song@samsung.com>
2780 Unreviewed EFL gardening.
2782 Remove EFL-specific test expectations that were identical to generic expectations
2783 and rebaseline test cases.
2785 * platform/efl-wk2/compositing/overflow/content-gains-scrollbars-expected.txt: Removed.
2786 * platform/efl-wk2/compositing/overflow/content-loses-scrollbars-expected.txt: Removed.
2787 * platform/efl/compositing/backing/no-backing-for-clip-overhang-expected.txt: Removed.
2788 * platform/efl/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Removed.
2789 * platform/efl/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Removed.
2790 * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Rebaselined after r154896.
2791 * platform/efl/svg/batik/paints/gradientLimit-expected.txt: Updating baselines after enabling the subpixel layout.
2793 2013-10-18 Jinwoo Song <jinwoo7.song@samsung.com>
2795 Update EFL test expectations.
2797 * platform/efl/TestExpectations:
2799 2013-10-18 Oliver Hunt <oliver@apple.com>
2801 Spread operator should be performing direct "puts" and not triggering setters
2802 https://bugs.webkit.org/show_bug.cgi?id=123047
2804 Reviewed by Geoffrey Garen.
2806 Add a new testcase for the setter case. run-javascriptcore-tests hits this with
2807 the llint, baseline, and dfg.
2809 * js/basic-spread-expected.txt:
2810 * js/script-tests/basic-spread.js:
2813 2013-10-18 Dean Jackson <dino@apple.com>
2815 Unable to upload <img src="foo.svg"> as WebGL texture
2816 https://bugs.webkit.org/show_bug.cgi?id=123035
2818 Reviewed by Tim Horton.
2820 Test that creates an HTMLImageElement, sets its source
2821 to an SVG file, and then uploads as a WebGLTexture. Based
2822 on the existing WebGL conformance tests.
2824 * fast/canvas/webgl/resources/red-green.svg: Added.
2825 * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-svg-image.js: Added.
2826 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt: Added.
2827 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image.html: Added.
2829 2013-10-18 Nadav Rotem <nrotem@apple.com>
2831 Fix a FlushLiveness problem.
2832 https://bugs.webkit.org/show_bug.cgi?id=122984
2834 Reviewed by Filip Pizlo.
2836 * js/regress/script-tests/stepanov_container.js: Added.
2837 * js/regress/stepanov_container-expected.txt: Added.
2838 * js/regress/stepanov_container.html: Added.
2840 2013-10-18 Jinwoo Song <jinwoo7.song@samsung.com>
2842 Unreviewed EFL gardening.
2844 * platform/efl-wk2/TestExpectations: Remove passing testcase.
2845 * platform/efl/TestExpectations: fast/backgrounds/background-opaque-images-over-color.html is failing.
2846 * platform/efl/fast/dom/Range/getClientRects-expected.txt: Rebaseline after r152872.
2847 * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt: Rebaseline after r152793.
2848 * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
2849 * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Rebaseline after r152911.
2850 * platform/efl/tables/mozilla/marvin/backgr_index-expected.png: Rebaseline after r152793.
2851 * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Rebaseline after r152793.
2853 2013-10-18 Jinwoo Song <jinwoo7.song@samsung.com>
2855 Unreviewed EFL gardening. Rebaselining after r153852.
2857 * platform/efl-wk2/loader/go-back-cached-main-resource-expected.txt:
2858 * platform/efl/security/block-test-no-port-expected.txt:
2860 2013-10-18 Alexey Proskuryakov <ap@apple.com>
2862 Layout Test media/W3C/audio/networkState/networkState_during_loadstart.html is flaky
2863 https://bugs.webkit.org/show_bug.cgi?id=123010
2865 * platform/mac/TestExpectations: Marked as such.
2867 2013-10-18 Alexey Proskuryakov <ap@apple.com>
2869 css3/filters/composited-during-animation-layertree.html sometimes produces empty results
2870 https://bugs.webkit.org/show_bug.cgi?id=95622
2872 * platform/mac/TestExpectations: Marking as flaky.
2874 2013-10-17 Ryuan Choi <ryuan.choi@samsung.com>
2876 Unreviewed EFL gardening.
2878 Unskip tests which are already passed.
2880 * platform/efl-wk2/TestExpectations:
2881 * platform/efl/TestExpectations:
2883 2013-10-17 Jinwoo Song <jinwoo7.song@samsung.com>
2885 Unreviewed EFL gardening.
2887 * platform/efl-wk2/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added.
2888 * platform/efl-wk2/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Added.
2889 * platform/efl/fast/forms/control-restrict-line-height-expected.png: Rebaseline after r155408.
2890 * platform/efl/fast/forms/control-restrict-line-height-expected.txt: Rebaseline after r155408.
2892 2013-10-17 Alexandru Chiculita <achicu@adobe.com>
2894 Web Inspector: [CSS Regions] Crash when highlighting a node of a flow with no regions
2895 https://bugs.webkit.org/show_bug.cgi?id=122993
2897 Reviewed by Joseph Pecoraro.
2899 Added test to check that DOM.highlightNode is not crashing WebCore when the node is inside
2900 a flow with no associated regions.
2902 * inspector-protocol/dom/highlight-flow-with-no-region-expected.txt: Added.
2903 * inspector-protocol/dom/highlight-flow-with-no-region.html: Added.
2905 2013-10-17 Nico Weber <thakis@chromium.org>
2907 Fix three bugs in the equals() implementations for css gradients.
2908 https://bugs.webkit.org/show_bug.cgi?id=122987
2910 Reviewed by Andreas Kling.
2912 1. Linear gradients were considered equal if the first gradient has no x and y
2913 position and the second has no x but does have y.
2914 2. Same as 1, for radial gradients. (This doesn't happen in practice as
2915 CSSParser::parseRadialGradient rejects such input, so no test for this case.)
2916 3. Radial gradients without x and y position weren't considered equal even if
2919 Merges https://codereview.chromium.org/26147006/
2921 * cssom/cssvalue-comparison-expected.txt:
2922 * cssom/cssvalue-comparison.html:
2924 2013-10-17 Roger Fong <roger_fong@apple.com>
2926 Unreviewed gardening of Apple Windows port.
2928 * platform/win/TestExpectations:
2930 2013-10-17 Robert Hogan <robert@webkit.org>
2932 "border-collapse: collapse;" for table removes part of its border (was: Border disappears when close to some elements)
2933 https://bugs.webkit.org/show_bug.cgi?id=8914
2935 Reviewed by David Hyatt.
2937 * fast/table/paint-section-borders-without-cells-expected.html: Added.
2938 * fast/table/paint-section-borders-without-cells-rtl-expected.html: Added.
2939 * fast/table/paint-section-borders-without-cells-rtl.html: Added.
2940 * fast/table/paint-section-borders-without-cells-vertical-lr-expected.html: Added.
2941 * fast/table/paint-section-borders-without-cells-vertical-lr-rtl-expected.html: Added.
2942 * fast/table/paint-section-borders-without-cells-vertical-lr-rtl.html: Added.
2943 * fast/table/paint-section-borders-without-cells-vertical-lr.html: Added.
2944 * fast/table/paint-section-borders-without-cells-vertical-rl-expected.html: Added.
2945 * fast/table/paint-section-borders-without-cells-vertical-rl.html: Added.
2946 * fast/table/paint-section-borders-without-cells.html: Added.
2948 2013-10-17 Andres Gomez <agomez@igalia.com>
2950 certain http media tests doesn't receive the expected "Content-Length" header
2951 https://bugs.webkit.org/show_bug.cgi?id=122965
2953 Reviewed by Eric Carlson.
2955 Fixed PHP syntax so "Content-Length" HTTP Header is included in
2958 * http/tests/media/resources/serve-video.php:
2960 2013-10-17 Mihnea Ovidenie <mihnea@adobe.com>
2962 [CSS Regions] Anonymous nested regions
2963 https://bugs.webkit.org/show_bug.cgi?id=119135
2965 Reviewed by David Hyatt.
2967 Add new tests for making a table-cell and a table-caption a region.
2968 Change expected results for repaint tests of fixed elements since the parent of the region gets layer.
2970 * fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt:
2971 * fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt:
2972 * fast/regions/element-inflow-fixed-from-outflow-static-expected.txt:
2973 * fast/regions/element-outflow-static-from-inflow-fixed-expected.txt:
2974 * fast/regions/table-caption-as-region-expected.html: Added.
2975 * fast/regions/table-caption-as-region.html: Added.
2976 * fast/regions/table-cell-as-region-expected.html: Added.
2977 * fast/regions/table-cell-as-region.html: Added.
2979 2013-10-17 Krzysztof Czech <k.czech@samsung.com>
2981 [EFL] Properly expose tables in accessibility
2982 https://bugs.webkit.org/show_bug.cgi?id=122894
2984 Reviewed by Chris Fleizach.
2986 Added new accessibility expectations after r153432.
2988 * platform/efl-wk2/TestExpectations:
2989 * platform/efl-wk2/accessibility/table-detection-expected.txt: Added.
2990 * platform/efl-wk2/accessibility/table-one-cell-expected.txt: Added.
2991 * platform/efl-wk2/accessibility/table-with-rules-expected.txt: Added.
2992 * platform/efl/accessibility/table-detection-expected.txt: Added.
2993 * platform/efl/accessibility/table-one-cell-expected.txt: Added.
2994 * platform/efl/accessibility/table-with-rules-expected.txt: Added.
2996 2013-10-16 Jinwoo Song <jinwoo7.song@samsung.com>
2998 Unreviewed EFL gardening. Rebaselining after r155607.
3000 * platform/efl-wk2/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Added.
3001 * platform/efl-wk2/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Added.
3003 2013-10-16 Jinwoo Song <jinwoo7.song@samsung.com>
3005 Unreviewed EFL gardening. Rebaselining after r156527.
3007 * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt:
3008 * platform/efl/svg/text/append-text-node-to-tspan-expected.txt:
3010 2013-10-16 Oliver Hunt <oliver@apple.com>
3013 https://bugs.webkit.org/show_bug.cgi?id=122911
3015 Reviewed by Michael Saboff.
3019 * js/basic-spread-expected.txt: Added.
3020 * js/basic-spread.html: Added.
3021 * js/parser-syntax-check-expected.txt:
3022 * js/script-tests/basic-spread.js: Added.
3024 (o.f.o.f.o.f.o.f.h.eval.o.h.o.h.o.h.o.h.g):
3025 * js/script-tests/parser-syntax-check.js:
3027 2013-10-16 Commit Queue <commit-queue@webkit.org>
3029 Unreviewed, rolling out r157529.
3030 http://trac.webkit.org/changeset/157529
3031 https://bugs.webkit.org/show_bug.cgi?id=122919
3033 Caused score test failures and some build failures. (Requested
3034 by rfong on #webkit).
3036 * js/basic-spread-expected.txt: Removed.
3037 * js/basic-spread.html: Removed.
3038 * js/parser-syntax-check-expected.txt:
3039 * js/script-tests/basic-spread.js: Removed.
3040 * js/script-tests/parser-syntax-check.js:
3042 2013-10-16 Jochen Eisinger <jochen@chromium.org>
3044 A page should exit fullscreen mode if it opens a new popup
3045 https://bugs.webkit.org/show_bug.cgi?id=122865
3047 Reviewed by Jer Noble.
3049 * fullscreen/full-screen-exit-when-popup-expected.txt: Added.
3050 * fullscreen/full-screen-exit-when-popup.html: Added.
3052 2013-10-16 Oliver Hunt <oliver@apple.com>
3055 https://bugs.webkit.org/show_bug.cgi?id=122911
3057 Reviewed by Michael Saboff.
3061 * js/basic-spread-expected.txt: Added.
3062 * js/basic-spread.html: Added.
3063 * js/parser-syntax-check-expected.txt:
3064 * js/script-tests/basic-spread.js: Added.
3066 (o.f.o.f.o.f.o.f.h.eval.o.h.o.h.o.h.o.h.g):
3067 * js/script-tests/parser-syntax-check.js:
3069 2013-10-16 KyungTae Kim <ktf.kim@samsung.com>
3071 During editing, merge inline style with overriding other author styles
3072 https://bugs.webkit.org/show_bug.cgi?id=122874
3074 Reviewed by Ryosuke Niwa.
3076 Add a test for merging inline styles of parents.
3078 * editing/deleting/merge-div-with-inline-style.html: Added.
3079 * editing/deleting/merge-div-with-inline-style-expected.txt: Added.
3081 2013-10-16 peavo@outlook.com <peavo@outlook.com>
3083 Emphasis marks has wrong color.
3084 https://bugs.webkit.org/show_bug.cgi?id=122829
3086 Reviewed by Antti Koivisto.
3088 * fast/text/text-emphasis-expected.html: Added.
3089 * fast/text/text-emphasis.html: Added.
3091 2013-10-16 Jinwoo Song <jinwoo7.song@samsung.com>
3093 Unreviewed EFL gardening. Rebaselining after r155998.
3095 * platform/efl-wk2/compositing/contents-scale/animating-expected.txt: Added.
3096 * platform/efl-wk2/compositing/contents-scale/scaled-ancestor-expected.txt: Added.
3097 * platform/efl-wk2/compositing/contents-scale/simple-scale-expected.txt: Added.
3098 * platform/efl-wk2/compositing/contents-scale/z-translate-expected.txt: Added.
3100 2013-10-16 Ryuan Choi <ryuan.choi@samsung.com>
3102 Unreviewed EFL gardening.
3104 Skip the IndexedDB tests for now as the feature is going through substantial
3105 changes that don't ensure constant proper functionality.
3107 * platform/efl-wk1/TestExpectations:
3108 * platform/efl-wk2/TestExpectations:
3109 * platform/efl/TestExpectations:
3111 2013-10-16 Andreas Kling <akling@apple.com>
3113 Revert Windows-specific expectations shuffling from r157497.
3114 This wasn't wrong either. Shame on me. :|
3116 2013-10-16 Jinwoo Song <jinwoo7.song@samsung.com>
3118 Unreviewed EFL gardening. Rebaselining after r155957.
3120 * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt:
3121 * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
3122 * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt:
3123 * platform/efl/fast/css/pseudo-first-line-border-width-expected.txt:
3124 * platform/efl/fast/css/word-space-extra-expected.txt:
3125 * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
3127 2013-10-16 Andreas Kling <aklin