1 2016-07-07 Frederic Wang <fwang@igalia.com>
3 Replace reftest scripts-height.html with script tests
4 https://bugs.webkit.org/show_bug.cgi?id=159423
6 We import a test from the MathML in HTML5 test suite to replace the test scripts-height.html
7 and make results more reliable, explicit and accurate. This avoids the failure on iOS.
9 Reviewed by Martin Robinson.
11 * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-4-expected.txt: Added.
12 * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-4.html: Added.
13 * mathml/presentation/scripts-height.html: Removed.
14 * platform/ios-simulator/TestExpectations: Remove failure expectation.
16 2016-07-07 Frederic Wang <fwang@igalia.com>
18 Replace multiscripts-positions.html reftest with script tests
19 https://bugs.webkit.org/show_bug.cgi?id=159418
21 We import more tests from the MathML in HTML5 test suite to replace
22 and extend the reftest testing metrics in the mmultiscripts element.
23 This allows to make such tests work on OS X and iOS.
25 Reviewed by Martin Robinson.
27 * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-2-expected.txt: Added.
28 * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-2.html: Added.
29 * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-3-expected.txt: Added.
30 * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-3.html: Added.
31 * mathml/presentation/multiscripts-positions.html: Removed.
32 * platform/ios-simulator/TestExpectations: Remove failure for multiscripts-positions.
33 * platform/mac/TestExpectations: Ditto.
35 2016-07-07 Eric Carlson <eric.carlson@apple.com>
37 Add a test for media control dropoff
38 https://bugs.webkit.org/show_bug.cgi?id=151287
39 <rdar://problem/23544666>
41 Reviewed by Antoine Quint.
43 * media/controls/inline-elements-dropoff-order-expected.txt: Added.
44 * media/controls/inline-elements-dropoff-order.html: Added.
45 * platform/mac-yosemite/media/controls: Added.
46 * platform/mac-yosemite/media/controls/inline-elements-dropoff-order-expected.txt: Added.
48 2016-07-07 Frederic Wang <fwang@igalia.com>
50 Rewrite the tests of scripts-subsup.html
51 https://bugs.webkit.org/show_bug.cgi?id=159202
53 The tests for script metrics in scripts-subsup.html are very unreliable and difficult to
54 debug. They currently fail on all platforms. We remove them and import a test from the
55 MathML in HTML5 test suite that verifies equivalent features in a more reliable and
56 understandable way. The equivalence test for msubsup and empty script is not preserved as
57 the current code does not actually try to achieve this equivalence.
59 Reviewed by Martin Robinson.
61 * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-1-expected.txt: Added.
62 * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-1.html: Added.
63 * mathml/presentation/scripts-subsup-expected.html: Remove the tests for metrics.
64 * mathml/presentation/scripts-subsup.html: Ditto.
65 * platform/gtk/TestExpectations: Remove failure for scripts-subsup.html.
66 * platform/ios-simulator-wk1/TestExpectations: Ditto.
67 * platform/ios-simulator/TestExpectations: Ditto.
68 * platform/mac/TestExpectations: Ditto.
69 * platform/win/TestExpectations: Ditto.
71 2016-07-07 Frederic Wang <fwang@igalia.com>
73 Improve test mathml/presentation/tokenElements-background-color.html
74 https://bugs.webkit.org/show_bug.cgi?id=130693
76 We use the Ahem font to make tokenElements-background-color.html more reliable. However, we
77 remove the case of italic m because Ahem does not contain the required character U+1D45A.
79 Reviewed by Martin Robinson.
81 * mathml/presentation/tokenElements-background-color-expected.html:
82 * mathml/presentation/tokenElements-background-color.html:
83 * platform/ios-simulator-wk1/TestExpectations:
84 * platform/ios-simulator-wk2/TestExpectations:
85 * platform/mac/TestExpectations:
86 * platform/win/TestExpectations:
88 2016-07-07 Frederic Wang <fred.wang@free.fr>
90 Fix the name of mathml-in-dashboard-expected.txt for iOS.
92 Unreviewed test gardening.
94 * platform/ios-simulator/mathml/mathml-in-dashboard-expected.txt: Renamed from LayoutTests/platform/ios-simulator/mathml/mathml-in-dashboard-actual.txt.
96 2016-07-07 Frederic Wang <fwang@igalia.com>
98 Tweak mathml/presentation/semantics.html to make it pass on iOS
99 https://bugs.webkit.org/show_bug.cgi?id=159457
101 Reviewed by Sergio Villar Senin.
103 * mathml/presentation/semantics-expected.html: Force a line break between the two tests.
104 * mathml/presentation/semantics.html: Ditto.
105 * platform/ios-simulator-wk1/TestExpectations: Remove failure expectation.
106 * platform/ios-simulator-wk2/TestExpectations: Ditto.
108 2016-07-06 Chris Dumez <cdumez@apple.com>
110 Align Document.body setter with the HTML specification
111 https://bugs.webkit.org/show_bug.cgi?id=159490
113 Reviewed by Alex Christensen.
115 Update existing test that was setting a document's body to another frame's body
116 as it was expecting the body element to get cloned rather than adopted / transferred.
118 * fast/dom/document-set-body-expected.txt:
119 * fast/dom/document-set-body.html:
121 2016-07-06 Brent Fulgham <bfulgham@apple.com>
123 Return values of JSArray::createUninitialized (and related) are not consistently checked for nullptr
124 https://bugs.webkit.org/show_bug.cgi?id=159495
125 <rdar://problem/26075433>
127 Reviewed by Dean Jackson.
129 * fast/canvas/canvas-getImageData-invalid-result-buffer-crash.html: Added.
130 * fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt: Added.
132 2016-07-06 Ryan Haddad <ryanhaddad@apple.com>
134 Marking media/restore-from-page-cache.html as a flaky crash on mac-wk2 debug
135 https://bugs.webkit.org/show_bug.cgi?id=159430
137 Unreviewed test gardening.
139 * platform/mac-wk2/TestExpectations:
141 2016-07-06 Ryan Haddad <ryanhaddad@apple.com>
143 More test gardening after r202835.
145 Unreviewed test gardening.
147 * platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt.
148 * platform/mac/fast/attachment/attachment-select-on-click-expected.png:
149 * platform/mac/fast/attachment/attachment-select-on-click-expected.txt:
151 2016-07-06 Ryan Haddad <ryanhaddad@apple.com>
153 Rebaseline inspector/model/remote-object.html after r202873
155 Unreviewed test gardening.
157 * platform/mac/inspector/model/remote-object-expected.txt:
159 2016-07-06 Ryan Haddad <ryanhaddad@apple.com>
161 Correct a typo in the Mac TestExpectations file.
163 Unreviewed test gardening.
165 * platform/mac/TestExpectations:
167 2016-07-06 Chris Dumez <cdumez@apple.com>
169 [ShadowDOM] assignedSlot property should be on Text, not CharacterData
170 https://bugs.webkit.org/show_bug.cgi?id=159482
171 <rdar://problem/27201687>
173 Reviewed by Ryosuke Niwa.
175 Update / rebaseline a couple of existing tests.
177 * fast/shadow-dom/Slotable-interface-assignedSlot-expected.txt: Renamed from LayoutTests/fast/shadow-dom/NonDocumentTypeChildNode-interface-assignedSlot-expected.txt.
178 * fast/shadow-dom/Slotable-interface-assignedSlot.html: Renamed from LayoutTests/fast/shadow-dom/NonDocumentTypeChildNode-interface-assignedSlot.html.
179 * js/dom/dom-static-property-for-in-iteration-expected.txt:
181 2016-07-06 Chris Dumez <cdumez@apple.com>
183 Add support for Node.isConnected
184 https://bugs.webkit.org/show_bug.cgi?id=159474
185 <rdar://problem/27197947>
187 Reviewed by Ryosuke Niwa.
189 Rebaseline test now that a new property is exposed on nodes.
191 * js/dom/dom-static-property-for-in-iteration-expected.txt:
193 2016-07-06 Commit Queue <commit-queue@webkit.org>
195 Unreviewed, rolling out r198928 and r198985.
196 https://bugs.webkit.org/show_bug.cgi?id=159478
198 "It's breaking some websites" (Requested by saamyjoon on
203 "[ES6] Disallow var assignments in for-in loops"
204 https://bugs.webkit.org/show_bug.cgi?id=155451
205 http://trac.webkit.org/changeset/198928
207 "Unreviewed, turn ES6 for-in loop test success"
208 https://bugs.webkit.org/show_bug.cgi?id=155451
209 http://trac.webkit.org/changeset/198985
211 2016-07-06 Ryan Haddad <ryanhaddad@apple.com>
213 Marking inspector/debugger/tail-deleted-frames-from-vm-entry.html as flaky on mac-wk2 debug
214 https://bugs.webkit.org/show_bug.cgi?id=159447
216 Unreviewed test gardening.
218 * platform/mac-wk2/TestExpectations:
220 2016-07-06 Ryan Haddad <ryanhaddad@apple.com>
222 Land test expectations for rdar://problem/27187013.
224 * platform/mac/TestExpectations:
226 2016-07-06 Manuel Rego Casasnovas <rego@igalia.com>
228 [css-grid] Height percentages are not properly resolved for item's children
229 https://bugs.webkit.org/show_bug.cgi?id=159258
231 Reviewed by Sergio Villar Senin.
233 * fast/css-grid-layout/percent-resolution-grid-item-children-expected.txt: Added.
234 * fast/css-grid-layout/percent-resolution-grid-item-children.html: Added.
236 2016-07-05 Youenn Fablet <youenn@apple.com>
242 Refresh WPT tests up to 03916af
243 https://bugs.webkit.org/show_bug.cgi?id=159420
245 Reviewed by Alex Christensen.
248 * platform/mac/TestExpectations:
249 * platform/wk2/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle-expected.txt:
251 2016-07-05 Per Arne Vollan <pvollan@apple.com>
253 Enhance Windows DRT implementation to support platform scroll wheel events.
254 https://bugs.webkit.org/show_bug.cgi?id=36002
256 Reviewed by Brent Fulgham.
258 Update test expectations.
260 * platform/win/TestExpectations:
262 2016-07-05 Per Arne Vollan <pvollan@apple.com>
264 [Win] Layout Test http/tests/security/contentSecurityPolicy/source-list-parsing-10.html is failing
265 https://bugs.webkit.org/show_bug.cgi?id=147646
267 Reviewed by Brent Fulgham.
269 Update test expectations.
271 * platform/win/TestExpectations:
273 2016-07-05 Joseph Pecoraro <pecoraro@apple.com>
275 RELEASE_ASSERT(!thisObject) in ObjCCallbackFunctionImpl::call when calling JSExport ObjC Constructor without operator new
276 https://bugs.webkit.org/show_bug.cgi?id=159446
278 Reviewed by Mark Lam.
280 * js/class-syntax-call-expected.txt:
281 * js/class-syntax-default-constructor-expected.txt:
282 * js/script-tests/class-syntax-call.js:
283 * js/script-tests/class-syntax-default-constructor.js:
284 Improve error message when calling a class constructor without 'new'.
286 2016-07-05 David Kilzer <ddkilzer@apple.com>
288 Throw exceptions for invalid number of channels for ConvolverNode
289 <https://webkit.org/b/159238>
291 Reviewed by Brent Fulgham.
293 Test based on a Blink change (patch by <rtoy@chromium.org>):
294 <https://chromium.googlesource.com/chromium/src.git/+/0cc26bbb7175aec77910d0b47faf9f8c8a640fe5>
296 compatibility.js based on a Blink change (patch by <rtoy@google.com>):
297 <https://chromium.googlesource.com/chromium/src.git/+/f846f5a461d1fcdbe5152898576c125058079ed1>
299 * webaudio/convolver-channels-expected.txt: Added.
300 * webaudio/convolver-channels.html: Added.
301 * webaudio/resources/compatibility.js: Added.
303 2016-07-05 Johan K. Jensen <jj@johanjensen.dk>
305 Web Inspector: Sending XHR with UTF8 encoded data shows garbled data in Resource sidebar
306 https://bugs.webkit.org/show_bug.cgi?id=159358
308 Reviewed by Joseph Pecoraro.
310 * http/tests/inspector/network/xhr-request-data-encoded-correctly-expected.txt: Added.
311 * http/tests/inspector/network/xhr-request-data-encoded-correctly.html: Added.
313 2016-07-05 Ryan Haddad <ryanhaddad@apple.com>
315 Test gardening after r202835.
317 Unreviewed test garedening.
319 * platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt:
320 * platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt: Removed.
321 * platform/mac/fast/attachment/attachment-select-on-click-expected.txt:
323 2016-07-05 Chris Fleizach <cfleizach@apple.com>
325 AX: Image attachment in email does not show up in AX tree
326 https://bugs.webkit.org/show_bug.cgi?id=159422
328 Reviewed by Joanmarie Diggs.
330 * accessibility/image-load-on-delay-expected.txt: Added.
331 * accessibility/image-load-on-delay.html: Added.
333 2016-07-05 Ryan Haddad <ryanhaddad@apple.com>
335 Land test expectations for rdar://problem/27182687.
337 * platform/mac/TestExpectations:
339 2016-07-05 Enrica Casucci <enrica@apple.com>
341 HTMLAttachment elements don't receive clicks after the first on iOS.
342 https://bugs.webkit.org/show_bug.cgi?id=159310
343 rdar://problem/25776940
345 Reviewed by Tim Horton.
347 Updated existing test to correctly reflect the new behavior.
349 * fast/attachment/attachment-select-on-click.html:
350 * platform/ios-simulator-wk1/TestExpectations:
351 * platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt:
352 * platform/mac/fast/attachment/attachment-select-on-click-expected.txt:
354 2016-07-05 Benjamin Poulain <bpoulain@apple.com>
356 [JSC] The prototype cycle checks throws the wrong error type
357 https://bugs.webkit.org/show_bug.cgi?id=159393
359 Reviewed by Geoffrey Garen.
361 * js/cyclic-prototypes-expected.txt:
362 * js/script-tests/cyclic-prototypes.js:
365 2016-07-05 Jer Noble <jer.noble@apple.com>
367 REGRESSION (r202641): Netflix playback stalls after a few seconds
368 https://bugs.webkit.org/show_bug.cgi?id=159365
370 Reviewed by Eric Carlson.
372 * media/media-source/media-source-small-gap-expected.txt: Added.
373 * media/media-source/media-source-small-gap.html: Added.
375 2016-07-05 Myles C. Maxfield <mmaxfield@apple.com>
377 [Sierra] Rebaseline tests to use un-mocked system font metrics
378 https://bugs.webkit.org/show_bug.cgi?id=159311
379 <rdar://problem/24138411>
381 Reviewed in person by Alexey Proskuryakov.
383 * platform/mac-elcapitan/accessibility/aria-readonly-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt.
384 * platform/mac-elcapitan/accessibility/form-control-value-settable-expected.txt: Copied from LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt.
385 * platform/mac-elcapitan/compositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
386 * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
387 * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
388 * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
389 * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
390 * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
391 * platform/mac-elcapitan/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
392 * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
393 * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
394 * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
395 * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
396 * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
397 * platform/mac-elcapitan/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
398 * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
399 * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
400 * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
401 * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
402 * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
403 * platform/mac-elcapitan/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
404 * platform/mac-elcapitan/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.
405 * platform/mac-elcapitan/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt.
406 * platform/mac-elcapitan/editing/inserting/4960120-1-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt.
407 * platform/mac-elcapitan/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
408 * platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
409 * platform/mac-elcapitan/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
410 * platform/mac-elcapitan/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Copied from LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt.
411 * platform/mac-elcapitan/editing/pasteboard/4641033-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt.
412 * platform/mac-elcapitan/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
413 * platform/mac-elcapitan/editing/pasteboard/4944770-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt.
414 * platform/mac-elcapitan/editing/pasteboard/4944770-2-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt.
415 * platform/mac-elcapitan/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
416 * platform/mac-elcapitan/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
417 * platform/mac-elcapitan/editing/pasteboard/pasting-tabs-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt.
418 * platform/mac-elcapitan/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
419 * platform/mac-elcapitan/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
420 * platform/mac-elcapitan/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
421 * platform/mac-elcapitan/editing/selection/4397952-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.txt.
422 * platform/mac-elcapitan/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
423 * platform/mac-elcapitan/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
424 * platform/mac-elcapitan/editing/selection/5240265-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.txt.
425 * platform/mac-elcapitan/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
426 * platform/mac-elcapitan/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
427 * platform/mac-elcapitan/editing/selection/select-across-readonly-input-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt.
428 * platform/mac-elcapitan/editing/selection/select-box-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.txt.
429 * platform/mac-elcapitan/editing/selection/select-element-paragraph-boundary-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt.
430 * platform/mac-elcapitan/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
431 * platform/mac-elcapitan/editing/selection/selection-button-text-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt.
432 * platform/mac-elcapitan/fast/attachment/attachment-label-highlight-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-label-highlight-expected.txt.
433 * platform/mac-elcapitan/fast/attachment/attachment-progress-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-progress-expected.txt.
434 * platform/mac-elcapitan/fast/attachment/attachment-select-on-click-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-expected.txt.
435 * platform/mac-elcapitan/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt.
436 * platform/mac-elcapitan/fast/attachment/attachment-subtitle-expected.txt: Copied from LayoutTests/platform/mac/fast/attachment/attachment-subtitle-expected.txt.
437 * platform/mac-elcapitan/fast/block/float/float-avoidance-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt.
438 * platform/mac-elcapitan/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
439 * platform/mac-elcapitan/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt.
440 * platform/mac-elcapitan/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
441 * platform/mac-elcapitan/fast/css/focus-ring-exists-for-search-field-expected.txt: Copied from LayoutTests/platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt.
442 * platform/mac-elcapitan/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
443 * platform/mac-elcapitan/fast/css/margin-top-bottom-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt.
444 * platform/mac-elcapitan/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
445 * platform/mac-elcapitan/fast/css/text-transform-select-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt.
446 * platform/mac-elcapitan/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
447 * platform/mac-elcapitan/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.
448 * platform/mac-elcapitan/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
449 * platform/mac-elcapitan/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
450 * platform/mac-elcapitan/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
451 * platform/mac-elcapitan/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
452 * platform/mac-elcapitan/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt.
453 * platform/mac-elcapitan/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
454 * platform/mac-elcapitan/fast/events/shadow-event-path-2-expected.txt: Copied from LayoutTests/platform/mac/fast/events/shadow-event-path-2-expected.txt.
455 * platform/mac-elcapitan/fast/forms/001-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/001-expected.txt.
456 * platform/mac-elcapitan/fast/forms/004-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/004-expected.txt.
457 * platform/mac-elcapitan/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Added.
458 * platform/mac-elcapitan/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added.
459 * platform/mac-elcapitan/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt.
460 * platform/mac-elcapitan/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
461 * platform/mac-elcapitan/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
462 * platform/mac-elcapitan/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
463 * platform/mac-elcapitan/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
464 * platform/mac-elcapitan/fast/forms/blankbuttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt.
465 * platform/mac-elcapitan/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
466 * platform/mac-elcapitan/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt.
467 * platform/mac-elcapitan/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt.
468 * platform/mac-elcapitan/fast/forms/button-default-title-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt.
469 * platform/mac-elcapitan/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt.
470 * platform/mac-elcapitan/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
471 * platform/mac-elcapitan/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
472 * platform/mac-elcapitan/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
473 * platform/mac-elcapitan/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
474 * platform/mac-elcapitan/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
475 * platform/mac-elcapitan/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
476 * platform/mac-elcapitan/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
477 * platform/mac-elcapitan/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
478 * platform/mac-elcapitan/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
479 * platform/mac-elcapitan/fast/forms/disabled-select-change-index-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt.
480 * platform/mac-elcapitan/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
481 * platform/mac-elcapitan/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
482 * platform/mac-elcapitan/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt.
483 * platform/mac-elcapitan/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt.
484 * platform/mac-elcapitan/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
485 * platform/mac-elcapitan/fast/forms/floating-textfield-relayout-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.txt.
486 * platform/mac-elcapitan/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
487 * platform/mac-elcapitan/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
488 * platform/mac-elcapitan/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
489 * platform/mac-elcapitan/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
490 * platform/mac-elcapitan/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
491 * platform/mac-elcapitan/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
492 * platform/mac-elcapitan/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
493 * platform/mac-elcapitan/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
494 * platform/mac-elcapitan/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
495 * platform/mac-elcapitan/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
496 * platform/mac-elcapitan/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
497 * platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
498 * platform/mac-elcapitan/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
499 * platform/mac-elcapitan/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
500 * platform/mac-elcapitan/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
501 * platform/mac-elcapitan/fast/forms/input-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt.
502 * platform/mac-elcapitan/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
503 * platform/mac-elcapitan/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
504 * platform/mac-elcapitan/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.
505 * platform/mac-elcapitan/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
506 * platform/mac-elcapitan/fast/forms/input-first-letter-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-first-letter-expected.txt.
507 * platform/mac-elcapitan/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
508 * platform/mac-elcapitan/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
509 * platform/mac-elcapitan/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
510 * platform/mac-elcapitan/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
511 * platform/mac-elcapitan/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
512 * platform/mac-elcapitan/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
513 * platform/mac-elcapitan/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
514 * platform/mac-elcapitan/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
515 * platform/mac-elcapitan/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
516 * platform/mac-elcapitan/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
517 * platform/mac-elcapitan/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
518 * platform/mac-elcapitan/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
519 * platform/mac-elcapitan/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.
520 * platform/mac-elcapitan/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
521 * platform/mac-elcapitan/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
522 * platform/mac-elcapitan/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
523 * platform/mac-elcapitan/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
524 * platform/mac-elcapitan/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
525 * platform/mac-elcapitan/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt.
526 * platform/mac-elcapitan/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
527 * platform/mac-elcapitan/fast/forms/menulist-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt.
528 * platform/mac-elcapitan/fast/forms/menulist-deselect-update-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt.
529 * platform/mac-elcapitan/fast/forms/menulist-narrow-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt.
530 * platform/mac-elcapitan/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
531 * platform/mac-elcapitan/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
532 * platform/mac-elcapitan/fast/forms/menulist-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt.
533 * platform/mac-elcapitan/fast/forms/menulist-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt.
534 * platform/mac-elcapitan/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
535 * platform/mac-elcapitan/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
536 * platform/mac-elcapitan/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.
537 * platform/mac-elcapitan/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
538 * platform/mac-elcapitan/fast/forms/option-script-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.txt.
539 * platform/mac-elcapitan/fast/forms/option-strip-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt.
540 * platform/mac-elcapitan/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt.
541 * platform/mac-elcapitan/fast/forms/placeholder-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt.
542 * platform/mac-elcapitan/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
543 * platform/mac-elcapitan/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
544 * platform/mac-elcapitan/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
545 * platform/mac-elcapitan/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
546 * platform/mac-elcapitan/fast/forms/search-input-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-input-rtl-expected.txt.
547 * platform/mac-elcapitan/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
548 * platform/mac-elcapitan/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt.
549 * platform/mac-elcapitan/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
550 * platform/mac-elcapitan/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Added.
551 * platform/mac-elcapitan/fast/forms/search/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt.
552 * platform/mac-elcapitan/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
553 * platform/mac-elcapitan/fast/forms/select-background-none-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-background-none-expected.txt.
554 * platform/mac-elcapitan/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt.
555 * platform/mac-elcapitan/fast/forms/select-block-background-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt.
556 * platform/mac-elcapitan/fast/forms/select-change-listbox-size-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt.
557 * platform/mac-elcapitan/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
558 * platform/mac-elcapitan/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
559 * platform/mac-elcapitan/fast/forms/select-dirty-parent-pref-widths-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt.
560 * platform/mac-elcapitan/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
561 * platform/mac-elcapitan/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt.
562 * platform/mac-elcapitan/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt.
563 * platform/mac-elcapitan/fast/forms/select-item-background-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt.
564 * platform/mac-elcapitan/fast/forms/select-list-box-with-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt.
565 * platform/mac-elcapitan/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
566 * platform/mac-elcapitan/fast/forms/select-non-native-rendering-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt.
567 * platform/mac-elcapitan/fast/forms/select-overflow-scroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt.
568 * platform/mac-elcapitan/fast/forms/select-overflow-scroll-inherited-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt.
569 * platform/mac-elcapitan/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
570 * platform/mac-elcapitan/fast/forms/select-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-style-expected.txt.
571 * platform/mac-elcapitan/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
572 * platform/mac-elcapitan/fast/forms/select/optgroup-rendering-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt.
573 * platform/mac-elcapitan/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt.
574 * platform/mac-elcapitan/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
575 * platform/mac-elcapitan/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
576 * platform/mac-elcapitan/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
577 * platform/mac-elcapitan/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
578 * platform/mac-elcapitan/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
579 * platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt.
580 * platform/mac-elcapitan/fast/forms/textarea-placeholder-visibility-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt.
581 * platform/mac-elcapitan/fast/forms/textarea-scroll-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt.
582 * platform/mac-elcapitan/fast/forms/textarea-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt.
583 * platform/mac-elcapitan/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
584 * platform/mac-elcapitan/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
585 * platform/mac-elcapitan/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
586 * platform/mac-elcapitan/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
587 * platform/mac-elcapitan/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
588 * platform/mac-elcapitan/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
589 * platform/mac-elcapitan/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
590 * platform/mac-elcapitan/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
591 * platform/mac-elcapitan/fast/hidpi/resize-corner-hidpi-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt.
592 * platform/mac-elcapitan/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
593 * platform/mac-elcapitan/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
594 * platform/mac-elcapitan/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
595 * platform/mac-elcapitan/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
596 * platform/mac-elcapitan/fast/html/keygen-expected.txt: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.txt.
597 * platform/mac-elcapitan/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
598 * platform/mac-elcapitan/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
599 * platform/mac-elcapitan/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.
600 * platform/mac-elcapitan/fast/overflow/scrollRevealButton-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt.
601 * platform/mac-elcapitan/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
602 * platform/mac-elcapitan/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
603 * platform/mac-elcapitan/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
604 * platform/mac-elcapitan/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt.
605 * platform/mac-elcapitan/fast/repaint/search-field-cancel-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt.
606 * platform/mac-elcapitan/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
607 * platform/mac-elcapitan/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
608 * platform/mac-elcapitan/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
609 * platform/mac-elcapitan/fast/replaced/width100percent-button-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt.
610 * platform/mac-elcapitan/fast/replaced/width100percent-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt.
611 * platform/mac-elcapitan/fast/replaced/width100percent-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt.
612 * platform/mac-elcapitan/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
613 * platform/mac-elcapitan/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt.
614 * platform/mac-elcapitan/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt.
615 * platform/mac-elcapitan/fast/table/append-cells2-expected.txt: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.txt.
616 * platform/mac-elcapitan/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
617 * platform/mac-elcapitan/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
618 * platform/mac-elcapitan/fast/table/remove-td-display-none-expected.txt: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt.
619 * platform/mac-elcapitan/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt.
620 * platform/mac-elcapitan/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
621 * platform/mac-elcapitan/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt.
622 * platform/mac-elcapitan/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
623 * platform/mac-elcapitan/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
624 * platform/mac-elcapitan/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt.
625 * platform/mac-elcapitan/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt.
626 * platform/mac-elcapitan/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
627 * platform/mac-elcapitan/fast/text/trak-optimizeLegibility-expected.txt: Added.
628 * platform/mac-elcapitan/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
629 * platform/mac-elcapitan/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
630 * platform/mac-elcapitan/media/controls-after-reload-expected.txt: Copied from LayoutTests/platform/mac/media/controls-after-reload-expected.txt.
631 * platform/mac-elcapitan/media/controls-styling-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/media/controls-styling-expected.txt.
632 * platform/mac-elcapitan/media/media-document-audio-repaint-expected.txt: Copied from LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt.
633 * platform/mac-elcapitan/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
634 * platform/mac-elcapitan/scrollbars/key-window-not-first-responder-expected.txt: Copied from LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt.
635 * platform/mac-elcapitan/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
636 * platform/mac-elcapitan/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
637 * platform/mac-elcapitan/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
638 * platform/mac-elcapitan/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
639 * platform/mac-elcapitan/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
640 * platform/mac-elcapitan/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
641 * platform/mac-elcapitan/tables/mozilla/bugs/bug194024-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt.
642 * platform/mac-elcapitan/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
643 * platform/mac-elcapitan/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
644 * platform/mac-elcapitan/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
645 * platform/mac-elcapitan/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
646 * platform/mac-elcapitan/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt.
647 * platform/mac-elcapitan/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
648 * platform/mac-elcapitan/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
649 * platform/mac-elcapitan/tables/mozilla/bugs/bug30559-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt.
650 * platform/mac-elcapitan/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
651 * platform/mac-elcapitan/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
652 * platform/mac-elcapitan/tables/mozilla/bugs/bug39209-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug39209-expected.txt.
653 * platform/mac-elcapitan/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
654 * platform/mac-elcapitan/tables/mozilla/bugs/bug4429-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4429-expected.txt.
655 * platform/mac-elcapitan/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
656 * platform/mac-elcapitan/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
657 * platform/mac-elcapitan/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
658 * platform/mac-elcapitan/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
659 * platform/mac-elcapitan/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
660 * platform/mac-elcapitan/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
661 * platform/mac-elcapitan/tables/mozilla/bugs/bug52506-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt.
662 * platform/mac-elcapitan/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
663 * platform/mac-elcapitan/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
664 * platform/mac-elcapitan/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
665 * platform/mac-elcapitan/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
666 * platform/mac-elcapitan/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
667 * platform/mac-elcapitan/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
668 * platform/mac-elcapitan/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
669 * platform/mac-elcapitan/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
670 * platform/mac-elcapitan/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
671 * platform/mac-elcapitan/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt.
672 * platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt.
673 * platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt.
674 * platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt.
675 * platform/mac-elcapitan/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt.
676 * platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt.
677 * platform/mac-elcapitan/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt.
678 * platform/mac-elcapitan/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
679 * platform/mac-elcapitan/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
680 * platform/mac/accessibility/aria-readonly-expected.txt:
681 * platform/mac/accessibility/form-control-value-settable-expected.txt:
682 * platform/mac/compositing/contents-opaque/control-layer-expected.txt:
683 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png:
684 * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
685 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.png:
686 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
687 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.png:
688 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
689 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.png:
690 * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
691 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.png:
692 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
693 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.png:
694 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
695 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
696 * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
697 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
698 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
699 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
700 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
701 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
702 * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
703 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
704 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
705 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
706 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
707 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
708 * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
709 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png:
710 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
711 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png:
712 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
713 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png:
714 * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
715 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png:
716 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
717 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png:
718 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
719 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.png:
720 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
721 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png:
722 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
723 * platform/mac/editing/inserting/4960120-1-expected.png:
724 * platform/mac/editing/inserting/4960120-1-expected.txt:
725 * platform/mac/editing/inserting/before-after-input-element-expected.png:
726 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
727 * platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added.
728 * platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
729 * platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added.
730 * platform/mac/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
731 * platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.png: Added.
732 * platform/mac/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/editing/mac/spelling/delete-autocorrected-word-2-expected.txt.
733 * platform/mac/editing/pasteboard/4641033-expected.png:
734 * platform/mac/editing/pasteboard/4641033-expected.txt:
735 * platform/mac/editing/pasteboard/4806874-expected.png:
736 * platform/mac/editing/pasteboard/4806874-expected.txt:
737 * platform/mac/editing/pasteboard/4944770-1-expected.png:
738 * platform/mac/editing/pasteboard/4944770-1-expected.txt:
739 * platform/mac/editing/pasteboard/4944770-2-expected.png:
740 * platform/mac/editing/pasteboard/4944770-2-expected.txt:
741 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
742 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
743 * platform/mac/editing/pasteboard/input-field-1-expected.png:
744 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
745 * platform/mac/editing/pasteboard/pasting-tabs-expected.png:
746 * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
747 * platform/mac/editing/selection/3690703-2-expected.png:
748 * platform/mac/editing/selection/3690703-2-expected.txt:
749 * platform/mac/editing/selection/3690703-expected.png:
750 * platform/mac/editing/selection/3690703-expected.txt:
751 * platform/mac/editing/selection/3690719-expected.png:
752 * platform/mac/editing/selection/3690719-expected.txt:
753 * platform/mac/editing/selection/4397952-expected.png:
754 * platform/mac/editing/selection/4397952-expected.txt:
755 * platform/mac/editing/selection/4895428-3-expected.png:
756 * platform/mac/editing/selection/4895428-3-expected.txt:
757 * platform/mac/editing/selection/4975120-expected.png:
758 * platform/mac/editing/selection/4975120-expected.txt:
759 * platform/mac/editing/selection/5240265-expected.png:
760 * platform/mac/editing/selection/5240265-expected.txt:
761 * platform/mac/editing/selection/drag-select-1-expected.png:
762 * platform/mac/editing/selection/drag-select-1-expected.txt:
763 * platform/mac/editing/selection/replaced-boundaries-3-expected.png:
764 * platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
765 * platform/mac/editing/selection/select-across-readonly-input-3-expected.png:
766 * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
767 * platform/mac/editing/selection/select-box-expected.png:
768 * platform/mac/editing/selection/select-box-expected.txt:
769 * platform/mac/editing/selection/select-element-paragraph-boundary-expected.png:
770 * platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt:
771 * platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
772 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
773 * platform/mac/editing/selection/selection-button-text-expected.png:
774 * platform/mac/editing/selection/selection-button-text-expected.txt:
775 * platform/mac/fast/attachment/attachment-label-highlight-expected.png:
776 * platform/mac/fast/attachment/attachment-label-highlight-expected.txt:
777 * platform/mac/fast/attachment/attachment-progress-expected.png:
778 * platform/mac/fast/attachment/attachment-progress-expected.txt:
779 * platform/mac/fast/attachment/attachment-select-on-click-expected.png:
780 * platform/mac/fast/attachment/attachment-select-on-click-expected.txt:
781 * platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png:
782 * platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt:
783 * platform/mac/fast/attachment/attachment-subtitle-expected.png:
784 * platform/mac/fast/attachment/attachment-subtitle-expected.txt:
785 * platform/mac/fast/block/float/float-avoidance-expected.png:
786 * platform/mac/fast/block/float/float-avoidance-expected.txt:
787 * platform/mac/fast/block/margin-collapse/103-expected.png:
788 * platform/mac/fast/block/margin-collapse/103-expected.txt:
789 * platform/mac/fast/block/positioning/inline-block-relposition-expected.png:
790 * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
791 * platform/mac/fast/css/continuationCrash-expected.png:
792 * platform/mac/fast/css/continuationCrash-expected.txt:
793 * platform/mac/fast/css/focus-ring-exists-for-search-field-expected.png:
794 * platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt:
795 * platform/mac/fast/css/line-height-expected.png:
796 * platform/mac/fast/css/line-height-expected.txt:
797 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
798 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
799 * platform/mac/fast/css/text-overflow-input-expected.png:
800 * platform/mac/fast/css/text-overflow-input-expected.txt:
801 * platform/mac/fast/css/text-transform-select-expected.png:
802 * platform/mac/fast/css/text-transform-select-expected.txt:
803 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
804 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
805 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
806 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
807 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
808 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
809 * platform/mac/fast/dom/isindex-001-expected.png:
810 * platform/mac/fast/dom/isindex-001-expected.txt:
811 * platform/mac/fast/dom/isindex-002-expected.png:
812 * platform/mac/fast/dom/isindex-002-expected.txt:
813 * platform/mac/fast/dynamic/008-expected.png:
814 * platform/mac/fast/dynamic/008-expected.txt:
815 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
816 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
817 * platform/mac/fast/events/context-no-deselect-expected.png:
818 * platform/mac/fast/events/context-no-deselect-expected.txt:
819 * platform/mac/fast/events/shadow-event-path-2-expected.txt:
820 * platform/mac/fast/forms/001-expected.png:
821 * platform/mac/fast/forms/001-expected.txt:
822 * platform/mac/fast/forms/004-expected.png:
823 * platform/mac/fast/forms/004-expected.txt:
824 * platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.png: Added.
825 * platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Added.
826 * platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.png: Added.
827 * platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added.
828 * platform/mac/fast/forms/basic-buttons-expected.png:
829 * platform/mac/fast/forms/basic-buttons-expected.txt:
830 * platform/mac/fast/forms/basic-inputs-expected.png:
831 * platform/mac/fast/forms/basic-inputs-expected.txt:
832 * platform/mac/fast/forms/basic-selects-expected.png:
833 * platform/mac/fast/forms/basic-selects-expected.txt:
834 * platform/mac/fast/forms/basic-textareas-expected.png:
835 * platform/mac/fast/forms/basic-textareas-expected.txt:
836 * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
837 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
838 * platform/mac/fast/forms/blankbuttons-expected.png:
839 * platform/mac/fast/forms/blankbuttons-expected.txt:
840 * platform/mac/fast/forms/box-shadow-override-expected.png:
841 * platform/mac/fast/forms/box-shadow-override-expected.txt:
842 * platform/mac/fast/forms/button-align-expected.png:
843 * platform/mac/fast/forms/button-align-expected.txt:
844 * platform/mac/fast/forms/button-cannot-be-nested-expected.png:
845 * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
846 * platform/mac/fast/forms/button-default-title-expected.png:
847 * platform/mac/fast/forms/button-default-title-expected.txt:
848 * platform/mac/fast/forms/button-generated-content-expected.png:
849 * platform/mac/fast/forms/button-generated-content-expected.txt:
850 * platform/mac/fast/forms/button-positioned-expected.png:
851 * platform/mac/fast/forms/button-positioned-expected.txt:
852 * platform/mac/fast/forms/button-sizes-expected.png:
853 * platform/mac/fast/forms/button-sizes-expected.txt:
854 * platform/mac/fast/forms/button-style-color-expected.png:
855 * platform/mac/fast/forms/button-style-color-expected.txt:
856 * platform/mac/fast/forms/button-table-styles-expected.png:
857 * platform/mac/fast/forms/button-table-styles-expected.txt:
858 * platform/mac/fast/forms/button-text-transform-expected.png:
859 * platform/mac/fast/forms/button-text-transform-expected.txt:
860 * platform/mac/fast/forms/button-white-space-expected.png:
861 * platform/mac/fast/forms/button-white-space-expected.txt:
862 * platform/mac/fast/forms/control-clip-expected.png:
863 * platform/mac/fast/forms/control-clip-expected.txt:
864 * platform/mac/fast/forms/control-clip-overflow-expected.png:
865 * platform/mac/fast/forms/control-clip-overflow-expected.txt:
866 * platform/mac/fast/forms/control-restrict-line-height-expected.png:
867 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
868 * platform/mac/fast/forms/disabled-select-change-index-expected.png:
869 * platform/mac/fast/forms/disabled-select-change-index-expected.txt:
870 * platform/mac/fast/forms/encoding-test-expected.png:
871 * platform/mac/fast/forms/encoding-test-expected.txt:
872 * platform/mac/fast/forms/fieldset-align-expected.png:
873 * platform/mac/fast/forms/fieldset-align-expected.txt:
874 * platform/mac/fast/forms/file/file-input-direction-expected.png:
875 * platform/mac/fast/forms/file/file-input-direction-expected.txt:
876 * platform/mac/fast/forms/file/file-input-disabled-expected.png:
877 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
878 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
879 * platform/mac/fast/forms/floating-textfield-relayout-expected.png:
880 * platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
881 * platform/mac/fast/forms/form-element-geometry-expected.png:
882 * platform/mac/fast/forms/form-element-geometry-expected.txt:
883 * platform/mac/fast/forms/hidden-listbox-expected.png:
884 * platform/mac/fast/forms/hidden-listbox-expected.txt:
885 * platform/mac/fast/forms/input-align-expected.png:
886 * platform/mac/fast/forms/input-align-expected.txt:
887 * platform/mac/fast/forms/input-appearance-bkcolor-expected.png:
888 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
889 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
890 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
891 * platform/mac/fast/forms/input-appearance-disabled-expected.png:
892 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
893 * platform/mac/fast/forms/input-appearance-focus-expected.png:
894 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
895 * platform/mac/fast/forms/input-appearance-height-expected.png:
896 * platform/mac/fast/forms/input-appearance-height-expected.txt:
897 * platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
898 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
899 * platform/mac/fast/forms/input-appearance-readonly-expected.png:
900 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
901 * platform/mac/fast/forms/input-appearance-selection-expected.png:
902 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
903 * platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
904 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
905 * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added.
906 * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
907 * platform/mac/fast/forms/input-appearance-visibility-expected.png:
908 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
909 * platform/mac/fast/forms/input-appearance-width-expected.png:
910 * platform/mac/fast/forms/input-appearance-width-expected.txt:
911 * platform/mac/fast/forms/input-baseline-expected.png:
912 * platform/mac/fast/forms/input-baseline-expected.txt:
913 * platform/mac/fast/forms/input-button-sizes-expected.png:
914 * platform/mac/fast/forms/input-button-sizes-expected.txt:
915 * platform/mac/fast/forms/input-disabled-color-expected.png:
916 * platform/mac/fast/forms/input-disabled-color-expected.txt:
917 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
918 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
919 * platform/mac/fast/forms/input-field-text-truncated-expected.png:
920 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
921 * platform/mac/fast/forms/input-first-letter-expected.png:
922 * platform/mac/fast/forms/input-first-letter-expected.txt:
923 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.png:
924 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
925 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.png:
926 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
927 * platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
928 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
929 * platform/mac/fast/forms/input-readonly-dimmed-expected.png:
930 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
931 * platform/mac/fast/forms/input-readonly-empty-expected.png:
932 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
933 * platform/mac/fast/forms/input-spaces-expected.png:
934 * platform/mac/fast/forms/input-spaces-expected.txt:
935 * platform/mac/fast/forms/input-table-expected.png:
936 * platform/mac/fast/forms/input-table-expected.txt:
937 * platform/mac/fast/forms/input-text-click-inside-expected.png:
938 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
939 * platform/mac/fast/forms/input-text-click-outside-expected.png:
940 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
941 * platform/mac/fast/forms/input-text-double-click-expected.png:
942 * platform/mac/fast/forms/input-text-double-click-expected.txt:
943 * platform/mac/fast/forms/input-text-drag-down-expected.png:
944 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
945 * platform/mac/fast/forms/input-text-option-delete-expected.png:
946 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
947 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
948 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
949 * platform/mac/fast/forms/input-text-self-emptying-click-expected.png:
950 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
951 * platform/mac/fast/forms/input-text-word-wrap-expected.png:
952 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
953 * platform/mac/fast/forms/input-value-expected.png:
954 * platform/mac/fast/forms/input-value-expected.txt:
955 * platform/mac/fast/forms/input-width-expected.png:
956 * platform/mac/fast/forms/input-width-expected.txt:
957 * platform/mac/fast/forms/listbox-bidi-align-expected.png:
958 * platform/mac/fast/forms/listbox-bidi-align-expected.txt:
959 * platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.png:
960 * platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
961 * platform/mac/fast/forms/listbox-width-change-expected.png:
962 * platform/mac/fast/forms/listbox-width-change-expected.txt:
963 * platform/mac/fast/forms/menulist-clip-expected.png:
964 * platform/mac/fast/forms/menulist-clip-expected.txt:
965 * platform/mac/fast/forms/menulist-deselect-update-expected.png:
966 * platform/mac/fast/forms/menulist-deselect-update-expected.txt:
967 * platform/mac/fast/forms/menulist-narrow-width-expected.png:
968 * platform/mac/fast/forms/menulist-narrow-width-expected.txt:
969 * platform/mac/fast/forms/menulist-no-overflow-expected.png:
970 * platform/mac/fast/forms/menulist-no-overflow-expected.txt:
971 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
972 * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
973 * platform/mac/fast/forms/menulist-style-color-expected.png:
974 * platform/mac/fast/forms/menulist-style-color-expected.txt:
975 * platform/mac/fast/forms/menulist-width-change-expected.png:
976 * platform/mac/fast/forms/menulist-width-change-expected.txt:
977 * platform/mac/fast/forms/minWidthPercent-expected.png:
978 * platform/mac/fast/forms/minWidthPercent-expected.txt:
979 * platform/mac/fast/forms/number/number-appearance-rtl-expected.png:
980 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
981 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
982 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
983 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
984 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
985 * platform/mac/fast/forms/option-script-expected.png:
986 * platform/mac/fast/forms/option-script-expected.txt:
987 * platform/mac/fast/forms/option-strip-whitespace-expected.png:
988 * platform/mac/fast/forms/option-strip-whitespace-expected.txt:
989 * platform/mac/fast/forms/option-text-clip-expected.png:
990 * platform/mac/fast/forms/option-text-clip-expected.txt:
991 * platform/mac/fast/forms/placeholder-position-expected.png:
992 * platform/mac/fast/forms/placeholder-position-expected.txt:
993 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
994 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
995 * platform/mac/fast/forms/plaintext-mode-2-expected.png:
996 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
997 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png:
998 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
999 * platform/mac/fast/forms/search-display-none-cancel-button-expected.png:
1000 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
1001 * platform/mac/fast/forms/search-input-rtl-expected.png: Added.
1002 * platform/mac/fast/forms/search-input-rtl-expected.txt:
1003 * platform/mac/fast/forms/search-rtl-expected.png:
1004 * platform/mac/fast/forms/search-rtl-expected.txt:
1005 * platform/mac/fast/forms/search-styled-expected.png:
1006 * platform/mac/fast/forms/search-styled-expected.txt:
1007 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
1008 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
1009 * platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png.
1010 * platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Added.
1011 * platform/mac/fast/forms/search/search-size-with-decorations-expected.png:
1012 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
1013 * platform/mac/fast/forms/searchfield-heights-expected.png:
1014 * platform/mac/fast/forms/searchfield-heights-expected.txt:
1015 * platform/mac/fast/forms/select-background-none-expected.png:
1016 * platform/mac/fast/forms/select-background-none-expected.txt:
1017 * platform/mac/fast/forms/select-baseline-expected.png:
1018 * platform/mac/fast/forms/select-baseline-expected.txt:
1019 * platform/mac/fast/forms/select-block-background-expected.png:
1020 * platform/mac/fast/forms/select-block-background-expected.txt:
1021 * platform/mac/fast/forms/select-change-listbox-size-expected.png:
1022 * platform/mac/fast/forms/select-change-listbox-size-expected.txt:
1023 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
1024 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
1025 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.png:
1026 * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
1027 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png:
1028 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt:
1029 * platform/mac/fast/forms/select-disabled-appearance-expected.png:
1030 * platform/mac/fast/forms/select-disabled-appearance-expected.txt:
1031 * platform/mac/fast/forms/select-empty-option-height-expected.png:
1032 * platform/mac/fast/forms/select-empty-option-height-expected.txt:
1033 * platform/mac/fast/forms/select-initial-position-expected.png:
1034 * platform/mac/fast/forms/select-initial-position-expected.txt:
1035 * platform/mac/fast/forms/select-item-background-clip-expected.png:
1036 * platform/mac/fast/forms/select-item-background-clip-expected.txt:
1037 * platform/mac/fast/forms/select-list-box-with-height-expected.png:
1038 * platform/mac/fast/forms/select-list-box-with-height-expected.txt:
1039 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
1040 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
1041 * platform/mac/fast/forms/select-non-native-rendering-direction-expected.png:
1042 * platform/mac/fast/forms/select-non-native-rendering-direction-expected.txt:
1043 * platform/mac/fast/forms/select-overflow-scroll-expected.png:
1044 * platform/mac/fast/forms/select-overflow-scroll-expected.txt:
1045 * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.png:
1046 * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt:
1047 * platform/mac/fast/forms/select-selected-expected.png:
1048 * platform/mac/fast/forms/select-selected-expected.txt:
1049 * platform/mac/fast/forms/select-style-expected.png:
1050 * platform/mac/fast/forms/select-style-expected.txt:
1051 * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
1052 * platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
1053 * platform/mac/fast/forms/select/optgroup-rendering-expected.png:
1054 * platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
1055 * platform/mac/fast/forms/stuff-on-my-optgroup-expected.png:
1056 * platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt:
1057 * platform/mac/fast/forms/tabbing-input-iframe-expected.png:
1058 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
1059 * platform/mac/fast/forms/text-style-color-expected.png:
1060 * platform/mac/fast/forms/text-style-color-expected.txt:
1061 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
1062 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
1063 * platform/mac/fast/forms/textarea-align-expected.png:
1064 * platform/mac/fast/forms/textarea-align-expected.txt:
1065 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
1066 * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1067 * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
1068 * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
1069 * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
1070 * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
1071 * platform/mac/fast/forms/textarea-scroll-height-expected.png:
1072 * platform/mac/fast/forms/textarea-scroll-height-expected.txt:
1073 * platform/mac/fast/forms/textarea-scrollbar-expected.png:
1074 * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
1075 * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
1076 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
1077 * platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
1078 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
1079 * platform/mac/fast/forms/textfield-focus-ring-expected.png:
1080 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
1081 * platform/mac/fast/forms/textfield-outline-expected.png:
1082 * platform/mac/fast/forms/textfield-outline-expected.txt:
1083 * platform/mac/fast/forms/textfield-overflow-expected.png:
1084 * platform/mac/fast/forms/textfield-overflow-expected.txt:
1085 * platform/mac/fast/forms/validation-message-appearance-expected.png:
1086 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
1087 * platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
1088 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
1089 * platform/mac/fast/frames/take-focus-from-iframe-expected.png:
1090 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
1091 * platform/mac/fast/hidpi/resize-corner-hidpi-expected.png:
1092 * platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt:
1093 * platform/mac/fast/html/details-no-summary4-expected.png:
1094 * platform/mac/fast/html/details-no-summary4-expected.txt:
1095 * platform/mac/fast/html/details-open-javascript-expected.png:
1096 * platform/mac/fast/html/details-open-javascript-expected.txt:
1097 * platform/mac/fast/html/details-open2-expected.png:
1098 * platform/mac/fast/html/details-open2-expected.txt:
1099 * platform/mac/fast/html/details-open4-expected.png:
1100 * platform/mac/fast/html/details-open4-expected.txt:
1101 * platform/mac/fast/html/keygen-expected.png:
1102 * platform/mac/fast/html/keygen-expected.txt:
1103 * platform/mac/fast/lists/dynamic-marker-crash-expected.png:
1104 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
1105 * platform/mac/fast/overflow/overflow-x-y-expected.png:
1106 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
1107 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
1108 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
1109 * platform/mac/fast/overflow/scrollRevealButton-expected.png:
1110 * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
1111 * platform/mac/fast/parser/document-write-option-expected.png:
1112 * platform/mac/fast/parser/document-write-option-expected.txt:
1113 * platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
1114 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
1115 * platform/mac/fast/parser/open-comment-in-textarea-expected.png:
1116 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
1117 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
1118 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
1119 * platform/mac/fast/repaint/search-field-cancel-expected.png:
1120 * platform/mac/fast/repaint/search-field-cancel-expected.txt:
1121 * platform/mac/fast/repaint/subtree-root-skipped-expected.png:
1122 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
1123 * platform/mac/fast/replaced/replaced-breaking-expected.png:
1124 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
1125 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.png:
1126 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
1127 * platform/mac/fast/replaced/width100percent-button-expected.png:
1128 * platform/mac/fast/replaced/width100percent-button-expected.txt:
1129 * platform/mac/fast/replaced/width100percent-menulist-expected.png:
1130 * platform/mac/fast/replaced/width100percent-menulist-expected.txt:
1131 * platform/mac/fast/replaced/width100percent-textarea-expected.png:
1132 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
1133 * platform/mac/fast/selectors/064-expected.png:
1134 * platform/mac/fast/selectors/064-expected.txt:
1135 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
1136 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
1137 * platform/mac/fast/table/003-expected.png:
1138 * platform/mac/fast/table/003-expected.txt:
1139 * platform/mac/fast/table/append-cells2-expected.png:
1140 * platform/mac/fast/table/append-cells2-expected.txt:
1141 * platform/mac/fast/table/colspanMinWidth-expected.png:
1142 * platform/mac/fast/table/colspanMinWidth-expected.txt:
1143 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
1144 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
1145 * platform/mac/fast/table/remove-td-display-none-expected.png:
1146 * platform/mac/fast/table/remove-td-display-none-expected.txt:
1147 * platform/mac/fast/table/spanOverlapRepaint-expected.png:
1148 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
1149 * platform/mac/fast/table/text-field-baseline-expected.png:
1150 * platform/mac/fast/table/text-field-baseline-expected.txt:
1151 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
1152 * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
1153 * platform/mac/fast/text/drawBidiText-expected.png:
1154 * platform/mac/fast/text/drawBidiText-expected.txt:
1155 * platform/mac/fast/text/international/hindi-spacing-expected.png:
1156 * platform/mac/fast/text/international/hindi-spacing-expected.txt:
1157 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
1158 * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
1159 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
1160 * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
1161 * platform/mac/fast/text/textIteratorNilRenderer-expected.png:
1162 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
1163 * platform/mac/fast/text/trak-optimizeLegibility-expected.txt: Added.
1164 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
1165 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
1166 * platform/mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
1167 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
1168 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
1169 * platform/mac/media/controls-after-reload-expected.png:
1170 * platform/mac/media/controls-after-reload-expected.txt:
1171 * platform/mac/media/controls-styling-expected.png:
1172 * platform/mac/media/controls-styling-expected.txt:
1173 * platform/mac/media/media-document-audio-repaint-expected.png:
1174 * platform/mac/media/media-document-audio-repaint-expected.txt:
1175 * platform/mac/media/video-controls-rendering-expected.png: Added.
1176 * platform/mac/media/video-controls-rendering-expected.txt:
1177 * platform/mac/media/video-display-toggle-expected.png: Added.
1178 * platform/mac/media/video-display-toggle-expected.txt:
1179 * platform/mac/media/video-no-audio-expected.png: Added.
1180 * platform/mac/media/video-no-audio-expected.txt:
1181 * platform/mac/media/video-volume-slider-expected.png: Added.
1182 * platform/mac/media/video-volume-slider-expected.txt:
1183 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
1184 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
1185 * platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
1186 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
1187 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
1188 * platform/mac/svg/hixie/mixed/003-expected.png:
1189 * platform/mac/svg/hixie/mixed/003-expected.txt:
1190 * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
1191 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
1192 * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
1193 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
1194 * platform/mac/tables/mozilla/bugs/bug138725-expected.png:
1195 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
1196 * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
1197 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
1198 * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
1199 * platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
1200 * platform/mac/tables/mozilla/bugs/bug24200-expected.png:
1201 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
1202 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
1203 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
1204 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
1205 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
1206 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png:
1207 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
1208 * platform/mac/tables/mozilla/bugs/bug26178-expected.png:
1209 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
1210 * platform/mac/tables/mozilla/bugs/bug28928-expected.png:
1211 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
1212 * platform/mac/tables/mozilla/bugs/bug29326-expected.png:
1213 * platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
1214 * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
1215 * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
1216 * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
1217 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
1218 * platform/mac/tables/mozilla/bugs/bug33855-expected.png:
1219 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
1220 * platform/mac/tables/mozilla/bugs/bug39209-expected.png:
1221 * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
1222 * platform/mac/tables/mozilla/bugs/bug4382-expected.png:
1223 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
1224 * platform/mac/tables/mozilla/bugs/bug4429-expected.png:
1225 * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
1226 * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
1227 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
1228 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png:
1229 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
1230 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png:
1231 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
1232 * platform/mac/tables/mozilla/bugs/bug51037-expected.png:
1233 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
1234 * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
1235 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
1236 * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
1237 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
1238 * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
1239 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
1240 * platform/mac/tables/mozilla/bugs/bug55545-expected.png:
1241 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
1242 * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
1243 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
1244 * platform/mac/tables/mozilla/bugs/bug68912-expected.png:
1245 * platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
1246 * platform/mac/tables/mozilla/bugs/bug7342-expected.png:
1247 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
1248 * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
1249 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
1250 * platform/mac/tables/mozilla/bugs/bug99948-expected.png:
1251 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
1252 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
1253 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
1254 * platform/mac/tables/mozilla/core/margins-expected.png:
1255 * platform/mac/tables/mozilla/core/margins-expected.txt:
1256 * platform/mac/tables/mozilla/dom/tableDom-expected.png:
1257 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
1258 * platform/mac/tables/mozilla/other/move_row-expected.png:
1259 * platform/mac/tables/mozilla/other/move_row-expected.txt:
1260 * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
1261 * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
1262 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
1263 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1264 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1265 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1266 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
1267 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1268 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
1269 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
1270 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
1271 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
1272 * platform/mac/transforms/2d/zoom-menulist-expected.png:
1273 * platform/mac/transforms/2d/zoom-menulist-expected.txt:
1274 * platform/mac/transforms/3d/general/perspective-non-layer-expected.png:
1275 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
1277 2016-07-05 Joseph Pecoraro <pecoraro@apple.com>
1279 REGRESSION (r202529?) inspector/debugger/break-on-* tests are flaky
1280 https://bugs.webkit.org/show_bug.cgi?id=159272
1281 <rdar://problem/27087938>
1283 Reviewed by Timothy Hatcher.
1285 Rewrite the break on exception and uncaught exception tests
1286 to be easier to read and understand, reduce duplicated code,
1287 and avoid unnecessary work (such as a reload and script check).
1290 * platform/mac-wk2/TestExpectations:
1291 * platform/mac/TestExpectations:
1292 Unskip the core break-on-* tests, but mark them as Slow.
1294 * inspector/debugger/break-on-exception-throw-in-promise.html:
1295 * inspector/debugger/break-on-exception-throw-in-promise-expected.txt:
1296 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-expected.txt:
1297 * inspector/debugger/break-on-uncaught-exception-throw-in-promise.html:
1298 * inspector/debugger/break-on-exception-expected.txt:
1299 * inspector/debugger/break-on-exception.html:
1300 * inspector/debugger/break-on-uncaught-exception-expected.txt:
1301 * inspector/debugger/break-on-uncaught-exception.html:
1302 Converge into 4 tests, share a significant amount of code,
1303 and make them easier to read and understand.
1305 * inspector/debugger/break-on-exception-catch-expected.txt: Removed.
1306 * inspector/debugger/break-on-exception-catch.html: Removed.
1307 * inspector/debugger/break-on-exception-finally-expected.txt: Removed.
1308 * inspector/debugger/break-on-exception-finally.html: Removed.
1309 * inspector/debugger/break-on-exception-native-expected.txt: Removed.
1310 * inspector/debugger/break-on-exception-native.html: Removed.
1311 * inspector/debugger/break-on-exception-throw-in-promise-rethrow-in-catch-expected.txt: Removed.
1312 * inspector/debugger/break-on-exception-throw-in-promise-rethrow-in-catch.html: Removed.
1313 * inspector/debugger/break-on-exception-throw-in-promise-then-expected.txt: Removed.
1314 * inspector/debugger/break-on-exception-throw-in-promise-then-with-catch-expected.txt: Removed.
1315 * inspector/debugger/break-on-exception-throw-in-promise-then-with-catch.html: Removed.
1316 * inspector/debugger/break-on-exception-throw-in-promise-then.html: Removed.
1317 * inspector/debugger/break-on-exception-throw-in-promise-with-catch-expected.txt: Removed.
1318 * inspector/debugger/break-on-exception-throw-in-promise-with-catch.html: Removed.
1319 * inspector/debugger/break-on-uncaught-exception-catch-expected.txt: Removed.
1320 * inspector/debugger/break-on-uncaught-exception-catch.html: Removed.
1321 * inspector/debugger/break-on-uncaught-exception-finally-expected.txt: Removed.
1322 * inspector/debugger/break-on-uncaught-exception-finally.html: Removed.
1323 * inspector/debugger/break-on-uncaught-exception-native-expected.txt: Removed.
1324 * inspector/debugger/break-on-uncaught-exception-native.html: Removed.
1325 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-rethrow-in-catch-expected.txt: Removed.
1326 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-rethrow-in-catch.html: Removed.
1327 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-then-expected.txt: Removed.
1328 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-then-with-catch-expected.txt: Removed.
1329 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-then-with-catch.html: Removed.
1330 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-then.html: Removed.
1331 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-with-catch-expected.txt: Removed.
1332 * inspector/debugger/break-on-uncaught-exception-throw-in-promise-with-catch.html: Removed.
1333 Merged into the 4 tests above.
1335 * inspector/debugger/break-on-exception-window-onerror-expected.txt: Removed.
1336 * inspector/debugger/break-on-exception-window-onerror.html: Removed.
1337 * inspector/debugger/break-on-uncaught-exception-window-onerror-expected.txt: Removed.
1338 * inspector/debugger/break-on-uncaught-exception-window-onerror.html: Removed.
1339 Eliminate these entirely. Tests already have an onerror listener,
1340 so these were actually already equivalent to the basic tests.
1342 2016-07-05 Ryan Haddad <ryanhaddad@apple.com>
1344 Marking media/restore-from-page-cache.html as a flaky failure on El Capitan
1345 https://bugs.webkit.org/show_bug.cgi?id=158747
1347 Unreviewed test gardening.
1349 * platform/mac/TestExpectations:
1351 2016-07-05 Ryan Haddad <ryanhaddad@apple.com>
1353 Marking http/tests/media/hls/video-controller-getStartDate.html as a flaky timeout on Yosemite WK1
1354 https://bugs.webkit.org/show_bug.cgi?id=158645
1356 Unreviewed test gardening.
1358 * platform/mac-wk1/TestExpectations:
1360 2016-07-05 Ryan Haddad <ryanhaddad@apple.com>
1362 Marking fast/history/page-cache-webdatabase-pending-transaction.html as flaky on ios-simulator-wk2
1363 https://bugs.webkit.org/show_bug.cgi?id=159379
1365 Unreviewed test gardening.
1367 * platform/ios-simulator-wk2/TestExpectations:
1369 2016-07-05 Frederic Wang <fwang@igalia.com>
1371 Unskip mathml/presentation/fractions-box.html
1372 https://bugs.webkit.org/show_bug.cgi?id=159347
1374 Unreviewed test gardening.
1376 * platform/efl/TestExpectations:
1378 2016-07-05 Frederic Wang <fred.wang@free.fr>
1380 Remove obsolete test mathml/presentation/bug97990.html
1382 This test is currently skipped on all platforms. It was a test for the
1383 old flexbox-based MathML layout. The new layout ignore padding or
1384 borders for MathML elements and it's not clear whether this will change
1387 Unreviewed test gardening.
1389 * TestExpectations: Remove skip flag for bug97990.html.
1390 * mathml/presentation/bug97990-expected.html: Removed.
1391 * mathml/presentation/bug97990.html: Removed.
1393 2016-07-04 Fujii Hironori <Hironori.Fujii@sony.com>
1395 [GTK] Null Node dereference in FrameSelection::notifyAccessibilityForSelectionChange of FrameSelectionAtk.cpp
1396 https://bugs.webkit.org/show_bug.cgi?id=159411
1398 Reviewed by Carlos Garcia Campos.
1400 * platform/gtk/TestExpectations: Removed a crash expectation of
1401 editing/selection/selection-in-iframe-removed-crash.html.
1403 2016-07-04 Youenn Fablet <youenn@apple.com>
1405 Shield WebRTC JS built-ins from user scripts
1406 https://bugs.webkit.org/show_bug.cgi?id=155964
1408 Reviewed by Sam Weinig.
1410 * fast/mediastream/RTCPeerConnection-createOffer.html:
1411 * fast/mediastream/RTCPeerConnection-stable.html:
1413 2016-07-04 Yusuke Suzuki <utatane.tea@gmail.com>
1415 Unreviewed, skip misc-bugs-847389-jpeg2000.js in jsc stress tests
1416 https://bugs.webkit.org/show_bug.cgi?id=159334
1418 In debug build, it takes too much time.
1419 Since run-jsc-stress-tests can take the arbitrary JSC shell, ifJSCArgIsntProvidedAreWeReleaseBuild
1420 is not good source to determine whether the test is executed with the debug built JSC shell.
1421 So here, we skip this test.
1422 This test is still executed under the run-webkit-tests. So the coverage is still kept.
1424 * js/regress/script-tests/misc-bugs-847389-jpeg2000.js:
1426 2016-07-04 Per Arne Vollan <pvollan@apple.com>
1428 Update Windows test expectations for fast/css/fontloader-download-error.html.
1429 It is skipped on all platforms.
1431 Unreviewed test gardening.
1433 * platform/win/TestExpectations:
1435 2016-07-01 Yusuke Suzuki <utatane.tea@gmail.com>
1437 [JSC] MacroAssemblerX86::branch8 should accept unsigned 8bit value
1438 https://bugs.webkit.org/show_bug.cgi?id=159334
1440 Reviewed by Benjamin Poulain.
1443 * js/regress/misc-bugs-847389-jpeg2000-expected.txt: Added.
1444 * js/regress/misc-bugs-847389-jpeg2000.html: Added.
1445 * js/regress/script-tests/misc-bugs-847389-jpeg2000.js: Added.
1448 (JpxImage.JpxImageClosure.JpxImage):
1449 (JpxImage.JpxImageClosure.JpxImage.prototype.load.JpxImage_load.xhr.onload):
1450 (JpxImage.JpxImageClosure.JpxImage.prototype.load):
1451 (JpxImage.JpxImageClosure.JpxImage.prototype.parse.JpxImage_parse.readUint):
1452 (JpxImage.JpxImageClosure.JpxImage.prototype.parse):
1453 (JpxImage.JpxImageClosure.JpxImage.prototype.parseCodestream):
1454 (JpxImage.JpxImageClosure.readUint32):
1455 (JpxImage.JpxImageClosure.readUint16):
1456 (JpxImage.JpxImageClosure.log2):
1457 (JpxImage.JpxImageClosure.calculateComponentDimensions):
1458 (JpxImage.JpxImageClosure.calculateTileGrids):
1459 (JpxImage.JpxImageClosure.getBlocksDimensions):
1460 (JpxImage.JpxImageClosure.buildPrecincts):
1461 (JpxImage.JpxImageClosure.buildCodeblocks):
1462 (JpxImage.JpxImageClosure.createPacket):
1463 (JpxImage.JpxImageClosure.LayerResolutionComponentPositionIterator.this.nextPacket):
1464 (JpxImage.JpxImageClosure.LayerResolutionComponentPositionIterator):
1465 (JpxImage.JpxImageClosure.ResolutionLayerComponentPositionIterator.this.nextPacket):
1466 (JpxImage.JpxImageClosure.ResolutionLayerComponentPositionIterator):
1467 (JpxImage.JpxImageClosure.buildPackets):
1468 (JpxImage.JpxImageClosure.readBits):
1469 (JpxImage.JpxImageClosure.alignToByte):
1470 (JpxImage.JpxImageClosure.readCodingpasses):
1471 (JpxImage.JpxImageClosure.parseTilePackets):
1472 (JpxImage.JpxImageClosure.copyCoefficients):
1473 (JpxImage.JpxImageClosure.transformTile):
1474 (JpxImage.JpxImageClosure.transformComponents):
1475 (JpxImage.JpxImageClosure.initializeTile):
1476 (JpxImage.JpxImageClosure.):
1477 (JpxImage.JpxImageClosure.TagTree):
1478 (JpxImage.JpxImageClosure.InclusionTree):
1479 (JpxImage.JpxImageClosure.ArithmeticDecoder):
1480 (JpxImage.JpxImageClosure.BitModel):
1481 (JpxImage.JpxImageClosure.Transform):
1482 (JpxImage.JpxImageClosure.IrreversibleTransform):
1483 (JpxImage.JpxImageClosure.ReversibleTransform):
1487 2016-07-03 Benjamin Poulain <bpoulain@apple.com>
1489 [JSC] __lookupGetter__ and __lookupSetter__ should not ignore exceptions
1490 https://bugs.webkit.org/show_bug.cgi?id=159390
1492 Reviewed by Mark Lam.
1494 * js/property-getters-and-setters-expected.txt:
1495 * js/script-tests/property-getters-and-setters.js:
1498 (getOwnPropertyDescriptor):
1502 2016-07-03 Frederic Wang <fred.wang@free.fr>
1504 Update windows test expectations for some MathML tests.
1506 Unreviewed test gardening.
1508 * platform/win/TestExpectations:
1509 * platform/win/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Added.
1511 2016-07-03 Frederic Wang <fred.wang@free.fr>
1513 [win] Update TestExpectations after the MathML refactoring
1514 https://bugs.webkit.org/show_bug.cgi?id=159386
1516 Reviewed by Alex Christensen.
1518 * platform/win/TestExpectations:
1520 2016-07-03 Frederic Wang <fred.wang@free.fr>
1522 Update windows test expectations for some MathML tests.
1524 Unreviewed test gardening.
1526 * platform/win/TestExpectations:
1527 * platform/win/mathml/opentype/horizontal-expected.txt:
1528 * platform/win/mathml/opentype/horizontal-munderover-expected.txt:
1530 2016-07-03 David Kilzer <ddkilzer@apple.com>
1532 fast/css/image-set-unprefixed.html fails on iOS Simulator
1536 "image-src" support is missing. We only support "-webkit-image-src"
1537 https://bugs.webkit.org/show_bug.cgi?id=159373
1538 <rdar://problem/27140443>
1540 * platform/ios-simulator/fast/css/image-set-unprefixed-expected.txt: Added.
1541 Cursor tests are expected to fail on iOS Simulator.
1543 2016-07-02 Joseph Pecoraro <pecoraro@apple.com>
1545 inspector/debugger/command-line-api-exception.html flakily times out on mac
1546 https://bugs.webkit.org/show_bug.cgi?id=152029
1547 <rdar://problem/23813812>
1549 Reviewed by Timothy Hatcher.
1551 * inspector/debugger/command-line-api-exception-expected.txt:
1552 * inspector/debugger/command-line-api-exception-nested-catch-expected.txt:
1553 * inspector/debugger/command-line-api-exception-nested-catch.html:
1554 * inspector/debugger/command-line-api-exception.html:
1555 * platform/mac/TestExpectations:
1556 Rewrite these tests to use the new test harness.
1557 This also is more careful about Pause/Resume timing differences
1558 between Release and Debug builds.
1560 2016-07-02 Joseph Pecoraro <pecoraro@apple.com>
1562 Web Inspector: Fix inspector/debugger/pause-reason.html
1563 https://bugs.webkit.org/show_bug.cgi?id=159325
1565 Reviewed by Timothy Hatcher.
1567 * platform/mac/TestExpectations:
1568 * inspector/debugger/pause-reason.html:
1569 This test was pausing on inspector code (evaluateInPage) and
1570 auto-resuming. Instead change the test to pause on the page
1571 doing the setTimeout, so we get the expected pause on next
1572 statement evaluation.
1574 2016-07-02 Frederic Wang <fred.wang@free.fr>
1576 Update EFL expectations for some MathML tests.
1578 Unreviewed test gardening.
1580 * platform/efl/TestExpectations: Mark mathml/presentation/radical-bar-visibility.html as failing.
1581 * platform/efl/mathml/opentype/horizontal-munderover-expected.txt: Update expectation using latest buildbot results.
1582 * platform/efl/mathml/presentation/menclose-notation-values-expected.txt: Ditto.
1583 * platform/efl/mathml/presentation/mspace-children-expected.txt: Ditto.
1585 2016-07-02 Frederic Wang <fred.wang@free.fr>
1587 Update windows expectations for some MathML tests.
1589 Unreviewed test gardening.
1591 * platform/win/TestExpectations:
1592 * platform/win/mathml/opentype/large-operators-expected.txt: Added.
1593 * platform/win/mathml/opentype/opentype-stretchy-expected.txt: Added.
1594 * platform/win/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Removed.
1595 * platform/win/mathml/opentype/vertical-expected.txt: Added.
1596 * platform/win/mathml/presentation/menclose-notation-default-longdiv-expected.txt:
1597 * platform/win/mathml/presentation/mo-stretch-expected.txt: Added.
1598 * platform/win/mathml/presentation/roots-expected.txt: Added.
1599 * platform/win/mathml/radical-fallback-expected.png: Added.
1600 * platform/win/mathml/radical-fallback-expected.txt: Added.
1601 * platform/efl/mathml/radical-fallback-expected.txt:
1603 2016-07-02 Frederic Wang <fred.wang@free.fr>
1605 Update EFL expectations for some MathML tests.
1607 Unreviewed test gardening.
1609 * platform/efl/accessibility/math-mo-fences-and-separators-expected.txt: Added.
1610 * platform/efl/mathml/opentype/horizontal-expected.txt:
1611 * platform/efl/mathml/opentype/horizontal-munderover-expected.txt:
1612 * platform/efl/mathml/opentype/large-operators-expected.png: Removed.
1613 * platform/efl/mathml/opentype/large-operators-expected.txt:
1614 * platform/efl/mathml/opentype/opentype-stretchy-expected.png: Removed.
1615 * platform/efl/mathml/opentype/opentype-stretchy-expected.txt:
1616 * platform/efl/mathml/opentype/vertical-expected.png: Removed.
1617 * platform/efl/mathml/opentype/vertical-expected.txt:
1618 * platform/efl/mathml/presentation/menclose-notation-default-longdiv-expected.png: Removed.
1619 * platform/efl/mathml/presentation/menclose-notation-default-longdiv-expected.txt:
1620 * platform/efl/mathml/presentation/menclose-notation-values-expected.txt:
1621 * platform/efl/mathml/presentation/mo-stretch-expected.png: Removed.
1622 * platform/efl/mathml/presentation/mo-stretch-expected.txt:
1623 * platform/efl/mathml/presentation/mspace-children-expected.txt:
1624 * platform/efl/mathml/presentation/roots-expected.png: Removed.
1625 * platform/efl/mathml/presentation/roots-expected.txt:
1626 * platform/efl/mathml/radical-fallback-expected.txt: Added.
1628 2016-07-02 Frederic Wang <fred.wang@free.fr>
1630 Update iOS expectations for some MathML tests.
1632 Unreviewed test gardening.
1634 * platform/ios-simulator-wk1/TestExpectations:
1635 * platform/ios-simulator-wk2/TestExpectations:
1636 * platform/ios-simulator/TestExpectations:
1637 * platform/ios-simulator/mathml/mathml-in-dashboard-actual.txt: Added.
1639 2016-07-01 Myles C. Maxfield <mmaxfield@apple.com>
1641 REGRESSION(r189668): Notification tests are flakey
1642 https://bugs.webkit.org/show_bug.cgi?id=159375
1643 <rdar://problem/22760990>
1645 Reviewed by Alexey Proskuryakov.
1647 * platform/mac/TestExpectations:
1648 * platform/mac-wk2/TestExpectations:
1650 2016-07-01 Commit Queue <commit-queue@webkit.org>
1652 Unreviewed, rolling out r202766.
1653 https://bugs.webkit.org/show_bug.cgi?id=159382
1655 The new test asserts every time (Requested by ap on #webkit).
1659 "Web Inspector: Sending XHR with UTF8 encoded data shows
1660 garbled data in Resource sidebar"
1661 https://bugs.webkit.org/show_bug.cgi?id=159358
1662 http://trac.webkit.org/changeset/202766
1664 2016-07-01 Benjamin Poulain <bpoulain@apple.com>
1666 [JSC] RegExp.compile is not returning the regexp when it succeed
1667 https://bugs.webkit.org/show_bug.cgi?id=159381
1669 Reviewed by Mark Lam.
1671 * js/regexp-compile-expected.txt:
1672 * js/script-tests/regexp-compile.js:
1674 2016-07-01 Zalan Bujtas <zalan@apple.com>
1676 prepareForDestruction() always needs to be called before destroying the Document object.
1677 https://bugs.webkit.org/show_bug.cgi?id=159372
1678 rdar://problem/26788150
1680 Reviewed by Antti Koivisto.
1682 We should never start destroying the Document object without calling prepareForDestruction() first.
1683 It ensures that render tree gets nuked before we start tearing down the node tree.
1685 * fast/history/page-cache-destroy-document-expected.txt: Added.
1686 * fast/history/page-cache-destroy-document.html: Added.
1687 * fast/history/resources/page-cache-destroy-helper.html: Added.
1689 2016-07-01 Saam Barati <sbarati@apple.com>
1691 fix "ASSERTION FAILED: currentOffset() >= currentLineStartOffset()"
1692 https://bugs.webkit.org/show_bug.cgi?id=158572
1693 <rdar://problem/26884092>
1695 Reviewed by Mark Lam.
1697 * js/parser-syntax-check-expected.txt:
1698 * js/script-tests/parser-syntax-check.js:
1699 (invalid.or.break.catch):
1702 2016-07-01 Ryan Haddad <ryanhaddad@apple.com>
1704 Marking fast/history/page-cache-webdatabase-pending-transaction.html as flaky on Mac
1705 https://bugs.webkit.org/show_bug.cgi?id=159379
1707 Unreviewed test gardening.
1709 * platform/mac/TestExpectations:
1711 2016-07-01 Johan K. Jensen <jj@johanjensen.dk>
1713 Web Inspector: Sending XHR with UTF8 encoded data shows garbled data in Resource sidebar
1714 https://bugs.webkit.org/show_bug.cgi?id=159358
1716 Reviewed by Joseph Pecoraro.
1718 Based on Chromium patch:
1719 <https://chromium.googlesource.com/chromium/src/+/bcbb663864624ab38b36731eb2edc839a90f9e65%5E%21/#F2>
1721 * http/tests/inspector/network/xhr-request-data-encoded-correctly-expected.txt:
1722 * http/tests/inspector/network/xhr-request-data-encoded-correctly.html:
1724 2016-07-01 Dean Jackson <dino@apple.com>
1726 "image-src" support is missing. We only support "-webkit-image-src"
1727 https://bugs.webkit.org/show_bug.cgi?id=159373
1728 <rdar://problem/27140443>
1730 Patch by Brent Fulgham and Dean Jackson.
1731 Reviewed by Dean Jackson and Brent Fulgham.
1733 Convert some existing tests to use the unprefixed form,
1734 and add a test that checks we are compatible with
1737 * cssom/cssvalue-comparison-expected.txt:
1738 * cssom/cssvalue-comparison.html:
1739 * fast/css/cursor-parsing-image-set-expected.txt:
1740 * fast/css/cursor-parsing-image-set.html:
1741 * fast/css/image-set-setting-expected.txt:
1742 * fast/css/image-set-unprefixed-expected.txt: Added.
1743 * fast/css/image-set-unprefixed.html: Added.
1744 * fast/css/script-tests/image-set-setting.js:
1747 2016-07-01 Ryan Haddad <ryanhaddad@apple.com>
1749 Land test expectations for rdar://problem/27141291.
1751 * platform/mac/TestExpectations:
1753 2016-07-01 Chris Dumez <cdumez@apple.com>
1755 Regression(r199087): window.focus() / window.close() can no longer be called by a Window's opener
1756 https://bugs.webkit.org/show_bug.cgi?id=159364
1757 <rdar://problem/27117169>
1759 Reviewed by Gavin Barraclough.
1761 Add layout test coverage.
1763 * fast/dom/Window/child-window-focus-expected.txt: Added.
1764 * fast/dom/Window/child-window-focus.html: Added.
1766 2016-07-01 Ryan Haddad <ryanhaddad@apple.com>
1768 Test gardening for Sierra WK1
1770 Unreviewed test gardening.
1772 * platform/mac-wk1/TestExpectations:
1774 2016-07-01 Frederic Wang <fwang@igalia.com>
1776 Remove failure expectation for mathml/presentation/bug97990.html on ios-simulator
1778 Unreviewed test gardening.
1780 * platform/ios-simulator-wk2/TestExpectations:
1782 2016-07-01 Benjamin Poulain <bpoulain@apple.com>
1784 __defineGetter__/__defineSetter__ should throw exceptions
1785 https://bugs.webkit.org/show_bug.cgi?id=142934
1787 Reviewed by Mark Lam.
1789 * js/dom/dom-properties-are-configurable-expected.txt: Added.
1790 * js/dom/dom-properties-are-configurable.html: Added.
1791 * js/object-literal-duplicate-properties-expected.txt:
1792 * js/property-getters-and-setters-expected.txt:
1793 * js/script-tests/object-literal-duplicate-properties.js:
1794 * js/script-tests/property-getters-and-setters.js:
1796 2016-07-01 Benjamin Poulain <bpoulain@apple.com>
1798 [JSC] Date.toGMTString should be the Date.toUTCString function
1799 https://bugs.webkit.org/show_bug.cgi?id=159318
1801 Reviewed by Mark Lam.
1803 * js/date-prototype-expected.txt: Added.
1804 * js/date-prototype.html: Added.
1805 * js/script-tests/date-prototype.js: Added.
1807 2016-07-01 Frederic Wang <fwang@igalia.com>
1809 Rebaseline some MathML tests.
1811 Unreviewed test gardening.
1813 * platform/gtk/mathml/opentype/munderover-window-resize-expected.txt: Removed.
1814 * platform/ios-simulator/mathml/presentation/roots-expected.png: Added.
1815 * platform/mac/mathml/opentype/munderover-window-resize-expected.png: Removed.
1817 2016-07-01 Frederic Wang <fwang@igalia.com>
1819 Update OS X and iOS expectations for some MathML pixel tests.
1820 https://bugs.webkit.org/show_bug.cgi?id=159339
1822 Unreviewed test gardening.
1824 * mathml/opentype/fraction-line.html: Add a comment about font requirements.
1825 * mathml/opentype/horizontal-munderover.html: Ditto.
1826 * mathml/opentype/horizontal.html: Ditto.
1827 * mathml/opentype/large-operators-italic-correction.html: Ditto.
1828 * mathml/opentype/large-operators.html: Ditto.
1829 * mathml/opentype/vertical.html: Ditto.
1830 * mathml/presentation/attributes-mathvariant.html: Ditto.
1831 * mathml/presentation/fractions-linethickness.html: Ditto.
1832 * mathml/presentation/tokenElements-mathvariant.html: Ditto.
1833 * mathml/radical-fallback.html: Ditto.
1834 * platform/ios-simulator-wk1/TestExpectations: Update expectations.
1835 * platform/ios-simulator-wk2/TestExpectations: Ditto.
1836 * platform/ios-simulator-wk2/mathml/opentype/large-operators-expected.png: Removed.
1837 * platform/ios-simulator-wk2/mathml/opentype/vertical-expected.png: Removed.
1838 * platform/ios-simulator-wk2/mathml/presentation/mo-stretch-expected.png: Removed.
1839 * platform/ios-simulator/TestExpectations:
1840 * platform/ios-simulator/mathml/opentype/horizontal-expected.txt: Removed.
1841 * platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt: Removed.
1842 * platform/ios-simulator/mathml/opentype/large-operators-expected.txt: Removed.
1843 * platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.png: Added.
1844 * platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.png: Added.
1845 * platform/ios-simulator/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
1846 * platform/ios-simulator/mathml/opentype/vertical-expected.txt: Removed.
1847 * platform/ios-simulator/mathml/presentation/menclose-notation-default-longdiv-expected.png: Added.
1848 * platform/ios-simulator/mathml/presentation/menclose-notation-values-expected.png: Added.
1849 * platform/ios-simulator/mathml/presentation/mo-stretch-expected.png: Added.
1850 * platform/ios-simulator/mathml/presentation/mo-stretch-expected.txt:
1851 * platform/ios-simulator/mathml/presentation/mspace-children-expected.png: Added.
1852 * platform/ios-simulator/mathml/radical-fallback-expected.png:
1853 * platform/mac/TestExpectations: Update expectations.
1854 * platform/mac/mathml/opentype/horizontal-expected.txt: Removed.
1855 * platform/mac/mathml/opentype/horizontal-munderover-expected.txt: Removed.
1856 * platform/mac/mathml/opentype/large-operators-expected.txt: Removed.
1857 * platform/mac/mathml/opentype/opentype-stretchy-expected.png: Added.
1858 * platform/mac/mathml/opentype/vertical-expected.txt: Removed.
1859 * platform/mac/mathml/presentation/menclose-notation-values-expected.png:
1860 * platform/mac/mathml/presentation/menclose-notation-values-expected.txt:
1861 * platform/mac/mathml/presentation/mo-stretch-expected.png:
1862 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
1863 * platform/mac/mathml/presentation/mspace-children-expected.png: Added.
1864 * platform/mac/mathml/presentation/roots-expected.png:
1865 * platform/mac/mathml/presentation/roots-expected.txt:
1866 * platform/mac/mathml/radical-fallback-expected.png:
1867 * platform/mac/mathml/radical-fallback-expected.txt:
1869 2016-07-01 Brady Eidson <beidson@apple.com>
1871 Blob content type not preserved when retrieving blobs from IndexedDB.
1872 <rdar://problem/27057357> and https://bugs.webkit.org/show_bug.cgi?id=159360
1874 Reviewed by Alex Christensen.
1876 * storage/indexeddb/modern/blob-svg-image-expected.txt: Added.
1877 * storage/indexeddb/modern/blob-svg-image.html: Added.
1878 * storage/indexeddb/modern/resources/blob-svg-image.js: Added.
1879 * storage/indexeddb/modern/resources/blob-svg-image1.html: Added.
1880 * storage/indexeddb/modern/resources/blob-svg-image2.html: Added.
1882 2016-07-01 Joseph Pecoraro <pecoraro@apple.com>
1884 Web Inspector: Cleanup inspector/console/console-message.html
1885 https://bugs.webkit.org/show_bug.cgi?id=159324
1887 Reviewed by Brian Burg.
1889 * inspector/console/console-message.html:
1891 2016-07-01 Frederic Wang <fwang@igalia.com>
1893 Rebaseline opentype-stretchy-horizontal.html for EFL.
1894 https://bugs.webkit.org/show_bug.cgi?id=135561
1896 Unreviewed test gardening.
1898 * platform/efl/TestExpectations:
1899 * platform/efl/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
1901 2016-07-01 Frederic Wang <fwang@igalia.com>
1903 Regenerate EFL expectation for foreign-element-in-token.html
1904 https://bugs.webkit.org/show_bug.cgi?id=133972
1906 Unreviewed test gardening.
1908 * platform/efl/TestExpectations:
1909 * platform/efl/mathml/presentation/foreign-element-in-token-expected.txt: Added.
1911 2016-07-01 Frederic Wang <fwang@igalia.com>
1913 Fix warnings about non existent paths in TestExpectations
1915 Unreviewed test gardening.
1917 * platform/efl/TestExpectations:
1918 * platform/gtk/TestExpectations:
1919 * platform/win/TestExpectations:
1921 2016-07-01 Frederic Wang <fwang@igalia.com>
1923 Fix error in r202729
1925 Unreviewed test gardening.
1927 * platform/ios-simulator/TestExpectations: Revert unintentional change of horizontal-munderover.
1929 2016-07-01 Frederic Wang <fwang@igalia.com>
1931 Reorganize and improve comments for MathML test expectations on ios and mac.
1933 Unreviewed test gardening.
1935 * platform/ios-simulator-wk2/TestExpectations:
1936 * platform/ios-simulator/TestExpectations:
1937 * platform/mac/TestExpectations:
1939 2016-06-30 Ryan Haddad <ryanhaddad@apple.com>
1941 Skipping flaky inspector/debugger/break-on-* tests
1942 https://bugs.webkit.org/show_bug.cgi?id=159272
1944 Unreviewed test gardening.
1946 * platform/mac/TestExpectations:
1948 2016-06-30 Ryan Haddad <ryanhaddad@apple.com>
1950 Moving flaky expectation for inspector/codemirror/prettyprinting-css-rules.html from mac-wk1 to mac.
1951 https://bugs.webkit.org/show_bug.cgi?id=153460
1953 Unreviewed test gardening.
1955 * platform/mac-wk1/TestExpectations:
1956 * platform/mac/TestExpectations:
1958 2016-06-30 Joseph Pecoraro <pecoraro@apple.com>
1960 Web Inspector: Wrong function name next to scope
1961 https://bugs.webkit.org/show_bug.cgi?id=158210
1962 <rdar://problem/26543093>
1964 Reviewed by Timothy Hatcher.
1966 * inspector/debugger/paused-scopes-expected.txt: Added.
1967 * inspector/debugger/paused-scopes.html: Added.
1968 * inspector/debugger/resources/paused-scopes.js: Added.
1969 Test dumps the call frames and scope chains for each call frame
1970 when pausing at different locations in a program. Outputting
1971 the hashes we can see even identically named functions have
1972 different hashes because their location is different.
1974 * inspector/model/scope-chain-node.html:
1975 Make the test more stable on debug builds which run slower.
1977 2016-06-30 Antoine Quint <graouts@apple.com>
1979 Drawing an SVG image into a <canvas> that is not in the DOM draws the wrong region
1980 https://bugs.webkit.org/show_bug.cgi?id=159276
1982 Reviewed by Dean Jackson.
1984 Adding a series of new tests to check we correctly respect mismatching source and
1985 destination rectangles with SVG images as sources, both with the source <img> element
1986 being present and absent from the DOM, and explicit sizes being set or not set.
1988 * svg/as-image/img-with-svg-resource-in-dom-and-drawImage-expected.html: Added.
1989 * svg/as-image/img-with-svg-resource-in-dom-and-drawImage.html: Added.
1990 * svg/as-image/img-with-svg-resource-in-dom-no-size-and-drawImage-expected.html: Added.
1991 * svg/as-image/img-with-svg-resource-in-dom-no-size-and-drawImage.html: Added.
1992 * svg/as-image/img-with-svg-resource-not-in-dom-and-drawImage-expected.html: Added.
1993 * svg/as-image/img-with-svg-resource-not-in-dom-and-drawImage.html: Added.
1994 * svg/as-image/img-with-svg-resource-not-in-dom-no-size-and-drawImage-expected.html: Added.
1995 * svg/as-image/img-with-svg-resource-not-in-dom-no-size-and-drawImage.html: Added.
1997 2016-06-30 Antoine Quint <graouts@apple.com>
1999 [iOS] Media controls are too cramped with small video
2000 https://bugs.webkit.org/show_bug.cgi?id=158815
2001 <rdar://problem/26824238>
2003 Reviewed by Eric Carlson.
2005 Adjust the output of a couple of tests to account for the time label clones, ensure the video
2006 is wide enough to always have its timeline visible for tests that rely on the timeline being
2007 visible to drag and seek, and finally add a new test.
2009 * media/controls-drag-timebar.html:
2010 * media/media-controls-drag-timeline-set-controls-property.html:
2011 * media/video-controls-drop-and-restore-timeline-expected.txt: Added.
2012 * media/video-controls-drop-and-restore-timeline.html: Added.
2013 * platform/mac-yosemite/http/tests/media/hls/video-controls-live-stream-expected.txt:
2014 * platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
2016 2016-06-30 Ryan Haddad <ryanhaddad@apple.com>
2018 Removing duplicated line from Mac TestExpectations file.
2020 Unreviewed test gardening.
2022 * platform/mac/TestExpectations:
2024 2016-06-30 Ryan Haddad <ryanhaddad@apple.com>
2026 Marking fast/shrink-wrap/rect-shrink-wrap.html as flaky on ios-simulator
2027 https://bugs.webkit.org/show_bug.cgi?id=159275
2029 Unreviewed test gardening.
2031 * platform/ios-simulator-wk2/TestExpectations:
2033 2016-06-30 Commit Queue <commit-queue@webkit.org>
2035 Unreviewed, rolling out r202659.
2036 https://bugs.webkit.org/show_bug.cgi?id=159305
2038 The test for this change times out on mac-wk2 debug and caused
2039 an existing test to crash. (Requested by ryanhaddad on
2044 "Web Inspector: Wrong function name next to scope"
2045 https://bugs.webkit.org/show_bug.cgi?id=158210
2046 http://trac.webkit.org/changeset/202659
2048 2016-06-30 Benjamin Poulain <bpoulain@apple.com>
2050 [JSC] Date.setYear() misses timeClip()
2051 https://bugs.webkit.org/show_bug.cgi?id=159289
2053 Reviewed by Geoffrey Garen.
2055 * js/date-timeClip-large-values-expected.txt:
2056 * js/script-tests/date-timeClip-large-values.js:
2057 The failures are caused by bugs related to GregorianDateTime.
2058 The last test case is the one covering this patch.
2060 2016-06-30 Commit Queue <commit-queue@webkit.org>
2062 Unreviewed, rolling out r202679.
2063 https://bugs.webkit.org/show_bug.cgi?id=159302
2065 Still causing timeouts on media/controls-drag-timebar.html
2066 (Requested by ap on #webkit).
2070 "[iOS] Media controls are too cramped with small video"
2071 https://bugs.webkit.org/show_bug.cgi?id=158815
2072 http://trac.webkit.org/changeset/202679
2074 2016-06-30 Joseph Pecoraro <pecoraro@apple.com> and Yusuke Suzuki <utatane.tea@gmail.com>
2076 [JSC] Implement isFinite / isNaN in JS and make DFG ToNumber accept non number values
2077 https://bugs.webkit.org/show_bug.cgi?id=154022
2079 Reviewed by Filip Pizlo.
2081 * js/regress/Number-isNaN-expected.txt: Added.
2082 * js/regress/Number-isNaN.html: Added.
2083 * js/regress/global-isNaN-expected.txt: Added.
2084 * js/regress/global-isNaN.html: Added.
2085 * js/regress/script-tests/Number-isNaN.js: Added.
2086 * js/regress/script-tests/global-isNaN.js: Added.
2087 * js/regress/script-tests/many-foreach-calls.js:
2089 (i.array.forEach): Deleted.
2090 * js/regress/script-tests/to-number-constructor-number-string-number-string.js: Added.
2092 * js/regress/script-tests/to-number-constructor-only-number.js: Added.
2094 * js/regress/script-tests/to-number-constructor-only-string.js: Added.
2096 * js/regress/script-tests/to-number-constructor-string-number-string-number.js: Added.
2098 * js/regress/script-tests/to-number-number-string-number-string.js: Added.
2100 * js/regress/script-tests/to-number-only-number.js: Added.
2102 * js/regress/script-tests/to-number-only-string.js: Added.
2104 * js/regress/script-tests/to-number-string-number-string-number.js: Added.
2106 * js/regress/to-number-constructor-number-string-number-string-expected.txt: Added.
2107 * js/regress/to-number-constructor-number-string-number-string.html: Added.
2108 * js/regress/to-number-constructor-only-number-expected.txt: Added.
2109 * js/regress/to-number-constructor-only-number.html: Added.
2110 * js/regress/to-number-constructor-only-string-expected.txt: Added.
2111 * js/regress/to-number-constructor-only-string.html: Added.
2112 * js/regress/to-number-constructor-string-number-string-number-expected.txt: Added.
2113 * js/regress/to-number-constructor-string-number-string-number.html: Added.
2114 * js/regress/to-number-number-string-number-string-expected.txt: Added.
2115 * js/regress/to-number-number-string-number-string.html: Added.
2116 * js/regress/to-number-only-number-expected.txt: Added.
2117 * js/regress/to-number-only-number.html: Added.
2118 * js/regress/to-number-only-string-expected.txt: Added.
2119 * js/regress/to-number-only-string.html: Added.
2120 * js/regress/to-number-string-number-string-number-expected.txt: Added.
2121 * js/regress/to-number-string-number-string-number.html: Added.
2123 2016-06-30 Antoine Quint <graouts@apple.com>
2125 [iOS] Media controls are too cramped with small video
2126 https://bugs.webkit.org/show_bug.cgi?id=158815
2127 <rdar://problem/26824238>
2129 Reviewed by Eric Carlson.
2131 Adjust the output of this test to account for the time label clones and add a new test.
2133 * media/video-controls-drop-and-restore-timeline-expected.txt: Added.
2134 * media/video-controls-drop-and-restore-timeline.html: Added.
2135 * platform/mac-yosemite/http/tests/media/hls/video-controls-live-stream-expected.txt:
2136 * platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
2138 2016-06-29 Benjamin Poulain <bpoulain@apple.com>
2140 Attempt to fix constructor-length.html
2142 I did a rebaseline of constructor-length.html.
2143 I should have updated the test instead.
2145 * js/dom/constructor-length.html:
2146 * platform/efl/js/dom/constructor-length-expected.txt:
2147 * platform/gtk/js/dom/constructor-length-expected.txt:
2148 * platform/ios-simulator/js/dom/constructor-length-expected.txt:
2149 * platform/mac/js/dom/constructor-length-expected.txt:
2150 * platform/win/js/dom/constructor-length-expected.txt:
2152 2016-06-29 Adam Bergkvist <adam.bergkvist@ericsson.com>
2154 WebRTC: Implement MediaEndpointPeerConnection::setConfiguration()
2155 https://bugs.webkit.org/show_bug.cgi?id=159254
2157 Reviewed by Eric Carlson.
2159 Test configuring an RTCPeerConnection object via the constructor and setConfiguration() and
2160 check the resulting configuration with getConfiguration().
2162 * fast/mediastream/RTCPeerConnection-getConfiguration-expected.txt:
2163 * fast/mediastream/RTCPeerConnection-getConfiguration.html:
2164 Remove 'requestIdentity' tests (dictionary member removed from WebRTC 1.0). Add tests for
2166 * platform/gtk/TestExpectations:
2169 2016-06-29 Benjamin Poulain <bpoulain@apple.com>
2171 [JSC] Minor TypedArray fixes
2172 https://bugs.webkit.org/show_bug.cgi?id=159286
2174 Reviewed by Keith Miller.
2176 * js/script-tests/typedarray-constructors.js:
2177 * js/script-tests/typedarray-prototype.js:
2178 * js/typedarray-constructors-expected.txt:
2179 * js/typedarray-prototype-expected.txt:
2181 2016-06-29 Joseph Pecoraro <pecoraro@apple.com>
2183 Web Inspector: API View of Native DOM APIs looks poor (TypeErrors for native getters)
2184 https://bugs.webkit.org/show_bug.cgi?id=158334
2185 <rdar://problem/26615366>
2187 Reviewed by Timothy Hatcher.
2189 * inspector/runtime/getProperties-expected.txt:
2190 * inspector/runtime/getProperties.html:
2191 Improve output for accessors now that getProperties
2192 returns real accessor descriptors for native accessors
2193 instead of fake value descriptors.
2195 2016-06-29 Joseph Pecoraro <pecoraro@apple.com>
2197 Web Inspector: Wrong function name next to scope
2198 https://bugs.webkit.org/show_bug.cgi?id=158210
2199 <rdar://problem/26543093>
2201 Reviewed by Brian Burg.
2203 * inspector/debugger/paused-scopes-expected.txt: Added.
2204 * inspector/debugger/paused-scopes.html: Added.
2205 * inspector/debugger/resources/paused-scopes.js: Added.
2206 Test dumps the call frames and scope chains for each call frame
2207 when pausing at different locations in a program. Outputting
2208 the hashes we can see even identically named functions have
2209 different hashes because their location is different.
2211 2016-06-29 Ryan Haddad <ryanhaddad@apple.com>
2213 Marking perf/rel-list-remove.html as flaky on ios-simulator
2214 https://bugs.webkit.org/show_bug.cgi?id=156561
2216 Unreviewed test gardening.
2218 * platform/ios-simulator/TestExpectations:
2220 2016-06-29 Saam barati <sbarati@apple.com>
2222 Destructuring variable declaration is missing a validation of the syntax of a sub production when there is a rhs
2223 https://bugs.webkit.org/show_bug.cgi?id=159267
2225 Reviewed by Mark Lam.
2227 * js/parser-syntax-check-expected.txt:
2228 * js/script-tests/parser-syntax-check.js:
2230 2016-06-29 Nan Wang <n_wang@apple.com>
2232 AX: Crash in WebCore::Document::focusNavigationStartingNode(WebCore::FocusDirection) const + 128
2233 https://bugs.webkit.org/show_bug.cgi?id=159240
2235 Reviewed by Ryosuke Niwa.
2237 * fast/events/remove-focus-navigation-starting-point-crash-expected.txt: Added.
2238 * fast/events/remove-focus-navigation-starting-point-crash.html: Added.
2239 * platform/ios-simulator/TestExpectations:
2241 2016-06-29 Ryan Haddad <ryanhaddad@apple.com>
2243 Marking animations/multiple-backgrounds.html as flaky on ios-simulator.
2244 https://bugs.webkit.org/show_bug.cgi?id=150942
2246 Unreviewed test gardening.
2248 * platform/ios-simulator-wk2/TestExpectations:
2250 2016-06-29 Ryan Haddad <ryanhaddad@apple.com>
2252 Unreviewed, rolling out r202617.
2254 The LayoutTest from this change crashes under GuardMalloc
2258 "Throw exceptions for invalid number of channels for
2260 https://bugs.webkit.org/show_bug.cgi?id=159238
2261 http://trac.webkit.org/changeset/202617
2263 2016-06-29 Jer Noble <jer.noble@apple.com>
2265 Cannot clear a MediaSource SourceBuffer in Safari 9 and WebKit nightly
2266 https://bugs.webkit.org/show_bug.cgi?id=159230
2268 Reviewed by Eric Carlson.
2270 * media/media-source/media-source-remove.html:
2271 * media/media-source/media-source-remove-expected.txt:
2273 2016-06-29 Joseph Pecoraro <pecoraro@apple.com>
2275 Web Inspector: Show Shadow Root type in DOM Tree
2276 https://bugs.webkit.org/show_bug.cgi?id=159236
2277 <rdar://problem/27068521>
2279 Reviewed by Timothy Hatcher.
2281 * inspector/dom/shadowRootType-expected.txt: Added.
2282 * inspector/dom/shadowRootType.html: Added.
2284 2016-06-29 Benjamin Poulain <bpoulain@apple.com>
2286 [JSC] Fix small issues of TypedArray prototype
2287 https://bugs.webkit.org/show_bug.cgi?id=159248
2289 Reviewed by Saam Barati.
2291 * js/script-tests/typedarray-prototype.js: Added.
2292 * js/typedarray-prototype-expected.txt: Added.
2293 * js/typedarray-prototype.html: Added.
2295 2016-06-29 Alejandro G. Castro <alex@igalia.com>
2297 WebRTC: ice-char can not contain '=' characters for credentials
2298 https://bugs.webkit.org/show_bug.cgi?id=159207
2300 Reviewed by Eric Carlson.
2302 Modified the parser to make the regexp similar to the one we have
2305 * fast/mediastream/resources/sdp-utils.js:
2306 (printComparableSessionDescription):
2308 2016-06-29 David Kilzer <ddkilzer@apple.com>
2310 Crash when 'input' event handler for input[type=color] changes the input type
2311 <https://webkit.org/b/159262>
2312 <rdar://problem/27020404>
2314 Reviewed by Daniel Bates.
2316 Test based on a Blink change (patch by <tkent@chromium.org>):
2317 <https://chromium.googlesource.com/chromium/src.git/+/a17cb3ecef49a078657524cdeaba33ad2083646c>
2319 * fast/forms/color/color-type-change-on-input-crash-expected.txt: Added.
2320 * fast/forms/color/color-type-change-on-input-crash.html: Added.
2322 2016-06-29 Adam Bergkvist <adam.bergkvist@ericsson.com>
2324 WebRTC: Misc MediaStreamEvent fixes: Update build flag and remove PassRefPtr usage
2325 https://bugs.webkit.org/show_bug.cgi?id=159132
2327 Reviewed by Eric Carlson.
2329 Update skip lists and expected results to not expect the MediaStreamEvent constructor in
2330 the global scope (it's under the WEB_RTC build flag).
2332 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
2333 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
2334 (all above) Remove expected results associated with MediaStreamEvent constructor.
2335 * platform/ios-simulator/TestExpectations:
2336 * platform/mac/TestExpectations:
2337 Skip MediaStreamEvent constructor test on ports that dont't build with WEB_RTC yet.
2339 2016-06-29 Carlos Alberto Lopez Perez <clopez@igalia.com>
2341 [GTK] Fix the expectations for crypto/subtle tests after r202535.
2342 https://bugs.webkit.org/show_bug.cgi?id=159260
2346 * platform/gtk/TestExpectations: Skip properly the crypto/subtle tests.
2348 2016-06-29 Carlos Alberto Lopez Perez <clopez@igalia.com>
2350 [GTK][Wayland] Implement support for running the layout tests under a (virtualized) Wayland environment.
2351 https://bugs.webkit.org/show_bug.cgi?id=156716
2353 Reviewed by Carlos Garcia Campos and Michael Catanzaro.
2355 * platform/gtk-wayland/TestExpectations: Added. Add initial Wayland specific test expectations.
2357 2016-06-29 David Kilzer <ddkilzer@apple.com>
2359 Throw exceptions for invalid number of channels for ConvolverNode
2360 <https://webkit.org/b/159238>
2361 <rdar://problem/27020410>
2363 Reviewed by Brent Fulgham.
2365 Test based on a Blink change (patch by <rtoy@chromium.org>):
2366 <https://chromium.googlesource.com/chromium/src.git/+/0cc26bbb7175aec77910d0b47faf9f8c8a640fe5>
2368 compatibility.js based on a Blink change (patch by <rtoy@google.com>):
2369 <https://chromium.googlesource.com/chromium/src.git/+/f846f5a461d1fcdbe5152898576c125058079ed1>
2371 * webaudio/convolver-channels-expected.txt: Added.
2372 * webaudio/convolver-channels.html: Added.
2373 * webaudio/resources/compatibility.js: Added.
2375 2016-06-28 Frederic Wang <fwang@igalia.com>
2377 AX: Add accessibility tests for MathML operators
2378 https://bugs.webkit.org/show_bug.cgi?id=124836
2380 Reviewed by Joanmarie Diggs.
2382 We add one test to verify the (sub)roles of MathML operators with various fence and separator
2383 properties. These properties can be set via an explicit attribute or read from the operator
2386 * accessibility/math-mo-fences-and-separators.html: Added.
2387 * platform/gtk/accessibility/math-mo-fences-and-separators-expected.txt: Added.
2388 * platform/mac/accessibility/math-mo-fences-and-separators-expected.txt: Added.
2390 2016-06-28 David Kilzer <ddkilzer@apple.com>
2392 Enhance shouldNotThrow()/shouldThrow() to accept functions and a descriptive message
2393 <https://webkit.org/b/159232>
2395 Reviewed by Brent Fulgham.
2397 Based on a Blink change (patch by <hongchan@chromium.org>):
2398 <https://src.chromium.org/viewvc/blink?view=revision&revision=192204>
2400 Currently, shouldNotThrow() and shouldThrow() take the following
2403 shouldNotThrow(evalString)
2404 shouldThrow(evalString, expectedExceptionString)
2406 The challenges with this design are:
2408 1) The 'evalString' must capture every variable that it
2409 needs, which means the code can be long, and concatenated
2410 into a single line. It would be really nice to be able
2411 to use an (anonymous) function to capture variables
2413 2) The 'evalString' is literally printed out in the test
2414 results, which isn't always the most descriptive. A
2415 descriptive message would make it clearer what failed.
2416 3) When changing a shouldThrow() into a shouldNotThrow()
2417 or copying/pasting code, it's possible to forget to
2418 remove 'expectedExceptionString' from the function call.
2420 This patch changes the methods to take the following arguments:
2422 shouldNotThrow(evalString|function [, message])
2423 shouldThrow(evalString|function, expectedExceptionString [, message])
2425 If 'function' is passed in, then it is invoked instead of
2426 evaluated, and 'message' replaces the literal code in the
2429 This patch also adds the global 'didFailSomeTests' variable to
2430 js-test.js, which already exists in js-test-pre.js. This was
2431 added to js-test-pre.js in r153203 by Oliver Hunt to
2432 LayoutTests/fast/js/resources/js-test-pre.js.
2434 * fast/canvas/webgl/canvas-supports-context-expected.txt:
2435 * fast/canvas/webgl/gl-bind-attrib-location-before-compile-test-expected.txt:
2436 * fast/css-grid-layout/grid-element-auto-repeat-get-set-expected.txt:
2437 * fast/dom/getElementsByClassName/ASCII-case-insensitive-expected.txt:
2438 * storage/indexeddb/cursor-basics-expected.txt:
2439 * storage/indexeddb/cursor-basics-private-expected.txt:
2440 - Update expected results to include "Some tests fail." since
2441 some subtests actually do fail during these tests.
2443 * fast/css/parsing-css-lang.html:
2444 * fast/css/parsing-css-matches-1.html:
2445 * fast/css/parsing-css-matches-2.html:
2446 * fast/css/parsing-css-matches-3.html:
2447 * fast/css/parsing-css-matches-4.html:
2448 * fast/css/parsing-css-not-1.html:
2449 * fast/css/parsing-css-not-2.html:
2450 * fast/css/parsing-css-not-3.html:
2451 * fast/css/parsing-css-not-4.html:
2452 * fast/css/parsing-css-nth-child-of-1.html:
2453 * fast/css/parsing-css-nth-child-of-2.html:
2454 * fast/css/parsing-css-nth-last-child-of-1.html:
2455 * fast/css/parsing-css-nth-last-child-of-2.html:
2456 * js/script-tests/arrowfunction-supercall.js:
2457 - Remove expectedExceptionString from shouldNotThrow() calls
2458 after they were changed from shouldThrow() calls.
2460 * resources/js-test-pre.js:
2461 (shouldNotThrow): Change to invoke first argument if it is a
2462 function, else use eval() as before. Use second argurment in
2463 place of first argument (if set) when printing results. NOTE:
2464 Care was taken not to add any lines of code to prevent changes
2466 (shouldThrow): Ditto. Reformat code.
2467 * resources/js-test.js: Declare 'didFailSomeTests'.
2468 (testFailed): Set 'didFailSomeTests' to true when a test fails.
2469 (shouldNotThrow): Same changes as js-test-pre.js.
2470 (shouldThrow): Ditto.
2471 (isSuccessfullyParsed): Output a message if 'didFailSomeTests'
2474 2016-06-28 Jiewen Tan <jiewen_tan@apple.com>
2476 Implement "replacement" codec
2477 https://bugs.webkit.org/show_bug.cgi?id=159180
2478 <rdar://problem/26015178>
2480 Reviewed by Brent Fulgham.
2482 * fast/encoding/char-decoding-expected.txt:
2483 * fast/encoding/char-decoding.html:
2484 * fast/encoding/char-encoding-expected.txt:
2485 * fast/encoding/char-encoding.html:
2486 * fast/encoding/charset-replacement-expected.txt: Added.
2487 * fast/encoding/charset-replacement.html: Added.
2489 2016-06-28 Michael Saboff <msaboff@apple.com>
2491 REGRESSION (r200946): Improper backtracking from last alternative in sticky patterns
2492 https://bugs.webkit.org/show_bug.cgi?id=159233
2494 Reviewed by Mark Lam.
2498 * js/regexp-sticky-expected.txt:
2499 * js/script-tests/regexp-sticky.js:
2501 2016-06-28 Ryan Haddad <ryanhaddad@apple.com>
2503 Marking fast/images/composited-animated-gif-outside-viewport.html as flaky on ios-simulator
2504 https://bugs.webkit.org/show_bug.cgi?id=157592
2506 Unreviewed test gardening.
2508 * platform/ios-simulator/TestExpectations:
2510 2016-06-28 Ryan Haddad <ryanhaddad@apple.com>
2512 Rebaseline http/tests/media/video-auth.html for WK2
2513 https://bugs.webkit.org/show_bug.cgi?id=159195
2515 Unreviewed test gardening.
2517 * platform/wk2/http/tests/media/video-auth-expected.txt:
2519 2016-06-28 Youenn Fablet <youenn@apple.com>
2521 Iterable interfaces should have their related prototype @@iterator property writable
2522 https://bugs.webkit.org/show_bug.cgi?id=159211
2524 Reviewed by Chris Dumez.
2526 * fast/dom/nodeListIterator-expected.txt:
2527 * fast/dom/nodeListIterator.html: Overriding NodeList @@iterator by Array one and checking everything is fine.
2529 2016-06-28 Jer Noble <jer.noble@apple.com>
2531 Cross-domain video loads do not prompt for authorization.
2532 https://bugs.webkit.org/show_bug.cgi?id=159195
2533 <rdar://problem/26234612>
2535 Reviewed by Brent Fulgham.
2537 Add a cross-origin authorization sub-test.
2539 * http/tests/media/video-auth.html:
2540 * http/tests/media/video-auth-expected.txt:
2542 2016-06-28 Ryan Haddad <ryanhaddad@apple.com>
2544 Marking fast/multicol/fixed-stack.html as failing on ios-simulator
2546 Unreviewed test gardening.
2548 * platform/ios-simulator-wk1/TestExpectations:
2549 * platform/ios-simulator/TestExpectations:
2551 2016-06-28 Frederic Wang <fwang@igalia.com>
2553 Phrasing content should be accepted in <mo> elements
2554 https://bugs.webkit.org/show_bug.cgi?id=130245
2556 Reviewed by Brent Fulgham.
2558 * mathml/presentation/foreign-element-in-token.html: Copy test cases to
2559 check <mo> elements too.
2560 * mathml/presentation/foreign-element-in-token-expected.txt: Add the
2561 expectations for <mo>.
2563 2016-06-28 Alexey Proskuryakov <ap@apple.com>
2565 Sierra test expectation gardening.
2567 * platform/mac-elcapitan/fast/canvas: Added.
2568 * platform/mac-elcapitan/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Copied from platform/mac/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt.
2569 * platform/mac-elcapitan/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Copied from platform/mac/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt.
2570 * platform/mac/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Removed.
2571 * platform/mac/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Removed.
2572 Sierra matches cross-platform expectations.
2574 * platform/mac/TestExpectations: Removed expectations for fast/canvas/canvas-strokeRect-alpha-shadow.html
2576 2016-06-28 Joseph Pecoraro <pecoraro@apple.com>
2578 Web Inspector: selectElement.options shows unexpected entries in console (named indexes beyond collection length)
2579 https://bugs.webkit.org/show_bug.cgi?id=159192
2581 Reviewed by Timothy Hatcher.
2583 * inspector/model/remote-object-get-properties-expected.txt:
2584 * inspector/model/remote-object-get-properties.html:
2585 * inspector/runtime/getProperties-expected.txt:
2587 2016-06-28 Brian Burg <bburg@apple.com>
2589 Web Inspector: QuickConsole should update its selection when RuntimeManager.defaultExecutionContextIdentifier changes
2590 https://bugs.webkit.org/show_bug.cgi?id=159183
2592 Reviewed by Timothy Hatcher.
2594 Add a new test case for reverting to the top-level execution context when the selected context is destroyed.
2596 * inspector/runtime/change-execution-context-identifier-expected.txt:
2597 * inspector/runtime/change-execution-context-identifier.html:
2599 2016-06-28 Adam Bergkvist <adam.bergkvist@ericsson.com>
2601 WebRTC: Robustify 'this' type check in RTCPeerConnection JS built-ins
2602 https://bugs.webkit.org/show_bug.cgi?id=158831
2604 Reviewed by Youenn Fablet.
2606 * fast/mediastream/RTCPeerConnection-js-built-ins-check-this-expected.txt:
2607 Flip some result lines from FAIL to PASS. Clean out unnecessary tests (third set).
2609 2016-06-28 Frederic Wang <fwang@igalia.com>
2611 Remove flakiness expectations for mathml/wbr-in-mroot-crash.html
2612 https://bugs.webkit.org/show_bug.cgi?id=130353
2614 Unreviewed gardening.
2616 The flakiness seemed to be due to the timeout of mathml/very-large-stretchy-operators.html.
2617 The latter was fixed in r202489, so we update the test expectations.
2619 * platform/efl/TestExpectations:
2620 * platform/gtk/TestExpectations:
2621 * platform/ios-simulator-wk2/TestExpectations:
2623 2016-06-28 Frederic Wang <fwang@igalia.com>
2625 Increase opacity of stretched operators in mo-stacked-glyphs.html
2626 https://bugs.webkit.org/show_bug.cgi?id=159201
2628 Reviewed by Martin Robinson.
2630 The reftest mo-stacked-glyphs.html fails with small pixel differences invisible at the naked
2631 eyes. We increase opacity of stretched operators in that test to reduce these differences and
2634 * mathml/presentation/mo-stacked-glyphs-expected.html: Increase opacity of stretched operators.
2635 * mathml/presentation/mo-stacked-glyphs.html: Ditto.
2636 * platform/gtk/TestExpectations: Remove failure expectation.
2638 2016-06-28 Michael Catanzaro <mcatanzaro@igalia.com>
2640 [GTK] Update expectations for subtle crypto layout tests
2644 * platform/gtk/TestExpectations:
2646 2016-06-28 Per Arne Vollan <pvollan@apple.com>
2648 [Win] Custom elements tests are failing.
2649 https://bugs.webkit.org/show_bug.cgi?id=159139
2651 Reviewed by Alex Christensen.
2653 Update test expectations for passing custom elements tests.
2655 * platform/win/TestExpectations:
2657 2016-06-28 Philippe Normand <pnormand@igalia.com>
2659 [GTK] Web audio tests failing since GStreamer 1.6 upgrade
2660 https://bugs.webkit.org/show_bug.cgi?id=158927
2662 Unreviewed GTK rebaseline of webaudio tests.
2664 * platform/gtk/TestExpectations:
2665 * platform/gtk/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav:
2666 * platform/gtk/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav:
2667 * platform/gtk/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav:
2668 * platform/gtk/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav:
2670 2016-06-28 Youenn Fablet <youenn@apple.com>
2672 http/tests/media/hls/video-controller-getStartDate.html is failing on non-PDT time-based computers
2673 https://bugs.webkit.org/show_bug.cgi?id=159134
2675 Reviewed by Alex Christensen.
2677 * http/tests/media/hls/video-controller-getStartDate-expected.txt: Converting date to UTC string before making the comparison.
2678 * http/tests/media/hls/video-controller-getStartDate.html: Rebasing.
2680 2016-06-28 Hunseop Jeong <hs85.jeong@samsung.com>
2682 Unreviewed EFL Gardening on 28th Jun.
2684 * platform/efl/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
2685 * platform/efl/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Added.
2686 * platform/efl/accessibility/aria-labelledby-overrides-label-expected.txt: Added.
2687 * platform/efl/accessibility/aria-option-role-expected.txt: Added.
2688 * platform/efl/accessibility/aria-role-on-label-expected.txt: Added.
2689 * platform/efl/accessibility/aria-switch-text-expected.txt:
2690 * platform/efl/accessibility/auto-fill-crash-expected.txt: Added.
2691 * platform/efl/accessibility/empty-image-with-title-expected.txt: Added.
2692 * platform/efl/accessibility/form-control-value-settable-expected.txt: Added.
2693 * platform/efl/accessibility/image-link-expected.txt:
2694 * platform/efl/accessibility/image-map1-expected.txt:
2695 * platform/efl/accessibility/image-map2-expected.txt:
2696 * platform/efl/accessibility/image-with-alt-and-map-expected.txt:
2697 * platform/efl/accessibility/img-fallsback-to-title-expected.txt:
2698 * platform/efl/accessibility/math-fenced-expected.txt: Added.
2699 * platform/efl/accessibility/math-foreign-content-expected.txt: Added.
2700 * platform/efl/accessibility/math-multiscript-attributes-expected.txt:
2701 * platform/efl/accessibility/math-text-expected.txt:
2702 * platform/efl/accessibility/media-element-expected.txt:
2703 * platform/efl/accessibility/meter-element-expected.txt:
2704 * platform/efl/accessibility/radio-button-title-label-expected.txt:
2705 * platform/efl/accessibility/table-detection-expected.txt:
2707 2016-06-27 Chris Dumez <cdumez@apple.com>
2709 Unreviewed, rebaseline test on iOS after r202539.
2711 * platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt:
2713 2016-06-27 Simon Fraser <simon.fraser@apple.com>
2715 Mark some tests as image failures.
2717 These tests started to fail with the render server snapshotting enabled in r202532.
2719 * platform/ios-simulator-wk2/TestExpectations:
2721 2016-06-27 Chris Dumez <cdumez@apple.com>
2723 HTMLElement / SVGElement should implement GlobalEventHandlers, not Element
2724 https://bugs.webkit.org/show_bug.cgi?id=159191
2725 <rdar://problem/27019299>
2727 Reviewed by Ryosuke Niwa.
2729 * fast/dom/event-handler-attributes-expected.txt:
2730 Rebaseline tests now that more checks are passing.
2732 * js/dom/dom-static-property-for-in-iteration-expected.txt:
2733 Rebaseline test now that enumeration order is different.
2735 2016-06-27 Simon Fraser <simon.fraser@apple.com>
2737 [iOS] -webkit-overflow-scrolling: touch prevents repaint with RTL
2738 https://bugs.webkit.org/show_bug.cgi?id=159186
2739 rdar://problem/26659341
2741 Reviewed by Zalan Bujtas.
2743 * compositing/scrolling/touch-scrolling-repaint-expected.html: Added.
2744 * compositing/scrolling/touch-scrolling-repaint-spans-expected.html: Added.
2745 * compositing/scrolling/touch-scrolling-repaint-spans.html: Added.
2746 * compositing/scrolling/touch-scrolling-repaint.html: Added.
2748 2016-06-27 Simon Fraser <simon.fraser@apple.com>
2750 [iOS] Make DumpRenderTree and WebKitTestRunner in the simulator use render server snapshotting
2751 https://bugs.webkit.org/show_bug.cgi?id=159077
2753 Reviewed by Tim Horton.
2755 fast/harness/snapshot-captures-compositing.html passes now.
2757 * platform/ios-simulator-wk2/TestExpectations:
2759 2016-06-27 Benjamin Poulain <benjamin@webkit.org>
2761 Adopt the iOS TouchEventHandler API for cases that must have synchronous dispatch
2762 https://bugs.webkit.org/show_bug.cgi?id=159179
2763 rdar://problem/27006387
2765 Reviewed by Simon Fraser.
2767 Several of those tests expose existing bugs with overflow scrolling.
2768 They are not using PASS/FAIL at the moment, just dump the called listeners.
2770 * fast/events/touch/ios/block-without-overflow-scroll-and-passive-observer-on-block-scrolling-state-expected.txt: Added.
2771 * fast/events/touch/ios/block-without-overflow-scroll-and-passive-observer-on-block-scrolling-state.html: Added.
2772 * fast/events/touch/ios/block-without-overflow-scroll-and-passive-observer-on-document-scrolling-state-expected.txt: Added.
2773 * fast/events/touch/ios/block-without-overflow-scroll-and-passive-observer-on-document-scrolling-state.html: Added.
2774 * fast/events/touch/ios/block-without-overflow-scroll-scrolling-state-expected.txt: Added.
2775 * fast/events/touch/ios/block-without-overflow-scroll-scrolling-state.html: Added.
2776 * fast/events/touch/ios/drag-block-without-overflow-scroll-and-passive-observer-on-block-expected.txt: Added.
2777 * fast/events/touch/ios/drag-block-without-overflow-scroll-and-passive-observer-on-block.html: Added.
2778 * fast/events/touch/ios/drag-block-without-overflow-scroll-and-passive-observer-on-document-expected.txt: Added.
2779 * fast/events/touch/ios/drag-block-without-overflow-scroll-and-passive-observer-on-document.html: Added.
2780 * fast/events/touch/ios/drag-block-without-overflow-scroll-expected.txt: Added.
2781 * fast/events/touch/ios/drag-block-without-overflow-scroll.html: Added.
2783 2016-06-27 Joseph Pecoraro <pecoraro@apple.com>
2785 Web Inspector: When modifying sessionStorage, localStorage gets updated
2786 https://bugs.webkit.org/show_bug.cgi?id=159181
2787 <rdar://problem/27043447>
2789 Reviewed by Timothy Hatcher.
2791 * inspector/storage/domStorage-events-expected.txt: Added.
2792 * inspector/storage/domStorage-events.html: Added.
2793 Add a new test for DOMStorage domain events. Ensures that sessionStorage
2794 and localStorage events are dispatched for the appropriate DOMStorageObject.
2796 2016-06-27 Myles C. Maxfield <mmaxfield@apple.com>
2798 [Cocoa] Test gardening for the system font in macOS Sierra and iOS 10
2799 https://bugs.webkit.org/show_bug.cgi?id=159175
2800 <rdar://problem/26478081>
2804 * fast/text/trak-optimizeLegibility.html:
2806 2016-06-27 Alex Christensen <achristensen@webkit.org>
2808 Fix flakiness on Sierra after r202511
2809 https://bugs.webkit.org/show_bug.cgi?id=159071
2811 * http/tests/xmlhttprequest/sync-delegate-callbacks-expected.txt: Removed.
2812 * http/tests/xmlhttprequest/sync-delegate-callbacks.html: Removed.
2813 * platform/ios-simulator-wk2/TestExpectations:
2814 * platform/mac/TestExpectations:
2815 * platform/wk2/http/tests/xmlhttprequest/sync-delegate-callbacks-expected.txt: Removed.
2817 2016-06-27 Brian Burg <bburg@apple.com>
2819 Web Inspector: RuntimeManager should not use view object WebInspector.quickConsole
2820 https://bugs.webkit.org/show_bug.cgi?id=128092
2821 <rdar://problem/15966526>
2823 Reviewed by Timothy Hatcher.
2825 Add some really basic coverage for RuntimeManager.defaultExecutionContextIdentifier
2826 and using it in RuntimeManager.evaluateInInspectedWindow.
2828 * inspector/runtime/change-execution-context-identifier-expected.txt: Added.
2829 * inspector/runtime/change-execution-context-identifier.html: Added.
2830 * inspector/runtime/resources/change-execution-context-identifier-subframe.html: Added.
2832 2016-06-27 Benjamin Poulain <benjamin@webkit.org>
2834 Fix style invalidation for :active when the activated node has no renderer
2835 https://bugs.webkit.org/show_bug.cgi?id=159125
2837 Reviewed by Antti Koivisto.
2839 There was no bug with style sharing but I wanted that covered anyway.
2840 Style sharing depends on 2 flags which is uncommon.
2841 There was no test coverage whatsoever, breaking it did not fail any test.
2843 * fast/css/pseudo-active-on-labeled-control-without-renderer-expected.txt: Added.
2844 * fast/css/pseudo-active-on-labeled-control-without-renderer.html: Added.
2845 * fast/css/pseudo-active-style-sharing-1-expected.txt: Added.
2846 * fast/css/pseudo-active-style-sharing-1.html: Added.
2847 * fast/css/pseudo-active-style-sharing-2-expected.txt: Added.
2848 * fast/css/pseudo-active-style-sharing-2.html: Added.
2849 * fast/css/pseudo-active-style-sharing-3-expected.txt: Added.
2850 * fast/css/pseudo-active-style-sharing-3.html: Added.
2851 * fast/css/pseudo-active-style-sharing-4-expected.txt: Added.
2852 * fast/css/pseudo-active-style-sharing-4.html: Added.
2853 * fast/css/pseudo-active-style-sharing-5-expected.txt: Added.
2854 * fast/css/pseudo-active-style-sharing-5.html: Added.
2855 * fast/css/pseudo-active-style-sharing-6-expected.txt: Added.
2856 * fast/css/pseudo-active-style-sharing-6.html: Added.
2858 2016-06-27 Joanmarie Diggs <jdiggs@igalia.com>
2860 AX: REGRESSION (r202063): ARIA role attribute is being ignored for label element
2861 https://bugs.webkit.org/show_bug.cgi?id=159162
2863 Reviewed by Chris Fleizach.
2865 This regression was caught by a GTK-specific layout test. Adding a cross-platform
2866 test for additional coverage.
2868 * accessibility/aria-role-on-label.html: Added.
2869 * platform/gtk/accessibility/aria-role-on-label-expected.txt: Added.
2870 * platform/mac/accessibility/aria-role-on-label-expected.txt: Added.
2872 2016-06-27 Commit Queue <commit-queue@webkit.org>
2874 Unreviewed, rolling out r202505.
2875 https://bugs.webkit.org/show_bug.cgi?id=159169
2877 The test added with this change is flaky and it caused an
2878 existing test to time out on El Capitan. (Requested by
2879 ryanhaddad on #webkit).
2883 "[iOS] Media controls are too cramped with small video"
2884 https://bugs.webkit.org/show_bug.cgi?id=158815
2885 http://trac.webkit.org/changeset/202505
2887 2016-06-27 Alex Christensen <achristensen@webkit.org>
2889 Send canAuthenticateAgainstProtectionSpace calls from NetworkProcess directly to UIProcess
2890 https://bugs.webkit.org/show_bug.cgi?id=159071
2892 Reviewed by Brady Eidson.
2894 * http/tests/xmlhttprequest/sync-delegate-callbacks-expected.txt: Added.
2895 * http/tests/xmlhttprequest/sync-delegate-callbacks.html: Added.
2896 * platform/ios-simulator-wk2/TestExpectations:
2897 * platform/mac/TestExpectations:
2898 * platform/wk2/http/tests/xmlhttprequest/sync-delegate-callbacks-expected.txt: Added.
2900 2016-06-27 Alexey Proskuryakov <ap@apple.com>
2902 Remove OS X Mavericks test results
2904 Rubber-stamped by Lucas Forschler.
2906 * platform/mac-mavericks: Removed.
2908 2016-06-27 Eric Carlson <eric.carlson@apple.com>
2910 [Mac] PiP placeholder should remain visible when 'controls' attribute is removed
2911 https://bugs.webkit.org/show_bug.cgi?id=159158
2912 <rdar://problem/26727435>
2914 Reviewed by Jer Noble.
2916 * media/controls/picture-in-picture-expected.txt: Updated.
2917 * media/controls/picture-in-picture.html: Ditto.
2919 2016-06-27 Antoine Quint <graouts@apple.com>
2921 [iOS] Media controls are too cramped with small video
2922 https://bugs.webkit.org/show_bug.cgi?id=158815
2923 <rdar://problem/26824238>
2925 Reviewed by Dean Jackson.
2927 Adjust the output of this test to account for the time label clones and add a new test.
2929 * media/video-controls-drop-and-restore-timeline-expected.txt: Added.
2930 * media/video-controls-drop-and-restore-timeline.html: Added.
2931 * platform/mac-yosemite/http/tests/media/hls/video-controls-live-stream-expected.txt:
2932 * platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
2934 2016-06-27 Joseph Pecoraro <pecoraro@apple.com>
2936 REGRESSION: Web Inspector: Text search broken in resources with <CR>
2937 https://bugs.webkit.org/show_bug.cgi?id=159110
2938 <rdar://problem/27008485>
2940 Reviewed by Brian Burg.
2942 * inspector/debugger/searchInContent-linebreaks-expected.txt:
2943 * inspector/debugger/searchInContent-linebreaks.html:
2944 Now that the backend responds with lines that end in \n, this test changes
2945 the number of line results. The frontend interprets this correctly.
2947 2016-06-27 Joanmarie Diggs <jdiggs@igalia.com>
2949 AX: Anonymous RenderMathMLOperators are not exposed to the accessibility tree
2950 https://bugs.webkit.org/show_bug.cgi?id=139582
2951 <rdar://problem/26938849>
2953 Reviewed by Chris Fleizach.
2955 This is based on a patch by Frederic Wang <fwang@igalia.com>.
2957 One of the things making it difficult to tell that the operators were not
2958 exposed on the Mac is the fact that the operator text is present. But the
2959 operator text is simply a StaticTextRole object corresponding to the
2960 RenderText descendant of the operator. Furthermore, on the Mac, accessible
2961 math operators have subroles which are missing from the StaticTextRole
2962 object which is exposed. In order to make issues like this more obvious,
2963 add an option to include the subrole to dumpAccessibilityTree() and use it
2964 in the new math-fenced.html.
2966 This change also fixes the mfenced in mac/mathml-elements.html that was
2967 broken after r202420. We enable it again and update the expectations of
2968 that test because the operators are now in the accessibility tree.
2970 We also add a new test to verify the render tree of foreign content in
2973 * accessibility/mac/mathml-elements-expected.txt: Updated.
2974 * accessibility/mac/mathml-elements.html: Re-enable the mfenced test.
2975 * accessibility/math-fenced.html: Added.
2976 * accessibility/math-foreign-content.html: Added.
2977 * platform/gtk/accessibility/math-fenced-expected.txt: Added.
2978 * platform/gtk/accessibility/math-foreign-content-expected.txt: Added.
2979 * platform/mac/accessibility/math-fenced-expected.txt: Added.
2980 * platform/mac/accessibility/math-foreign-content-expected.txt: Added.
2981 * resources/accessibility-helper.js: Add option to include subrole in tree.
2982 (dumpAccessibilityTree):
2984 2016-06-27 Ryan Haddad <ryanhaddad@apple.com>
2986 Remove flaky expectation for imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata.html
2987 https://bugs.webkit.org/show_bug.cgi?id=150956
2989 Unreviewed test gardening.
2991 * platform/mac/TestExpectations:
2993 2016-06-27 Adam Bergkvist <adam.bergkvist@ericsson.com>
2995 WebRTC: Unskip RTCPeerConnection-AddRemoveStream test
2996 https://bugs.webkit.org/show_bug.cgi?id=159133
2998 Reviewed by Eric Carlson.
3000 Unskip RTCPeerConnection-AddRemoveStream test (on GTK+ port). RTCPeerConnection implements
3001 the legacy MediaStream-based API as JS built-ins so we can run this test again.
3003 * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
3004 * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
3005 * platform/gtk/TestExpectations:
3007 2016-06-27 Frederic Wang <fwang@igalia.com>
3009 Update TestExpectations for some dynamic MathML tests
3010 https://bugs.webkit.org/show_bug.cgi?id=159142
3012 Reviewed by Brent Fulgham.
3014 * TestExpectations: Enable this test again after r199980.
3015 * platform/efl/TestExpectations: This is already claimed to pass in the platform independent TestExpectations.
3016 * platform/gtk/TestExpectations: Ditto.
3017 * platform/ios-simulator/TestExpectations: This test passes after the refactoring of RenderMathMLOperator.
3019 2016-06-27 Michael Saboff <msaboff@apple.com>
3021 ES6 Change: Unify handling of RegExp CharacterClassEscapes \w and \W and Word Asserts \b and \B
3022 https://bugs.webkit.org/show_bug.cgi?id=158505
3024 Reviewed by Geoffrey Garen.
3026 Updated and added test cases.
3028 * js/regexp-unicode-expected.txt:
3029 * js/script-tests/regexp-unicode.js:
3031 2016-06-27 Frederic Wang <fwang@igalia.com>
3033 Set an upper limit for the size or number of pieces of stretchy operators
3034 https://bugs.webkit.org/show_bug.cgi?id=155434
3036 Update test expectations for very-large-stretchy-operators.
3038 Reviewed by Brent Fulgham.
3040 * platform/efl/TestExpectations:
3041 * platform/gtk/TestExpectations:
3042 * platform/ios-simulator/TestExpectations:
3043 * platform/mac/TestExpectations:
3044 * platform/win/TestExpectations:
3046 2016-06-27 Ryan Haddad <ryanhaddad@apple.com>
3048 Skip two LayoutTests that rely on mouse events on ios-simulator
3050 Unreviewed test gardening.
3052 * platform/ios-simulator/TestExpectations:
3054 2016-06-27 Javier Fernandez <jfernandez@igalia.com>
3056 [GTK] Unreviewed test gardening. Added Failure Test Expectations because of r194502 and r194513.
3057 https://bugs.webkit.org/show_bug.cgi?id=159147
3059 * platform/gtk/TestExpectations:
3061 2016-06-27 Youenn Fablet <youennf@gmail.com>
3063 LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/ is failing on ios-simulator
3064 https://bugs.webkit.org/show_bug.cgi?id=159136
3068 * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt: Added.
3070 2016-06-27 Youenn Fablet <youenn@apple.com>
3072 Remove didFailRedirectCheck ThreadableLoaderClient callback
3073 https://bugs.webkit.org/show_bug.cgi?id=159085
3075 Reviewed by Daniel Bates.
3077 * http/tests/security/contentSecurityPolicy/connect-src-eventsource-redirect-to-blocked-expected.txt:
3078 * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
3079 * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt:
3080 * http/tests/xmlhttprequest/access-control-and-redirects-async-expected.txt:
3081 * http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
3083 2016-06-26 Chris Dumez <cdumez@apple.com>
3085 Regression: HTMLOptionsCollection's named properties have precedence over indexed properties
3086 https://bugs.webkit.org/show_bug.cgi?id=159058
3087 <rdar://problem/26988542>
3089 Reviewed by Ryosuke Niwa.
3091 Add layout test coverage.
3093 * fast/dom/HTMLSelectElement/options-indexed-getter-precedence-expected.txt: Added.
3094 * fast/dom/HTMLSelectElement/options-indexed-getter-precedence.html: Added.
3096 2016-06-26 Javier Fernandez <jfernandez@igalia.com>
3098 [GTK] Unreviewed test gardening.
3100 Several hidpi tests pass now thanks to r202421.
3102 2016-06-26 Myles C. Maxfield <mmaxfield@apple.com>
3104 [macOS] Font-related test gardening for macOS Sierra
3105 https://bugs.webkit.org/show_bug.cgi?id=159106
3106 <rdar://problem/25807529>
3110 * fast/ruby/bopomofo-letter-spacing.html:
3111 * fast/ruby/bopomofo-rl.html:
3112 * fast/ruby/bopomofo.html:
3113 * svg/W3C-SVG-1.1/text-fonts-01-t.svg:
3114 * svg/text/text-fonts-01-t.svg:
3116 2016-06-26 Youenn Fablet <youennf@gmail.com>
3118 Refreshing WPT tests up to 12b7800
3119 https://bugs.webkit.org/show_bug.cgi?id=158872
3121 Reviewed by Chris Dumez.
3123 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
3124 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
3125 * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt: Added.
3126 * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt:
3127 * platform/wk2/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle-expected.txt:
3129 2016-06-25 Benjamin Poulain <bpoulain@apple.com>
3131 The active state of elements can break when focus changes
3132 https://bugs.webkit.org/show_bug.cgi?id=159112
3134 Reviewed by Antti Koivisto.
3136 * fast/css/pseudo-active-on-labeled-element-not-canceled-by-focus-expected.txt: Added.
3137 * fast/css/pseudo-active-on-labeled-element-not-canceled-by-focus.html: Added.
3138 * fast/css/pseudo-active-with-programmatic-focus-expected.txt: Added.
3139 * fast/css/pseudo-active-with-programmatic-focus.html: Added.
3141 2016-06-24 Jer Noble <jer.noble@apple.com>
3143 Consider exposing or hiding knowledge of a redirect from clients of WebCoreNSURLSession
3144 https://bugs.webkit.org/show_bug.cgi?id=156722
3145 <rdar://problem/25780035>
3147 Reviewed by Alex Christensen.
3149 Un-skip http/tests/security/contentSecurityPolicy/audio-redirect-allowed2.html &
3150 http/tests/security/contentSecurityPolicy/video-redirect-allowed2.html.
3152 * platform/mac/TestExpectations:
3154 2016-06-24 Mark Lam <mark.lam@apple.com>
3156 [JSC] Error prototypes are called on remote scripts.
3157 https://bugs.webkit.org/show_bug.cgi?id=52192
3159 Reviewed by Keith Miller.
3161 The added test will test the following combinations of factors:
3163 1. Explicitly throwing an error of each of the types of JS errors i.e.
3164 Error, EvalError, RangeError, ReferenceError, SyntaxError, TypeError, URIError.
3165 2. Validating that the error received in window.onerror does not leak any info.
3166 3. Validating that the 'name' and 'toString' getters set on the error prototype
3167 object does not get invoked for creating the error message to be passed to
3170 * http/tests/security/regress-52192-expected.txt: Added.
3171 * http/tests/security/regress-52192.html: Added.
3172 * http/tests/security/resources/regress-52192-syntax-error.js: Added.
3173 * http/tests/security/resources/regress-52192-throw-error.js: Added.
3176 2016-06-24 Myles C. Maxfield <mmaxfield@apple.com>
3178 Update to test gardening in r202300
3182 * platform/mac/TestExpectations:
3184 2016-06-24 Konstantin Tokarev <annulen@yandex.ru>
3186 Removed tests of STYLE_SCOPED which was removed in r156683.
3187 https://bugs.webkit.org/show_bug.cgi?id=159098
3189 Reviewed by Ryosuke Niwa.
3191 * fast/css/style-scoped/basic-attribute-expected.txt: Removed.
3192 * fast/css/style-scoped/basic-attribute.html: Removed.
3193 * fast/css/style-scoped/registering-expected.txt: Removed.
3194 * fast/css/style-scoped/registering-shadowroot-expected.txt: Removed.
3195 * fast/css/style-scoped/registering-shadowroot.html: Removed.
3196 * fast/css/style-scoped/registering.html: Removed.
3197 * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt: Removed.
3198 * fast/css/style-scoped/style-scoped-apply-author-styles.html: Removed.
3199 * fast/css/style-scoped/style-scoped-attach-expected.txt: Removed.
3200 * fast/css/style-scoped/style-scoped-attach.html: Removed.
3201 * fast/css/style-scoped/style-scoped-basic-expected.txt: Removed.
3202 * fast/css/style-scoped/style-scoped-basic.html: Removed.
3203 * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt: Removed.
3204 * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html: Removed.
3205 * fast/css/style-scoped/style-scoped-detach-expected.txt: Removed.
3206 * fast/css/style-scoped/style-scoped-detach.html: Removed.
3207 * fast/css/style-scoped/style-scoped-in-shadow-expected.txt: Removed.
3208 * fast/css/style-scoped/style-scoped-in-shadow.html: Removed.
3209 * fast/css/style-scoped/style-scoped-nested-expected.txt: Removed.
3210 * fast/css/style-scoped/style-scoped-nested.html: Removed.
3211 * fast/css/style-scoped/style-scoped-remove-scoped-expected.txt: Removed.
3212 * fast/css/style-scoped/style-scoped-remove-scoped.html: Removed.
3213 * fast/css/style-scoped/style-scoped-set-scoped-expected.txt: Removed.
3214 * fast/css/style-scoped/style-scoped-set-scoped.html: Removed.
3215 * fast/css/style-scoped/style-scoped-with-dom-operation-expected.txt: Removed.
3216 * fast/css/style-scoped/style-scoped-with-dom-operation.html: Removed.
3217 * fast/css/style-scoped/style-scoped-with-important-rule-expected.txt: Removed.
3218 * fast/css/style-scoped/style-scoped-with-important-rule.html: Removed.
3219 * platform/efl/TestExpectations: Don't skip fast/css/style-scoped.
3220 * platform/gtk/TestExpectations: Ditto.
3221 * platform/ios-simulator/TestExpectations: Ditto.
3222 * platform/mac/TestExpectations: Ditto.
3223 * platform/win/TestExpectations: Ditto.
3225 2016-06-24 Alexey Proskuryakov <ap@apple.com>
3227 Update test expectations for rdar://problem/27000853
3229 * platform/mac/TestExpectations:
3231 2016-06-24 Commit Queue <commit-queue@webkit.org>
3233 Unreviewed, rolling out r202413.
3234 https://bugs.webkit.org/show_bug.cgi?id=159097
3236 Broke many JSC tests (Requested by ap on #webkit).
3240 "[JSC] Implement isFinite / isNaN in JS and make DFG ToNumber
3241 accept non number values"
3242 https://bugs.webkit.org/show_bug.cgi?id=154022
3243 http://trac.webkit.org/changeset/202413
3245 2016-06-24 John Wilander <wilander@apple.com>
3247 Make window.open layout tests for about: URLs work on iOS
3248 https://bugs.webkit.org/show_bug.cgi?id=159072
3250 Reviewed by Alex Christensen.
3252 Fix two window.open layout tests for iOS. They previously used click events.
3253 Now they instead turn off the popup blocker and just call window.open() on
3256 * http/tests/dom/window-open-about-blank-and-access-document-expected.txt:
3257 * http/tests/dom/window-open-about-blank-and-access-document.html:
3258 * http/tests/dom/window-open-about-webkit-org-and-access-document-expected.txt:
3259 * http/tests/dom/window-open-about-webkit-org-and-access-document.html:
3260 * platform/ios-simulator/TestExpectations:
3261 Removed the skipping of these two test cases.
3263 2016-06-24 Yusuke Suzuki <utatane.tea@gmail.com>
3265 [GTK][EFL] ImageBufferCairo should accept resolution factor
3266 https://bugs.webkit.org/show_bug.cgi?id=157848
3268 Reviewed by Martin Robinson.
3270 * fast/hidpi/filters-and-image-buffer-resolution-expected.html: Added.
3271 * fast/hidpi/filters-and-image-buffer-resolution.html: Added.
3273 2016-06-24 Frederic Wang <fwang@igalia.com>
3275 Refactor RenderMathMLOperator and RenderMathMLToken to avoid using anonymous renderers.
3276 https://bugs.webkit.org/show_bug.cgi?id=155018
3278 Reviewed by Martin Robinson.
3280 We update the test expectations. Most of the adjustments are irrelevant visual
3281 modifications (small shift and size differences) or due to changes in the renderer tree
3282 structure (removal of anonymous, operator text appearing in the dumped text).
3283 We disable the accessibility for mfenced for now, but this will be enabled again and improved
3284 in follow-up accessibility patches.
3286 * platform/ios-simulator/TestExpectations: We disable two reftests that use a character from
3287 the Mathematical Alphanumeric Symbols block as a reference, since iOS does not have
3288 appropriate fonts pre-installed.
3289 * accessibility/mac/mathml-elements.html: Disable the mfenced test for now.
3290 * accessibility/mac/mathml-elements-expected.txt: Ditto.
3291 * accessibility/ios-simulator/math-expected.txt: Update the reference now that the text of
3292 the operator appears in the render tree.
3293 * accessibility/mac/math-alttext-expected.txt: Ditto.
3294 * mathml/opentype/large-operators-italic-correction-expected.txt: Ditto.
3295 * mathml/opentype/large-operators-munderover-expected.txt: Ditto.
3296 * mathml/presentation/inferred-mrow-stretchy-expected.txt: Ditto.
3297 * mathml/presentation/mfrac-nested-expected.txt: Ditto.
3298 * mathml/presentation/stretchy-depth-height-expected.txt: Ditto.
3299 * mathml/presentation/stretchy-depth-height-symmetric-expected.txt: Ditto.
3300 * mathml/presentation/sup-nested-expected.txt: Ditto.
3301 * mathml/very-large-stretchy-operators-expected.txt: Ditto.
3302 * platform/mac/accessibility/math-text-expected.txt: Ditto.
3303 * platform/gtk/accessibility/math-text-expected.txt: Ditto.
3304 * fast/css/readonly-pseudoclass-common-element-expected.txt: Ditto.
3305 * fast/css/readwrite-pseudoclass-editable-expected.txt: Ditto.
3306 * imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace-expected.txt: Ditto.
3307 * imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace-xhtml-expected.txt: Ditto.
3308 * mathml/presentation/attributes-background-color.html: Add some padding to workaround some
3309 small rendering failures.
3310 * mathml/presentation/attributes-background-color-expected.html: Ditto.
3311 * mathml/presentation/attributes-display.html: Ditto.
3312 * mathml/presentation/attributes-display-expected.html: Ditto.
3313 * mathml/presentation/bug97990-expected.html: Ditto.
3314 * mathml/presentation/bug97990.html: Ditto.
3315 * mathml/presentation/attributes-mathvariant-expected.html: Update the reftest to use italic
3316 characters from the Mathematical Alphanumeric Symbols.
3317 * mathml/presentation/tokenElements-mathvariant-expected.html: Ditto.
3318 * mathml/presentation/mo-whitespaces-expected.html: Adjust one edge case since we now only
3319 collapse whitespace for operators that use MathOperator.
3320 * accessibility/math-multiscript-attributes-expected.txt: Small size/coordinate adjustment.
3321 * platform/gtk/accessibility/math-multiscript-attributes-expected.txt: Dottp.
3322 * platform/gtk/mathml/presentation/roots-expected.txt: Size/coordinate adjustment, removal
3323 of anonymous renderers and use italic characters from the Mathematical Alphanumeric Symbols.
3324 * platform/gtk/mathml/presentation/roots-expected.png: Ditto.
3325 * platform/ios-simulator/mathml/presentation/roots-expected.txt: Ditto.
3326 * platform/gtk/mathml/opentype/horizontal-expected.txt: Size/coordinate adjustment and
3327 removal of anonymous renderers.
3328 * platform/gtk/mathml/opentype/horizontal-munderover-expected.txt: Ditto.
3329 * platform/gtk/mathml/opentype/large-operators-expected.txt: Ditto.
3330 * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
3331 * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Ditto.
3332 * platform/gtk/mathml/opentype/vertical-expected.txt: Ditto.
3333 * platform/gtk/mathml/presentation/mo-stretch-expected.txt: Ditto.
3334 * platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt: Ditto.
3335 * platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
3336 * platform/mac/mathml/opentype/large-operators-expected.txt: Ditto.
3337 * platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Ditto.
3338 * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Ditto.
3339 * platform/mac/mathml/opentype/vertical-expected.txt: Ditto.
3341 2016-06-23 Benjamin Poulain <bpoulain@apple.com>
3343 OOM Assertion failure in Array.prototype.toString
3344 https://bugs.webkit.org/show_bug.cgi?id=158793