1 2014-11-07 Chris Dumez <cdumez@apple.com>
3 Move 'webkit-clip-path' CSS property to the new StyleBuilder
4 https://bugs.webkit.org/show_bug.cgi?id=138452
6 Reviewed by Andreas Kling.
8 Add layout test to make sure we don't crash in the StyleBuilder when
9 setting unexpected values to webkit-clip-path property.
11 * fast/masking/clip-path-bad-value-expected.txt: Added.
12 * fast/masking/clip-path-bad-value.html: Added.
14 2014-11-07 Joseph Pecoraro <pecoraro@apple.com>
16 Web Inspector: Pseudo element matchedCSSRules do not include matching selector info
17 https://bugs.webkit.org/show_bug.cgi?id=138438
19 Reviewed by Benjamin Poulain.
21 * inspector/css/pseudo-element-matches-expected.txt: Added.
22 * inspector/css/pseudo-element-matches.html: Added.
23 Add a test to ensure we get correct selector matches for a pseudo element
24 inside of an <audio> element. The test is heavily coupled to our UserAgent
25 stylesheet and Shadow DOM layout, so check for possible failures if
26 WebCore changes things.
28 2014-11-07 Bem Jones-Bey <bjonesbe@adobe.com>
30 [CSS Shapes] the sandbag JS utility code isn't producing the correct expected result in the shape-image gradient tests
31 https://bugs.webkit.org/show_bug.cgi?id=135923
33 Reviewed by Dirk Schulze.
35 Import tests from upstream. They have been modified so that they use
36 testharness to validate success or failure instead of being reftests,
37 allowing for fuzziness in matching to get around small variances
38 between implementations.
41 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.html: Removed.
42 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt: Added.
43 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001.html:
44 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.html: Removed.
45 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt: Added.
46 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002.html:
47 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.html: Removed.
48 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt: Added.
49 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003.html:
50 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.html: Removed.
51 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt: Added.
52 * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004.html:
53 * css3/shapes/shape-outside/shape-image/gradients/w3c-import.log:
54 * css3/shapes/shape-outside/supported-shapes/support/test-utils.js:
57 2014-11-07 Mark Lam <mark.lam@apple.com>
59 Gardening: get-by-pname.js is failing when run with JSC_useLLINT=false and other special JIT configurations.
60 <https://webkit.org/b/138497>
64 * js/script-tests/get-by-pname.js:
65 - temporarily skipping this from the JSC tests to green the bots until the issue is fixed.
67 2014-11-06 Darin Adler <darin@apple.com>
69 REGRESSION (r175549): http/tests/multipart/stop-crash.html failing (assertion failure in CachedResource::setEncodedSize)
70 https://bugs.webkit.org/show_bug.cgi?id=138358
72 Reviewed by Alexey Proskuryakov.
74 * TestExpectations: Turn the test back on.
76 2014-11-06 Mark Lam <mark.lam@apple.com>
78 Refactor the get-by-pname.js test [follow up 2].
79 <https://webkit.org/b/138483>
81 Reviewed by Michael Saboff.
83 Make unique copies of the test functions to ensure that each test case does not
84 affect the tiering up of other test cases.
86 * js/get-by-pname-expected.txt:
87 * js/script-tests/get-by-pname.js:
89 (getByPnameOnConstant): Deleted.
90 (getByPnameOnVar): Deleted.
92 2014-11-06 Mark Lam <mark.lam@apple.com>
94 Refactor the get-by-pname.js test [follow up].
95 <https://webkit.org/b/138483>
97 Reviewed by Michael Saboff.
99 Used named properties to make the test code more readable.
101 * js/script-tests/get-by-pname.js:
105 (testExpectedResult): Deleted.
107 2014-11-06 Mark Lam <mark.lam@apple.com>
109 slow_path_get_direct_pname() needs to be hardened against a constant baseValue.
110 <https://webkit.org/b/138476>
112 Reviewed by Michael Saboff.
114 * js/get-by-pname-expected.txt:
115 * js/script-tests/get-by-pname.js:
116 (getByPnameOnConstant):
118 - Added more test cases.
120 2014-11-06 Mark Lam <mark.lam@apple.com>
122 Refactor the get-by-pname.js test.
123 <https://webkit.org/b/138483>
125 Reviewed by Geoffrey Garen.
127 Refactored the test code to:
128 1. make it easier to add more test cases.
129 2. test each case against different tier JITs.
130 3. print only one set of results for each tier being tested.
132 * js/get-by-pname-expected.txt:
133 * js/script-tests/get-by-pname.js:
134 (getByPnameOnConstant):
137 (testExpectedResult):
141 2014-11-06 Bem Jones-Bey <bjonesbe@adobe.com>
143 [CSS Shapes] the spec-examples reftests are off by a few pixels
144 https://bugs.webkit.org/show_bug.cgi?id=135927
146 Reviewed by Zoltan Horvath.
148 Import new versions of the spec example tests that are js tests
149 instead of ref tests so that they can properly handle the small pixel
150 differences in rendering between platforms.
153 * css3/shapes/spec-examples/shape-outside-010-expected.html: Removed.
154 * css3/shapes/spec-examples/shape-outside-010-expected.txt: Added.
155 * css3/shapes/spec-examples/shape-outside-010.html:
156 * css3/shapes/spec-examples/shape-outside-011-expected.html: Removed.
157 * css3/shapes/spec-examples/shape-outside-011-expected.txt: Added.
158 * css3/shapes/spec-examples/shape-outside-011.html:
159 * css3/shapes/spec-examples/shape-outside-012-expected.html: Removed.
160 * css3/shapes/spec-examples/shape-outside-012-expected.txt: Added.
161 * css3/shapes/spec-examples/shape-outside-012.html:
162 * css3/shapes/spec-examples/shape-outside-013-expected.html: Removed.
163 * css3/shapes/spec-examples/shape-outside-013-expected.txt: Added.
164 * css3/shapes/spec-examples/shape-outside-013.html:
165 * css3/shapes/spec-examples/shape-outside-014-expected.html: Removed.
166 * css3/shapes/spec-examples/shape-outside-014-expected.txt: Added.
167 * css3/shapes/spec-examples/shape-outside-014.html:
168 * css3/shapes/spec-examples/shape-outside-015-expected.html: Removed.
169 * css3/shapes/spec-examples/shape-outside-015-expected.txt: Added.
170 * css3/shapes/spec-examples/shape-outside-015.html:
171 * css3/shapes/spec-examples/shape-outside-016-expected.html: Removed.
172 * css3/shapes/spec-examples/shape-outside-016-expected.txt: Added.
173 * css3/shapes/spec-examples/shape-outside-016.html:
174 * css3/shapes/spec-examples/shape-outside-017-expected.html: Removed.
175 * css3/shapes/spec-examples/shape-outside-017-expected.txt: Added.
176 * css3/shapes/spec-examples/shape-outside-017.html:
177 * css3/shapes/spec-examples/shape-outside-018-expected.html: Removed.
178 * css3/shapes/spec-examples/shape-outside-018-expected.txt: Added.
179 * css3/shapes/spec-examples/shape-outside-018.html:
180 * css3/shapes/spec-examples/shape-outside-019-expected.html: Removed.
181 * css3/shapes/spec-examples/shape-outside-019-expected.txt: Added.
182 * css3/shapes/spec-examples/shape-outside-019.html:
183 * css3/shapes/spec-examples/support/spec-example-utils.js: Added.
186 * css3/shapes/spec-examples/support/w3c-import.log:
187 * css3/shapes/spec-examples/w3c-import.log:
189 2014-11-06 Dean Jackson <dino@apple.com>
191 [filters2] Support for backdrop-filter
192 https://bugs.webkit.org/show_bug.cgi?id=138384
193 <rdar://problem/18874494>
195 Reviewed by Simon Fraser.
197 Take 2!! Previous patch was rolled out.
199 Tests for backdrop-filter. These are skipped on non-Apple platforms.
201 * platform/win/TestExpections: Skip these tests.
202 * platform/efl/TestExpections:
203 * platform/gtk/TestExpections:
204 * platform/mac-mavericks/TestExpectations: Yosemite only.
206 * css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Added.
207 * css3/filters/backdrop/backdropfilter-property-computed-style.html: Added.
208 * css3/filters/backdrop/backdropfilter-property-expected.txt: Added.
209 * css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Added.
210 * css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Added.
211 * css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Added.
212 * css3/filters/backdrop/backdropfilter-property-parsing.html: Added.
213 * css3/filters/backdrop/backdropfilter-property.html: Added.
214 * css3/filters/backdrop/effect-hw-expected.html: Added.
215 * css3/filters/backdrop/effect-hw.html: Added.
216 * css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Added.
217 (testComputedFilterRule):
218 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Added.
219 (testInvalidFilterRule):
220 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Added.
224 * css3/filters/backdrop/script-tests/backdropfilter-property.js: Added.
226 2014-11-06 Benjamin Poulain <bpoulain@apple.com>
228 Give pseudo elements the correct specificity
229 https://bugs.webkit.org/show_bug.cgi?id=138378
231 Reviewed by Dean Jackson.
233 * fast/css/pseudo-element-specificity-expected.html: Added.
234 * fast/css/pseudo-element-specificity.html: Added.
235 Given that all selector affecting the pseudo element were offset by one,
236 it is impossible to use a pseudo element directly to affect the order, making the bug
239 What I did here for testing is use the stauration at 255 of any specificity field.
240 With 255 class + 1 pseudo element, the old code would saturate at (0, 255, 0), while
241 the fixed code would correctly give (0, 255, 1). By comparing that to a non-saturated
242 selector, I can show the fix is correct.
244 * inspector/css/selector-specificity-expected.txt:
246 2014-11-06 Alexey Proskuryakov <ap@apple.com>
248 inspector-protocol/debugger/setPauseOnExceptions-uncaught.html frequently times out on Yosemite
249 https://bugs.webkit.org/show_bug.cgi?id=138097
251 * platform/mac-wk2/TestExpectations: Marking it as such.
253 2014-11-06 Bem Jones-Bey <bjonesbe@adobe.com>
255 Update testharness.js to the latest version
256 https://bugs.webkit.org/show_bug.cgi?id=138446
258 Reviewed by Ryosuke Niwa.
260 The only change I've made from upstream is to set output to false by
263 * resources/testharness.js:
265 2014-11-06 Chris Dumez <cdumez@apple.com>
267 Unreviewed, fix nits after r175688.
269 Just a couple of non-functional fixes to the layout test.
271 * fast/dom/Text/splitText.html:
273 2014-11-05 Shivakumar JM <shiva.jm@samsung.com>
275 splitText API does not match DOM specification.
276 https://bugs.webkit.org/show_bug.cgi?id=138405
278 Reviewed by Chris Dumez.
280 * fast/dom/Text/splitText-expected.txt: Added.
281 * fast/dom/Text/splitText.html: Added.
282 * fast/dom/non-numeric-values-numeric-parameters-expected.txt:
283 * fast/dom/script-tests/non-numeric-values-numeric-parameters.js:
285 2014-11-05 Commit Queue <commit-queue@webkit.org>
287 Unreviewed, rolling out r175672.
288 https://bugs.webkit.org/show_bug.cgi?id=138455
290 Tries to make backdrop layers on every layer, asserts on
291 Mavericks (Requested by smfr on #webkit).
295 "[filters2] Support for backdrop-filter"
296 https://bugs.webkit.org/show_bug.cgi?id=138384
297 http://trac.webkit.org/changeset/175672
299 2014-11-04 Dean Jackson <dino@apple.com>
301 [filters2] Support for backdrop-filter
302 https://bugs.webkit.org/show_bug.cgi?id=138384
303 <rdar://problem/18874494>
305 Reviewed by Simon Fraser.
307 Tests for backdrop-filter. These are skipped on non-Apple platforms.
309 * platform/win/TestExpections: Skip these tests.
310 * platform/efl/TestExpections:
311 * platform/gtk/TestExpections:
312 * platform/mac-mavericks/TestExpectations: Yosemite only.
314 * css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Added.
315 * css3/filters/backdrop/backdropfilter-property-computed-style.html: Added.
316 * css3/filters/backdrop/backdropfilter-property-expected.txt: Added.
317 * css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Added.
318 * css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Added.
319 * css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Added.
320 * css3/filters/backdrop/backdropfilter-property-parsing.html: Added.
321 * css3/filters/backdrop/backdropfilter-property.html: Added.
322 * css3/filters/backdrop/effect-hw-expected.html: Added.
323 * css3/filters/backdrop/effect-hw.html: Added.
324 * css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Added.
325 (testComputedFilterRule):
326 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Added.
327 (testInvalidFilterRule):
328 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Added.
332 * css3/filters/backdrop/script-tests/backdropfilter-property.js: Added.
334 2014-11-05 Simon Fraser <simon.fraser@apple.com>
336 Avoid backing store for opacity:0 descendant layers
337 https://bugs.webkit.org/show_bug.cgi?id=138448
339 Reviewed by Dean Jackson.
341 Test for no backing store with opacity:0 child, and that we get backing
342 store when dynamically changing the opacity to non-0.
344 * compositing/backing/no-backing-for-opacity-0-child-expected.txt: Added.
345 * compositing/backing/no-backing-for-opacity-0-child.html: Added.
346 * compositing/backing/toggle-opacity-0-child-expected.txt: Added.
347 * compositing/backing/toggle-opacity-0-child.html: Added.
349 2014-11-05 Chris Fleizach <cfleizach@apple.com>
351 AX: add "alt" as an overriding synonym of "-webkit-alt" (now in the CSS4 spec)
352 https://bugs.webkit.org/show_bug.cgi?id=138393
354 Reviewed by Dean Jackson.
356 * platform/mac/accessibility/alt-for-css-content-expected.txt: Added.
357 * platform/mac/accessibility/alt-for-css-content.html: Added.
359 2014-11-05 Dan Bernstein <mitz@apple.com>
361 Remove the unused deletion UI feature
362 https://bugs.webkit.org/show_bug.cgi?id=138442
364 Rubber-stamped by Alexey Proskuryakov.
366 Removed tests, expected results, and support files for this feature.
368 * platform/mac/editing/deleting/deletionUI-borders-expected.txt: Removed.
369 * platform/mac/editing/deleting/deletionUI-borders.html: Removed.
370 * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Removed.
371 * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Removed.
372 * platform/mac/editing/deleting/deletionUI-differing-background-expected.txt: Removed.
373 * platform/mac/editing/deleting/deletionUI-differing-background.html: Removed.
374 * platform/mac/editing/deleting/deletionUI-minimum-size-expected.txt: Removed.
375 * platform/mac/editing/deleting/deletionUI-minimum-size.html: Removed.
376 * platform/mac/editing/deleting/deletionUI-single-instance-expected.png: Removed.
377 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
378 * platform/mac/editing/deleting/deletionUI-single-instance.html: Removed.
379 * platform/mac/editing/deleting/deletionUI-successful-deletion-expected.txt: Removed.
380 * platform/mac/editing/deleting/deletionUI-successful-deletion.html: Removed.
381 * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Removed.
382 * platform/mac/editing/deleting/id-in-deletebutton.html: Removed.
383 * platform/mac/editing/deleting/resources: Removed.
384 * platform/mac/editing/deleting/resources/deletionUI-helpers.js: Removed.
385 * platform/wk2/TestExpectations:
387 2014-11-04 David Hyatt <hyatt@apple.com>
389 Descendant ends up in wrong flow thread with nested columns and spans.
390 https://bugs.webkit.org/show_bug.cgi?id=137273
392 Reviewed by Simon Fraser.
394 Unskipped the two problematic span tests.
398 2014-11-05 Bem Jones-Bey <bjonesbe@adobe.com>
400 [CSS Shapes] Positioned polygon reftests failing again
401 https://bugs.webkit.org/show_bug.cgi?id=138058
403 Reviewed by Anders Carlsson.
405 Remove these tests from TestExpectations since they do pass.
409 2014-11-05 Bem Jones-Bey <bjonesbe@adobe.com>
411 [CSS Shapes] shape-image-threshold parsing tests have a few failures
412 https://bugs.webkit.org/show_bug.cgi?id=138060
414 Reviewed by Dirk Schulze.
416 Remove testing for inline style from the CSSWG test because it isn't
417 specified and isn't consistent across browsers. This has been updated
420 Add inline style tests to the WebKit test suite to make sure that
421 WebKIt doesn't lose coverage with this change.
424 * css3/shapes/shape-outside/values/shape-image-threshold-001-expected.txt:
425 * css3/shapes/shape-outside/values/shape-image-threshold-001.html:
426 * fast/shapes/parsing/parsing-shape-image-threshold-expected.txt:
427 * fast/shapes/parsing/parsing-shape-image-threshold.html:
429 2014-11-05 Chris Dumez <cdumez@apple.com>
431 Stop special-casing the empty string in HTMLInputElement.type setter
432 https://bugs.webkit.org/show_bug.cgi?id=138403
434 Reviewed by Ryosuke Niwa.
436 Add layout test to check the functionality of the HTMLInputElement.type
439 * fast/dom/HTMLInputElement/input-type-attribute-expected.txt: Added.
440 * fast/dom/HTMLInputElement/input-type-attribute.html: Added.
442 2014-11-05 Andreas Kling <akling@apple.com>
444 Simple line layout: support text-transform: lowercase|uppercase|capitalize
445 <https://webkit.org/b/138406>
447 Reviewed by Antti Koivisto.
449 Add ref test for simple line layout with all text-transform values.
451 * fast/text/simple-lines-text-transform-expected.html: Added.
452 * fast/text/simple-lines-text-transform.html: Added.
454 2014-11-04 Michael Saboff <msaboff@apple.com>
456 Disable flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
457 https://bugs.webkit.org/show_bug.cgi?id=138379
459 Reviewed by Mark Lam.
461 Disabled these test for ARM64. Will address the failures and then re-enable.
463 * js/script-tests/dfg-int16array.js:
464 * js/script-tests/dfg-int8array.js:
466 2014-11-04 Myles C. Maxfield <mmaxfield@apple.com>
468 [OSX] CJK characters styled with font-family: cursive are italicized
469 https://bugs.webkit.org/show_bug.cgi?id=138328
470 rdar://problem/18801907
472 Reviewed by Simon Fraser.
474 Make sure that the text matches the output of a different codepath.
476 * platform/mac/fast/text/font-cursive-italic-cjk-expected.html: Added.
477 * platform/mac/fast/text/font-cursive-italic-cjk.html: Added.
478 * platform/mac/TestExpectations: Skipped test on non-Yosemite platforms.
480 2014-11-04 Benjamin Poulain <bpoulain@apple.com>
482 When computing the specificity of selectors, use saturated arithmetic per component
483 https://bugs.webkit.org/show_bug.cgi?id=138336
485 Reviewed by Andreas Kling.
487 * fast/selectors/specificity-overflow-2-expected.txt: Added.
488 * fast/selectors/specificity-overflow-2.html: Added.
490 2014-11-04 Darin Adler <darin@apple.com>
492 * TestExpectations: Turn off http/tests/multipart/stop-crash.html.
493 Will turn it back on soon.
495 2014-11-04 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
497 [EFL] Skip websocket tests
498 https://bugs.webkit.org/show_bug.cgi?id=138355
500 Reviewed by Csaba Osztrogonác.
502 * platform/efl/TestExpectations:
504 2014-11-04 Nikos Andrkos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
506 Fix animation of orient attribute on marker element
507 https://bugs.webkit.org/show_bug.cgi?id=137942
509 Reviewed by Dirk Schulze.
511 Test the rendered result of the animation of the orient attribute.
512 Existing tests were only testing the animated value in the DOM.
514 * svg/animations/animate-marker-orienttype-1-expected.txt: Added.
515 * svg/animations/animate-marker-orienttype-1.html: Added.
516 * svg/animations/animate-marker-orienttype-2-expected.txt: Added.
517 * svg/animations/animate-marker-orienttype-2.html: Added.
518 * svg/animations/animate-marker-orienttype-3-expected.txt: Added.
519 * svg/animations/animate-marker-orienttype-3.html: Added.
521 2014-11-03 Shivakumar JM <shiva.jm@samsung.com>
523 Adding test for array buffer and data view POST in XMLHttpRequest async send.
524 https://bugs.webkit.org/show_bug.cgi?id=138304
526 Reviewed by Alexey Proskuryakov.
528 Adding test for array buffer and data view
530 * http/tests/xmlhttprequest/send-data-view-async-expected.txt: Added.
531 * http/tests/xmlhttprequest/send-data-view-async.html: Added.
533 2014-11-03 Chris Dumez <cdumez@apple.com>
535 Fix jquery/manipulation.html flakiness on debug builds
536 https://bugs.webkit.org/show_bug.cgi?id=138335
538 Reviewed by Alexey Proskuryakov.
540 Update jquery's qunit config to not refresh the test results
541 regularly as this is not useful as part of layout testing.
543 This was causing qunit to set a timer every 13ms to check if
544 results should be updated and this timer would sometimes get
545 throttled after r175441.
548 * jquery/resources/test/qunit/qunit/qunit.js:
551 2014-11-03 Joseph Pecoraro <pecoraro@apple.com>
553 Web Inspector: Show Selector's Specificity
554 https://bugs.webkit.org/show_bug.cgi?id=138189
556 Reviewed by Timothy Hatcher.
558 * inspector/css/matched-style-properties.html:
559 * inspector/css/selector-specificity-expected.txt: Added.
560 * inspector/css/selector-specificity.html: Copied from LayoutTests/inspector/css/matched-style-properties.html.
562 2014-11-03 Lorenzo Tilve <ltilve@igalia.com>
564 [GTK] Unreviewed gardening. Rebaseline after r175259.
565 https://bugs.webkit.org/show_bug.cgi?id=138317
567 Rebaseline pending test expectations affected by r175259.
569 * platform/gtk/css1/box_properties/border_bottom-expected.txt:
570 * platform/gtk/css1/box_properties/border_top-expected.txt:
571 * platform/gtk/css1/formatting_model/inline_elements-expected.txt:
572 * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
573 * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
574 * platform/gtk/svg/custom/bug45331-expected.txt:
575 * platform/gtk/svg/custom/path-bad-data-expected.txt:
577 2014-11-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
579 [EFL] Unskip passing ENCRYPTED_MEDIA_V2 tests
580 https://bugs.webkit.org/show_bug.cgi?id=138133
582 Reviewed by Csaba Osztrogonác.
584 * platform/efl/TestExpectations:
586 2014-11-03 Sungmann Cho <sungmann.cho@navercorp.com>
588 AX: Fix some minor typos related to the word "accessibility".
589 https://bugs.webkit.org/show_bug.cgi?id=138299
591 Reviewed by Chris Fleizach.
593 * accessibility/aria-link-supports-press.html:
595 2014-11-01 KyungTae Kim <ktf.kim@samsung.com>
597 [CSS] Add tests for :read-only and :read-write
598 https://bugs.webkit.org/show_bug.cgi?id=92473
600 Add test case for :readonly and :readwrite pseudoclass for common elements
602 Reviewed by Benjamin Poulain.
604 * fast/css/readonly-pseudoclass-common-element-expected.txt: Added.
605 * fast/css/readonly-pseudoclass-common-element.html: Added.
606 * fast/css/readwrite-pseudoclass-editable-expected.txt: Added.
607 * fast/css/readwrite-pseudoclass-editable.html: Added.
609 2014-11-01 Alexey Proskuryakov <ap@apple.com>
611 REGRESSION: Using a media element changes window.name
612 https://bugs.webkit.org/show_bug.cgi?id=138278
613 rdar://problem/18704134
615 Reviewed by Jer Noble.
617 * fast/media/window-name-expected.txt: Added.
618 * fast/media/window-name.html: Added.
620 * platform/mac/webarchive/loading/video-in-webarchive-expected.txt: Removed.
621 This result was incorrect due to this bug, and now Mac matches cross-platform
624 2014-11-01 Chris Dumez <cdumez@apple.com>
626 Unreviewed gardening.
628 Mark jquery/manipulation.html as flakey on Debug bots as marking it
629 as slow did not help.
633 2014-11-01 Chris Dumez <cdumez@apple.com>
635 Unreviewed, fix double-slash in previous gardening commit.
639 2014-11-01 Chris Dumez <cdumez@apple.com>
641 Unreviewed gardening.
643 Mark jquery/manipulation.html as slow on Debug builds until I can
644 investigate how to avoid this with timer throttling.
648 2014-11-01 Benjamin Poulain <bpoulain@apple.com>
650 Fix the specificity of the extended :not() selector
651 https://bugs.webkit.org/show_bug.cgi?id=138275
653 Reviewed by Andreas Kling.
655 * fast/css/not-self-specificity-expected.html: Added.
656 * fast/css/not-self-specificity.html: Added.
657 Test that :not() itself does not influence the specificity,
658 only the nested selectors contribute to the global specificity.
660 * fast/css/not-specificity-1-expected.html: Added.
661 * fast/css/not-specificity-1.html: Added.
662 * fast/css/not-specificity-2-expected.html: Added.
663 * fast/css/not-specificity-2.html: Added.
664 * fast/css/not-specificity-3-expected.html: Added.
665 * fast/css/not-specificity-3.html: Added.
666 Tests for compound selectors.
667 All tests are variations of the same base testing specificity
670 * fast/css/not-specificity-4-expected.html: Added.
671 * fast/css/not-specificity-4.html: Added.
672 * fast/css/not-specificity-5-expected.html: Added.
673 * fast/css/not-specificity-5.html: Added.
674 * fast/css/not-specificity-6-expected.html: Added.
675 * fast/css/not-specificity-6.html: Added.
676 Same thing for complex selectors.
678 * fast/selectors/class-style-update-with-not-expected.txt:
679 Yeah, one more test fixed :)
681 2014-11-01 Hunseop Jeong <hs85.jeong@samsung.com>
683 [EFL] Unreviewed EFL gardening.
684 https://bugs.webkit.org/show_bug.cgi?id=138276
686 Rebaseline after r175259.
688 * platform/efl/css1/basic/containment-expected.txt:
689 * platform/efl/css1/basic/contextual_selectors-expected.txt:
690 * platform/efl/css1/basic/grouping-expected.txt:
691 * platform/efl/css1/basic/id_as_selector-expected.txt:
692 * platform/efl/css1/basic/inheritance-expected.txt:
693 * platform/efl/css1/box_properties/border-expected.txt:
694 * platform/efl/css1/box_properties/border_bottom-expected.txt:
695 * platform/efl/css1/box_properties/border_bottom_inline-expected.txt:
696 * platform/efl/css1/box_properties/border_bottom_width-expected.txt:
697 * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
698 * platform/efl/css1/box_properties/border_color-expected.txt:
699 * platform/efl/css1/box_properties/border_color_inline-expected.txt:
700 * platform/efl/css1/box_properties/border_inline-expected.txt:
701 * platform/efl/css1/box_properties/border_left-expected.txt:
702 * platform/efl/css1/box_properties/border_left_inline-expected.txt:
703 * platform/efl/css1/box_properties/border_left_width-expected.txt:
704 * platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
705 * platform/efl/css1/box_properties/border_right-expected.txt:
706 * platform/efl/css1/box_properties/border_right_inline-expected.txt:
707 * platform/efl/css1/box_properties/border_right_width-expected.txt:
708 * platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
709 * platform/efl/css1/box_properties/border_style-expected.txt:
710 * platform/efl/css1/box_properties/border_style_inline-expected.txt:
711 * platform/efl/css1/box_properties/border_top-expected.txt:
712 * platform/efl/css1/box_properties/border_top_inline-expected.txt:
713 * platform/efl/css1/box_properties/border_top_width-expected.txt:
714 * platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
715 * platform/efl/css1/box_properties/border_width-expected.txt:
716 * platform/efl/css1/box_properties/border_width_inline-expected.txt:
717 * platform/efl/css1/box_properties/clear-expected.txt:
718 * platform/efl/css1/box_properties/clear_float-expected.txt:
719 * platform/efl/css1/box_properties/float-expected.txt:
720 * platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
721 * platform/efl/css1/box_properties/float_margin-expected.txt:
722 * platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
723 * platform/efl/css1/box_properties/height-expected.txt:
724 * platform/efl/css1/box_properties/margin-expected.txt:
725 * platform/efl/css1/box_properties/margin_bottom-expected.txt:
726 * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
727 * platform/efl/css1/box_properties/margin_inline-expected.txt:
728 * platform/efl/css1/box_properties/margin_left-expected.txt:
729 * platform/efl/css1/box_properties/margin_left_inline-expected.txt:
730 * platform/efl/css1/box_properties/margin_right-expected.txt:
731 * platform/efl/css1/box_properties/margin_right_inline-expected.txt:
732 * platform/efl/css1/box_properties/margin_top-expected.txt:
733 * platform/efl/css1/box_properties/margin_top_inline-expected.txt:
734 * platform/efl/css1/box_properties/padding-expected.txt:
735 * platform/efl/css1/box_properties/padding_bottom-expected.txt:
736 * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
737 * platform/efl/css1/box_properties/padding_inline-expected.txt:
738 * platform/efl/css1/box_properties/padding_left-expected.txt:
739 * platform/efl/css1/box_properties/padding_left_inline-expected.txt:
740 * platform/efl/css1/box_properties/padding_right-expected.txt:
741 * platform/efl/css1/box_properties/padding_right_inline-expected.txt:
742 * platform/efl/css1/box_properties/padding_top-expected.txt:
743 * platform/efl/css1/box_properties/padding_top_inline-expected.txt:
744 * platform/efl/css1/box_properties/width-expected.txt:
745 * platform/efl/css1/cascade/cascade_order-expected.txt:
746 * platform/efl/css1/cascade/important-expected.txt:
747 * platform/efl/css1/classification/display-expected.txt:
748 * platform/efl/css1/classification/list_style-expected.txt:
749 * platform/efl/css1/classification/list_style_image-expected.txt:
750 * platform/efl/css1/classification/list_style_position-expected.txt:
751 * platform/efl/css1/classification/list_style_type-expected.txt:
752 * platform/efl/css1/classification/white_space-expected.txt:
753 * platform/efl/css1/color_and_background/background-expected.txt:
754 * platform/efl/css1/color_and_background/background_attachment-expected.txt:
755 * platform/efl/css1/color_and_background/background_color-expected.txt:
756 * platform/efl/css1/color_and_background/background_image-expected.txt:
757 * platform/efl/css1/color_and_background/background_position-expected.txt:
758 * platform/efl/css1/color_and_background/background_repeat-expected.txt:
759 * platform/efl/css1/color_and_background/color-expected.txt:
760 * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
761 * platform/efl/css1/font_properties/font-expected.txt:
762 * platform/efl/css1/font_properties/font_family-expected.txt:
763 * platform/efl/css1/font_properties/font_size-expected.txt:
764 * platform/efl/css1/font_properties/font_style-expected.txt:
765 * platform/efl/css1/font_properties/font_variant-expected.txt:
766 * platform/efl/css1/font_properties/font_weight-expected.txt:
767 * platform/efl/css1/formatting_model/canvas-expected.txt:
768 * platform/efl/css1/formatting_model/floating_elements-expected.txt:
769 * platform/efl/css1/formatting_model/height_of_lines-expected.txt:
770 * platform/efl/css1/formatting_model/inline_elements-expected.txt:
771 * platform/efl/css1/formatting_model/replaced_elements-expected.txt:
772 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
773 * platform/efl/css1/pseudo/anchor-expected.txt:
774 * platform/efl/css1/pseudo/firstletter-expected.txt:
775 * platform/efl/css1/pseudo/firstline-expected.txt:
776 * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
777 * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
778 * platform/efl/css1/text_properties/letter_spacing-expected.txt:
779 * platform/efl/css1/text_properties/line_height-expected.txt:
780 * platform/efl/css1/text_properties/text_align-expected.txt:
781 * platform/efl/css1/text_properties/text_decoration-expected.txt:
782 * platform/efl/css1/text_properties/text_indent-expected.txt:
783 * platform/efl/css1/text_properties/text_transform-expected.txt:
784 * platform/efl/css1/text_properties/vertical_align-expected.txt:
785 * platform/efl/css1/text_properties/word_spacing-expected.txt:
786 * platform/efl/css1/units/color_units-expected.txt:
787 * platform/efl/css1/units/length_units-expected.txt:
788 * platform/efl/css1/units/percentage_units-expected.txt:
789 * platform/efl/css1/units/urls-expected.txt:
790 * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
791 * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
792 * platform/efl/fast/css/empty-pseudo-class-expected.txt:
793 * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
794 * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
795 * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
796 * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
797 * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
798 * platform/efl/fast/html/listing-expected.txt:
799 * platform/efl/fast/invalid/junk-data-expected.txt:
800 * platform/efl/fast/invalid/missing-end-tag-expected.txt:
801 * platform/efl/fast/loader/text-document-wrapping-expected.txt:
802 * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
803 * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
804 * platform/efl/fast/table/border-collapsing/004-expected.txt:
805 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
806 * platform/efl/fast/text/whitespace/001-expected.txt: Added.
807 * platform/efl/fast/text/whitespace/013-expected.txt: Added.
808 * platform/efl/fast/text/whitespace/014-expected.txt: Added.
809 * platform/efl/fast/text/whitespace/022-expected.txt:
810 * platform/efl/fast/text/whitespace/024-expected.txt:
811 * platform/efl/fast/text/whitespace/030-expected.txt:
812 * platform/efl/fast/xsl/xslt-extra-content-at-end-expected.txt:
813 * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
814 * platform/efl/svg/hixie/error/012-expected.txt:
815 * platform/efl/tables/mozilla/bugs/45621-expected.txt:
816 * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt:
817 * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
818 * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
819 * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
820 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
822 2014-10-31 Dhi Aurrahman <diorahman@rockybars.com>
824 Add initial parsing functionality of :lang pseudo class in Selectors Level 4.
825 https://bugs.webkit.org/show_bug.cgi?id=138170
827 Reviewed by Benjamin Poulain.
829 Add tests for comma-separated list arguments for :lang
831 * fast/css/css-selector-text-expected.txt: Updated.
832 * fast/css/css-selector-text.html: Updated.
833 * fast/selectors/lang-invalid-expected.txt: Added.
834 * fast/selectors/lang-invalid.html: Added.
836 2014-10-31 Benjamin Poulain <bpoulain@apple.com>
838 Pseudo classes with an escaped parenthesis generate invalid rules
839 https://bugs.webkit.org/show_bug.cgi?id=138266
841 Reviewed by Antti Koivisto.
843 * fast/selectors/invalid-functional-pseudo-class-expected.txt: Added.
844 * fast/selectors/invalid-functional-pseudo-class.html: Added.
845 New test for all the functional pseudo classes.
847 * fast/css/crash-on-incomplete-webkit-any-expected.txt: Added.
848 * fast/css/crash-on-incomplete-webkit-any.html: Added.
849 * fast/css/pseudo-escaped-parenthesis-expected.txt: Added.
850 * fast/css/pseudo-escaped-parenthesis.html: Added.
851 Those tests come from blink. Rune solved the same problem a year ago on blink
852 in https://chromiumcodereview.appspot.com/23710067
853 The patch is quite different because blink uses an ancient code base, but the tests
854 can still be useful so I included them here.
856 2014-10-31 Said Abou-Hallawa <sabouhallawa@apple.com>
858 Remove webkit prefix from CSS columns.
859 https://bugs.webkit.org/show_bug.cgi?id=137132.
861 Reviewed by Dean Jackson.
863 Ensure the CSS un-prefixed column properties are behaving the same way as the
864 prefixed ones. The CSS prefixed column properties are still supported by making
865 them aliases of the un-prefixed ones. Also port some of the W3C and Mozilla
866 tests for css column properties tests.
868 Change to the un-prefixed column names to be compared with the return of CSSStyleDeclaration.item().
869 And change the expected names to be the un-prefixed ones also.
870 * fast/css/getComputedStyle/computed-style-expected.txt:
871 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
872 * fast/css/getComputedStyle/resources/property-names.js:
874 Change to the un-prefixed column names and compare them with the return of object.style.cssText().
875 * fast/css/remove-shorthand-expected.txt:
877 Test for the effect of the rtl settings on column flow; it is ported from Mozilla.
878 * fast/multicol/column-box-alignment-rtl-expected.html: Added.
879 * fast/multicol/column-box-alignment-rtl.html: Added.
881 Ensure the prefixed and the un-prefixed column properties are behaving exactly the same.
882 * fast/multicol/multicol-aliases-expected.html: Added.
883 * fast/multicol/multicol-aliases.html: Added.
885 Change to the un-prefixed column names to be compared with the return of CSSStyleDeclaration.item().
886 * svg/css/getComputedStyle-basic-expected.txt:
888 Remove the use of the un-prefixed columns property since it seems unrelated to the test.
889 * svg/custom/svg-fonts-in-html.html:
891 2014-10-31 Eric Carlson <eric.carlson@apple.com>
893 Clean-up use of boolean attributes in media tests
894 https://bugs.webkit.org/show_bug.cgi?id=138249
896 Reviewed by Brent Fulgham.
898 * media/resources/foreignobject-media.svg: autoplay="true" => autoplay
899 * media/resources/video-with-poster-as-object-fallback.html: controls="true" => controls
900 * media/video-canvas-source.html: Ditto.
901 * media/video-canvas.html-disabled: Ditto.
903 2014-10-31 Andrzej Badowski <a.badowski@samsung.com>
905 [ATK] Improve AccessibilityTableCell's determineAccessibilityRole function.
906 https://bugs.webkit.org/show_bug.cgi?id=137737
908 Reviewed by Chris Fleizach.
910 The new test illustrates the different cases deciding whether a table cell
911 is a row header or column header or just a table cell.
912 Files of expected type and one html type are adapted to changes in the code of several member functions
913 of AccessibilityTableCell, i.e determineAccessibilityRole, isColumnHeaderCell, isRowHeaderCell.
915 * accessibility/table-cells-roles-expected.txt: Added.
916 * accessibility/table-cells-roles.html: Added.
917 * platform/efl/accessibility/table-attributes-expected.txt:
918 * platform/efl/accessibility/table-cells-expected.txt:
919 * platform/gtk/accessibility/table-attributes-expected.txt:
920 * platform/gtk/accessibility/table-cells-expected.txt:
921 * platform/gtk/accessibility/table-hierarchy-expected.txt:
922 * platform/gtk/accessibility/table-hierarchy.html:
924 2014-10-31 Roger Fong <roger_fong@apple.com>
926 [Windows] Additional rebaselining after r175259.
928 * platform/win/css1/box_properties/padding_right-expected.txt:
929 * platform/win/fast/css/last-child-pseudo-class-expected.txt:
930 * platform/win/fast/css/only-child-pseudo-class-expected.txt:
932 2014-10-30 Shivakumar JM <shiva.jm@samsung.com>
934 Layout Test http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html is failing.
935 https://bugs.webkit.org/show_bug.cgi?id=138072
937 Reviewed by Alexey Proskuryakov.
939 * http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt:
940 * http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html:
942 2014-10-30 Roger Fong <roger_fong@apple.com>
944 [Windows] More text rebaselining.
946 * platform/win/TestExpectations:
947 * platform/win/fast/text/tatechuyoko-expected.txt: Added.
949 2014-10-30 Roger Fong <roger_fong@apple.com>
951 [Windows] Text rebaselining after r175259.
953 * platform/win/css1/box_properties/margin_right-expected.txt:
954 * platform/win/css1/box_properties/padding-expected.txt:
955 * platform/win/css1/box_properties/padding_left-expected.txt:
956 * platform/win/css1/box_properties/padding_right-expected.txt:
957 * platform/win/css1/box_properties/padding_top-expected.txt:
958 * platform/win/css1/font_properties/font-expected.txt:
959 * platform/win/css1/formatting_model/vertical_formatting-expected.txt:
960 * platform/win/css1/text_properties/text_transform-expected.txt:
961 * platform/win/fast/css/empty-pseudo-class-expected.txt:
962 * platform/win/fast/css/first-child-pseudo-class-expected.txt:
963 * platform/win/fast/css/only-child-pseudo-class-expected.txt:
964 * platform/win/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
965 * platform/win/fast/forms/targeted-frame-submission-expected.txt:
966 * platform/win/fast/table/append-cells2-expected.txt:
967 * platform/win/tables/mozilla/bugs/45621-expected.txt:
969 2014-10-30 Ada Chan <adachan@apple.com>
971 The Page's muted setting should not affect the HTMLMediaElement's 'muted' IDL attribute.
972 https://bugs.webkit.org/show_bug.cgi?id=138215
974 Reviewed by Eric Carlson.
976 * media/video-muted-after-setting-page-muted-state-expected.txt: Added.
977 * media/video-muted-after-setting-page-muted-state.html: Added.
979 2014-10-30 Brady Eidson <beidson@apple.com>
981 IndexedDB is deleting data when a PK is shared amongst two objectStores
982 rdar://problem/18479306 and https://bugs.webkit.org/show_bug.cgi?id=137154
984 Reviewed by Jer Noble.
986 * storage/indexeddb/primary-key-unique-to-objectstore-expected.txt: Added.
987 * storage/indexeddb/primary-key-unique-to-objectstore.html: Added.
989 2014-10-30 Jer Noble <jer.noble@apple.com>
991 Unreviewed gardening; rebaseline two media/ tests.
993 * platform/mac-mavericks/media/controls-after-reload-expected.txt: Added.
994 * platform/mac-mavericks/media/controls-styling-expected.txt:
995 * platform/mac-mountainlion/media/controls-after-reload-expected.txt: Added.
996 * platform/mac-mountainlion/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac-mavericks/media/controls-styling-expected.txt.
997 * platform/mac-wk1/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac-mavericks/media/controls-styling-expected.txt.
999 2014-10-29 Said Abou-Hallawa <sabouhallawa@apple.com>
1001 ASSERTION NOT REACHED because RenderStyle::setWordSpacing() does not handle a Length value of type 'Calculated'.
1002 https://bugs.webkit.org/show_bug.cgi?id=138054.
1004 Reviewed by Zalan Bujtas.
1006 Ensure the render style's wordSpacing can be set correctly when the type of
1007 the new value is 'Calculated'. The 'Calculated' Length value can result from
1008 blending two Length values of different types. And these two Length values
1009 are defined in two consecutive css animation key frames.
1011 * css3/calculated-word-spacing-expected.txt: Added.
1012 * css3/calculated-word-spacing.html: Added.
1014 2014-10-29 Simon Fraser <simon.fraser@apple.com>
1016 Skip compositing/regions/propagate-region-box-shadow-border-padding-for-video.html which
1019 * platform/mac/TestExpectations:
1021 2014-10-29 Lorenzo Tilve <ltilve@igalia.com>
1023 [GTK] Unreviewed GTK gardening.
1025 Rebaseline after 175259.
1027 * platform/gtk/css1/basic/containment-expected.txt:
1028 * platform/gtk/css1/basic/contextual_selectors-expected.txt:
1029 * platform/gtk/css1/basic/grouping-expected.txt:
1030 * platform/gtk/css1/basic/id_as_selector-expected.txt:
1031 * platform/gtk/css1/basic/inheritance-expected.txt:
1032 * platform/gtk/css1/box_properties/border-expected.txt:
1033 * platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
1034 * platform/gtk/css1/box_properties/border_bottom_width-expected.txt:
1035 * platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt:
1036 * platform/gtk/css1/box_properties/border_color-expected.txt:
1037 * platform/gtk/css1/box_properties/border_color_inline-expected.txt:
1038 * platform/gtk/css1/box_properties/border_inline-expected.txt:
1039 * platform/gtk/css1/box_properties/border_left-expected.txt:
1040 * platform/gtk/css1/box_properties/border_left_inline-expected.txt:
1041 * platform/gtk/css1/box_properties/border_left_width-expected.txt:
1042 * platform/gtk/css1/box_properties/border_left_width_inline-expected.txt:
1043 * platform/gtk/css1/box_properties/border_right-expected.txt:
1044 * platform/gtk/css1/box_properties/border_right_inline-expected.txt:
1045 * platform/gtk/css1/box_properties/border_right_width-expected.txt:
1046 * platform/gtk/css1/box_properties/border_right_width_inline-expected.txt:
1047 * platform/gtk/css1/box_properties/border_style-expected.txt:
1048 * platform/gtk/css1/box_properties/border_style_inline-expected.txt:
1049 * platform/gtk/css1/box_properties/border_top_inline-expected.txt:
1050 * platform/gtk/css1/box_properties/border_top_width-expected.txt:
1051 * platform/gtk/css1/box_properties/border_top_width_inline-expected.txt:
1052 * platform/gtk/css1/box_properties/border_width-expected.txt:
1053 * platform/gtk/css1/box_properties/border_width_inline-expected.txt:
1054 * platform/gtk/css1/box_properties/clear-expected.txt:
1055 * platform/gtk/css1/box_properties/clear_float-expected.txt:
1056 * platform/gtk/css1/box_properties/float-expected.txt:
1057 * platform/gtk/css1/box_properties/float_elements_in_series-expected.txt:
1058 * platform/gtk/css1/box_properties/float_margin-expected.txt:
1059 * platform/gtk/css1/box_properties/height-expected.txt:
1060 * platform/gtk/css1/box_properties/margin-expected.txt:
1061 * platform/gtk/css1/box_properties/margin_bottom-expected.txt:
1062 * platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt:
1063 * platform/gtk/css1/box_properties/margin_inline-expected.txt:
1064 * platform/gtk/css1/box_properties/margin_left-expected.txt:
1065 * platform/gtk/css1/box_properties/margin_left_inline-expected.txt:
1066 * platform/gtk/css1/box_properties/margin_right-expected.txt:
1067 * platform/gtk/css1/box_properties/margin_right_inline-expected.txt:
1068 * platform/gtk/css1/box_properties/margin_top-expected.txt:
1069 * platform/gtk/css1/box_properties/margin_top_inline-expected.txt:
1070 * platform/gtk/css1/box_properties/padding-expected.txt:
1071 * platform/gtk/css1/box_properties/padding_bottom-expected.txt:
1072 * platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt:
1073 * platform/gtk/css1/box_properties/padding_inline-expected.txt:
1074 * platform/gtk/css1/box_properties/padding_left-expected.txt:
1075 * platform/gtk/css1/box_properties/padding_left_inline-expected.txt:
1076 * platform/gtk/css1/box_properties/padding_right-expected.txt:
1077 * platform/gtk/css1/box_properties/padding_right_inline-expected.txt:
1078 * platform/gtk/css1/box_properties/padding_top-expected.txt:
1079 * platform/gtk/css1/box_properties/padding_top_inline-expected.txt:
1080 * platform/gtk/css1/box_properties/width-expected.txt:
1081 * platform/gtk/css1/cascade/cascade_order-expected.txt:
1082 * platform/gtk/css1/cascade/important-expected.txt:
1083 * platform/gtk/css1/classification/display-expected.txt:
1084 * platform/gtk/css1/classification/list_style-expected.txt:
1085 * platform/gtk/css1/classification/list_style_image-expected.txt:
1086 * platform/gtk/css1/classification/list_style_position-expected.txt:
1087 * platform/gtk/css1/classification/list_style_type-expected.txt:
1088 * platform/gtk/css1/classification/white_space-expected.txt:
1089 * platform/gtk/css1/color_and_background/background-expected.txt:
1090 * platform/gtk/css1/color_and_background/background_attachment-expected.txt:
1091 * platform/gtk/css1/color_and_background/background_color-expected.txt:
1092 * platform/gtk/css1/color_and_background/background_image-expected.txt:
1093 * platform/gtk/css1/color_and_background/background_position-expected.txt:
1094 * platform/gtk/css1/color_and_background/background_repeat-expected.txt:
1095 * platform/gtk/css1/color_and_background/color-expected.txt:
1096 * platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt:
1097 * platform/gtk/css1/font_properties/font-expected.txt:
1098 * platform/gtk/css1/font_properties/font_family-expected.txt:
1099 * platform/gtk/css1/font_properties/font_size-expected.txt:
1100 * platform/gtk/css1/font_properties/font_style-expected.txt:
1101 * platform/gtk/css1/font_properties/font_variant-expected.txt:
1102 * platform/gtk/css1/font_properties/font_weight-expected.txt:
1103 * platform/gtk/css1/formatting_model/canvas-expected.txt:
1104 * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
1105 * platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
1106 * platform/gtk/css1/formatting_model/replaced_elements-expected.txt:
1107 * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
1108 * platform/gtk/css1/pseudo/anchor-expected.txt:
1109 * platform/gtk/css1/pseudo/firstletter-expected.txt:
1110 * platform/gtk/css1/pseudo/firstline-expected.txt:
1111 * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
1112 * platform/gtk/css1/text_properties/letter_spacing-expected.txt:
1113 * platform/gtk/css1/text_properties/line_height-expected.txt:
1114 * platform/gtk/css1/text_properties/text_align-expected.txt:
1115 * platform/gtk/css1/text_properties/text_decoration-expected.txt:
1116 * platform/gtk/css1/text_properties/text_indent-expected.txt:
1117 * platform/gtk/css1/text_properties/text_transform-expected.txt:
1118 * platform/gtk/css1/text_properties/vertical_align-expected.txt:
1119 * platform/gtk/css1/text_properties/word_spacing-expected.txt:
1120 * platform/gtk/css1/units/color_units-expected.txt:
1121 * platform/gtk/css1/units/length_units-expected.txt:
1122 * platform/gtk/css1/units/percentage_units-expected.txt:
1123 * platform/gtk/css1/units/urls-expected.txt:
1124 * platform/gtk/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
1125 * platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
1126 * platform/gtk/fast/css/empty-pseudo-class-expected.txt:
1127 * platform/gtk/fast/css/first-child-pseudo-class-expected.txt:
1128 * platform/gtk/fast/css/last-child-pseudo-class-expected.txt:
1129 * platform/gtk/fast/css/only-child-pseudo-class-expected.txt:
1130 * platform/gtk/fast/forms/targeted-frame-submission-expected.txt:
1131 * platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt:
1132 * platform/gtk/fast/html/listing-expected.txt:
1133 * platform/gtk/fast/invalid/junk-data-expected.txt:
1134 * platform/gtk/fast/invalid/missing-end-tag-expected.txt:
1135 * platform/gtk/fast/loader/text-document-wrapping-expected.txt:
1136 * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
1137 * platform/gtk/fast/parser/xhtml-alternate-entities-expected.txt:
1138 * platform/gtk/fast/table/border-collapsing/004-expected.txt:
1139 * platform/gtk/fast/text/whitespace/001-expected.txt: Added.
1140 * platform/gtk/fast/text/whitespace/013-expected.txt:
1141 * platform/gtk/fast/text/whitespace/014-expected.txt:
1142 * platform/gtk/fast/text/whitespace/022-expected.txt: Added.
1143 * platform/gtk/fast/text/whitespace/024-expected.txt:
1144 * platform/gtk/fast/text/whitespace/030-expected.txt:
1145 * platform/gtk/fast/xsl/xslt-extra-content-at-end-expected.txt:
1146 * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
1147 * platform/gtk/svg/custom/junk-data-expected.txt:
1148 * platform/gtk/svg/custom/missing-xlink-expected.txt:
1149 * platform/gtk/svg/custom/use-font-face-crash-expected.txt:
1150 * platform/gtk/svg/hixie/error/012-expected.txt:
1151 * platform/gtk/tables/mozilla/bugs/45621-expected.txt:
1152 * platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt:
1153 * platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
1154 * platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
1155 * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1156 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
1158 2014-10-29 Zalan Bujtas <zalan@apple.com>
1160 Remove invalid float from RootInlineBox.
1161 https://bugs.webkit.org/show_bug.cgi?id=137707
1163 Reviewed by Antti Koivisto.
1165 In certain cases, floating boxes get attached to the last (root) inline box.
1166 When this particular floating box gets destroyed, it also needs to be detached
1167 from the last inline box.
1169 * fast/inline/crash-when-inline-box-has-invalid-float-expected.txt: Added.
1170 * fast/inline/crash-when-inline-box-has-invalid-float.html: Added.
1172 2014-10-29 Alexey Proskuryakov <ap@apple.com>
1174 Update Mavericks results after https://bugs.webkit.org/show_bug.cgi?id=137275
1175 (Speed up line parsing for simple line layout)
1177 * platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1179 2014-10-17 Sergio Villar Senin <svillar@igalia.com>
1181 ASSERTION FAILED: growthShare > 0 in WebCore::RenderGrid::distributeSpaceToTracks
1182 https://bugs.webkit.org/show_bug.cgi?id=137772
1184 Reviewed by Andreas Kling.
1186 * fast/css-grid-layout/tracks-number-greatly-exceeding-available-size-crash-expected.txt: Added.
1187 * fast/css-grid-layout/tracks-number-greatly-exceeding-available-size-crash.html: Added.
1189 2014-10-29 Chris Dumez <cdumez@apple.com>
1191 Crash in CachedRawResource::canReuse() when reloading http://dnd.wizards.com/dungeons-and-dragons/story
1192 https://bugs.webkit.org/show_bug.cgi?id=138164
1194 Reviewed by Andreas Kling.
1196 Add a layout test that does XHR loads from cache with only uncommon
1197 HTTP headers to reproduce a crash in CachedRawResource::canReuse()
1198 when iterating over a HTTPHeaderMap that had uncommon HTTP headers
1201 * http/tests/cache/xhr-uncommon-header-expected.txt: Added.
1202 * http/tests/cache/xhr-uncommon-header.html: Added.
1204 2014-10-28 Benjamin Poulain <benjamin@webkit.org>
1206 CSS4 Selectors: Add the pseudo class :any-link
1207 https://bugs.webkit.org/show_bug.cgi?id=138128
1209 Reviewed by Andreas Kling.
1211 Story time: I implement only half of the patch and run
1212 fast/selectors/webkit-any-link.html to make sure it fails...
1213 and the test happily PASS.
1215 I look into it and sure enough, a last minute change in
1216 html-link-type-tests.js made it test nothing but :link.
1218 I update html-link-type-tests.js to actually test the desired selector,
1219 run the test again: PASS.
1221 I debug a bit and I find why my code is not tested: html-link-type-tests.js
1222 uses Element.matches() and that does not use the CSS JIT.
1224 Fair enough, I add a querySelectorAll("#target' + selector + '") to run
1225 through the JIT: PASS.
1227 Since that selector is simple-#id + simple selector, we go through a fast
1228 path for ids and skip the JIT. Arrrrg!
1230 Finally, I added querySelectorAll(".target' + selector + '"), which covers
1233 The nice thing is: all those cases are tested now :)
1235 * fast/css/css-selector-text-expected.txt:
1236 * fast/css/css-selector-text.html:
1237 * fast/css/css-set-selector-text-expected.txt:
1238 * fast/css/css-set-selector-text.html:
1239 * fast/selectors/any-link-basics-2-expected.txt: Added.
1240 * fast/selectors/any-link-basics-2.html: Added.
1241 * fast/selectors/any-link-basics-expected.txt: Added.
1242 * fast/selectors/any-link-basics.html: Added.
1243 * fast/selectors/any-link-styling-expected.html: Added.
1244 * fast/selectors/any-link-styling.html: Added.
1245 * fast/selectors/images-with-usemap-should-not-match-link-expected.txt:
1246 * fast/selectors/images-with-usemap-should-not-match-link.html:
1247 * fast/selectors/link-basics-expected.txt:
1248 * fast/selectors/link-basics-xhtml-expected.txt:
1249 * fast/selectors/resources/html-link-type-tests.js:
1251 (testHTMLTagsForLink):
1252 * fast/selectors/webkit-any-link-basics-expected.txt:
1254 2014-10-28 Alexey Proskuryakov <ap@apple.com>
1256 fast/multicol/multicol-crazy-nesting.html sometimes crashes
1257 https://bugs.webkit.org/show_bug.cgi?id=138145
1259 * TestExpectations: Skipping for now.
1261 2014-10-28 Jer Noble <jer.noble@apple.com>
1263 REGRESSION(r171593) [Mac] Media controls create a large (and unnecessary) backing store
1264 https://bugs.webkit.org/show_bug.cgi?id=137757
1266 Reviewed by Eric Carlson.
1268 * platform/mac-mavericks/media/audio-controls-rendering-expected.png:
1269 * platform/mac-mavericks/media/audio-controls-rendering-expected.txt:
1270 * platform/mac-mavericks/media/controls-strict-expected.txt:
1271 * platform/mac-mavericks/media/controls-without-preload-expected.txt: Copied from LayoutTests/platform/mac/media/controls-without-preload-expected.txt.
1272 * platform/mac-mavericks/media/video-controls-rendering-expected.txt:
1273 * platform/mac-mavericks/media/video-display-toggle-expected.txt:
1274 * platform/mac-mavericks/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/mac/media/video-empty-source-expected.txt.
1275 * platform/mac-mavericks/media/video-no-audio-expected.png:
1276 * platform/mac-mavericks/media/video-no-audio-expected.txt:
1277 * platform/mac-mavericks/media/video-volume-slider-expected.txt:
1278 * platform/mac-mavericks/media/video-zoom-controls-expected.png:
1279 * platform/mac-mavericks/media/video-zoom-controls-expected.txt:
1280 * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
1281 * platform/mac/fast/layers/video-layer-expected.txt:
1282 * platform/mac/media/audio-controls-rendering-expected.png:
1283 * platform/mac/media/audio-controls-rendering-expected.txt:
1284 * platform/mac/media/controls-after-reload-expected.png:
1285 * platform/mac/media/controls-after-reload-expected.txt:
1286 * platform/mac/media/controls-strict-expected.png:
1287 * platform/mac/media/controls-strict-expected.txt:
1288 * platform/mac/media/controls-without-preload-expected.png:
1289 * platform/mac/media/controls-without-preload-expected.txt:
1290 * platform/mac/media/media-controls-clone-expected.png:
1291 * platform/mac/media/media-controls-clone-expected.txt:
1292 * platform/mac/media/video-controls-rendering-expected.png:
1293 * platform/mac/media/video-controls-rendering-expected.txt:
1294 * platform/mac/media/video-display-toggle-expected.png:
1295 * platform/mac/media/video-display-toggle-expected.txt:
1296 * platform/mac/media/video-empty-source-expected.png:
1297 * platform/mac/media/video-empty-source-expected.txt:
1298 * platform/mac/media/video-no-audio-expected.png:
1299 * platform/mac/media/video-no-audio-expected.txt:
1300 * platform/mac/media/video-volume-slider-expected.png:
1301 * platform/mac/media/video-volume-slider-expected.txt:
1302 * platform/mac/media/video-zoom-controls-expected.png:
1303 * platform/mac/media/video-zoom-controls-expected.txt:
1305 2014-10-28 Alexey Proskuryakov <ap@apple.com>
1307 text-combine needs to center glyphs within the vertical area.
1308 https://bugs.webkit.org/show_bug.cgi?id=138056
1310 Adding pre-Yosemite test results.
1312 * platform/mac-mavericks/fast/text/tatechuyoko-expected.png: Added.
1313 * platform/mac-mavericks/fast/text/tatechuyoko-expected.txt: Added.
1315 2014-10-28 Pascal Jacquemart <p.jacquemart@samsung.com>
1317 Abandoned select option is reselected when shift selecting new options
1318 https://bugs.webkit.org/show_bug.cgi?id=137553
1320 Reviewed by Ryosuke Niwa.
1322 Test checking a combination of mouse and keyboard selection events
1323 on select-multiple element
1325 * fast/forms/listbox-selection-after-typeahead-expected.txt: Added.
1326 * fast/forms/listbox-selection-after-typeahead.html: Added.
1328 2014-10-28 Zalan Bujtas <zalan@apple.com>
1330 Speed up line parsing for simple line layout.
1331 https://bugs.webkit.org/show_bug.cgi?id=137275
1333 Reviewed by Antti Koivisto.
1335 This patch removes empty line-break runs. Rebaseline.
1337 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1338 * platform/mac/css1/basic/containment-expected.txt:
1339 * platform/mac/css1/basic/contextual_selectors-expected.txt:
1340 * platform/mac/css1/basic/grouping-expected.txt:
1341 * platform/mac/css1/basic/id_as_selector-expected.txt:
1342 * platform/mac/css1/basic/inheritance-expected.txt:
1343 * platform/mac/css1/box_properties/border-expected.txt:
1344 * platform/mac/css1/box_properties/border_bottom-expected.txt:
1345 * platform/mac/css1/box_properties/border_bottom_inline-expected.txt:
1346 * platform/mac/css1/box_properties/border_bottom_width-expected.txt:
1347 * platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt:
1348 * platform/mac/css1/box_properties/border_color-expected.txt:
1349 * platform/mac/css1/box_properties/border_color_inline-expected.txt:
1350 * platform/mac/css1/box_properties/border_inline-expected.txt:
1351 * platform/mac/css1/box_properties/border_left-expected.txt:
1352 * platform/mac/css1/box_properties/border_left_inline-expected.txt:
1353 * platform/mac/css1/box_properties/border_left_width-expected.txt:
1354 * platform/mac/css1/box_properties/border_left_width_inline-expected.txt:
1355 * platform/mac/css1/box_properties/border_right-expected.txt:
1356 * platform/mac/css1/box_properties/border_right_inline-expected.txt:
1357 * platform/mac/css1/box_properties/border_right_width-expected.txt:
1358 * platform/mac/css1/box_properties/border_right_width_inline-expected.txt:
1359 * platform/mac/css1/box_properties/border_style-expected.txt:
1360 * platform/mac/css1/box_properties/border_style_inline-expected.txt:
1361 * platform/mac/css1/box_properties/border_top-expected.txt:
1362 * platform/mac/css1/box_properties/border_top_inline-expected.txt:
1363 * platform/mac/css1/box_properties/border_top_width-expected.txt:
1364 * platform/mac/css1/box_properties/border_top_width_inline-expected.txt:
1365 * platform/mac/css1/box_properties/border_width-expected.txt:
1366 * platform/mac/css1/box_properties/border_width_inline-expected.txt:
1367 * platform/mac/css1/box_properties/clear-expected.txt:
1368 * platform/mac/css1/box_properties/clear_float-expected.txt:
1369 * platform/mac/css1/box_properties/float-expected.txt:
1370 * platform/mac/css1/box_properties/float_elements_in_series-expected.txt:
1371 * platform/mac/css1/box_properties/float_margin-expected.txt:
1372 * platform/mac/css1/box_properties/height-expected.txt:
1373 * platform/mac/css1/box_properties/margin-expected.txt:
1374 * platform/mac/css1/box_properties/margin_bottom-expected.txt:
1375 * platform/mac/css1/box_properties/margin_bottom_inline-expected.txt:
1376 * platform/mac/css1/box_properties/margin_inline-expected.txt:
1377 * platform/mac/css1/box_properties/margin_left-expected.txt:
1378 * platform/mac/css1/box_properties/margin_left_inline-expected.txt:
1379 * platform/mac/css1/box_properties/margin_right-expected.txt:
1380 * platform/mac/css1/box_properties/margin_right_inline-expected.txt:
1381 * platform/mac/css1/box_properties/margin_top-expected.txt:
1382 * platform/mac/css1/box_properties/margin_top_inline-expected.txt:
1383 * platform/mac/css1/box_properties/padding-expected.txt:
1384 * platform/mac/css1/box_properties/padding_bottom-expected.txt:
1385 * platform/mac/css1/box_properties/padding_bottom_inline-expected.txt:
1386 * platform/mac/css1/box_properties/padding_inline-expected.txt:
1387 * platform/mac/css1/box_properties/padding_left-expected.txt:
1388 * platform/mac/css1/box_properties/padding_left_inline-expected.txt:
1389 * platform/mac/css1/box_properties/padding_right-expected.txt:
1390 * platform/mac/css1/box_properties/padding_right_inline-expected.txt:
1391 * platform/mac/css1/box_properties/padding_top-expected.txt:
1392 * platform/mac/css1/box_properties/padding_top_inline-expected.txt:
1393 * platform/mac/css1/box_properties/width-expected.txt:
1394 * platform/mac/css1/cascade/cascade_order-expected.txt:
1395 * platform/mac/css1/cascade/important-expected.txt:
1396 * platform/mac/css1/classification/display-expected.txt:
1397 * platform/mac/css1/classification/list_style-expected.txt:
1398 * platform/mac/css1/classification/list_style_image-expected.txt:
1399 * platform/mac/css1/classification/list_style_position-expected.txt:
1400 * platform/mac/css1/classification/list_style_type-expected.txt:
1401 * platform/mac/css1/classification/white_space-expected.txt:
1402 * platform/mac/css1/color_and_background/background-expected.txt:
1403 * platform/mac/css1/color_and_background/background_attachment-expected.txt:
1404 * platform/mac/css1/color_and_background/background_color-expected.txt:
1405 * platform/mac/css1/color_and_background/background_image-expected.txt:
1406 * platform/mac/css1/color_and_background/background_position-expected.txt:
1407 * platform/mac/css1/color_and_background/background_repeat-expected.txt:
1408 * platform/mac/css1/color_and_background/color-expected.txt:
1409 * platform/mac/css1/conformance/forward_compatible_parsing-expected.txt:
1410 * platform/mac/css1/font_properties/font-expected.txt:
1411 * platform/mac/css1/font_properties/font_family-expected.txt:
1412 * platform/mac/css1/font_properties/font_size-expected.txt:
1413 * platform/mac/css1/font_properties/font_style-expected.txt:
1414 * platform/mac/css1/font_properties/font_variant-expected.txt:
1415 * platform/mac/css1/font_properties/font_weight-expected.txt:
1416 * platform/mac/css1/formatting_model/canvas-expected.txt:
1417 * platform/mac/css1/formatting_model/floating_elements-expected.txt:
1418 * platform/mac/css1/formatting_model/height_of_lines-expected.txt:
1419 * platform/mac/css1/formatting_model/inline_elements-expected.txt:
1420 * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
1421 * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
1422 * platform/mac/css1/pseudo/anchor-expected.txt:
1423 * platform/mac/css1/pseudo/firstletter-expected.txt:
1424 * platform/mac/css1/pseudo/firstline-expected.txt:
1425 * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt:
1426 * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
1427 * platform/mac/css1/text_properties/letter_spacing-expected.txt:
1428 * platform/mac/css1/text_properties/line_height-expected.txt:
1429 * platform/mac/css1/text_properties/text_align-expected.txt:
1430 * platform/mac/css1/text_properties/text_decoration-expected.txt:
1431 * platform/mac/css1/text_properties/text_indent-expected.txt:
1432 * platform/mac/css1/text_properties/text_transform-expected.txt:
1433 * platform/mac/css1/text_properties/vertical_align-expected.txt:
1434 * platform/mac/css1/text_properties/word_spacing-expected.txt:
1435 * platform/mac/css1/units/color_units-expected.txt:
1436 * platform/mac/css1/units/length_units-expected.txt:
1437 * platform/mac/css1/units/percentage_units-expected.txt:
1438 * platform/mac/css1/units/urls-expected.txt:
1439 * platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
1440 * platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
1441 * platform/mac/editing/selection/designmode-no-caret-expected.txt:
1442 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
1443 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
1444 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
1445 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
1446 * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
1447 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
1448 * platform/mac/fast/html/listing-expected.txt:
1449 * platform/mac/fast/invalid/junk-data-expected.txt:
1450 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
1451 * platform/mac/fast/loader/text-document-wrapping-expected.txt:
1452 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
1453 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
1454 * platform/mac/fast/table/border-collapsing/004-expected.txt:
1455 * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
1456 * platform/mac/fast/text/whitespace/001-expected.txt: Added.
1457 * platform/mac/fast/text/whitespace/013-expected.txt: Added.
1458 * platform/mac/fast/text/whitespace/014-expected.txt: Added.
1459 * platform/mac/fast/text/whitespace/022-expected.txt: Added.
1460 * platform/mac/fast/text/whitespace/024-expected.txt:
1461 * platform/mac/fast/text/whitespace/030-expected.txt:
1462 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
1463 * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
1464 * platform/mac/http/tests/misc/acid3-expected.txt:
1465 * platform/mac/svg/custom/bug45331-expected.txt:
1466 * platform/mac/svg/custom/junk-data-expected.txt:
1467 * platform/mac/svg/custom/missing-xlink-expected.txt:
1468 * platform/mac/svg/custom/path-bad-data-expected.txt:
1469 * platform/mac/svg/custom/use-font-face-crash-expected.txt:
1470 * platform/mac/svg/hixie/error/012-expected.txt:
1471 * platform/mac/tables/mozilla/bugs/45621-expected.txt:
1472 * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
1473 * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
1474 * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
1475 * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
1476 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1477 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
1479 2014-10-28 Rebecca Hauck <rhauck@adobe.com>
1481 Update CSS shapes suite import
1482 https://bugs.webkit.org/show_bug.cgi?id=138045
1484 This patch is a full re-import of the CSS Shapes test suite from the W3C
1485 test repo and an updated TestExpectations file to match the current
1488 Reviewed by Benjamin Poulain.
1491 * css3/shapes/shape-outside/shape-box/w3c-import.log:
1492 * css3/shapes/shape-outside/shape-image/gradients/w3c-import.log:
1493 * css3/shapes/shape-outside/shape-image/shape-image-000-expected.html:
1494 * css3/shapes/shape-outside/shape-image/shape-image-001-expected.html:
1495 * css3/shapes/shape-outside/shape-image/shape-image-002-expected.html:
1496 * css3/shapes/shape-outside/shape-image/shape-image-002.html:
1497 * css3/shapes/shape-outside/shape-image/shape-image-003-expected.html:
1498 * css3/shapes/shape-outside/shape-image/shape-image-003.html:
1499 * css3/shapes/shape-outside/shape-image/shape-image-004-expected.html:
1500 * css3/shapes/shape-outside/shape-image/shape-image-005-expected.html:
1501 * css3/shapes/shape-outside/shape-image/shape-image-005.html:
1502 * css3/shapes/shape-outside/shape-image/shape-image-006-expected.html: Added.
1503 * css3/shapes/shape-outside/shape-image/shape-image-006.html: Added.
1504 * css3/shapes/shape-outside/shape-image/shape-image-007-expected.html: Added.
1505 * css3/shapes/shape-outside/shape-image/shape-image-007.html: Added.
1506 * css3/shapes/shape-outside/shape-image/shape-image-008-expected.html: Added.
1507 * css3/shapes/shape-outside/shape-image/shape-image-008.html: Added.
1508 * css3/shapes/shape-outside/shape-image/shape-image-009-expected.html: Added.
1509 * css3/shapes/shape-outside/shape-image/shape-image-009.html: Added.
1510 * css3/shapes/shape-outside/shape-image/shape-image-010-expected.html: Added.
1511 * css3/shapes/shape-outside/shape-image/shape-image-010.html: Added.
1512 * css3/shapes/shape-outside/shape-image/shape-image-011-expected.html: Added.
1513 * css3/shapes/shape-outside/shape-image/shape-image-011.html: Added.
1514 * css3/shapes/shape-outside/shape-image/shape-image-013-expected.html:
1515 * css3/shapes/shape-outside/shape-image/shape-image-013.html:
1516 * css3/shapes/shape-outside/shape-image/shape-image-014-expected.html:
1517 * css3/shapes/shape-outside/shape-image/shape-image-014.html:
1518 * css3/shapes/shape-outside/shape-image/shape-image-015-expected.html:
1519 * css3/shapes/shape-outside/shape-image/shape-image-015.html:
1520 * css3/shapes/shape-outside/shape-image/shape-image-016-expected.html:
1521 * css3/shapes/shape-outside/shape-image/shape-image-016.html:
1522 * css3/shapes/shape-outside/shape-image/shape-image-017-expected.html:
1523 * css3/shapes/shape-outside/shape-image/shape-image-017.html:
1524 * css3/shapes/shape-outside/shape-image/shape-image-024-expected.html: Added.
1525 * css3/shapes/shape-outside/shape-image/shape-image-024.html: Added.
1526 * css3/shapes/shape-outside/shape-image/shape-image-025-expected.html: Added.
1527 * css3/shapes/shape-outside/shape-image/shape-image-025.html: Added.
1528 * css3/shapes/shape-outside/shape-image/support/animated.gif: Added.
1529 * css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20.png:
1530 * css3/shapes/shape-outside/shape-image/support/right-half-rectangle-20.png:
1531 * css3/shapes/shape-outside/shape-image/support/w3c-import.log:
1532 * css3/shapes/shape-outside/shape-image/w3c-import.log:
1533 * css3/shapes/shape-outside/supported-shapes/circle/w3c-import.log:
1534 * css3/shapes/shape-outside/supported-shapes/ellipse/w3c-import.log:
1535 * css3/shapes/shape-outside/supported-shapes/inset/w3c-import.log:
1536 * css3/shapes/shape-outside/supported-shapes/polygon/shape-outside-polygon-012.html:
1537 * css3/shapes/shape-outside/supported-shapes/polygon/w3c-import.log:
1538 * css3/shapes/shape-outside/supported-shapes/support/w3c-import.log: Copied from LayoutTests/css3/shapes/shape-outside/values/support/w3c-import.log.
1539 * css3/shapes/shape-outside/values/shape-image-threshold-001.html:
1540 * css3/shapes/shape-outside/values/support/w3c-import.log:
1541 * css3/shapes/shape-outside/values/w3c-import.log:
1542 * css3/shapes/spec-examples/shape-outside-019-expected.html:
1543 * css3/shapes/spec-examples/support/w3c-import.log:
1544 * css3/shapes/spec-examples/w3c-import.log:
1545 * css3/shapes/w3c-import.log:
1547 2014-10-27 Mark Lam <mark.lam@apple.com>
1549 Crash when attempting to perform array iteration on a non-array with numeric keys not initialized.
1550 <https://webkit.org/b/137814>
1552 Reviewed by Geoffrey Garen.
1554 * js/array-length-shortening-expected.txt: Added.
1555 * js/array-length-shortening.html: Added.
1556 * js/for-of-crash-expected.txt: Added.
1557 * js/for-of-crash.html: Added.
1558 * js/script-tests/array-length-shortening.js: Added.
1559 (testLengthShortening):
1560 (denseInt32Elements):
1561 (denseDoubleElements):
1562 (denseObjectElements):
1563 (holeyInt32Elements):
1564 (holeyDoubleElements):
1565 (holeyObjectElements):
1566 (arrayStorageInt32Elements):
1567 (arrayStorageDoubleElements):
1568 (arrayStorageObjectElements):
1569 (sparseInt32Elements):
1570 (sparseDoubleElements):
1571 (sparseObjectElements):
1572 * js/script-tests/for-of-crash.js: Added.
1575 2014-10-27 Chris Fleizach <cfleizach@apple.com>
1577 AX: input type=hidden is being exposed when aria-hidden=false
1578 https://bugs.webkit.org/show_bug.cgi?id=138106
1580 Reviewed by Benjamin Poulain.
1582 * accessibility/input-type-hidden-in-aria-hidden-false-expected.txt: Added.
1583 * accessibility/input-type-hidden-in-aria-hidden-false.html: Added.
1585 2014-10-24 David Hyatt <hyatt@apple.com>
1587 text-combine needs to center text within the vertical space using glyph bounds
1588 https://bugs.webkit.org/show_bug.cgi?id=138056
1589 <rdar://problem/15403667>
1591 Reviewed by Dean Jackson.
1593 * fast/text/tatechuyoko.html: Added.
1594 * platform/mac/fast/text/tatechuyoko-expected.png: Added.
1595 * platform/mac/fast/text/tatechuyoko-expected.txt: Added.
1597 2014-10-27 Alexey Proskuryakov <ap@apple.com>
1599 http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots
1600 https://bugs.webkit.org/show_bug.cgi?id=138098
1602 Reviewed by Anders Carlsson.
1604 * platform/mac-wk1/TestExpectations: Removed the test from expectations. It's still
1605 skipped on WK2, because we don't yet implement the necessary WKTR functionality.
1607 2014-10-27 Alexey Proskuryakov <ap@apple.com>
1609 Add [ Yosemite ] modifier to a couple of tests in section 7.
1611 These two tests fail with PPT, so they are expected to pass on 10.8. Our current
1612 approach is a have separate sections for Mavericks and Yosemite, even for PPT
1613 specific failures that affect both.
1615 * platform/mac-wk2/TestExpectations:
1617 2014-10-27 Stephanie Lewis <slewis@apple.com>
1619 http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots.
1620 https://bugs.webkit.org/show_bug.cgi?id=138098.
1622 Updated Expectations.
1624 * platform/mac-wk1/TestExpectations:
1626 2014-10-27 Piotr Grad <p.grad@samsung.com>
1628 Some test for multicol were redundant.
1629 https://bugs.webkit.org/show_bug.cgi?id=133084
1631 Reviewed by Andreas Kling.
1633 * fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt: Removed.
1634 * fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html: Removed.
1635 * fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt: Removed.
1636 * fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html: Removed.
1637 * fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt: Removed.
1638 * fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html: Removed.
1639 * fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt: Removed.
1640 * fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html: Removed.
1641 * fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt: Removed.
1642 * fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html: Removed.
1643 * fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt: Removed.
1644 * fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html: Removed.
1645 * fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt: Removed.
1646 * fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html: Removed.
1647 * fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt: Removed.
1648 * fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html: Removed.
1649 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt: Removed.
1650 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html: Removed.
1651 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt: Removed.
1652 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html: Removed.
1653 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt: Removed.
1654 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html: Removed.
1655 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt: Removed.
1656 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html: Removed.
1657 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt: Removed.
1658 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt: Removed.
1659 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html: Removed.
1660 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html: Removed.
1661 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt: Removed.
1662 * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html: Removed.
1663 * fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt: Removed.
1664 * fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html: Removed.
1665 * fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html: Removed.
1666 * fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html: Removed.
1667 * fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt: Removed.
1668 * fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html: Removed.
1669 * fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt: Removed.
1670 * fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html: Removed.
1671 * fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt: Removed.
1672 * fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html: Removed.
1673 * fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt: Removed.
1674 * fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html: Removed.
1675 * fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt: Removed.
1676 * fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html: Removed.
1677 * fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt: Removed.
1678 * fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html: Removed.
1679 * fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt: Removed.
1680 * fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html: Removed.
1681 * fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt: Removed.
1682 * fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html: Removed.
1683 * fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt: Removed.
1684 * fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html: Removed.
1685 * fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt: Removed.
1686 * fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html: Removed.
1688 2014-10-27 Alexey Proskuryakov <ap@apple.com>
1690 media/track/audio-track.html is flaky on Yosemite
1691 https://bugs.webkit.org/show_bug.cgi?id=137882
1693 * platform/mac/TestExpectations: Marking it as such.
1695 2014-10-26 Benjamin Poulain <benjamin@webkit.org>
1697 Images with usemap should not have a link state
1698 https://bugs.webkit.org/show_bug.cgi?id=138071
1700 Reviewed by Andreas Kling.
1702 * fast/selectors/images-with-usemap-should-not-match-link-expected.txt: Added.
1703 * fast/selectors/images-with-usemap-should-not-match-link.html: Added.
1705 2014-10-25 Gwang Yoon Hwang <yoon@igalia.com>
1707 [GTK] Unreviewed GTK gardening after r174685.
1709 * platform/gtk/TestExpectations: Report new failures and update expectations.
1711 2014-10-25 Alexey Proskuryakov <ap@apple.com>
1713 Land Yosemite results for six editing/selection/vertical* tests.
1715 These failures used to be mostly hidden because of bug 138070, now they are visible.
1716 The change is due to different fonts.
1718 * platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt.
1719 * platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt.
1720 * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt.
1721 * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt.
1722 * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt.
1723 * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt.
1724 * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
1725 * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
1726 * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
1727 * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
1728 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
1729 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
1730 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
1731 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
1732 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
1733 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
1734 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
1735 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
1737 2014-10-25 Alexey Proskuryakov <ap@apple.com>
1739 Add Mavericks results for platform/mac/editing/spelling/delete-autocorrected-word-2.html, too.
1741 Yosemite, Mavericks and Mountain Lion all have different results.
1743 * platform/mac-mavericks/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added.
1745 2014-10-25 Alexey Proskuryakov <ap@apple.com>
1747 Update Yosemite results for platform/mac/editing/spelling/delete-autocorrected-word-2.html.
1749 Looks like this got confused during Yosemite tests landing.
1751 This test is currently marked as failing on WK2, but it passed for me, so maybe we
1752 can mark it as passing there too. Tracked as bug 105616.
1754 * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png:
1755 * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
1757 2014-10-25 Alexey Proskuryakov <ap@apple.com>
1759 Update results for compositing/rtl/rtl-fixed-overflow-scrolled.html.
1761 Prior to Yosemite results landing, this test was marked as failing on WK2, and its
1762 results matched WK1. It got changed several times during the merge, so it ended
1763 up being marked as failing on WK1, but with WK1 results landed.
1765 Let's land WK2 results and keep testing on WK2. Also, Mavericks results were no different
1768 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Removed.
1769 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Removed.
1770 * platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png.
1771 * platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
1773 2014-10-24 Said Abou-Hallawa <sabouhallawa@apple.com>
1775 Clamp wordSpacing percentage value.
1776 https://bugs.webkit.org/show_bug.cgi?id=129350.
1778 Reviewed by Zalan Bujtas.
1780 Make sure that setting the CSS style wordSpacing property to very huge percentage
1781 value and blending this value with other values for animating key frames does
1782 not assert or crash. The expectation is to have this huge value to be clamped to
1783 the pre-defined min/max values for the CSS length type. So when blending the clamped
1784 value with other wordSpacing values, the result can't be NaN. This should be very
1785 similar to the case when it is set to a huge <length> value.
1787 * css3/infinite-word-spacing-expected.txt: Added.
1788 * css3/infinite-word-spacing.html: Added.
1790 2014-10-24 Alexey Proskuryakov <ap@apple.com>
1792 Update Yosemite results for fast/block/float/overhanging-tall-block.html for
1793 font size differences.
1795 The test fails pixel results, filed bug 138065 to track that.
1797 * platform/mac-mavericks/fast/block/float: Added.
1798 * platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.png: Copied from LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.png.
1799 * platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.txt.
1800 * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
1802 2014-10-24 Alexey Proskuryakov <ap@apple.com>
1804 Update media test results for Yosemite.
1806 media/controls-styling.html appears to actually fail, filed bug 138064 about that.
1807 media/video-zoom-controls.html results are not great; Dean reportedly has a fix for that.
1809 * platform/mac-mavericks/media/controls-styling-expected.png: Copied from LayoutTests/platform/mac/media/controls-styling-expected.png.
1810 * platform/mac-mavericks/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac/media/controls-styling-expected.txt.
1811 * platform/mac-mavericks/media/video-zoom-controls-expected.png: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.png.
1812 * platform/mac-mavericks/media/video-zoom-controls-expected.txt: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.txt.
1813 * platform/mac/media/controls-styling-expected.png:
1814 * platform/mac/media/controls-styling-expected.txt:
1815 * platform/mac/media/video-zoom-controls-expected.png:
1816 * platform/mac/media/video-zoom-controls-expected.txt:
1818 2014-10-24 Alexey Proskuryakov <ap@apple.com>
1820 Remove MountainLion results that I incorrectly copied. These are the same as Mavericks.
1822 * platform/mac-mountainlion/fast/writing-mode: Removed.
1823 * platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.
1824 * platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed.
1825 * platform/mac-mountainlion/mathml: Removed.
1826 * platform/mac-mountainlion/mathml/opentype: Removed.
1827 * platform/mac-mountainlion/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Removed.
1829 2014-10-24 Roger Fong <roger_fong@apple.com>
1831 [Win] More unreviewed gardening/rebaselining of Windows tests.
1833 * platform/win/TestExpectations:
1834 * platform/win/fast/repaint/select-option-background-color-expected.txt:
1835 * platform/win/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
1836 * platform/win/fast/repaint/slider-thumb-float-expected.txt: Added.
1837 * platform/win/fast/replaced/table-percent-height-expected.txt: Added.
1838 * platform/win/fast/replaced/three-selects-break-expected.txt: Added.
1839 * platform/win/fast/table/remove-td-display-none-expected.txt:
1840 * platform/win/fast/transforms: Added.
1841 * platform/win/fast/transforms/transformed-focused-text-input-expected.txt: Added.
1842 * platform/win/platform/win/accessibility: Added.
1843 * platform/win/platform/win/accessibility/option-element-position-and-size-expected.txt: Added.
1845 2014-10-24 Alexey Proskuryakov <ap@apple.com>
1847 Update some results that were incorrect for Yosemite.
1849 * platform/mac-mavericks/fast/text/international/hindi-spacing-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.png.
1850 * platform/mac-mavericks/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
1851 * platform/mac-mavericks/fast/writing-mode: Added.
1852 * platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png.
1853 * platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
1854 * platform/mac-mountainlion/fast/writing-mode: Added.
1855 * platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png.
1856 * platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
1857 * platform/mac-mountainlion/mathml: Added.
1858 * platform/mac-mountainlion/mathml/opentype: Added.
1859 * platform/mac-mountainlion/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt.
1860 * platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.
1861 * platform/mac/fast/text/international/hindi-spacing-expected.png:
1862 * platform/mac/fast/text/international/hindi-spacing-expected.txt:
1863 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
1864 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
1865 * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
1867 2014-10-24 Alexey Proskuryakov <ap@apple.com>
1869 fast/multicol/fixed-stack.html failing since introduction.
1870 https://bugs.webkit.org/show_bug.cgi?id=132421
1872 * platform/mac-wk1/TestExpectations: As of Yosemite, it's failing on mac-wk1 too.
1874 * platform/gtk/TestExpectations: [ Pass ] is no longer needed, because we don't have
1875 an entry in global TestExpectations now.
1877 2014-10-24 Roger Fong <roger_fong@apple.com>
1879 [Windows] Skip tests after removing SafariTheme that fail because background renders too dark.
1880 https://bugs.webkit.org/show_bug.cgi?id=138042.
1882 * platform/win/TestExpectations:
1884 2014-10-24 Roger Fong <roger_fong@apple.com>
1886 [Windows] Skip tests after removing SafariTheme that fail because borders now render too dark.
1887 https://bugs.webkit.org/show_bug.cgi?id=138041.
1889 * platform/win/TestExpectations:
1891 2014-10-24 Roger Fong <roger_fong@apple.com>
1893 [Windows] More unreviewed gardening after getting rid of SafariTheme.
1895 * platform/win/TestExpectations: Skip a handful of tests that were failing
1896 on the Windows bots after removing SafariTheme for miscellaneous reasons.
1898 2014-10-24 Roger Fong <roger_fong@apple.com>
1900 [Windows] More unreviewed gardening after getting rid of SafariTheme.
1901 https://bugs.webkit.org/show_bug.cgi?id=138025
1903 * platform/win/TestExpectations: These tests fail seemingly due to text size difference,
1904 which consequently cause the text containers to be too larger as well.
1906 2014-10-24 Roger Fong <roger_fong@apple.com>
1908 [Windows] More rebaselining of Windows tests after removing SafariTheme.
1910 * platform/win/editing/selection/select-across-readonly-input-1-expected.txt:
1911 * platform/win/editing/selection/select-across-readonly-input-2-expected.txt:
1912 * platform/win/editing/selection/select-across-readonly-input-3-expected.txt:
1913 * platform/win/fast/block/positioning/inline-block-relposition-expected.txt:
1914 * platform/win/fast/canvas/fallback-content-expected.txt: Added.
1915 * platform/win/fast/css/button-height-expected.txt:
1916 * platform/win/fast/dom/HTMLInputElement: Added.
1917 * platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
1918 * platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
1919 * platform/win/fast/dom/tabindex-clamp-expected.txt: Added.
1920 * platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
1921 * platform/win/fast/html/details-no-summary4-expected.txt: Added.
1922 * platform/win/fast/html/details-open-javascript-expected.txt: Added.
1923 * platform/win/fast/html/details-open2-expected.txt: Added.
1924 * platform/win/fast/html/details-open4-expected.txt: Added.
1925 * platform/win/fast/html/details-replace-summary-child-expected.txt:
1926 * platform/win/fast/html/details-replace-text-expected.txt:
1928 2014-10-23 Myles C. Maxfield <mmaxfield@apple.com>
1930 Carets in GMail and iCloud compositions are the foreground text color
1931 https://bugs.webkit.org/show_bug.cgi?id=138029
1933 Reviewed by Simon Fraser.
1935 Test the case where the content editable root has a background color specified.
1937 * editing/caret/color-span-inside-editable-background-expected.html: Added.
1938 * editing/caret/color-span-inside-editable-background.html: Added.
1940 2014-10-23 Roger Fong <roger_fong@apple.com>
1942 [Windows] Unreviewed gardening after removing SafariTheme.
1943 https://bugs.webkit.org/show_bug.cgi?id=138025.
1945 * platform/win/TestExpectations:
1947 2014-10-23 Roger Fong <roger_fong@apple.com>
1949 [Win] Rebaseline a bunch of forms tests that no longer match after removing SafariTheme.
1950 https://bugs.webkit.org/show_bug.cgi?id=138022.
1952 * platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
1953 * platform/win/fast/forms/basic-inputs-expected.txt:
1954 * platform/win/fast/forms/basic-textareas-expected.txt: Added.
1955 * platform/win/fast/forms/basic-textareas-quirks-expected.txt: Added.
1956 * platform/win/fast/forms/blankbuttons-expected.txt:
1957 * platform/win/fast/forms/button-generated-content-expected.txt:
1958 * platform/win/fast/forms/button-inner-block-reuse-expected.txt: Added.
1959 * platform/win/fast/forms/control-clip-expected.txt: Added.
1960 * platform/win/fast/forms/fieldset-align-expected.txt: Added.
1961 * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
1962 * platform/win/fast/forms/fieldset-with-float-expected.txt: Added.
1963 * platform/win/fast/forms/float-before-fieldset-expected.txt: Added.
1964 * platform/win/fast/forms/focus-selection-textarea-expected.txt: Added.
1965 * platform/win/fast/forms/indeterminate-expected.txt: Added.
1966 * platform/win/fast/forms/input-appearance-readonly-expected.txt: Added.
1967 * platform/win/fast/forms/input-appearance-visibility-expected.txt: Added.
1968 * platform/win/fast/forms/input-first-letter-expected.txt: Added.
1969 * platform/win/fast/forms/input-readonly-dimmed-expected.txt: Added.
1970 * platform/win/fast/forms/input-spaces-expected.txt: Added.
1971 * platform/win/fast/forms/input-text-click-outside-expected.txt: Added.
1972 * platform/win/fast/forms/input-type-text-min-width-expected.txt: Added.
1973 * platform/win/fast/forms/input-width-expected.txt: Added.
1974 * platform/win/fast/forms/listbox-onchange-expected.txt: Added.
1975 * platform/win/fast/forms/menulist-clip-expected.txt:
1976 * platform/win/fast/forms/menulist-option-wrap-expected.txt: Added.
1977 * platform/win/fast/forms/menulist-separator-painting-expected.txt: Added.
1978 * platform/win/fast/forms/menulist-width-change-expected.txt:
1979 * platform/win/fast/forms/negativeLineHeight-expected.txt: Added.
1980 * platform/win/fast/forms/onselect-textarea-expected.txt: Added.
1981 * platform/win/fast/forms/option-script-expected.txt:
1982 * platform/win/fast/forms/option-text-clip-expected.txt:
1983 * platform/win/fast/forms/placeholder-pseudo-style-expected.txt: Added.
1984 * platform/win/fast/forms/range/input-appearance-range-expected.txt: Added.
1985 * platform/win/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
1986 * platform/win/fast/forms/range/slider-padding-expected.txt: Added.
1987 * platform/win/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
1988 * platform/win/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
1989 * platform/win/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Added.
1990 * platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
1991 * platform/win/fast/forms/search-display-none-cancel-button-expected.txt: Added.
1992 * platform/win/fast/forms/search-rtl-expected.txt: Added.
1993 * platform/win/fast/forms/search-styled-expected.txt:
1994 * platform/win/fast/forms/search-vertical-alignment-expected.txt: Added.
1995 * platform/win/fast/forms/select-background-none-expected.txt: Added.
1996 * platform/win/fast/forms/select-empty-option-height-expected.txt: Added.
1997 * platform/win/fast/forms/select-size-expected.txt: Added.
1998 * platform/win/fast/forms/select-style-expected.txt: Added.
1999 * platform/win/fast/forms/select-visual-hebrew-expected.txt: Added.
2000 * platform/win/fast/forms/select-writing-direction-natural-expected.txt:
2001 * platform/win/fast/forms/selectlist-minsize-expected.txt: Added.
2002 * platform/win/fast/forms/stuff-on-my-optgroup-expected.txt: Added.
2003 * platform/win/fast/forms/textAreaLineHeight-expected.txt: Added.
2004 * platform/win/fast/forms/textarea-align-expected.txt: Added.
2005 * platform/win/fast/forms/textarea-metrics-expected.txt: Added.
2006 * platform/win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
2007 * platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
2008 * platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
2009 * platform/win/fast/forms/textarea-scroll-height-expected.txt: Added.
2010 * platform/win/fast/forms/textarea-scrollbar-expected.txt:
2011 * platform/win/fast/forms/textarea-scrolled-type-expected.txt: Added.
2012 * platform/win/fast/forms/textarea-setinnerhtml-expected.txt: Added.
2013 * platform/win/fast/forms/textarea-width-expected.txt:
2014 * platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt: Added.
2015 * platform/win/fast/forms/textfield-overflow-expected.txt: Added.
2017 2014-10-23 Jer Noble <jer.noble@apple.com>
2019 [Mac] Safari cannot play 'audio/amr' content.
2020 https://bugs.webkit.org/show_bug.cgi?id=137894
2022 Reviewed by Eric Carlson.
2024 * media/media-can-play-case-insensitive-expected.txt: Added.
2025 * media/media-can-play-case-insensitive.html: Added.
2027 2014-10-23 Yusuke Suzuki <utatane.tea@gmail.com>
2029 CSS JIT: Implement :matches
2030 https://bugs.webkit.org/show_bug.cgi?id=137947
2032 Reviewed by Benjamin Poulain.
2034 * fast/selectors/matches-backtracking-expected.txt: Added.
2035 * fast/selectors/matches-backtracking.html: Added.
2036 * fast/selectors/matches-complex-expected.txt: Added.
2037 * fast/selectors/matches-complex.html: Added.
2040 - :matches with CannotMatchAnything
2041 - :matches with :not
2042 - :matches(with a lot of selectors)
2045 2014-10-22 Simon Fraser <simon.fraser@apple.com>
2047 [iOS] Toggling overflow:scroll to hidden on element with -webkit-overflow-scrolling:touch can cause children to disappear
2048 https://bugs.webkit.org/show_bug.cgi?id=137999
2049 rdar://problem/18425550
2051 Reviewed by Zalan Bujtas.
2053 Test that toggles overflow on a touch scrolling div, and dumps layers.
2055 * compositing/scrolling/touch-scroll-to-clip-expected.txt: Added.
2056 * compositing/scrolling/touch-scroll-to-clip.html: Added.
2057 * platform/ios-simulator/compositing/scrolling/touch-scroll-to-clip-expected.txt: Added.
2059 2014-10-22 Byungseon Shin <sun.shin@lge.com>
2061 String(new Date(Mar 30 2014 01:00:00)) is wrong in CET
2062 https://bugs.webkit.org/show_bug.cgi?id=130967
2064 Reviewed by Mark Lam.
2066 Set latest DST timezone boundary values on
2067 <http://www.timeanddate.com/time/zone/usa/los-angeles>
2069 * js/dom/script-tests/date-DST-time-cusps.js:
2071 2014-10-22 Brent Fulgham <bfulgham@apple.com>
2073 [Win] Rebaseline various tests after switching to Windows rendering for native controls.
2075 * platform/win/editing/inserting/before-after-input-element-expected.txt: Added.
2076 * platform/win/editing/pasteboard/4806874-expected.txt: Added.
2077 * platform/win/editing/pasteboard/pasting-tabs-expected.txt:
2078 * platform/win/editing/selection/4397952-expected.txt:
2079 * platform/win/editing/selection/4895428-3-expected.txt: Added.
2080 * platform/win/editing/selection/select-across-readonly-input-4-expected.txt:
2081 * platform/win/editing/selection/select-across-readonly-input-5-expected.txt:
2082 * platform/win/fast/block/basic: Added.
2083 * platform/win/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Added.
2084 * platform/win/fast/block/float/032-expected.txt: Added.
2085 * platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt:
2086 * platform/win/fast/dom/isindex-001-expected.txt: Added.
2087 * platform/win/fast/dom/isindex-002-expected.txt: Added.
2088 * platform/win/fast/forms/007-expected.txt: Added.
2089 * platform/win/fast/forms/button-align-expected.txt: Added.
2090 * platform/win/fast/forms/button-cannot-be-nested-expected.txt: Added.
2091 * platform/win/fast/forms/button-default-title-expected.txt:
2092 * platform/win/fast/forms/button-table-styles-expected.txt:
2093 * platform/win/fast/forms/button-white-space-expected.txt: Added.
2094 * platform/win/fast/forms/encoding-test-expected.txt: Added.
2095 * platform/win/fast/forms/floating-textfield-relayout-expected.txt: Added.
2096 * platform/win/fast/forms/input-align-expected.txt: Added.
2097 * platform/win/fast/forms/input-appearance-bkcolor-expected.txt: Added.
2098 * platform/win/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
2099 * platform/win/fast/forms/input-appearance-disabled-expected.txt: Added.
2100 * platform/win/fast/forms/input-appearance-preventDefault-expected.txt: Added.
2101 * platform/win/fast/forms/input-appearance-width-expected.txt: Added.
2102 * platform/win/fast/forms/input-baseline-expected.txt: Added.
2103 * platform/win/fast/forms/input-disabled-color-expected.txt: Added.
2104 * platform/win/fast/forms/input-field-text-truncated-expected.txt: Added.
2105 * platform/win/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
2106 * platform/win/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
2107 * platform/win/fast/forms/input-readonly-empty-expected.txt: Added.
2108 * platform/win/fast/forms/input-table-expected.txt: Added.
2109 * platform/win/fast/forms/input-text-click-inside-expected.txt: Added.
2110 * platform/win/fast/forms/input-text-option-delete-expected.txt: Added.
2111 * platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
2112 * platform/win/fast/forms/input-text-self-emptying-click-expected.txt: Added.
2113 * platform/win/fast/forms/input-text-word-wrap-expected.txt: Added.
2114 * platform/win/fast/forms/menulist-restrict-line-height-expected.txt: Added.
2115 * platform/win/fast/forms/menulist-style-color-expected.txt:
2116 * platform/win/fast/forms/minWidthPercent-expected.txt: Added.
2117 * platform/win/fast/forms/placeholder-position-expected.txt: Added.
2118 * platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
2119 * platform/win/fast/forms/select-overflow-scroll-expected.txt:
2120 * platform/win/fast/forms/select-overflow-scroll-inherited-expected.txt:
2121 * platform/win/fast/forms/text-style-color-expected.txt: Added.
2122 * platform/win/fast/forms/textfield-focus-ring-expected.txt: Added.
2123 * platform/win/fast/forms/textfield-outline-expected.txt: Added.
2124 * platform/win/fast/forms/visual-hebrew-text-field-expected.txt: Added.
2125 * platform/win/fast/lists/dynamic-marker-crash-expected.txt: Added.
2126 * platform/win/fast/table/spanOverlapRepaint-expected.txt: Added.
2127 * platform/win/fast/table/text-field-baseline-expected.txt: Added.
2128 * platform/win/fast/text/textIteratorNilRenderer-expected.txt:
2129 * platform/win/svg/custom/inline-svg-in-html-expected.txt: Added.
2130 * platform/win/svg/hixie/mixed: Added.
2131 * platform/win/svg/hixie/mixed/003-expected.txt: Added.
2132 * platform/win/tables/mozilla/bugs/45621-expected.txt: Added.
2133 * platform/win/tables/mozilla/bugs/bug138725-expected.txt:
2134 * platform/win/tables/mozilla/bugs/bug194024-expected.txt: Added.
2135 * platform/win/tables/mozilla/bugs/bug24200-expected.txt: Added.
2136 * platform/win/tables/mozilla/bugs/bug2479-3-expected.txt:
2137 * platform/win/tables/mozilla/bugs/bug2479-4-expected.txt:
2138 * platform/win/tables/mozilla/bugs/bug39209-expected.txt:
2139 * platform/win/tables/mozilla/bugs/bug4527-expected.txt:
2140 * platform/win/tables/mozilla/bugs/bug46368-1-expected.txt:
2141 * platform/win/tables/mozilla/bugs/bug46368-2-expected.txt:
2142 * platform/win/tables/mozilla/bugs/bug51727-expected.txt:
2143 * platform/win/tables/mozilla/bugs/bug52505-expected.txt:
2144 * platform/win/tables/mozilla/bugs/bug52506-expected.txt:
2145 * platform/win/tables/mozilla/bugs/bug59354-expected.txt: Added.
2146 * platform/win/tables/mozilla/bugs/bug60749-expected.txt:
2147 * platform/win/tables/mozilla/bugs/bug68912-expected.txt: Added.
2148 * platform/win/tables/mozilla/bugs/bug7342-expected.txt:
2149 * platform/win/tables/mozilla/bugs/bugs28928-expected.txt: Added.
2150 * platform/win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2151 * platform/win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added.
2152 * platform/win/tables/mozilla_expected_failures/collapsing_borders: Added.
2153 * platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
2154 * platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Added.
2155 * platform/win/tables/mozilla_expected_failures/core/captions1-expected.txt:
2156 * platform/win/tables/mozilla_expected_failures/core/captions2-expected.txt:
2158 2014-10-22 Said Abou-Hallawa <sabouhallawa@apple.com>
2160 SVG loaded through html <img> can't request to load any external resources.
2161 https://bugs.webkit.org/show_bug.cgi?id=137762.
2163 Reviewed by Daniel Bates.
2165 Ensure that SVG images, which are loaded through the <img> tag or through the
2166 CSS background image, cannot load any external sub-resource except for data-
2167 URL resources (though this doesn't work at the time of writing, see bug #137941).
2168 Also ensure the same rule is enforced on cached resources.
2170 The tests are ported but modified a little from the chromium fix:
2171 http://src.chromium.org/viewvc/blink?view=rev&rev=176084
2173 Set the circle background to orange
2174 * http/tests/security/resources/image-with-css-cross-domain-circle.css: Added.
2177 Set the circle stroke-width = 2 and the circle stroke = red
2178 * http/tests/security/resources/image-with-css-cross-domain-circle2.css: Added.
2181 This svg references the two css files: one is relative path and the other is absolute path
2182 * http/tests/security/resources/image-with-css-cross-domain.svg: Added.
2184 This svg references an external image.
2185 * http/tests/security/resources/image-with-remote-image.svg: Added.
2187 A helper css which sets the formatting style for some html tags
2188 * http/tests/security/svg-image-with-css-cross-domain.css: Added.
2190 (span.circle-css-cross-domain):
2194 Test the svg which is referenced as a cached image by an <object> tag, does not load
2195 external sub-resource.
2196 * http/tests/security/svg-image-with-cached-remote-image-expected.html: Added.
2197 * http/tests/security/svg-image-with-cached-remote-image.html: Added.
2199 Test loading sub-resources for an svg which is included in the html by different ways
2200 and which references external css files.
2201 Ensure the image object does not load any external sub-resources.
2202 * http/tests/security/svg-image-with-css-cross-domain-expected.html: Added.
2203 * http/tests/security/svg-image-with-css-cross-domain.html: Added.
2205 2014-10-21 Ada Chan <adachan@apple.com>
2207 MediaPlayerPrivateAVFoundation::hasAudio() returns false even when there is an audible AVMediaSelectionOption selected
2208 https://bugs.webkit.org/show_bug.cgi?id=137935
2210 Reviewed by Eric Carlson.
2212 * http/tests/media/hls/hls-audio-tracks-has-audio-expected.txt: Added.
2213 * http/tests/media/hls/hls-audio-tracks-has-audio.html: Added.
2215 2014-10-22 Hunseop Jeong <hs85.jeong@samsung.com>
2217 [EFL] Unreviewed EFL gardening.
2218 https://bugs.webkit.org/show_bug.cgi?id=137950
2220 Some tests that are passed in latest build.
2222 * platform/efl/TestExpectations: Remove passing tests from TestExceptation file.
2224 2014-10-22 Brent Fulgham <bfulgham@apple.com>
2226 [Win] Mark a number of tests as failing due to white selected text color.
2227 https://bugs.webkit.org/show_bug.cgi?id=137963
2229 * platform/win/TestExpectations:
2231 2014-10-22 Brent Fulgham <bfulgham@apple.com>
2233 [Win] Mark a number of tests as failing due to <select> bug.
2234 https://bugs.webkit.org/show_bug.cgi?id=137962
2236 * platform/win/TestExpectations:
2238 2014-10-22 Shivakumar JM <shiva.jm@samsung.com>
2240 XMLHttpRequest should support attribute responseURL as per latest XHR spec.
2241 https://bugs.webkit.org/show_bug.cgi?id=136938
2243 Reviewed by Alexey Proskuryakov.
2245 Added test to check responseURL attribute in XMLHttpRequest.
2247 * http/tests/xmlhttprequest/basic-auth-responseURL-expected.txt: Added.
2248 * http/tests/xmlhttprequest/basic-auth-responseURL.html: Added.
2249 * http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt: Added.
2250 * http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html: Added.
2251 * http/tests/xmlhttprequest/redirect-credentials-responseURL-expected.txt: Added.
2252 * http/tests/xmlhttprequest/redirect-credentials-responseURL.html: Added.
2253 * http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt: Added.
2254 * http/tests/xmlhttprequest/xmlhttprequest-responseURL.html: Added.
2256 2014-10-22 Carlos Garcia Campos <cgarcia@igalia.com>
2258 [GStreamer] Do not use CachedResourceLoader, SecurityOrigin, ResourceBuffer and other WebCore types
2259 https://bugs.webkit.org/show_bug.cgi?id=137064
2261 Reviewed by Philippe Normand.
2263 Update expected results of http/tests/security/video-cross-origin-accessfailure.html, since
2264 now the error is also logged in the console.
2266 * http/tests/security/video-cross-origin-accessfailure-expected.txt:
2268 2014-10-22 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2270 Match spec for font-weight: bolder|lighter
2271 https://bugs.webkit.org/show_bug.cgi?id=137919
2273 Reviewed by Andreas Kling.
2275 This patch is a merge of Blink's
2276 https://chromiumcodereview.appspot.com/15994009 and
2277 https://codereview.chromium.org/137813004
2279 * css3/font-weight-expected.txt: Added.
2280 * css3/font-weight-multiple-selectors-expected.txt: Added.
2281 * css3/font-weight-multiple-selectors.html: Added.
2282 * css3/font-weight.html: Added.
2284 2014-10-22 Dhi Aurrahman <diorahman@rockybars.com>
2286 Add relList to the anchor, area and link elements
2287 https://bugs.webkit.org/show_bug.cgi?id=137860
2289 Reviewed by Darin Adler and Chris Dumez.
2291 Tests relList aspects for anchor, area and list elements.
2292 Update dom static property for-in iteration test result to include relList.
2294 * fast/dom/rel-list-expected.txt: Added.
2295 * fast/dom/rel-list-gc-expected.txt: Added.
2296 * fast/dom/rel-list-gc.html: Added.
2297 * fast/dom/rel-list.html: Added.
2298 * js/dom/dom-static-property-for-in-iteration-expected.txt: Updated results.
2299 * perf/rel-list-remove-expected.txt: Added.
2300 * perf/rel-list-remove.html: Added.
2302 2014-10-21 Brent Fulgham <bfulgham@apple.com>
2304 [Win] More rebaselines.
2306 * platform/win/css1/box_properties/acid_test-expected.txt:
2307 * platform/win/editing/selection/3690719-expected.txt:
2308 * platform/win/editing/selection/move-left-right-expected.txt:
2309 * platform/win/fast/css/continuationCrash-expected.txt:
2310 * platform/win/fast/css/fieldset-display-row-expected.txt:
2311 * platform/win/fast/css/margin-top-bottom-dynamic-expected.txt:
2312 * platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2313 * platform/win/fast/forms/file/file-input-direction-expected.txt:
2314 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
2315 * platform/win/fast/forms/file/input-file-re-render-expected.txt:
2316 * platform/win/fast/forms/formmove-expected.txt:
2317 * platform/win/fast/forms/formmove2-expected.txt:
2318 * platform/win/fast/forms/formmove3-expected.txt:
2319 * platform/win/fast/forms/input-appearance-height-expected.txt:
2320 * platform/win/fast/forms/input-button-sizes-expected.txt:
2321 * platform/win/fast/forms/input-step-as-double-expected.txt: Removed.
2322 * platform/win/fast/forms/input-text-drag-down-expected.txt:
2323 * platform/win/fast/forms/input-value-expected.txt:
2324 * platform/win/fast/forms/listbox-bidi-align-expected.txt:
2325 * platform/win/fast/forms/targeted-frame-submission-expected.txt:
2326 * platform/win/fast/forms/text-control-intrinsic-widths-expected.txt:
2328 2014-10-21 Benjamin Poulain <bpoulain@apple.com>
2330 CSS Rule features are ignored for nested CSS Selector lists
2331 https://bugs.webkit.org/show_bug.cgi?id=137908
2333 Reviewed by Andreas Kling.
2335 * fast/selectors/class-style-update-with-not-expected.txt: Added.
2336 * fast/selectors/class-style-update-with-not.html: Added.
2337 Parts of this test fail due to a bug with specificity. This will be addressed
2340 * fast/css/class-style-invalidation-optimization-expected.txt: Added.
2341 * fast/css/class-style-invalidation-optimization.html: Added.
2342 * fast/css/direct-adjacent-style-sharing-1-expected.html: Added.
2343 * fast/css/direct-adjacent-style-sharing-1.html: Added.
2344 * fast/css/direct-adjacent-style-sharing-2-expected.html: Added.
2345 * fast/css/direct-adjacent-style-sharing-2.html: Added.
2346 * fast/css/direct-adjacent-style-sharing-3-expected.html: Added.
2347 * fast/css/direct-adjacent-style-sharing-3.html: Added.
2348 * fast/css/id-style-invalidation-optimization-expected.txt: Added.
2349 * fast/css/id-style-invalidation-optimization.html: Added.
2350 * fast/selectors/class-style-update-expected.txt: Added.
2351 * fast/selectors/class-style-update-with-nth-child-of-expected.txt: Added.
2352 * fast/selectors/class-style-update-with-nth-child-of.html: Added.
2353 * fast/selectors/class-style-update.html: Added.
2355 2014-10-21 Brent Fulgham <bfulgham@apple.com>
2357 [Win] Unreviewed test updates after switching to Windows theme for tests.
2358 https://bugs.webkit.org/show_bug.cgi?id=137932
2360 * platform/win/css1/box_properties/acid_test-expected.txt:
2361 * platform/win/editing/inserting/4960120-1-expected.txt:
2363 2014-10-21 Jaehun Lim <ljaehun.lim@samsung.com>
2365 'true' isn't a valid value for justify-self
2366 https://bugs.webkit.org/show_bug.cgi?id=137913
2368 Reviewed by Andreas Kling.
2370 Merged from Blink (patch by dstockwell):
2371 <https://src.chromium.org/viewvc/blink?view=rev&revision=174638>
2373 CSS Box Alignment Module Level 3:
2374 http://dev.w3.org/csswg/css-align/#justify-self-property
2376 Add a bad case where "justify-self: true"
2378 * fast/css/parse-justify-self-expected.txt:
2379 * fast/css/parse-justify-self.html:
2381 2014-10-21 Michael Saboff <msaboff@apple.com>
2383 Change native call frames to use the scope from their Callee instead of their caller's scope
2384 https://bugs.webkit.org/show_bug.cgi?id=137907
2386 Updated tests to reflect that the results of changing where a native call frame
2387 and therefore the lexicalGlobalObject came from. Verified that these tests changes
2388 are consistent with the HTML standard. These changes are also closer to the behavior
2391 Reviewed by Mark Lam.
2393 * fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
2394 * fast/frames/sandboxed-iframe-navigation-parent.html:
2395 Changed the test and results to show that a sandboxed iframe can navigate its
2396 ancesters when it is sandbox with both "allow-scripts" and "allow-same-origin".
2398 * http/tests/security/calling-versus-current.html:
2399 Updated the test to really have a different domain. We do a simple string comparison
2400 to check for that we are part of the same domain. The test expected that 0.0.1 was
2401 from the same domain as 127.0.0.1. Changed the test to try 0.0.2 and expect a
2404 * http/tests/security/frameNavigation/context-for-location-assign-expected.txt:
2405 Updated test results.
2407 * traversal/node-iterator-prototype-expected.txt:
2408 * traversal/node-iterator-prototype.html:
2409 Fixed as a result of this change.
2411 2014-10-21 Joanmarie Diggs <jdiggs@igalia.com>
2413 AX: [ATK] CSS-generated text content not exposed to assistive technologies
2414 https://bugs.webkit.org/show_bug.cgi?id=137669
2416 Reviewed by Chris Fleizach.
2418 Moved the Mac platform test and modified it to dump the accessible tree
2419 and string values rather than a platform-specific hierarchy so that it
2420 could be shared across platforms.
2422 * accessibility/css-content-attribute.html: Added.
2423 * platform/gtk/accessibility/css-content-attribute-expected.txt: Added.
2424 * platform/mac/accessibility/css-content-attribute-expected.txt: Modified to reflect new output.
2425 * platform/mac/accessibility/css-content-attribute.html: Removed.
2427 2014-10-21 Zalan Bujtas <zalan@apple.com>
2429 REGRESSION: Google Search (mobile) video thumbnails are too large.
2430 https://bugs.webkit.org/show_bug.cgi?id=137895
2432 Reviewed by Simon Fraser.
2434 This patch fixes layer clipping when an ancestor layer has border-radius clipping.
2436 In cases, where the current layer has non-radius cliprect, while an ancestor layer
2437 has border-radius clipping, we only use the border-radius rect to clip.
2439 * fast/clip/overflow-hidden-with-border-radius-overflow-clipping-parent-expected.html: Added.
2440 * fast/clip/overflow-hidden-with-border-radius-overflow-clipping-parent.html: Added.
2442 2014-10-21 Jer Noble <jer.noble@apple.com>
2444 REGRESSION (r170808): Volume slider in built-in media controls only changes volume when thumb is released, not while dragging
2445 https://bugs.webkit.org/show_bug.cgi?id=137805
2447 Reviewed by Dan Bernstein.
2449 * media/video-volume-slider-drag-expected.txt: Added.
2450 * media/video-volume-slider-drag.html: Added.
2452 2014-10-21 Manuel Rego Casasnovas <rego@igalia.com>
2454 ASSERTION FAILED: !gridWasPopulated() in WebCore::RenderGrid::placeItemsOnGrid
2455 https://bugs.webkit.org/show_bug.cgi?id=136939
2457 Reviewed by Darin Adler.
2459 Added a test case to reproduce the crash in debug mode.
2461 * fast/css-grid-layout/grid-was-populated-assert-expected.txt: Added.
2462 * fast/css-grid-layout/grid-was-populated-assert.html: Added.
2464 2014-10-17 Jeffrey Pfau <jpfau@apple.com>
2466 Ensure attached frame count doesn't exceed the maximum allowed frames
2467 https://bugs.webkit.org/show_bug.cgi?id=136457
2469 Reviewed by Alexey Proskuryakov.
2471 * fast/frames/exponential-frames-expected.txt: Added.
2472 * fast/frames/exponential-frames.html: Added.
2474 2014-10-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
2476 Tighten XMLHttpRequest setRequestHeader value check
2477 https://bugs.webkit.org/show_bug.cgi?id=128593
2479 Reviewed by Darin Adler.
2481 Added a test originating from w3c-test.org to test header values checking.
2482 Testing headers with non ASCII characters and various control characters.
2484 * http/tests/xmlhttprequest/set-bad-headervalue-expected.txt: Added.
2485 * http/tests/xmlhttprequest/set-bad-headervalue.html: Added.
2487 2014-10-20 Brent Fulgham <bfulgham@apple.com>
2489 [Win] Mark a few tests as no-longer failing.
2491 It looks like Said's work on SVG has fixed a number of things!
2493 * platform/win/TestExpectations: Remove 'crash' and 'failures' cases
2494 for a few things that are now reliably passing.
2496 2014-10-20 Dean Jackson <dino@apple.com>
2498 [Mac] Support "inverted-colors" and "monochrome" media feature.
2499 https://bugs.webkit.org/show_bug.cgi?id=137535
2500 <rdar://problem/18586398>
2502 Reviewed by Brent Fulgham.
2504 Add tests for the new "inverted-colors" media feature, and
2505 another test for the "monochrome" feature. Note that these
2506 tests don't actually exercise the positive values of the
2507 query, since that requires the screen to be changed and would
2508 interfere with concurrent tests.
2510 * fast/media/mq-inverted-colors.html: Added.
2511 * fast/media/mq-monochrome.html: Added.
2512 * fast/media/mq-inverted-colors-expected.html: Added.
2513 * fast/media/mq-monochrome-expected.html: Added.
2515 2014-10-20 Alexey Proskuryakov <ap@apple.com>
2517 Eight transitions tests are very flaky, frequently failing all at once
2518 https://bugs.webkit.org/show_bug.cgi?id=137883
2520 Marking them as flaky. Enough is enough.
2524 2014-10-20 Jer Noble <jer.noble@apple.com>
2526 REGRESSION(r174823): Two new failing HLS tests
2527 https://bugs.webkit.org/show_bug.cgi?id=137882
2529 Unreviewed gardening; add two expected failures.
2531 * platform/mac/TestExpectations:
2533 2014-10-20 Benjamin Poulain <benjamin@webkit.org>
2535 Update the <link>'s link status
2536 https://bugs.webkit.org/show_bug.cgi?id=137861
2538 Reviewed by Chris Dumez.
2540 * fast/css/link-basics-expected.html: Added.
2541 * fast/css/link-basics.html: Added.
2542 * fast/selectors/link-basics-expected.txt: Added.
2543 * fast/selectors/link-basics-xhtml-expected.txt: Added.
2544 * fast/selectors/link-basics-xhtml.xhtml: Added.
2545 * fast/selectors/link-basics.html: Added.
2546 * fast/selectors/resources/html-link-type-tests.js: Added.
2548 (testHTMLTagsForLink):
2549 * fast/selectors/webkit-any-link-basics-expected.txt: Added.
2550 * fast/selectors/webkit-any-link-basics.html: Added.
2552 2014-10-18 Antti Koivisto <antti@apple.com>
2554 REGRESSION (r173356): Safari can't install a profile, gets 'Download Failed error
2555 https://bugs.webkit.org/show_bug.cgi?id=137855
2557 Reviewed by Dan Bernstein.
2559 * http/tests/mime/mime-type-sniff-expected.txt: Added.
2560 * http/tests/mime/mime-type-sniff.html: Added.
2561 * http/tests/mime/resources/png-with-text-content-type.cgi: Added.
2563 2014-10-18 Chris Fleizach <cfleizach@apple.com>
2565 AX: Tables with <colgroups> are not reporting table column headers
2566 https://bugs.webkit.org/show_bug.cgi?id=137846
2568 Reviewed by Mario Sanchez Prada.
2570 * accessibility/table-column-headers-with-captions-expected.txt: Added.
2571 * accessibility/table-column-headers-with-captions.html: Added.
2573 2014-10-17 Michael Saboff <msaboff@apple.com>
2575 Don't create cached functions that access lexicalGlobalObject()
2576 https://bugs.webkit.org/show_bug.cgi?id=137839
2578 Reviewed by Geoffrey Garen.
2580 Updadted test that check for
2582 * fast/dom/wrapper-scope-expected.txt:
2583 * fast/dom/wrapper-scope.html:
2584 Removed "close" and "postMessage" from functions to check for wrapper scope.
2586 * http/tests/security/cross-frame-access-put-expected.txt:
2587 * http/tests/security/resources/cross-frame-iframe-for-put-test.html:
2588 Removed "blur", "close" and "focus" from the functions to test, since this tests that
2589 a parent's and child window's instances are the same. Now they are always different.
2591 * js/dom/global-function-resolve-expected.txt:
2592 * js/dom/script-tests/global-function-resolve.js:
2593 Removed "close" from this lists of functions to check.
2595 2014-10-17 Benjamin Poulain <benjamin@webkit.org>
2597 Make a better use of the available registers when compiling nested selector lists
2598 https://bugs.webkit.org/show_bug.cgi?id=137802
2600 Reviewed by Andreas Kling.
2602 The register pressure cases are already well covered by fast/selectors/nth-child-of-boundaries-*.
2603 The new test covers the maximum register pressure inside :nth-child(of) and having the selector with
2604 max pressure inside a selector list instead of being alone/first.
2606 * fast/selectors/nth-child-of-register-requirement-expected.txt: Added.
2607 * fast/selectors/nth-child-of-register-requirement.html: Added.
2609 2014-10-17 Brent Fulgham <bfulgham@apple.com>
2611 [Win] Unreviewed test gardening. Mark some tests as passing that have benefitted from recent bug fixes.
2613 * platform/win/TestExpectations:
2615 2014-10-17 Andreas Kling <akling@apple.com>
2617 Add test for innerHTML mutations that yield identical DOM.
2618 <https://webkit.org/b/137823>
2620 Reviewed by Chris Dumez.
2622 I made this test while working on an optimization, and it seems useful
2623 to have in the tree since it adds additional coverage. The optimization
2626 The test works by creating little DOM subtrees like so:
2628 <foo><bar>some text</bar></foo>
2630 It then overwrites that subtree with an identical one by mutating the
2631 containing element's innerHTML property. It then verifies that the DOM
2632 structure is correct and that Node wrappers retain any custom properties
2635 * fast/innerHTML/identical-mutations-expected.txt: Added.
2636 * fast/innerHTML/identical-mutations.html: Added.
2638 2014-10-16 Jer Noble <jer.noble@apple.com>
2640 [Mac] Represent AVMediaSelectionOptions as AudioTracks
2641 https://bugs.webkit.org/show_bug.cgi?id=137474
2643 Reviewed by Brent Fulgham.
2645 * http/tests/media/hls/hls-audio-tracks-expected.txt: Added.
2646 * http/tests/media/hls/hls-audio-tracks.html: Added.
2647 * http/tests/media/resources/hls/audio-tracks.m3u8: Added.
2648 * http/tests/media/resources/hls/bipbop/iframe_index.m3u8: Added.
2649 * http/tests/media/resources/hls/bipbop/main0.ts: Added.
2650 * http/tests/media/resources/hls/bipbop/main1.ts: Added.
2651 * http/tests/media/resources/hls/bipbop/prog_index.m3u8: Added.
2652 * http/tests/media/resources/hls/french/main.aac: Added.
2653 * http/tests/media/resources/hls/french/prog_index.m3u8: Added.
2654 * http/tests/media/resources/hls/spanish/main.aac: Added.
2655 * http/tests/media/resources/hls/spanish/prog_index.m3u8: Added.
2657 2014-10-17 Brent Fulgham <bfulgham@apple.com>
2659 [Win] Test gardening after r174796.
2661 Now that Windows DRT matches Mac's output, we can get rid of some custom test expecations.
2663 * platform/win/fast/dom/window-load-crash-expected.txt: Removed.
2664 * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
2665 * platform/win/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
2666 * platform/win/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
2667 * platform/win/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Removed.
2668 * platform/win/loader/image-loader-adoptNode-assert-expected.txt: Removed.
2670 2014-10-15 Yusuke Suzuki <utatane.tea@gmail.com>
2672 CSS Selectors Level 4: Implement :matches in SelectorChecker
2673 https://bugs.webkit.org/show_bug.cgi?id=137393
2675 Reviewed by Benjamin Poulain.
2677 * fast/selectors/matches-selector-list-expected.txt: Added.
2678 * fast/selectors/matches-selector-list.html: Added.
2679 * fast/selectors/querySelector-matches-expected.txt: Added.
2680 * fast/selectors/querySelector-matches.html: Added.
2682 2014-10-16 Alexey Proskuryakov <ap@apple.com>
2684 REGRESSION (r169024): Undetermined text is not displayed in the search field of Adobe Help Website
2685 https://bugs.webkit.org/show_bug.cgi?id=137679
2686 rdar://problem/18450335
2688 Reviewed by Enrica Casucci.
2690 * platform/mac/editing/input/selected-composed-text-painting-expected.html: Added.
2691 * platform/mac/editing/input/selected-composed-text-painting.html: Added.
2693 2014-10-16 Zalan Bujtas <zalan@apple.com>
2695 [Mac] Unreviewed gardening.
2697 * platform/mac/TestExpectations:
2699 2014-10-16 Zalan Bujtas <zalan@apple.com>
2701 [Mac] Unreviewed gardening.
2703 Unskip more subpixel related tests.
2705 * platform/mac/TestExpectations:
2707 2014-10-16 Zalan Bujtas <zalan@apple.com>
2709 [Mac] Unreviewed gardening.
2711 Unskip subpixel border tests.
2713 * platform/mac/TestExpectations:
2714 * platform/mac/css1/units/length_units-expected.txt:
2715 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
2716 * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
2717 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
2718 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt:
2719 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt:
2720 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
2721 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
2722 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
2723 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
2724 * platform/mac/media/video-zoom-expected.txt:
2725 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
2726 * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
2727 * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
2729 2014-10-15 Andrei Bucur <abucur@adobe.com>
2731 ASSERTION FAILED in WebCore::RenderFlowThread::getRegionRangeForBox
2732 https://bugs.webkit.org/show_bug.cgi?id=135563
2734 Reviewed by David Hyatt.
2736 A test verifying that positioned elements inside multi-column containers don't
2737 cause assertions or crashes.
2739 * fast/multicol/multicol-all-positioned-crash-expected.txt: Added.
2740 * fast/multicol/multicol-all-positioned-crash.html: Added.
2741 * fast/multicol/multicol-transform-containing-block-expected.txt: Added.
2742 * fast/multicol/multicol-transform-containing-block.html: Added.
2744 2014-10-15 Commit Queue <commit-queue@webkit.org>
2746 Unreviewed, rolling out r174753.
2747 https://bugs.webkit.org/show_bug.cgi?id=137761
2749 caused layout tests to fail. (Requested by zalan on #webkit).
2753 "[Mac] Unreviewed gardening."
2754 http://trac.webkit.org/changeset/174753
2756 2014-10-15 Zalan Bujtas <zalan@apple.com>
2758 [Mac] Unreviewed gardening.
2760 Unskip subpixel border tests.
2762 * platform/mac/TestExpectations:
2764 2014-10-15 Zalan Bujtas <zalan@apple.com>
2766 [Mac] Unreviewed gardening(mountain-lion).
2768 * platform/mac-mountainlion/fast/text/international/hindi-spacing-expected.txt: Added.
2770 2014-10-15 Zalan Bujtas <zalan@apple.com>
2772 [Mac] Unreviewed gardening.
2776 * platform/mac/TestExpectations:
2777 * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
2778 * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
2779 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
2780 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
2781 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
2782 * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
2783 * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
2784 * platform/mac/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
2785 * platform/mac/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
2786 * platform/mac/fast/text/international/hindi-spacing-expected.txt:
2787 * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
2788 * platform/mac/fast/text/orientation-sideways-expected.txt:
2789 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
2790 * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
2791 * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
2792 * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
2793 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
2795 2014-10-13 Chris Fleizach <cfleizach@apple.com>
2797 AX: Going back is broken for VoiceOver
2798 https://bugs.webkit.org/show_bug.cgi?id=137382
2800 Reviewed by Darin Adler.
2802 Update tests now that AXLoadComplete is sent more reliably.
2804 * platform/mac/accessibility/aria-expanded-notifications-expected.txt:
2805 * platform/mac/accessibility/aria-expanded-notifications.html:
2807 2014-10-15 Simon Fraser <simon.fraser@apple.com>
2809 Sometimes can't scroll overflow:scroll areas in subframes
2810 https://bugs.webkit.org/show_bug.cgi?id=137746
2811 rdar://problem/18603560
2813 Reviewed by Tim Horton.
2815 Test that changes an overflow size in a subframe and then dumps the non-fast scrollable region.
2817 * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/layouting-frame.html: Added.
2818 * platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt: Added.
2819 * platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html: Added.
2821 2014-10-15 Zalan Bujtas <zalan@apple.com>
2823 [Mac] Unreviewed gardening.
2827 * css3/flexbox/flex-rounding.html:
2829 2014-10-15 Zalan Bujtas <zalan@apple.com>
2831 [Mac] Unreviewed gardening.
2833 Unskip some subpixel related tests.
2835 * platform/mac/TestExpectations:
2837 2014-10-15 Zalan Bujtas <zalan@apple.com>
2839 [Mac] Unreviewed gardening.
2841 css3/flexbox/flex-rounding.html passes now that subpixel is on.
2843 * platform/mac/TestExpectations:
2845 2014-10-15 Zalan Bujtas <zalan@apple.com>
2847 Subpixel layout: Unskip fast/sub-pixel directory.
2848 https://bugs.webkit.org/show_bug.cgi?id=137732
2850 Reviewed by Simon Fraser.
2855 * fast/sub-pixel/inline-block-with-padding-expected.txt: minor adjustment.
2856 * fast/sub-pixel/zoomed-em-border-expected.html: minor adjustment.
2857 * platform/mac/TestExpectations: we still have to skip couple of tests.
2859 2014-10-14 Zalan Bujtas <zalan@apple.com>
2861 REGRESSION (Safari 7.1/8.0): Border-radius and overflow hidden renders incorrectly.
2862 https://bugs.webkit.org/show_bug.cgi?id=137205
2864 Reviewed by Simon Fraser.
2866 Child layer should not reset radius clipping behaviour.
2868 * fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping-expected.html: Added.
2869 * fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping.html: Added.
2871 2014-10-14 Dan Bernstein <mitz@apple.com>
2873 URLs that start with http:/// and https:/// lose two slashes when parsed, causing assertion failure and inconsistent behavior
2874 https://bugs.webkit.org/show_bug.cgi?id=137718
2876 Reviewed by Alexey Proskuryakov.
2878 * fast/loader/url-parse-1-expected.txt: Updated results.
2879 * fast/loader/url-parse-1.html: Added a few test cases.
2880 * fast/url/file-http-base-expected.txt: Updated results.
2881 * fast/url/host-expected.txt: Ditto.
2882 * fast/url/invalid-urls-utf8-expected.txt: Ditto.
2883 * fast/url/relative-expected.txt: Ditto.
2884 * fast/url/standard-url-expected.txt: Ditto.
2886 2014-10-14 Alexey Proskuryakov <ap@apple.com>
2888 Re-adding fast/hidpi/image-srcset-relative-svg-canvas.html, as it still fails on bots
2892 2014-10-14 Roger Fong <roger_fong@apple.com>
2894 [Windows] Unreviewed gardening following r174585.
2896 * platform/win/TestExpectations:
2897 * platform/win/editing/inserting/4960120-1-expected.txt: Added.
2898 * platform/win/editing/selection/select-across-readonly-input-1-expected.txt: Added.
2899 * platform/win/editing/selection/select-across-readonly-input-2-expected.txt: Added.
2900 * platform/win/editing/selection/select-across-readonly-input-3-expected.txt: Added.
2901 * platform/win/editing/selection/select-across-readonly-input-4-expected.png: Added.
2902 * platform/win/editing/selection/select-across-readonly-input-4-expected.txt: Added.
2903 * platform/win/editing/selection/select-across-readonly-input-5-expected.png: Added.
2904 * platform/win/editing/selection/select-across-readonly-input-5-expected.txt: Added.
2905 * platform/win/fast/block/positioning/inline-block-relposition-expected.txt: Added.
2906 * platform/win/fast/css/resize-corner-tracking-expected.png: Added.
2907 * platform/win/fast/css/resize-corner-tracking-expected.txt: Added.
2908 * platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2909 * platform/win/fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added.
2910 * platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
2911 * platform/win/fast/events/shadow-event-path-2-expected.txt: Added.
2912 * platform/win/fast/forms/003-expected.txt: Added.
2913 * platform/win/fast/forms/004-expected.txt: Added.
2914 * platform/win/fast/forms/button-default-title-expected.txt: Added.
2915 * platform/win/fast/forms/button-generated-content-expected.png: Added.
2916 * platform/win/fast/forms/button-generated-content-expected.txt: Added.
2917 * platform/win/fast/forms/menulist-clip-expected.png: Added.
2918 * platform/win/fast/forms/menulist-clip-expected.txt: Added.
2919 * platform/win/fast/forms/menulist-deselect-update-expected.txt: Added.
2920 * platform/win/fast/forms/menulist-style-color-expected.png: Added.
2921 * platform/win/fast/forms/menulist-style-color-expected.txt: Added.
2922 * platform/win/fast/forms/menulist-width-change-expected.txt: Added.
2923 * platform/win/fast/forms/option-script-expected.txt: Added.
2924 * platform/win/fast/forms/option-text-clip-expected.png: Added.
2925 * platform/win/fast/forms/option-text-clip-expected.txt: Added.
2926 * platform/win/fast/forms/select-writing-direction-natural-expected.png: Added.
2927 * platform/win/fast/forms/select-writing-direction-natural-expected.txt: Added.
2928 * platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
2929 * platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
2930 * platform/win/fast/forms/textarea-scrollbar-expected.png: Added.
2931 * platform/win/fast/forms/textarea-scrollbar-expected.txt: Added.
2932 * platform/win/fast/repaint/control-clip-expected.png: Added.
2933 * platform/win/fast/repaint/control-clip-expected.txt: Added.
2934 * platform/win/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
2935 * platform/win/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
2936 * platform/win/fast/table/append-cells2-expected.txt: Added.
2937 * platform/win/fast/table/remove-td-display-none-expected.txt: Added.
2938 * platform/win/fast/text/atsui-rtl-override-selection-expected.txt: Added.
2939 * platform/win/tables/mozilla/bugs/bug30559-expected.txt: Added.
2941 2014-10-13 Simon Fraser <simon.fraser@apple.com>
2943 Rebaseline some compositing tests that are sensitive to the visible rect, and skip
2944 tests that rely on media loading.
2946 * platform/ios-simulator/TestExpectations:
2947 * platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt:
2948 * platform/ios-simulator/compositing/contents-scale/animating-expected.txt:
2949 * platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt:
2950 * platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt:
2951 * platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt:
2952 * platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt:
2953 * platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt:
2954 * platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt:
2955 * platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
2956 * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
2957 * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
2958 * platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt:
2959 * platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt:
2960 * platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
2961 * platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt:
2962 * platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt:
2963 * platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt:
2964 * platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt:
2965 * platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt:
2966 * platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt:
2967 * platform/ios-simulator/compositing/visible-rect/animated-expected.txt:
2968 * platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt:
2969 * platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt:
2970 * platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt:
2971 * platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt:
2972 * platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt:
2973 * platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt:
2974 * platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt:
2976 2014-10-14 Joanmarie Diggs <jdiggs@igalia.com>
2978 REGRESSION(r174567): [GTK] Layout Tests platform/gtk/accessibility/aria-table-hierarchy.html and platform/gtk/accessibility/table-hierarchy.html fail
2979 https://bugs.webkit.org/show_bug.cgi?id=137697
2981 These tests were overlooked when updating tests to reflect the correct
2982 mapping for ColumnHeaderRole and RowHeaderRole in ATK.
2984 Reviewed by Chris Fleizach.
2986 * platform/gtk/TestExpectations: Remove two failing tests.
2987 * platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Updated expectations.
2988 * platform/gtk/accessibility/aria-table-hierarchy.html: Updated in-test shouldBe values for headers.
2989 * platform/gtk/accessibility/table-hierarchy-expected.txt: Updated expectations.
2990 * platform/gtk/accessibility/table-hierarchy.html: Updated in-test shouldBe values for headers.
2992 2014-10-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2994 [GTK] Unreviewed GTK gardening.
2996 * platform/gtk/TestExpectations: Report new failures and update expectations.
2997 * platform/gtk/css3/selectors3/html/css3-modsel-61-expected.txt: Rebaseline after r174535.
2998 * platform/gtk/css3/selectors3/html/css3-modsel-83-expected.txt: Rebaseline after r174535.
2999 * platform/gtk/css3/selectors3/xhtml/css3-modsel-61-expected.txt: Rebaseline after r174535.
3000 * platform/gtk/css3/selectors3/xhtml/css3-modsel-83-expected.txt: Rebaseline after r174535.
3001 * platform/gtk/css3/selectors3/xml/css3-modsel-61-expected.txt: Rebaseline after r174535.
3002 * platform/gtk/css3/selectors3/xml/css3-modsel-83-expected.txt: Rebaseline after r174535.
3003 * platform/gtk/fast/borders/bidi-002-expected.txt: Rebaseline after r174160.
3004 * platform/gtk/fast/borders/bidi-009a-expected.txt: Rebaseline after r174160.
3005 * platform/gtk/fast/selectors/061-expected.txt: Rebaseline after r174535.
3006 * platform/gtk/fast/selectors/083-expected.txt: Rebaseline after r174535.
3007 * platform/gtk/mathml/opentype/horizontal-expected.txt: Rebaseline after r174540.
3009 2014-10-14 Youenn Fablet <youennf@gmail.com>
3011 [XHR] Abort method execution when m_loader->cancel() in internalAbort() caused reentry
3012 https://bugs.webkit.org/show_bug.cgi?id=126975
3014 Reviewed by Alexey Proskuryakov.
3016 Adding reentrant-cancel-abort.html (from https://codereview.chromium.org/76133002/)
3017 that crashes without the patch
3018 Updated reentrant-cancel.html test to expect the exception
3019 that is now hit in initSend function (since a XHR open() call is aborted)
3021 * http/tests/xmlhttprequest/reentrant-cancel-abort-expected.txt: Added.
3022 * http/tests/xmlhttprequest/reentrant-cancel-abort.html: Added.
3023 * http/tests/xmlhttprequest/reentrant-cancel.html:
3025 2014-10-14 Alejandro G. Castro <alex@igalia.com>
3027 Add test to check stretchy value is case sensitive
3028 https://bugs.webkit.org/show_bug.cgi?id=137602
3030 Reviewed by Darin Adler.
3032 * mathml/presentation/mo-stretchy-case-sensitive-expected.html: Added.
3033 * mathml/presentation/mo-stretchy-case-sensitive.html: Added.
3035 2014-10-14 Alejandro G. Castro <alex@igalia.com>
3037 Changes in the stretchy attribute do not update rendering
3038 https://bugs.webkit.org/show_bug.cgi?id=136883
3040 Reviewed by Darin Adler.
3042 The test updates the stretchy value in a timeout.
3044 * mathml/presentation/mo-stretch-update-expected.html: Added.
3045 * mathml/presentation/mo-stretch-update.html: Added.
3047 2014-10-14 Andrzej Badowski <a.badowski@samsung.com>
3049 [AX] Improve AccessibilityTableCell columnHeaders and rowHeaders functions.
3050 https://bugs.webkit.org/show_bug.cgi?id=136818
3052 Reviewed by Chris Fleizach.
3054 * accessibility/table-headers-expected.txt: Added.
3055 * accessibility/table-headers.html: Added.
3056 * platform/mac/accessibility/table-attributes-expected.txt:
3057 * platform/mac/accessibility/table-cells-expected.txt:
3058 * platform/mac/accessibility/table-sections-expected.txt:
3060 2014-10-13 Benjamin Poulain <bpoulain@apple.com>
3062 Add test coverage for the more complex cases of :not()
3063 https://bugs.webkit.org/show_bug.cgi?id=137671
3065 Reviewed by Andreas Kling.
3067 Those tests cover the future CSS JIT support of :not(). I'll to the implementation
3068 split over multiple patch, better put the tests first.
3070 * fast/selectors/not-backtracking-expected.txt: Added.
3071 * fast/selectors/not-backtracking.html: Added.
3072 * fast/selectors/not-boundaries-expected.txt: Added.
3073 * fast/selectors/not-boundaries.html: Added.
3075 2014-10-13 Yusuke Suzuki <utatane.tea@gmail.com>
3077 CSS JIT: Implement :visited pseudo class
3078 https://bugs.webkit.org/show_bug.cgi?id=135293
3080 Reviewed by Benjamin Poulain.
3082 To cover the :-webkit-any(:not(:link)), added new tests.
3085 * fast/history/link-inside-not-expected.txt:
3086 * fast/history/link-inside-not-inside-any-expected.txt: Added.
3087 * fast/history/link-inside-not-inside-any.html: Added.
3088 * fast/history/link-inside-not.html:
3090 2014-10-13 Simon Fraser <simon.fraser@apple.com>
3092 Improve the test image diffs page
3093 https://bugs.webkit.org/show_bug.cgi?id=137674
3095 Reviewed by Alexey Proskuryakov.
3097 New version of the image diff page that has the diff images in-place, and allows
3098 for control of the image toggling.
3100 * fast/harness/image-diff-template-expected.txt:
3101 * fast/harness/image-diff-template.html:
3103 2014-10-13 Simon Fraser <simon.fraser@apple.com>
3107 * platform/mac/TestExpectations:
3109 2014-09-30 Sergio Villar Senin <svillar@igalia.com>
3111 [CSS Grid Layout] Pass the valid set of tracks to grow beyond growth limits
3112 https://bugs.webkit.org/show_bug.cgi?id=137253
3114 Reviewed by Darin Adler.
3116 * fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
3117 * fast/css-grid-layout/grid-content-sized-columns-resolution.html:
3119 2014-10-12 Mike West <mkwst@chromium.org>
3121 Referrer Policy: Update <meta name="referrer"> values to match the spec
3122 https://bugs.webkit.org/show_bug.cgi?id=137635
3124 Reviewed by Jochen Eisinger.
3126 * http/tests/security/referrer-policy-https-no-referrer-expected.txt: Added.
3127 * http/tests/security/referrer-policy-https-no-referrer-when-downgrade-expected.txt: Added.
3128 * http/tests/security/referrer-policy-https-no-referrer-when-downgrade.html: Added.
3129 * http/tests/security/referrer-policy-https-no-referrer.html: Added.
3130 * http/tests/security/referrer-policy-https-unsafe-url-expected.txt: Added.
3131 * http/tests/security/referrer-policy-https-unsafe-url.html: Added.
3132 * http/tests/security/referrer-policy-invalid-expected.txt: Update the error message with new keywords.
3133 * http/tests/security/referrer-policy-no-referrer-expected.txt: Added.
3134 * http/tests/security/referrer-policy-no-referrer-when-downgrade-expected.txt: Added.
3135 * http/tests/security/referrer-policy-no-referrer-when-downgrade.html: Added.
3136 * http/tests/security/referrer-policy-no-referrer.html: Added.
3138 2014-10-12 Dhi Aurrahman <diorahman@rockybars.com>
3140 Support activation behavior of link element
3141 https://bugs.webkit.org/show_bug.cgi?id=137597
3143 Reviewed by Benjamin Poulain.
3145 Add test cases for link element activation behavior.
3147 * fast/dom/html-link-element-activation-behavior-on-element-click-expected.txt: Added.
3148 * fast/dom/html-link-element-activation-behavior-on-element-click.html: Added.
3149 * fast/dom/html-link-element-activation-behavior-on-mouse-click-expected.txt: Added.
3150 * fast/dom/html-link-element-activation-behavior-on-mouse-click.html: Added.
3151 * fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added.
3152 * fast/dom/html-link-element-activation-behavior-url-is-null.html: Added.
3153 * fast/dom/resources/html-link-element-activation-behavior-on-element-click-step1.html: Added.
3154 * fast/dom/resources/html-link-element-activation-behavior-on-mouse-click-step1.html: Added.
3155 * fast/dom/resources/html-link-element-activation-behavior-target.html: Added.
3157 2014-10-11 Simon Fraser <simon.fraser@apple.com>
3159 Mark some more tests as sometimes passing.
3161 * platform/mac-wk2/TestExpectations:
3162 * platform/mac/TestExpectations:
3164 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3166 [EFL] Enable WebP support.
3167 https://bugs.webkit.org/show_bug.cgi?id=136156
3169 Reviewed by Gyuyoung Kim.
3171 Clarify skipped webp test for Webkit EFL.
3173 * platform/efl/TestExpectations:
3175 2014-10-10 Simon Fraser <simon.fraser@apple.com>
3177 Make these animation tests not timeout if hit testing fails.
3179 * animations/animation-hit-test-transform.html:
3180 * animations/animation-hit-test.html:
3182 2014-10-10 Andy Estes <aestes@apple.com>
3184 Mark compositing/rtl/rtl-fixed-overflow-scrolled.html as [ Failure ] on mac-wk1 platforms.
3186 * platform/mac-wk1/TestExpectations:
3188 2014-10-10 Simon Fraser <simon.fraser@apple.com>
3190 iOS Simulator results for fast/events tests.
3192 * platform/ios-simulator/fast/events/*: Added
3194 2014-10-10 Simon Fraser <simon.fraser@apple.com>
3196 iOS Simulator results for fast/dynamic tests.
3198 * platform/ios-simulator/fast/dynamic/*: Added
3200 2014-10-10 Simon Fraser <simon.fraser@apple.com>
3202 iOS Simulator results for fast/css3-text, fast/doctypes, fast/dom tests.
3203 Skip fast/DeviceOrientation, fast/dom/shadow and some other failing tests.
3205 * platform/ios-simulator/fast/css3-text/*: Added.
3206 * platform/ios-simulator/fast/doctypes/*: Added.
3207 * platform/ios-simulator/fast/dom/*: Added.
3209 2014-10-10 Said Abou-Hallawa <sabouhallawa@apple.com>
3211 RenderMathMLUnderOver adds spacing to the child operator indefinitely when resizing the window.
3212 https://bugs.webkit.org/show_bug.cgi?id=137330
3214 Reviewed by Simon Fraser.
3216 Change the layout with resize test of the MathML underover object from being render tree test
3217 to be reference test. The render test was failing on WK2 because it was doing window resizing
3218 and view zooming. The new test rely solely on forcing the layout synchronously by resizing the
3219 math container <div> element.
3221 * mathml/opentype/munderover-layout-resize-expected.html: Added.
3222 * mathml/opentype/munderover-layout-resize.html: Added.
3223 * mathml/opentype/munderover-window-resize-expected.txt: Removed.
3224 * mathml/opentype/munderover-window-resize.html: Removed.
3226 2014-10-10 Benjamin Poulain <benjamin@webkit.org>
3228 Update :nth-child(An+B of selector-list) to the latest specification
3229 https://bugs.webkit.org/show_bug.cgi?id=137593
3231 Reviewed by Andreas Kling.
3233 * fast/selectors/nth-child-of-chained-3-expected.txt: Added.
3234 * fast/selectors/nth-child-of-chained-3.html: Added.
3235 This is an interesting new case with the new definition. Since the initial
3236 element must also match the selector, it is now possible to fail even
3237 if the combination An+B can match anything.
3239 * fast/css/nth-child-of-classname-expected.html:
3240 * fast/css/nth-child-of-classname.html:
3241 * fast/css/nth-child-of-compound-selector-expected.html:
3242 * fast/css/nth-child-of-compound-selector.html:
3243 * fast/css/nth-child-of-tagname-expected.html:
3244 * fast/css/nth-child-of-tagname.html:
3245 * fast/selectors/nth-child-of-backtracking-adjacent-2.html:
3246 * fast/selectors/nth-child-of-backtracking-adjacent.html:
3247 * fast/selectors/nth-child-of-basics-2-expected.txt:
3248 * fast/selectors/nth-child-of-basics-2.html:
3249 * fast/selectors/nth-child-of-basics-expected.txt:
3250 * fast/selectors/nth-child-of-basics.html:
3251 * fast/selectors/nth-child-of-chained-2-expected.txt:
3252 * fast/selectors/nth-child-of-chained-2.html:
3253 * fast/selectors/nth-child-of-complex-selectors-expected.txt:
3254 * fast/selectors/nth-child-of-complex-selectors.html:
3255 * fast/selectors/nth-child-of-never-matching-selector-expected.txt:
3256 * fast/selectors/nth-child-of-never-matching-selector.html:
3257 * fast/selectors/nth-child-of-selector-list-expected.txt:
3258 * fast/selectors/nth-child-of-selector-list.html:
3259 Updating the test and tests result for the new definition.
3261 2014-10-10 Andy Estes <aestes@apple.com>
3263 [Mac] Update a Mavericks-specific baseline.
3265 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
3267 2014-10-10 Simon Fraser <simon.fraser@apple.com>
3269 Skip some tests that timeout every time.
3271 * platform/mac/TestExpectations:
3273 2014-10-10 Andy Estes <aestes@apple.com>
3275 [Mac] Re-enable some compositing/rtl/ tests that acquired correct baselines in r174589
3277 * platform/mac/TestExpectations:
3279 2014-10-10 Andy Estes <aestes@apple.com>
3281 Only run platform/mac/editing/input/undo-grouping-on-text-insertion.html on Yosemite
3283 * platform/mac-mavericks/TestExpectations: Added.
3284 * platform/mac/TestExpectations:
3286 2014-10-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
3288 [GTK] Unreviewed GTK gardening.
3290 * platform/gtk/TestExpectations: Mark and report test failing after r137615 and r174540.
3291 * platform/gtk/mathml/opentype/munderover-window-resize-expected.txt: Added. Rebaseline after r174540.
3292 * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Rebaseline after r174540.
3294 2014-10-09 Simon Fraser <simon.fraser@apple.com>
3296 iOS Simulator results for fast/css-generated-content, css-grid-layout tests.
3298 * platform/ios-simulator/fast/css-generated-content/*: Added.
3299 * platform/ios-simulator/fast/css-grid-layout/*: Added.
3301 2014-10-09 Simon Fraser <simon.fraser@apple.com>
3303 iOS Simulator results for fast/css tests.
3305 * platform/ios-simulator/fast/css/*: Added
3307 2014-10-09 Simon Fraser <simon.fraser@apple.com>
3309 iOS Simulator results for fast/box-shadow, box-sizing, canvas, clip and compact tests.
3311 * platform/ios-simulator/TestExpectations:
3312 * platform/ios-simulator/fast/box-shadow/*
3313 * platform/ios-simulator/fast/box-sizing/*: Added.
3314 * platform/ios-simulator/fast/canvas/*: Added.
3315 * platform/ios-simulator/fast/clip/*: Added.
3316 * platform/ios-simulator/fast/compact/*: Added.
3318 2014-10-09 Simon Fraser <simon.fraser@apple.com>
3320 iOS Simulator results for fast/borders tests.
3322 * platform/ios-simulator/fast/borders/*: Added
3324 2014-10-09 Simon Fraser <simon.fraser@apple.com>
3326 iOS Simulator results for fast/body-propagation tests.
3328 * platform/ios-simulator/fast/body-propagation/*: Added
3330 2014-10-09 Simon Fraser <simon.fraser@apple.com>
3332 iOS Simulator results for fast/block tests.
3334 * platform/ios-simulator/fast/block/*: Added
3336 2014-10-09 Simon Fraser <simon.fraser@apple.com>
3338 Skip fast/animation in the iOS Simulator.
3339 Add results for fast/backgrounds
3341 * platform/ios-simulator/TestExpectations:
3342 * platform/ios-simulator/fast/backgrounds/*: Added.
3344 2014-10-10 Andy Estes <aestes@apple.com>
3346 Add a mac-mountainlion result for delete-autocorrected-word-2.html.
3348 * platform/mac-mountainlion/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added.
3350 2014-10-10 Andy Estes <aestes@apple.com>
3352 [Mountain Lion] Fix global-constructors-attributes.html
3354 Get rid of the platform/mac-wk2/ result since it's identical to the platform/mac/ version.
3356 * platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Removed.
3358 2014-10-10 Andy Estes <aestes@apple.com>
3360 Fixes for additional Mavericks test failures.
3362 * platform/mac-mavericks/compositing/fixed-image-loading-expected.txt: Added.
3363 * platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.png: Added.
3364 * platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.txt: Added.
3365 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
3366 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
3367 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
3368 * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
3369 * platform/mac-mavericks/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
3370 * platform/mac-mavericks/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
3372 2014-10-10 Simon Fraser <simon.fraser@apple.com>
3374 Some more Mac TestExpectation tweaking.
3376 * platform/mac-wk2/TestExpectations:
3377 * platform/mac/TestExpectations:
3379 2014-10-10 Andy Estes <aestes@apple.com>
3381 Fix some Mavericks test failures caused by r174585.
3383 * platform/mac-mavericks/fast/css/resize-corner-tracking-expected.txt: Added.
3384 * platform/mac-mavericks/fast/events/shadow-event-path-2-expected.txt: Added.
3385 * platform/mac-mavericks/platform/mac/fast/text/systemFont-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt.
3386 * platform/mac-mavericks/platform/mac/fast/text/vertical-no-sideways-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt.
3388 2014-10-10 Andy Estes <aestes@apple.com>
3390 Added Yosemite expected results and TestExpections to platform/mac/.
3392 To-be-overwritten files in platform/mac/ were first moved to platform/mac-mavericks/.
3394 * platform/mac-mavericks/accessibility/aria-readonly-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt.
3395 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Copied from LayoutTests/platform/mac/accessibility/roles-exposed-expected.txt.
3396 * platform/mac-mavericks/compositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
3397 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
3398 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
3399 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
3400 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
3401 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
3402 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
3403 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
3404 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
3405 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
3406 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
3407 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
3408 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
3409 * platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
3410 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
3411 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
3412 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
3413 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
3414 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
3415 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
3416 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
3417 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
3418 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
3419 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
3420 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
3421 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
3422 * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
3423 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png.
3424 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png.
3425 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
3426 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png.
3427 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
3428 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png.
3429 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
3430 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png.
3431 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
3432 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png.
3433 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
3434 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png.
3435 * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
3436 * platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt.
3437 * platform/mac-mavericks/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt.
3438 * platform/mac-mavericks/editing/inserting/4960120-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.png.
3439 * platform/mac-mavericks/editing/inserting/4960120-1-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt.
3440 * platform/mac-mavericks/editing/inserting/before-after-input-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png.
3441 * platform/mac-mavericks/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
3442 * platform/mac-mavericks/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png.
3443 * platform/mac-mavericks/editing/pasteboard/4806874-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.png.
3444 * platform/mac-mavericks/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
3445 * platform/mac-mavericks/editing/pasteboard/4944770-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png.
3446 * platform/mac-mavericks/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png.
3447 * platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png.
3448 * platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
3449 * platform/mac-mavericks/editing/pasteboard/input-field-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.png.
3450 * platform/mac-mavericks/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
3451 * platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png.
3452 * platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt.
3453 * platform/mac-mavericks/editing/selection/3690703-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.png.
3454 * platform/mac-mavericks/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
3455 * platform/mac-mavericks/editing/selection/3690703-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.png.
3456 * platform/mac-mavericks/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
3457 * platform/mac-mavericks/editing/selection/3690719-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.png.
3458 * platform/mac-mavericks/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
3459 * platform/mac-mavericks/editing/selection/4397952-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.png.
3460 * platform/mac-mavericks/editing/selection/4397952-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.txt.
3461 * platform/mac-mavericks/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png.
3462 * platform/mac-mavericks/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
3463 * platform/mac-mavericks/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png.
3464 * platform/mac-mavericks/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
3465 * platform/mac-mavericks/editing/selection/5240265-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.png.
3466 * platform/mac-mavericks/editing/selection/caret-before-select-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-before-select-expected.png.
3467 * platform/mac-mavericks/editing/selection/drag-select-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.png.
3468 * platform/mac-mavericks/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
3469 * platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png.
3470 * platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
3471 * platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.png.
3472 * platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.txt.
3473 * platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.png.
3474 * platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.txt.
3475 * platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.png.
3476 * platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt.
3477 * platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.png.
3478 * platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.txt.
3479 * platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.png.
3480 * platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.txt.
3481 * platform/mac-mavericks/editing/selection/select-box-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.png.
3482 * platform/mac-mavericks/editing/selection/select-element-paragraph-boundary-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png.
3483 * platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png.
3484 * platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
3485 * platform/mac-mavericks/editing/selection/selection-button-text-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.png.
3486 * platform/mac-mavericks/editing/selection/selection-button-text-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt.
3487 * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt.
3488 * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt.
3489 * platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.png: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png.
3490 * platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt.
3491 * platform/mac-mavericks/fast/block/margin-collapse/103-expected.png: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.png.
3492 * platform/mac-mavericks/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
3493 * platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.png: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.png.
3494 * platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt.
3495 * platform/mac-mavericks/fast/css/continuationCrash-expected.png: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.png.
3496 * platform/mac-mavericks/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
3497 * platform/mac-mavericks/fast/css/css2-system-fonts-expected.png: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.png.
3498 * platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt.
3499 * platform/mac-mavericks/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac/fast/css/font-family-pictograph-expected.txt.
3500 * platform/mac-mavericks/fast/css/input-search-padding-expected.png: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.png.
3501 * platform/mac-mavericks/fast/css/line-height-expected.png: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.png.
3502 * platform/mac-mavericks/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
3503 * platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.png: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.png.
3504 * platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt.
3505 * platform/mac-mavericks/fast/css/resize-corner-tracking-expected.png: Copied from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.png.
3506 * platform/mac-mavericks/fast/css/rtl-ordering-expected.png: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.png.
3507 * platform/mac-mavericks/fast/css/rtl-ordering-expected.txt: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.txt.
3508 * platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png.
3509 * platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt.
3510 * platform/mac-mavericks/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png.
3511 * platform/mac-mavericks/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
3512 * platform/mac-mavericks/fast/css/text-transform-select-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.png.
3513 * platform/mac-mavericks/fast/css/text-transform-select-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt.
3514 * platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png.
3515 * platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
3516 * platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png.
3517 * platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt.
3518 * platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png.
3519 * platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
3520 * platform/mac-mavericks/fast/dom/isindex-001-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.png.
3521 * platform/mac-mavericks/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
3522 * platform/mac-mavericks/fast/dom/isindex-002-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.png.
3523 * platform/mac-mavericks/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
3524 * platform/mac-mavericks/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.png.
3525 * platform/mac-mavericks/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
3526 * platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png.
3527 * platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt.
3528 * platform/mac-mavericks/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt.
3529 * platform/mac-mavericks/fast/events/context-no-deselect-expected.png: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.png.
3530 * platform/mac-mavericks/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
3531 * platform/mac-mavericks/fast/forms/001-expected.png: Copied from LayoutTests/platform/mac/fast/forms/001-expected.png.
3532 * platform/mac-mavericks/fast/forms/001-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/001-expected.txt.
3533 * platform/mac-mavericks/fast/forms/003-expected.png: Copied from LayoutTests/platform/mac/fast/forms/003-expected.png.
3534 * platform/mac-mavericks/fast/forms/003-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/003-expected.txt.
3535 * platform/mac-mavericks/fast/forms/004-expected.png: Copied from LayoutTests/platform/mac/fast/forms/004-expected.png.
3536 * platform/mac-mavericks/fast/forms/004-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/004-expected.txt.
3537 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.png.
3538 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt.
3539 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.png.
3540 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt.
3541 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label03-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.png.
3542 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.png.
3543 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt.
3544 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.png.
3545 * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt.
3546 * platform/mac-mavericks/fast/forms/basic-buttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.png.
3547 * platform/mac-mavericks/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt.
3548 * platform/mac-mavericks/fast/forms/basic-inputs-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png.
3549 * platform/mac-mavericks/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
3550 * platform/mac-mavericks/fast/forms/basic-selects-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.png.
3551 * platform/mac-mavericks/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
3552 * platform/mac-mavericks/fast/forms/basic-textareas-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png.
3553 * platform/mac-mavericks/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
3554 * platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png.
3555 * platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
3556 * platform/mac-mavericks/fast/forms/blankbuttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.png.
3557 * platform/mac-mavericks/fast/forms/blankbuttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt.
3558 * platform/mac-mavericks/fast/forms/box-shadow-override-expected.png: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.png.
3559 * platform/mac-mavericks/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
3560 * platform/mac-mavericks/fast/forms/button-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.png.
3561 * platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.png.
3562 * platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt.
3563 * platform/mac-mavericks/fast/forms/button-default-title-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.png.
3564 * platform/mac-mavericks/fast/forms/button-default-title-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt.
3565 * platform/mac-mavericks/fast/forms/button-generated-content-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.png.
3566 * platform/mac-mavericks/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt.
3567 * platform/mac-mavericks/fast/forms/button-positioned-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.png.
3568 * platform/mac-mavericks/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
3569 * platform/mac-mavericks/fast/forms/button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.png.
3570 * platform/mac-mavericks/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
3571 * platform/mac-mavericks/fast/forms/button-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.png.
3572 * platform/mac-mavericks/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
3573 * platform/mac-mavericks/fast/forms/button-table-styles-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png.
3574 * platform/mac-mavericks/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
3575 * platform/mac-mavericks/fast/forms/button-text-transform-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png.
3576 * platform/mac-mavericks/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
3577 * platform/mac-mavericks/fast/forms/button-white-space-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.png.
3578 * platform/mac-mavericks/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
3579 * platform/mac-mavericks/fast/forms/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.png.
3580 * platform/mac-mavericks/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
3581 * platform/mac-mavericks/fast/forms/control-clip-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png.
3582 * platform/mac-mavericks/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
3583 * platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png.
3584 * platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
3585 * platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.png: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.png.
3586 * platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt.
3587 * platform/mac-mavericks/fast/forms/encoding-test-expected.png: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.png.
3588 * platform/mac-mavericks/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
3589 * platform/mac-mavericks/fast/forms/fieldset-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png.
3590 * platform/mac-mavericks/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
3591 * platform/mac-mavericks/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.png.
3592 * platform/mac-mavericks/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt.
3593 * platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.png.
3594 * platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt.
3595 * platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.png.
3596 * platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
3597 * platform/mac-mavericks/fast/forms/floating-textfield-relayout-expected.png: Copied from LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.png.
3598 * platform/mac-mavericks/fast/forms/form-element-geometry-expected.png: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png.
3599 * platform/mac-mavericks/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
3600 * platform/mac-mavericks/fast/forms/formmove3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.png.
3601 * platform/mac-mavericks/fast/forms/formmove3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.txt.
3602 * platform/mac-mavericks/fast/forms/hidden-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.png.
3603 * platform/mac-mavericks/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
3604 * platform/mac-mavericks/fast/forms/input-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.png.
3605 * platform/mac-mavericks/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
3606 * platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png.
3607 * platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
3608 * platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png.
3609 * platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
3610 * platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.png.
3611 * platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
3612 * platform/mac-mavericks/fast/forms/input-appearance-focus-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png.
3613 * platform/mac-mavericks/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
3614 * platform/mac-mavericks/fast/forms/input-appearance-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.png.
3615 * platform/mac-mavericks/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
3616 * platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png.
3617 * platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
3618 * platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.png.
3619 * platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
3620 * platform/mac-mavericks/fast/forms/input-appearance-selection-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png.
3621 * platform/mac-mavericks/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
3622 * platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.png.
3623 * platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
3624 * platform/mac-mavericks/fast/forms/input-appearance-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png.
3625 * platform/mac-mavericks/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
3626 * platform/mac-mavericks/fast/forms/input-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.png.
3627 * platform/mac-mavericks/fast/forms/input-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt.
3628 * platform/mac-mavericks/fast/forms/input-button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png.
3629 * platform/mac-mavericks/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
3630 * platform/mac-mavericks/fast/forms/input-disabled-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png.
3631 * platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
3632 * platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png.
3633 * platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt.
3634 * platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png.
3635 * platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
3636 * platform/mac-mavericks/fast/forms/input-first-letter-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-first-letter-expected.png.
3637 * platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.png.
3638 * platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
3639 * platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.png.
3640 * platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
3641 * platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png.
3642 * platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
3643 * platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png.
3644 * platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
3645 * platform/mac-mavericks/fast/forms/input-readonly-empty-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.png.
3646 * platform/mac-mavericks/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
3647 * platform/mac-mavericks/fast/forms/input-spaces-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.png.
3648 * platform/mac-mavericks/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
3649 * platform/mac-mavericks/fast/forms/input-table-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.png.
3650 * platform/mac-mavericks/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
3651 * platform/mac-mavericks/fast/forms/input-text-click-inside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png.
3652 * platform/mac-mavericks/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
3653 * platform/mac-mavericks/fast/forms/input-text-click-outside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png.
3654 * platform/mac-mavericks/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
3655 * platform/mac-mavericks/fast/forms/input-text-double-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png.
3656 * platform/mac-mavericks/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
3657 * platform/mac-mavericks/fast/forms/input-text-drag-down-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png.
3658 * platform/mac-mavericks/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
3659 * platform/mac-mavericks/fast/forms/input-text-option-delete-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.png.
3660 * platform/mac-mavericks/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
3661 * platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png.
3662 * platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt.
3663 * platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.png.
3664 * platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
3665 * platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png.
3666 * platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
3667 * platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.png.
3668 * platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.txt.
3669 * platform/mac-mavericks/fast/forms/input-value-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.png.
3670 * platform/mac-mavericks/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
3671 * platform/mac-mavericks/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.png.
3672 * platform/mac-mavericks/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
3673 * platform/mac-mavericks/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
3674 * platform/mac-mavericks/fast/forms/listbox-hit-test-zoomed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png.
3675 * platform/mac-mavericks/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt.
3676 * platform/mac-mavericks/fast/forms/listbox-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png.
3677 * platform/mac-mavericks/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
3678 * platform/mac-mavericks/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.png.
3679 * platform/mac-mavericks/fast/forms/menulist-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt.
3680 * platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.png.
3681 * platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt.
3682 * platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.png.
3683 * platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
3684 * platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.png.
3685 * platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt.
3686 * platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png.
3687 * platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
3688 * platform/mac-mavericks/fast/forms/menulist-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.png.
3689 * platform/mac-mavericks/fast/forms/menulist-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt.
3690 * platform/mac-mavericks/fast/forms/menulist-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.png.
3691 * platform/mac-mavericks/fast/forms/menulist-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt.
3692 * platform/mac-mavericks/fast/forms/minWidthPercent-expected.png: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.png.
3693 * platform/mac-mavericks/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
3694 * platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png.
3695 * platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
3696 * platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png.
3697 * platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt.
3698 * platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png.
3699 * platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
3700 * platform/mac-mavericks/fast/forms/option-script-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.png.
3701 * platform/mac-mavericks/fast/forms/option-script-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.txt.
3702 * platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.png.
3703 * platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt.
3704 * platform/mac-mavericks/fast/forms/option-text-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.png.
3705 * platform/mac-mavericks/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt.
3706 * platform/mac-mavericks/fast/forms/placeholder-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png.
3707 * platform/mac-mavericks/fast/forms/placeholder-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt.
3708 * platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png.
3709 * platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
3710 * platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png.
3711 * platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
3712 * platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png.
3713 * platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
3714 * platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.png.
3715 * platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
3716 * platform/mac-mavericks/fast/forms/search-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.png.
3717 * platform/mac-mavericks/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
3718 * platform/mac-mavericks/fast/forms/search-styled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.png.
3719 * platform/mac-mavericks/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt.
3720 * platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png.
3721 * platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
3722 * platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.png.
3723 * platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt.
3724 * platform/mac-mavericks/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png.
3725 * platform/mac-mavericks/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
3726 * platform/mac-mavericks/fast/forms/select-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.png.
3727 * platform/mac-mavericks/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt.
3728 * platform/mac-mavericks/fast/forms/select-background-none-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-background-none-expected.png.
3729 * platform/mac-mavericks/fast/forms/select-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.png.
3730 * platform/mac-mavericks/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt.
3731 * platform/mac-mavericks/fast/forms/select-block-background-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.png.
3732 * platform/mac-mavericks/fast/forms/select-block-background-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt.
3733 * platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.png.
3734 * platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt.
3735 * platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.png.
3736 * platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
3737 * platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.png.
3738 * platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
3739 * platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png.
3740 * platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
3741 * platform/mac-mavericks/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.png.
3742 * platform/mac-mavericks/fast/forms/select-item-background-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.png.
3743 * platform/mac-mavericks/fast/forms/select-item-background-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt.
3744 * platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.png.
3745 * platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt.
3746 * platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png.
3747 * platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
3748 * platform/mac-mavericks/fast/forms/select-overflow-scroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt.
3749 * platform/mac-mavericks/fast/forms/select-overflow-scroll-inherited-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt.
3750 * platform/mac-mavericks/fast/forms/select-selected-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.png.
3751 * platform/mac-mavericks/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
3752 * platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.png.
3753 * platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
3754 * platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.png.
3755 * platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt.
3756 * platform/mac-mavericks/fast/forms/stuff-on-my-optgroup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.png.
3757 * platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png.
3758 * platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
3759 * platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.png: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.png.
3760 * platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.txt.
3761 * platform/mac-mavericks/fast/forms/text-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.png.
3762 * platform/mac-mavericks/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
3763 * platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png.
3764 * platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
3765 * platform/mac-mavericks/fast/forms/textarea-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.png.
3766 * platform/mac-mavericks/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
3767 * platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png.
3768 * platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
3769 * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png.
3770 * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt.
3771 * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png.
3772 * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt.
3773 * platform/mac-mavericks/fast/forms/textarea-scroll-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.png.
3774 * platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.png.
3775 * platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt.
3776 * platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png.
3777 * platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
3778 * platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png.
3779 * platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
3780 * platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png.
3781 * platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
3782 * platform/mac-mavericks/fast/forms/textfield-outline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png.
3783 * platform/mac-mavericks/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
3784 * platform/mac-mavericks/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.png.
3785 * platform/mac-mavericks/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
3786 * platform/mac-mavericks/fast/forms/validation-message-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png.
3787 * platform/mac-mavericks/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
3788 * platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.png: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png.
3789 * platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
3790 * platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.png.
3791 * platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
3792 * platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.png.
3793 * platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt.
3794 * platform/mac-mavericks/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.png.
3795 * platform/mac-mavericks/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
3796 * platform/mac-mavericks/fast/html/details-open-javascript-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.png.
3797 * platform/mac-mavericks/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
3798 * platform/mac-mavericks/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.png.
3799 * platform/mac-mavericks/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
3800 * platform/mac-mavericks/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.png.
3801 * platform/mac-mavericks/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
3802 * platform/mac-mavericks/fast/html/details-replace-summary-child-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.png.
3803 * platform/mac-mavericks/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt.
3804 * platform/mac-mavericks/fast/html/details-replace-text-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.png.
3805 * platform/mac-mavericks/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt.
3806 * platform/mac-mavericks/fast/html/keygen-expected.png: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.png.
3807 * platform/mac-mavericks/fast/html/keygen-expected.txt: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.txt.
3808 * platform/mac-mavericks/fast/images/image-controls-basic-expected.png: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.png.
3809 * platform/mac-mavericks/fast/images/image-controls-basic-expected.txt: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.txt.
3810 * platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.png: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.png.
3811 * platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
3812 * platform/mac-mavericks/fast/overflow/overflow-x-y-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png.
3813 * platform/mac-mavericks/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
3814 * platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png.
3815 * platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt.
3816 * platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.png.
3817 * platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt.