1 2020-07-24 Alex Christensen <achristensen@webkit.org>
3 Fix assertion when highlighting in detached frames and make loads complete
4 https://bugs.webkit.org/show_bug.cgi?id=214770
6 Reviewed by Geoffrey Garen.
8 * fast/editing/frame-selection-is-not-caret-expected.txt: Added.
9 * fast/editing/frame-selection-is-not-caret.html: Added.
11 2020-07-24 Michael Saboff <msaboff@apple.com>
13 Fixed exception check handling below ScheduledAction::executeFunctionInContext()
14 https://bugs.webkit.org/show_bug.cgi?id=214774
20 * js/dom/scheduled-action-exception-checks-expected.txt: Added.
21 * js/dom/scheduled-action-exception-checks.html: Added.
23 2020-07-24 Yusuke Suzuki <ysuzuki@apple.com>
25 [JSC] Skip unrelated / too-compute-heavy tests in Apple Watch Series 3
26 https://bugs.webkit.org/show_bug.cgi?id=214768
30 * js/script-tests/math-denorm.js:
32 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
34 [ macO iOS ] http/tests/xmlhttprequest/cross-origin-cookie-storage.html is passing and needs expectations removed
35 https://bugs.webkit.org/show_bug.cgi?id=214767
37 Unreviewed test gardening.
39 * platform/ios-wk1/TestExpectations:
40 * platform/ios/TestExpectations:
41 * platform/mac/TestExpectations:
43 2020-07-24 Wenson Hsieh <wenson_hsieh@apple.com>
45 REGRESSION (r264690): [ iOS wk2 ] editing/selection/shift-click-includes-existing-selection.html is a flaky failure
46 https://bugs.webkit.org/show_bug.cgi?id=214688
47 <rdar://problem/65993683>
49 Reviewed by Darin Adler.
51 On iOS, this test simulates a "Shift + tap" and verifies that it extends an existing selection. However, it's
52 possible for this test to fail if the selection view appears before the tap completes, since the tap may be too
53 close to one of the selection handle views, causing `-[UITextRangeView gestureRecognizerShouldBegin:]` to return
54 `NO` and cause the synthetic click gesture to fail in favor of toggling the visibility of the callout bar above
57 Mitigate this by simply adding a large margin between the existing selection and the tap location, to which the
58 test attempts to extend the selection.
60 * editing/selection/shift-click-includes-existing-selection.html:
62 2020-07-24 Tadeu Zagallo <tzagallo@apple.com>
64 WKStringGetMaximumUTF8CStringSize should cast before arithmetic
65 https://bugs.webkit.org/show_bug.cgi?id=214750
66 <rdar://problem/65884455>
71 * js/throw-large-string-oom-expected.txt: Added.
72 * js/throw-large-string-oom.html: Added.
73 * platform/wk2/TestExpectations:
75 2020-07-24 Mark Lam <mark.lam@apple.com>
77 Fix exception check handling below postMessage().
78 https://bugs.webkit.org/show_bug.cgi?id=214761
79 <rdar://problem/65932136>
81 Reviewed by Yusuke Suzuki and Keith Miller.
83 * js/dom/missing-exception-check-below-postMessage-expected.txt: Added.
84 * js/dom/missing-exception-check-below-postMessage.html: Added.
86 2020-07-24 Kenneth Russell <kbr@chromium.org>
88 REGRESSION (r264845): webgl/2.0.0/conformance2/textures/misc/tex-unpack-params.html is failing
89 https://bugs.webkit.org/show_bug.cgi?id=214763
91 Unreviewed test gardening.
93 This test's failing a few cases on some hardware - the MacMini8,1
94 bots specifically. Mark it [ Pass Failure ] until this can be
99 2020-07-24 Ryan Haddad <ryanhaddad@apple.com>
101 [macOS WK1] imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating.svg is a flaky failure
102 https://bugs.webkit.org/show_bug.cgi?id=214760
104 Unreviewed test gardening.
106 * platform/mac-wk1/TestExpectations: Mark test as flaky.
108 2020-07-23 Simon Fraser <simon.fraser@apple.com>
110 steps() timing function on a transform animation triggers a render every frame
111 https://bugs.webkit.org/show_bug.cgi?id=214712
112 <rdar://problem/62737868>
114 Reviewed by Tim Horton.
116 * animations/steps-transform-rendering-updates-expected.txt: Added.
117 * animations/steps-transform-rendering-updates.html: Added.
119 2020-07-24 Mark Lam <mark.lam@apple.com>
121 Fix JS bindings code to DECLARE_THROW_SCOPE in the functions that can throw instead of passing a ThrowScope around.
122 https://bugs.webkit.org/show_bug.cgi?id=214695
123 <rdar://problem/65927049>
125 Reviewed by Yusuke Suzuki.
127 * js/dom/missing-exception-check-below-queueMicrotask-expected.txt: Added.
128 * js/dom/missing-exception-check-below-queueMicrotask.html: Added.
130 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
132 [ macOS ] media/media-source/media-source-seek-complete.html is passing and needs expectation removed
133 https://bugs.webkit.org/show_bug.cgi?id=214758
135 Unreviewed test gardening.
137 * platform/mac/TestExpectations:
139 2020-07-24 Jiewen Tan <jiewen_tan@apple.com>
141 Propagating user gesture through Fetch API
142 https://bugs.webkit.org/show_bug.cgi?id=214444
143 <rdar://problem/65980953>
145 Reviewed by Youenn Fablet.
147 * http/tests/media/user-gesture-preserved-across-xmlhttprequest-expected.txt:
148 * http/tests/media/user-gesture-preserved-across-xmlhttprequest.html:
149 * http/tests/xmlhttprequest/resources/download-header-with-delay.php: Added.
151 2020-07-24 Karl Rackler <rackler@apple.com>
153 [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-fonts/crash-font-face-invalid-descriptor.html is a flaky timeout
154 https://bugs.webkit.org/show_bug.cgi?id=214757
156 Unreviewed test gardening.
158 * platform/ios-simulator-wk2/TestExpectations:
160 2020-07-24 Karl Rackler <rackler@apple.com>
162 [ iOS wk2 ] http/tests/navigation/subframe-pagehide-handler-starts-load2.html is a flaky timeout
163 https://bugs.webkit.org/show_bug.cgi?id=214755
165 Unreviewed test gardening.
167 * platform/ios-simulator-wk2/TestExpectations:
169 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
171 [ macOS ] media/video-orientation.html is passing and expectation need to be removed
172 https://bugs.webkit.org/show_bug.cgi?id=214753
174 Unreviewed test gardening.
176 * platform/mac/TestExpectations:
178 2020-07-24 Karl Rackler <rackler@apple.com>
180 [ iOS wk2 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback.html is a flaky failure
181 https://bugs.webkit.org/show_bug.cgi?id=214752
183 Unreviewed test gardening.
185 * platform/ios-simulator-wk2/TestExpectations:
187 2020-07-24 Kenneth Russell <kbr@chromium.org>
189 [WebGL2] Framebuffer and renderbuffer updates
190 https://bugs.webkit.org/show_bug.cgi?id=126448
192 Reviewed by Dean Jackson.
194 Rebaseline WebGL 2.0 conformance tests which are improved with
195 this patch. Of these, views-with-offsets.html and
196 gl-object-get-calls.html progress; all of the others now pass
199 * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
200 * webgl/2.0.0/conformance2/renderbuffers/framebuffer-object-attachment-expected.txt:
201 * webgl/2.0.0/conformance2/renderbuffers/framebuffer-texture-layer-expected.txt:
202 * webgl/2.0.0/conformance2/renderbuffers/invalidate-framebuffer-expected.txt:
203 * webgl/2.0.0/conformance2/rendering/framebuffer-unsupported-expected.txt:
204 * webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
205 * webgl/2.0.0/conformance2/textures/misc/copy-texture-image-webgl-specific-expected.txt:
206 * webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt:
208 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
210 [ macOS ] svg/batik/text/textPosition2.svg is passing and expectation needs to be removed
211 https://bugs.webkit.org/show_bug.cgi?id=214749
213 Unreviewed test gardening.
215 * platform/mac/TestExpectations:
217 2020-07-24 Karl Rackler <rackler@apple.com>
219 [ iOS wk2 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub.html is a flaky failure
220 https://bugs.webkit.org/show_bug.cgi?id=214751
222 Unreviewed test gardening.
224 * platform/ios-simulator-wk2/TestExpectations:
226 2020-07-24 Ryan Haddad <ryanhaddad@apple.com>
228 [macOS WK1 EWS] compositing/repaint/iframes tests are flaky failures
229 https://bugs.webkit.org/show_bug.cgi?id=214388
231 Unreviewed test gardening.
233 * platform/mac-wk1/TestExpectations:
234 Mark all compositing/repaint/iframes as failing for Mojave to speed up EWS while we search for the root cause.
236 2020-07-24 Karl Rackler <rackler@apple.com>
238 [ iOS ] fast/visual-viewport/scroll-event-fired-during-scroll-alone.html is a flakey failure
239 https://bugs.webkit.org/show_bug.cgi?id=214324
241 Unreviewed test gardening.
243 * platform/ios-simulator-wk2/TestExpectations:
245 2020-07-24 Youenn Fablet <youenn@apple.com>
247 ASSERT(!m_peerConnection.isClosed()) on imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-operations.https.html
248 https://bugs.webkit.org/show_bug.cgi?id=214189
249 <rdar://problem/65343941>
251 Reviewed by Eric Carlson.
253 * TestExpectations: Unskip test.
255 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
257 [ macOS ] svg/wicd/test-rightsizing-b.xhtml is passing and expectation needs to be removed
258 https://bugs.webkit.org/show_bug.cgi?id=214742
260 Unreviewed test gardening.
262 * platform/mac/TestExpectations:
264 2020-07-24 Chris Dumez <cdumez@apple.com>
266 [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout
267 https://bugs.webkit.org/show_bug.cgi?id=214694
268 <rdar://problem/66001110>
270 Reviewed by Tim Horton.
272 * fast/web-share/share-transient-activation-expired.html:
273 * fast/web-share/share-transient-activation.html:
274 * fast/web-share/share-with-files.html:
275 * fast/web-share/share-with-no-url.html:
276 * fast/web-share/share.html:
277 * platform/ios/TestExpectations:
278 * resources/ui-helper.js:
279 (window.UIHelper.setShareSheetCompletesImmediatelyWithResolution): Deleted.
280 Update existing layout test so stop calling UIHelper.setShareSheetCompletesImmediatelyWithResolution() now that it
281 is the default in WebKitTestRunner.
283 * platform/ios/TestExpectations:
284 Unskip test that is no longer timing out.
286 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
288 [ macOS iOS ] webarchive/loading/test-loading-archive-subresource-null-mimetype.html is passing and expectations need to be removed
289 https://bugs.webkit.org/show_bug.cgi?id=214740
291 Unreviewed test gardening.
293 * platform/ios/TestExpectations:
294 * platform/mac/TestExpectations:
296 2020-07-24 Karl Rackler <rackler@apple.com>
298 [ iOS debug wk2 ] imported/w3c/web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-center.html is a flaky timeout
299 https://bugs.webkit.org/show_bug.cgi?id=214739
301 Unreviewed test gardening.
303 * platform/ios-simulator-wk2/TestExpectations:
305 2020-07-24 Karl Rackler <rackler@apple.com>
307 [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-flexbox/align-self-014.html is a flaky timeout
308 https://bugs.webkit.org/show_bug.cgi?id=214736
310 Unreviewed test gardening.
312 * platform/ios-simulator-wk2/TestExpectations:
314 2020-07-24 Karl Rackler <rackler@apple.com>
316 [ iOS wk2 ] http/tests/security/xssAuditor/cached-frame.html is a flaky timeout
317 https://bugs.webkit.org/show_bug.cgi?id=214735
319 Unreviewed test gardening.
321 * platform/ios-simulator-wk2/TestExpectations:
323 2020-07-24 Karl Rackler <rackler@apple.com>
325 [ iOS debug wk2 ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-createHTMLDocument-fetch-error-external-module.html is a flaky failure
326 https://bugs.webkit.org/show_bug.cgi?id=214734
328 Unreviewed test gardening.
330 * platform/ios-simulator-wk2/TestExpectations:
332 2020-07-24 Karl Rackler <rackler@apple.com>
334 [ iOS wk2 ] imported/w3c/web-platform-tests/IndexedDB/key-generators/reading-autoincrement-store.any.serviceworker.html is a flaky failure
335 https://bugs.webkit.org/show_bug.cgi?id=214732
337 Unreviewed test gardening.
339 * platform/ios-simulator-wk2/TestExpectations:
341 2020-07-24 Karl Rackler <rackler@apple.com>
343 [ iOS debug wk2 ] imported/w3c/web-platform-tests/IndexedDB/key-generators/reading-autoincrement-store-cursors.any.serviceworker.html is a flaky failure
344 https://bugs.webkit.org/show_bug.cgi?id=214731
346 Unreviewed test gardening.
348 * platform/ios-simulator-wk2/TestExpectations:
350 2020-07-24 Karl Rackler <rackler@apple.com>
352 [ iOS wk2 ] fast/scrolling/ios/programmatic-scroll-while-zoomed.html is a flaky failure
353 https://bugs.webkit.org/show_bug.cgi?id=214358
355 Unreviewed test gardening.
357 * platform/ios-simulator-wk2/TestExpectations:
359 2020-07-24 Karl Rackler <rackler@apple.com>
361 [ iOS debug wk2 ] imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-constructor.html and webrtc/simulcast-h264.html are flaky crash
362 https://bugs.webkit.org/show_bug.cgi?id=214730
364 Unreviewed test gardening.
366 * platform/ios-simulator-wk2/TestExpectations:
368 2020-07-24 Youenn Fablet <youenn@apple.com>
370 Remove assertions in RTCVideoEncoderH264 that are wrong in case of simulcast
371 https://bugs.webkit.org/show_bug.cgi?id=214684
373 Reviewed by Darin Adler.
375 * platform/mac-wk2/TestExpectations:
377 2020-07-23 James Darpinian <jdarpinian@chromium.org>
379 [WebGL2] Query Objects
380 https://bugs.webkit.org/show_bug.cgi?id=126940
382 Reviewed by Dean Jackson.
384 * webgl/2.0.0/conformance2/query/query-expected.txt:
385 * webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
387 2020-07-23 Yusuke Suzuki <ysuzuki@apple.com>
389 We should have exception check after promise operation
390 https://bugs.webkit.org/show_bug.cgi?id=214610
391 <rdar://problem/65881794>
393 Reviewed by Youenn Fablet and Mark Lam.
395 * js/dom/promise-should-have-exception-check-on-operation-expected.txt: Added.
396 * js/dom/promise-should-have-exception-check-on-operation.html: Added.
398 2020-07-23 Keith Miller <keith_miller@apple.com>
400 iOS simulator does not support WebAssembly
401 https://bugs.webkit.org/show_bug.cgi?id=191064
403 Reviewed by Yusuke Suzuki.
405 Remove simulator only expectations/failures now that WebAssembly is available in the simulator.
407 * platform/ios-simulator/TestExpectations:
408 * platform/ios-simulator/imported/w3c/web-platform-tests/xhr/send-data-sharedarraybuffer.any-expected.txt:
409 * platform/ios-simulator/imported/w3c/web-platform-tests/xhr/send-data-sharedarraybuffer.any.worker-expected.txt:
410 * platform/ios-wk2/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel-expected.txt:
412 2020-07-23 Ryan Haddad <ryanhaddad@apple.com>
414 [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout
415 https://bugs.webkit.org/show_bug.cgi?id=214694
417 Unreviewd test gardening.
419 * platform/ios-simulator-wk2/TestExpectations:
420 * platform/ios/TestExpectations: Skip the test since it is a consistent timeout.
422 2020-07-23 Hector Lopez <hector_i_lopez@apple.com>
424 [ macOS Release wk1 ] imported/w3c/web-platform-tests/css/css-overflow/overflow-recalc-001.html is a flaky failure
425 https://bugs.webkit.org/show_bug.cgi?id=214703
427 Unreviewed test gardening.
429 * platform/mac-wk1/TestExpectations:
431 2020-07-23 Sihui Liu <sihui_liu@appe.com>
433 Allow IndexedDB in third-party frames
434 https://bugs.webkit.org/show_bug.cgi?id=214583
435 <rdar://problem/61278487>
437 Reviewed by Geoffrey Garen.
439 Update test expectation for new behavior.
441 * http/tests/security/cross-origin-indexeddb-expected.txt:
442 * http/tests/security/cross-origin-indexeddb.html:
443 * http/tests/security/cross-origin-worker-indexeddb-expected.txt:
444 * http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html:
446 2020-07-23 Yusuke Suzuki <ysuzuki@apple.com>
448 Add exception check for WebCore createRejectedPromiseWithTypeError
449 https://bugs.webkit.org/show_bug.cgi?id=214680
450 <rdar://problem/65925490>
452 Reviewed by Mark Lam.
454 * js/dom/rejected-promise-creation-should-check-exception-expected.txt: Added.
455 * js/dom/rejected-promise-creation-should-check-exception.html: Added.
457 2020-07-23 Karl Rackler <rackler@apple.com>
459 [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout
460 https://bugs.webkit.org/show_bug.cgi?id=214694
462 Unreviewed test gardening.
464 * platform/ios-simulator-wk2/TestExpectations:
466 2020-07-23 Zalan Bujtas <zalan@apple.com>
468 Unreviewed, reverting r262124.
470 See REGRESSION(r262124) Overlapping text on Youtube's video upload page
471 https://bugs.webkit.org/show_bug.cgi?id=214655
473 * css3/flexbox/definite-main-size-expected.txt:
474 * css3/flexbox/definite-main-size.html:
476 2020-07-23 Karl Rackler <rackler@apple.com>
478 [ iOS wk2 ] editing/selection/shift-click-includes-existing-selection.html is a flaky failure
479 https://bugs.webkit.org/show_bug.cgi?id=214688
481 Unreviewed test gardening.
483 * platform/ios-simulator-wk2/TestExpectations:
485 2020-07-23 Karl Rackler <rackler@apple.com>
487 [ iOS ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel.html and imported/w3c/web-platform-tests/xhr/send-data-sharedarraybuffer.any.html and imported/w3c/web-platform-tests/xhr/send-data-sharedarraybuffer.any.worker.html do not support WebAssembly and marking Skip.
488 https://bugs.webkit.org/show_bug.cgi?id=214681
490 Unreviewed test gardening.
492 * platform/ios-simulator/TestExpectations:
494 2020-07-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
496 [GStreamer] gst_buffer_unmap: assertion 'GST_IS_BUFFER (buffer)' failed
497 https://bugs.webkit.org/show_bug.cgi?id=213364
499 Reviewed by Philippe Normand.
501 * platform/glib/TestExpectations: flagged
502 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-to-multiple-video-elements.https.html
505 2020-07-23 Karl Rackler <rackler@apple.com>
507 [ iOS wk2 debug ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-createHTMLDocument-fetch-error-external-classic.html is a flaky failure
508 https://bugs.webkit.org/show_bug.cgi?id=214685
510 Unreviewed test gardening.
512 * platform/ios-simulator-wk2/TestExpectations:
514 2020-07-23 Karl Rackler <rackler@apple.com>
516 [ iOS wk2 ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html is a flaky failure
517 https://bugs.webkit.org/show_bug.cgi?id=214422
519 Unreviewed test gardening.
521 * platform/ios-simulator-wk2/TestExpectations:
523 2020-07-23 Karl Rackler <rackler@apple.com>
525 [ macOS ] media/media-source/media-source-seek-redundant-append.html is a flaky timeout
526 https://bugs.webkit.org/show_bug.cgi?id=207146
528 Unreviewed test gardening.
530 * platform/mac-wk1/TestExpectations:
531 * platform/mac/TestExpectations:
533 2020-07-23 Karl Rackler <rackler@apple.com>
535 [ Mac wk2 ] tiled-drawing/scrolling/fixed/four-bars-zoomed.html is flaky failing..
536 https://bugs.webkit.org/show_bug.cgi?id=209624
538 Unreviewed test gardening.
540 * platform/mac-wk2/TestExpectations:
542 2020-07-23 Karl Rackler <rackler@apple.com>
544 [ macOS wk2 debug ] imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-implicit.html is a flaky failure
545 https://bugs.webkit.org/show_bug.cgi?id=214683
547 Unreviewed test gardening.
549 * platform/mac-wk2/TestExpectations:
551 2020-07-23 Karl Rackler <rackler@apple.com>
553 [ macOS WK2 ] imported/w3c/web-platform-tests/css/cssom/stylesheet-same-origin.sub.html is a flaky failure
554 https://bugs.webkit.org/show_bug.cgi?id=214682
556 Unreviewed test gardening.
558 * platform/mac-wk2/TestExpectations:
560 2020-07-23 Commit Queue <commit-queue@webkit.org>
562 Unreviewed, reverting r264745.
563 https://bugs.webkit.org/show_bug.cgi?id=214681
565 Broke 3 web-platform-tests on iOS
569 "iOS simulator does not support WebAssembly"
570 https://bugs.webkit.org/show_bug.cgi?id=191064
571 https://trac.webkit.org/changeset/264745
573 2020-07-23 Mark Lam <mark.lam@apple.com>
575 Fix missing exception checks below RTCPeerConnection.generateCertificate().
576 https://bugs.webkit.org/show_bug.cgi?id=214668
577 <rdar://problem/65929975>
579 Reviewed by Yusuke Suzuki.
581 * webrtc/missing-exception-checks-RTCPeerConnection-generateCertificate-expected.txt: Added.
582 * webrtc/missing-exception-checks-RTCPeerConnection-generateCertificate.html: Added.
584 2020-07-23 Diego Pino Garcia <dpino@igalia.com>
586 [GTK] Unreviewed test gardening. Update GTK baseline after r264646.
588 * platform/gtk/mathml/opentype/opentype-stretchy-expected.png:
589 * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt:
591 2020-07-22 Ryan Haddad <ryanhaddad@apple.com>
593 [Win10] js/weakref-finalizationregistry.html is frequently timing out
594 https://bugs.webkit.org/show_bug.cgi?id=214673
596 Unreviewed test gardening.
598 * platform/win/TestExpectations: Mark test as flaky.
600 2020-07-22 Ryan Haddad <ryanhaddad@apple.com>
602 Unreviewed test gardening, remove old test expectation directories for iOS 12 since they are unused.
604 * platform/ios-12/TestExpectations: Removed.
605 * platform/ios-12/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
606 * platform/ios-12/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
607 * platform/ios-12/css2.1/t1202-counter-09-b-expected.txt: Removed.
608 * platform/ios-12/css2.1/t1202-counters-09-b-expected.txt: Removed.
609 * platform/ios-12/editing/deleting/delete-emoji-1-expected.txt: Removed.
610 * platform/ios-12/editing/deleting/delete-emoji-9-expected.txt: Removed.
611 * platform/ios-12/editing/deleting/delete-emoji-expected.txt: Removed.
612 * platform/ios-12/fast/css-generated-content/014-expected.txt: Removed.
613 * platform/ios-12/fast/css/apple-system-colors-expected.txt: Removed.
614 * platform/ios-12/fast/css/beforeSelectorOnCodeElement-expected.txt: Removed.
615 * platform/ios-12/fast/css/line-height-font-order-expected.txt: Removed.
616 * platform/ios-12/fast/events/touch/ios/pointer-events-with-modifiers-expected.txt: Removed.
617 * platform/ios-12/fast/events/updateLayoutForHitTest-expected.txt: Removed.
618 * platform/ios-12/fast/overflow/007-expected.txt: Removed.
619 * platform/ios-12/fast/table/col-and-colgroup-offsets-expected.txt: Removed.
620 * platform/ios-12/fast/text/hyphenate-avoid-orphaned-word-expected.txt: Removed.
621 * platform/ios-12/fast/text/hyphenate-character-expected.txt: Removed.
622 * platform/ios-12/fast/text/hyphens-expected.txt: Removed.
623 * platform/ios-12/imported/w3c/web-platform-tests/cors/access-control-expose-headers-parsing.window-expected.txt: Removed.
624 * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Removed.
625 * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Removed.
626 * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Removed.
627 * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Removed.
628 * platform/ios-12/imported/w3c/web-platform-tests/fetch/content-type/script.window-expected.txt: Removed.
629 * platform/ios-12/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Removed.
630 * platform/ios-12/imported/w3c/web-platform-tests/xhr/getallresponseheaders-expected.txt: Removed.
631 * platform/ios-12/imported/w3c/web-platform-tests/xhr/getresponseheader.any-expected.txt: Removed.
632 * platform/ios-12/imported/w3c/web-platform-tests/xhr/getresponseheader.any.worker-expected.txt: Removed.
633 * platform/ios-12/platform/ios/ios/fast/text/opticalFont-expected.txt: Removed.
634 * platform/ios-12/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Removed.
635 * platform/ios-12/platform/ios/ios/fast/text/opticalFontWithWeight-expected.txt: Removed.
636 * platform/ios-12/quicklook/excel-expected.txt: Removed.
637 * platform/ios-12/quicklook/excel-legacy-expected.txt: Removed.
638 * platform/ios-12/quicklook/excel-macro-enabled-expected.txt: Removed.
639 * platform/ios-12/quicklook/keynote-09-expected.txt: Removed.
640 * platform/ios-12/quicklook/numbers-09-expected.txt: Removed.
641 * platform/ios-12/quicklook/pages-09-expected.txt: Removed.
642 * platform/ios-12/quicklook/powerpoint-expected.txt: Removed.
643 * platform/ios-12/quicklook/powerpoint-legacy-expected.txt: Removed.
644 * platform/ios-12/svg/custom/object-sizing-expected.txt: Removed.
645 * platform/ios-12/tables/mozilla/bugs/bug10269-2-expected.txt: Removed.
646 * platform/ios-12/tables/mozilla/bugs/bug10296-1-expected.txt: Removed.
647 * platform/ios-12/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
648 * platform/ios-12/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
649 * platform/ipad-12/TestExpectations: Removed.
650 * platform/ipad-12/fast/scrolling/ios/overflow-scroll-inherited-expected.txt: Removed.
651 * platform/ipad-12/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt: Removed.
652 * platform/ipad-12/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt: Removed.
653 * platform/ipad-12/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt: Removed.
654 * platform/ipad-12/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: Removed.
655 * platform/ipad-12/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Removed.
656 * platform/ipad-12/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt: Removed.
658 2020-07-22 Eric Carlson <eric.carlson@apple.com>
660 [Cocoa] canPlayType with 'codecs' parameter should never return "maybe"
661 https://bugs.webkit.org/show_bug.cgi?id=214621
662 <rdar://problem/65146785>
664 Reviewed by Jer Noble.
666 * media/media-can-play-av1-expected.txt:
667 * media/media-can-play-av1.html:
669 * platform/ios/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Added.
670 * platform/ios/media/media-can-play-av1-expected.txt: Removed.
671 * platform/ios/media/media-can-play-wav-audio-expected.txt: Copied from LayoutTests/platform/mac/media/media-can-play-wav-audio-expected.txt.
672 * platform/mac/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Added.
673 * platform/mac/media/media-can-play-av1-expected.txt: Removed.
674 * platform/mac/media/media-can-play-wav-audio-expected.txt:
676 2020-07-22 Kenneth Russell <kbr@chromium.org>
678 [WebGL2] Implement multiple render target entry points
679 https://bugs.webkit.org/show_bug.cgi?id=211156
681 Reviewed by Dean Jackson.
683 Rebaseline one layout test which is now fully passing, and another
684 which now properly detects errors.
686 * fast/canvas/webgl/webgl2/sequences-expected.txt:
687 * webgl/2.0.0/conformance2/reading/read-pixels-from-fbo-test-expected.txt:
689 2020-07-22 Karl Rackler <rackler@apple.com>
691 [ macOS debug wk2 ] Set expectation for imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html is a flaky crash.
692 https://bugs.webkit.org/show_bug.cgi?id=214661
694 Unreviewed test gardening.
696 * platform/mac-wk2/TestExpectations:
698 2020-07-22 Fujii Hironori <Hironori.Fujii@sony.com>
700 [Win][Uniscribe] Material icons containing underscore or numbers aren't shown because ScriptItemize splits them apart
701 https://bugs.webkit.org/show_bug.cgi?id=201214
703 Reviewed by Don Olmstead.
705 * fonts/ligature-expected.html: Added.
706 * fonts/ligature.html: Added.
707 * fonts/ligature.woff: Added. Created a font for testing ligature
708 containing only 0-9, underscore, 'a' and U+E000 glyphs. U+E000 has
709 a ligature string "0_a".
711 2020-07-22 Karl Rackler <rackler@apple.com>
713 [ macOS debug wk2 ] Set test expectation for tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html as it is flaky crash
714 https://bugs.webkit.org/show_bug.cgi?id=214651
716 Unreviewed test gardening.
718 * platform/mac-wk2/TestExpectations:
720 2020-07-22 Simon Fraser <simon.fraser@apple.com>
722 compositing/repaint/iframes/compositing-iframe-scroll-repaint.html fails on Mojave
723 https://bugs.webkit.org/show_bug.cgi?id=214647
725 Unreviewed test gardening. This test fails on Mojave.
727 * platform/mac-wk1/TestExpectations:
729 2020-07-22 Myles C. Maxfield <mmaxfield@apple.com>
731 REGRESSION(r205826): narrowNoBreakSpace (U+202F) has zero width, regardless of font
732 https://bugs.webkit.org/show_bug.cgi?id=214626
733 <rdar://problem/65193790>
735 Reviewed by Timothy Hatcher.
737 * fast/text/narrowNoBreakSpace-expected-mismatch.html: Added.
738 * fast/text/narrowNoBreakSpace.html: Added.
739 * fast/text/narrow-non-breaking-space-expected-mismatch.html: Renamed from fast/text/narrow-non-breaking-space-expected.html.
740 * fast/text/narrow-non-breaking-space.html: Made the test more robust.
742 2020-07-21 Simon Fraser <simon.fraser@apple.com>
744 Scrolling tesla.com on iPad is not smooth
745 https://bugs.webkit.org/show_bug.cgi?id=214627
746 <rdar://problem/65568979>
748 Reviewed by Tim Horton.
750 * fast/scrolling/ios/adjust-scroll-snap-during-gesture-expected.txt: Added.
751 * fast/scrolling/ios/adjust-scroll-snap-during-gesture.html: Added.
753 2020-07-22 Hector Lopez <hector_i_lopez@apple.com>
755 [ macOS ] imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing.html is a flaky failure
756 https://bugs.webkit.org/show_bug.cgi?id=214643
758 Unreviewed test gardening.
760 * platform/mac/TestExpectations:
762 2020-07-22 Commit Queue <commit-queue@webkit.org>
764 Unreviewed, reverting r264691.
765 https://bugs.webkit.org/show_bug.cgi?id=214642
767 Regressed fast/mediastream/captureStream/canvas3d.html
771 "[WebGL2] Implement multiple render target entry points"
772 https://bugs.webkit.org/show_bug.cgi?id=211156
773 https://trac.webkit.org/changeset/264691
775 2020-07-22 Youenn Fablet <youenn@apple.com>
777 KeepAlive fetch should not be blocked in pagehide event handlers
778 https://bugs.webkit.org/show_bug.cgi?id=214630
779 <rdar://problem/65564772>
781 Reviewed by Chris Dumez.
783 * http/wpt/fetch/fetch-in-pagehide-expected.txt: Added.
784 * http/wpt/fetch/fetch-in-pagehide.html: Added.
785 * http/wpt/fetch/resources/fetch-in-pagehide-window.html: Added.
787 2020-07-22 Diego Pino Garcia <dpino@igalia.com>
789 [GTK] Unreviewed test gardening. Update test expectations after r264694.
791 * platform/glib/TestExpectations:
792 * platform/glib/imported/w3c/web-platform-tests/encoding/eof-shift_jis-expected.txt: Added.
793 * platform/gtk/TestExpectations:
794 * platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt:
795 * platform/wpe/TestExpectations:
797 2020-07-21 Kenneth Russell <kbr@chromium.org>
799 [WebGL2] Implement multiple render target entry points
800 https://bugs.webkit.org/show_bug.cgi?id=211156
802 Reviewed by Myles C. Maxfield.
804 Rebaseline one layout test which is now fully passing, and another
805 which now properly detects errors.
807 * fast/canvas/webgl/webgl2/sequences-expected.txt:
808 * webgl/2.0.0/conformance2/reading/read-pixels-from-fbo-test-expected.txt:
810 2020-07-21 Wenson Hsieh <wenson_hsieh@apple.com>
812 REGRESSION (r258871): Shift + click to extend selection loses currently selected text
813 https://bugs.webkit.org/show_bug.cgi?id=214617
814 <rdar://problem/64980223>
816 Reviewed by Megan Gardner.
818 Add a new layout test to verify that the bug does not occur.
820 * editing/mac/spelling/autocorrection-contraction-expected.txt:
822 Rebaseline an existing layout test, restoring the test expectations to what they were prior to r258871. It seems
823 that the more recently added expectations (while not seemingly incorrect) were dependent on `characterCount`
824 computing the number of characters from the start position to the end of the document, rather than the end.
826 * editing/selection/shift-click-includes-existing-selection-expected.txt: Added.
827 * editing/selection/shift-click-includes-existing-selection.html: Added.
828 * resources/ui-helper.js:
829 (window.UIHelper.activateAt.return.new.Promise):
830 (window.UIHelper.activateAt):
831 (window.UIHelper.activateElement):
833 Add an optional `modifiers` argument to the `activateAt` and `activateElement` helper methods, which can be used
834 to simulate key modifiers being held while synthesizing the "activation" (i.e. tap or click).
836 2020-07-21 Jer Noble <jer.noble@apple.com>
838 [Cocoa] Add experimental MSE WebM parser
839 https://bugs.webkit.org/show_bug.cgi?id=214529
840 <rdar://problem/65782467>
842 Reviewed by Eric Carlson.
844 * media/media-source/content/test-vp9-manifest.json: Added.
845 * media/media-source/content/test-vp9.webm: Added.
846 * media/media-source/media-source-webm-expected.txt: Added.
847 * media/media-source/media-source-webm.html: Added.
849 2020-07-21 Brian Burg <bburg@apple.com>
851 Web Inspector: inspector/canvas/memory.html is failing on macOS Apple Silicon
852 https://bugs.webkit.org/show_bug.cgi?id=214619
854 Reviewed by Devin Rousso.
856 * inspector/canvas/memory-expected.txt:
857 * inspector/canvas/memory.html:
858 Canvas memory costs are not the same as on Intel macOS. Change the test to
859 simply check that the memory cost increases from zero-ish to not-zero.
861 2020-07-21 Yusuke Suzuki <ysuzuki@apple.com>
863 Use CatchScope in microtask execution
864 https://bugs.webkit.org/show_bug.cgi?id=214600
865 <rdar://problem/65881165>
867 Reviewed by Mark Lam.
869 * js/dom/microtask-drain-should-use-catch-scope-expected.txt: Added.
870 * js/dom/microtask-drain-should-use-catch-scope.html: Added.
872 2020-07-21 Youenn Fablet <youenn@apple.com>
874 NetworkConnectionToWebProcess should not handle NetworkRTCProvider messages
875 https://bugs.webkit.org/show_bug.cgi?id=214547
877 Reviewed by Alex Christensen.
879 * platform/mac/TestExpectations:
881 2020-07-21 Sihui Liu <sihui_liu@appe.com>
883 REGRESSION(r264486): ASSERTION FAILED: ASSERT_NOT_REACHED() in NetworkProcessPlatformStrategies::createBlobRegistry
884 https://bugs.webkit.org/show_bug.cgi?id=214425
886 Reviewed by Youenn Fablet.
888 Remove storage/indexeddb/structured-clone-private.html as blob is not supported in IDB for private browsing.
889 Also storage/indexeddb/structured-clone.html already covers the code paths for structured clone in IDB.
891 * platform/mac-wk1/TestExpectations:
892 * platform/mac-wk2/TestExpectations:
893 * platform/win/TestExpectations:
894 * storage/indexeddb/resources/structured-clone.js:
896 * storage/indexeddb/structured-clone-expected.txt:
897 * storage/indexeddb/structured-clone-private-expected.txt: Removed.
898 * storage/indexeddb/structured-clone-private.html: Removed.
900 2020-07-21 Hector Lopez <hector_i_lopez@apple.com>
902 [ iOS WK2 ] fast/scrolling/ios/autoscroll-input-when-very-zoomed.html is a flaky failure
903 https://bugs.webkit.org/show_bug.cgi?id=214598
905 Unreviewed test gardening.
907 * platform/ios-wk2/TestExpectations:
909 2020-07-21 Zalan Bujtas <zalan@apple.com>
911 [UI Events] Make mousemove cancelable
912 https://bugs.webkit.org/show_bug.cgi?id=214513
913 <rdar://problem/64267520>
915 Reviewed by Simon Fraser.
917 * fast/text/selection-is-prevent-defaulted-expected.txt: Added.
918 * fast/text/selection-is-prevent-defaulted.html: Added.
919 * platform/mac/fast/events/objc-event-api-expected.txt:
921 2020-07-21 Hector Lopez <hector_i_lopez@apple.com>
923 [ Release Mac wk2 ] svg/animations/smil-leak-element-instances.svg is flaky failing
924 https://bugs.webkit.org/show_bug.cgi?id=214579
926 Unreviewed test gardening.
928 * platform/mac-wk2/TestExpectations:
930 2020-07-21 Philippe Normand <pnormand@igalia.com>
932 Unreviewed WPE/GTK gardening
934 * platform/glib/TestExpectations:
935 imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html
936 is passing since r264607.
938 2020-07-21 Xabier Rodriguez Calvar <calvaris@igalia.com>
940 [GStreamer][1.18] mediastreamsrc element hits assert in gst -core
941 https://bugs.webkit.org/show_bug.cgi?id=214150
943 Reviewed by Philippe Normand.
945 As result of this bug
946 fast/mediastream/MediaStream-removeTrack-while-playing.html begins
947 to crash in debug mode in an assertion. When a track is removed
948 the observer is not removed and when it dies there are null
949 objects in the observer weak hash set. Still, if you do a quick
950 patch to remove the observer, things can still crash as track
951 removal is racy and in release there' other crash. All this needs
952 to be taclked as a general approach to fix track removal.
954 * platform/glib/TestExpectations: Added
955 fast/mediastream/MediaStream-removeTrack-while-playing.html as
956 Pass Crash for release and crash for debug.
958 2020-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
960 [FreeType] Add support for text-underline-offset and text-decoration-thickness
961 https://bugs.webkit.org/show_bug.cgi?id=214550
963 Reviewed by Adrian Perez de Castro.
965 Remove expectations for tests that are now passing.
967 * platform/gtk/TestExpectations:
969 2020-07-20 Alex Christensen <achristensen@webkit.org>
971 Revert r262776 for existing apps using UIWebView/WebView
972 https://bugs.webkit.org/show_bug.cgi?id=214528
973 <rdar://problem/65468982>
975 Reviewed by Tim Horton.
977 * platform/mac-wk1/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt: Added.
978 * platform/mac-wk1/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt: Added.
979 * platform/mac-wk1/imported/w3c/web-platform-tests/xhr/send-blob-with-no-mime-type-expected.txt: Added.
981 2020-07-20 Keith Miller <keith_miller@apple.com>
983 Reduce number of iterations for weakref tests
984 https://bugs.webkit.org/show_bug.cgi?id=214567
986 Reviewed by Mark Lam.
988 These tests seem to time out on the watch series 3 simulator. Let's reduce the number of
989 iterations and see if it impacts the flakiness of the test.
991 * js/script-tests/weakref-async-is-collected.js:
993 * js/script-tests/weakref-eventually-collects-values.js:
995 * js/script-tests/weakref-microtasks-dont-collect.js:
997 * js/script-tests/weakref-weakset-consistency.js:
1000 2020-07-20 Hector Lopez <hector_i_lopez@apple.com>
1002 [ Release Mac wk2 ] svg/animations/smil-leak-list-property-instances.svg is a flaky failure
1003 https://bugs.webkit.org/show_bug.cgi?id=214574
1005 Unreviewed test gardening.
1007 * platform/mac-wk2/TestExpectations:
1009 2020-07-20 Wenson Hsieh <wenson_hsieh@apple.com>
1011 REGRESSION (r261874): Typing near the bottom of a scrollable document causes the scroll position to jump
1012 https://bugs.webkit.org/show_bug.cgi?id=214426
1013 <rdar://problem/65302701>
1015 Reviewed by Simon Fraser.
1017 Add a test to verify that the scroll position doesn't change when deleting and then reinserting the only
1018 character on a line (i.e. `div` element) in a contenteditable element. This test also verifies that deleting
1019 lines in a way that decreases the height of the document still clamps the scroll position by scrolling up.
1021 * editing/execCommand/typing-should-not-trigger-scrolling-when-selection-is-visible-expected.txt: Added.
1022 * editing/execCommand/typing-should-not-trigger-scrolling-when-selection-is-visible.html: Added.
1023 * platform/mac-wk1/TestExpectations:
1025 Mark the test as failing in WebKit1 for now, which will require some additional work.
1027 2020-07-20 Hector Lopez <hector_i_lopez@apple.com>
1029 [ iOS ] css3/blending/blend-mode-clip-accelerated-blending-canvas.html is passing and expectations need to be removed
1030 https://bugs.webkit.org/show_bug.cgi?id=214570
1032 Unreviewed test gardening.
1034 * platform/ios/TestExpectations:
1036 2020-07-20 Said Abou-Hallawa <sabouhallawa@apple.com>
1038 CSS clip-path is applied to the <svg> root element in the view-box coordinates
1039 https://bugs.webkit.org/show_bug.cgi?id=214418
1041 Reviewed by Darin Adler.
1043 * svg/in-html/svg-view-box-css-clip-path-expected.html: Added.
1044 * svg/in-html/svg-view-box-css-clip-path.html: Added.
1046 2020-07-20 Clark Wang <clark_wang@apple.com>
1048 Fixes to match BaseAudioContext.idl to spec
1049 https://bugs.webkit.org/show_bug.cgi?id=214487
1051 Reviewed by Chris Dumez.
1053 Changed test for default panningModel to equalpower to match spec, Chrome and Firefox.
1055 * webaudio/pannernode-basic-expected.txt:
1056 * webaudio/pannernode-basic.html:
1058 2020-07-20 Ryan Haddad <ryanhaddad@apple.com>
1060 Unreviewed test gardening, skip flaky test webgl/2.0.0/conformance2/state/gl-object-get-calls.html.
1062 * platform/mac-wk1/TestExpectations:
1063 * platform/mac/TestExpectations:
1065 2020-07-20 Keith Miller <keith_miller@apple.com>
1067 Add support for FinalizationRegistries
1068 https://bugs.webkit.org/show_bug.cgi?id=199888
1070 Reviewed by Yusuke Suzuki.
1072 * js/script-tests/weakref-finalizationregistry.js: Added.
1076 * js/weakref-finalizationregistry-expected.txt: Added.
1077 * js/weakref-finalizationregistry.html: Added.
1079 2020-07-20 Kate Cheney <katherine_cheney@apple.com>
1081 [ iOS macOS ] http/tests/resourceLoadStatistics/grandfathering-database.html is a rare flaky timeout
1082 https://bugs.webkit.org/show_bug.cgi?id=213553
1083 <rdar://problem/64696432>
1085 Reviewed by Darin Adler.
1087 Remove unnecessary calls to register for a statistics processing
1088 callback, now that it is done synchronously as a part of the installing function.
1090 * http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker-database.html:
1091 * http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker.html:
1092 * http/tests/resourceLoadStatistics/count-third-party-script-loads-database.html:
1093 * http/tests/resourceLoadStatistics/count-third-party-script-loads.html:
1094 * http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations-database.html:
1095 * http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations.html:
1096 * http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script-database.html:
1097 * http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script.html:
1098 * http/tests/resourceLoadStatistics/many-inserts-only-insert-once.html:
1100 * http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown-database.html:
1101 * http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html:
1102 * http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown-database.html:
1103 * http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html:
1104 The testing contents should be part of the callback for setEnableFeature
1105 to ensure setup finishes before the test is run.
1107 * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-database.html:
1108 * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-database.html:
1109 * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html:
1110 * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html:
1111 * http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-database.html:
1112 * http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html:
1113 * http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database.html:
1114 * http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html:
1115 * http/tests/resourceLoadStatistics/resources/util.js:
1117 This call is unnecessary as the parameters are cleared in
1118 WKWebsiteDataStoreStatisticsResetToConsistentState.
1120 * http/tests/webAPIStatistics/canvas-read-and-write-data-collection.html:
1121 * http/tests/webAPIStatistics/font-load-data-collection.html:
1122 * http/tests/webAPIStatistics/navigator-functions-accessed-data-collection.html:
1123 * http/tests/webAPIStatistics/screen-functions-accessed-data-collection.html:
1124 * http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html:
1125 * platform/ios-wk2/TestExpectations:
1127 2020-07-20 Philippe Normand <pnormand@igalia.com>
1129 [GStreamer] Add support for canvas captureStream, tests failing since they were added in r213598
1130 https://bugs.webkit.org/show_bug.cgi?id=169811
1132 Reviewed by Darin Adler.
1134 Unflag passing tests and rebaseline one platform-specific WPT test expectation which differs
1135 from the default by only one line.
1137 * platform/glib/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
1138 * platform/gtk/TestExpectations:
1139 * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Removed.
1140 * platform/wpe/TestExpectations:
1142 2020-07-20 Youenn Fablet <youenn@apple.com>
1144 Fix buggy assert in h265_vps_sps_pps_tracker.cc
1145 https://bugs.webkit.org/show_bug.cgi?id=214545
1147 Reviewed by Eric Carlson.
1149 * platform/mac-wk2/TestExpectations:
1151 2020-07-20 Youenn Fablet <youenn@apple.com>
1153 GenerateCertificateAsync should be called on signaling thread
1154 https://bugs.webkit.org/show_bug.cgi?id=214447
1156 Reviewed by Geoffrey Garen.
1158 * platform/mac-wk2/TestExpectations:
1160 2020-07-20 Commit Queue <commit-queue@webkit.org>
1162 Unreviewed, reverting r264596.
1163 https://bugs.webkit.org/show_bug.cgi?id=214551
1169 "[GStreamer] Add support for canvas captureStream, tests
1170 failing since they were added in r213598"
1171 https://bugs.webkit.org/show_bug.cgi?id=169811
1172 https://trac.webkit.org/changeset/264596
1174 2020-07-20 Rob Buis <rbuis@igalia.com>
1176 Setting URL.hash to '#' should preserve '#'
1177 https://bugs.webkit.org/show_bug.cgi?id=214318
1179 Reviewed by Youenn Fablet.
1181 Update test expectations to new behavior.
1183 * fast/dom/DOMURL/set-href-attribute-hash-expected.txt:
1184 * fast/dom/DOMURL/set-href-attribute-hash.html:
1185 * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt:
1186 * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html:
1188 2020-07-20 Philippe Normand <pnormand@igalia.com>
1190 [GStreamer] Add support for canvas captureStream, tests failing since they were added in r213598
1191 https://bugs.webkit.org/show_bug.cgi?id=169811
1193 Reviewed by Darin Adler.
1195 Unflag passing tests and rebaseline one platform-specific WPT test expectation which differs
1196 from the default by only one line.
1198 * platform/glib/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
1199 * platform/gtk/TestExpectations:
1200 * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Removed.
1201 * platform/wpe/TestExpectations:
1203 2020-07-20 Philippe Normand <pnormand@igalia.com>
1205 [GStreamer] ImageDecoder hits more Debug ASSERTs
1206 https://bugs.webkit.org/show_bug.cgi?id=214191
1208 Reviewed by Xabier Rodriguez-Calvar.
1210 * platform/glib/TestExpectations: Unflag no-longer-crashing tests.
1212 2020-07-20 Philippe Normand <pnormand@igalia.com>
1214 Unreviewed, GTK gardening
1216 * platform/gtk/TestExpectations: Unflag now-stable webrtc tests, no longer flaky since r263836.
1218 2020-07-19 Lauro Moura <lmoura@igalia.com>
1220 [GTK][WPE] Remove some deprecated expectation files and garden failures
1222 Unreviewed test gardening.
1224 * platform/glib/TestExpectations:
1225 * platform/gtk/TestExpectations:
1226 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Removed.
1227 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Removed.
1228 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Removed.
1229 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed.
1230 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Removed.
1231 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Removed.
1232 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Removed.
1233 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed.
1235 2020-07-18 Alexey Shvayka <shvaikalesh@gmail.com>
1237 Redefining a property should not change its insertion index (Object.keys order)
1238 https://bugs.webkit.org/show_bug.cgi?id=142933
1240 Reviewed by Saam Barati.
1242 * js/object-literal-duplicate-properties-expected.txt:
1243 * js/script-tests/object-literal-duplicate-properties.js:
1245 2020-07-18 Chris Dumez <cdumez@apple.com>
1247 Unreviewed, skip a few css WPT tests that are crashing in Debug since the recent WPT resync.
1251 2020-07-18 Chris Dumez <cdumez@apple.com>
1253 Unreviewed, mark imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-addIceCandidate-timing.https.html as flaky.
1257 2020-07-18 Chris Dumez <cdumez@apple.com>
1259 Unreviewed, mark imported/w3c/web-platform-tests/web-share/share-url-invalid.https.html as timing out on iOS.
1261 It has been timing out since import in r264564.
1263 * platform/ios-wk2/TestExpectations:
1265 2020-07-17 Chris Dumez <cdumez@apple.com>
1267 Resync web-platform-tests/web-share from upstream
1268 https://bugs.webkit.org/show_bug.cgi?id=214507
1270 Reviewed by Alex Christensen.
1273 * platform/mac-wk2/imported/w3c/web-platform-tests/web-share/share-url-invalid.https-expected.txt:
1275 2020-07-17 Chris Dumez <cdumez@apple.com>
1277 Resync web-platform-tests/encoding from upstream
1278 https://bugs.webkit.org/show_bug.cgi?id=214502
1280 Reviewed by Geoff Garen.
1284 2020-07-17 Truitt Savell <tsavell@apple.com>
1286 [ Mac iOS ] imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup.html is failing as of the re-sync in r 264522
1287 https://bugs.webkit.org/show_bug.cgi?id=214512
1289 Unreviewed test gardening.
1291 * platform/ios-wk2/TestExpectations:
1292 * platform/mac/TestExpectations:
1294 2020-07-17 Sihui Liu <sihui_liu@appe.com>
1296 REGRESSION(r264486): storage/indexeddb/structured-clone.html crashes
1297 https://bugs.webkit.org/show_bug.cgi?id=214481
1298 <rdar://problem/65735839>
1300 Unreviewed test gardening.
1302 * platform/win/TestExpectations:
1304 2020-07-17 Lauro Moura <lmoura@igalia.com>
1306 [GTK] fast/events/context-activated-by-key-event.html is crashing
1307 https://bugs.webkit.org/show_bug.cgi?id=199444
1309 Reviewed by Michael Catanzaro.
1311 * platform/gtk/TestExpectations: Remove fixed test entry.
1313 2020-07-17 Truitt Savell <tsavell@apple.com>
1315 Rebase compositing/repaint/iframes/compositing-iframe-scroll-repaint.html back to previous state after ​r264522
1316 https://bugs.webkit.org/show_bug.cgi?id=214414
1318 Unreviewed test gardening.
1320 * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt:
1322 2020-07-17 Truitt Savell <tsavell@apple.com>
1324 Unreviewed, reverting r264549.
1326 Expectation made in the wrong folder
1330 "Rebase compositing/repaint/iframes/compositing-iframe-scroll-
1331 repaint.html back to previous state after
1332 https://trac.webkit.org/changeset/264522/webkit"
1333 https://bugs.webkit.org/show_bug.cgi?id=214414
1334 https://trac.webkit.org/changeset/264549
1336 2020-07-17 Truitt Savell <tsavell@apple.com>
1338 Rebase compositing/repaint/iframes/compositing-iframe-scroll-repaint.html back to previous state after https://trac.webkit.org/changeset/264522/webkit
1339 https://bugs.webkit.org/show_bug.cgi?id=214414
1341 Unreviewed test gardening.
1343 * compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt:
1345 2020-07-17 Chris Dumez <cdumez@apple.com>
1347 Resync web-platform-tests/clipboard-apis from upstream
1348 https://bugs.webkit.org/show_bug.cgi?id=214496
1350 Reviewed by Geoffrey Garen.
1352 * tests-options.json:
1354 2020-07-17 Hector Lopez <hector_i_lopez@apple.com>
1356 [ macOS iOS ] imported/w3c/web-platform-tests/cors/remote-origin.htm is passing need to add passing expectation for macOS and iOS
1357 https://bugs.webkit.org/show_bug.cgi?id=214498
1359 Unreviewed test gardening.
1361 * platform/ios/TestExpectations:
1362 * platform/mac/TestExpectations:
1364 2020-07-17 Chris Dumez <cdumez@apple.com>
1366 Stop using promise_rejects() under LayoutTests/http/wpt
1367 https://bugs.webkit.org/show_bug.cgi?id=214494
1369 Reviewed by Geoffrey Garen.
1371 Stop using promise_rejects() under LayoutTests/http/wpt as it has been dropped from upstream
1372 testharness.js in favor of promise_rejects_js() / promise_reject_dom().
1374 * http/wpt/2dcontext/imagebitmap/createImageBitmap-sizing.html:
1375 * http/wpt/2dcontext/imagebitmap/createImageBitmap.html:
1376 * http/wpt/cache-storage/cache-quota-add.any.js:
1377 (promise_test.async test):
1378 * http/wpt/cache-storage/cache-quota-after-restart.any.js:
1379 (promise_test.async test):
1380 * http/wpt/cache-storage/cache-storage-networkprocess-crash.html:
1381 * http/wpt/credential-management/credentialscontainer-create-basics.https.html:
1382 * http/wpt/credential-management/credentialscontainer-get-basics.https.html:
1383 * http/wpt/credential-management/credentialscontainer-preventSilentAccess-basics.https.html:
1384 * http/wpt/credential-management/credentialscontainer-store-basics.https.html:
1385 * http/wpt/fetch/request-stream-disturbed-2.html:
1386 * http/wpt/fetch/request-stream-disturbed-3.html:
1387 * http/wpt/fetch/request-stream-empty.html:
1388 * http/wpt/fetch/request-stream-error.html:
1389 * http/wpt/fetch/response-status-text.html:
1390 * http/wpt/service-workers/cors-preflight-star.any.js:
1391 (origin.location.origin.preflightTest):
1392 * http/wpt/service-workers/service-worker-spinning-install.https.html:
1393 * http/wpt/webaudio/audiocontext-stopped.html:
1394 * http/wpt/webauthn/public-key-credential-create-with-invalid-parameters.https.html:
1395 * http/wpt/webauthn/public-key-credential-get-with-invalid-parameters.https.html:
1396 * http/wpt/webrtc/generateCertificate.html:
1398 2020-07-17 Clark Wang <clark_wang@apple.com>
1400 Added Fixes for AudioScheduledSourceNode
1401 https://bugs.webkit.org/show_bug.cgi?id=214381
1403 Reviewed by Chris Dumez.
1405 Re-baselined existing tests.
1407 * webaudio/oscillator-custom-expected.wav:
1408 * webaudio/oscillator-sawtooth-expected.wav:
1409 * webaudio/oscillator-square-expected.wav:
1410 * webaudio/oscillator-triangle-expected.wav:
1412 2020-07-17 Kenneth Russell <kbr@chromium.org>
1414 [WebGL2] ReadPixels updates
1415 https://bugs.webkit.org/show_bug.cgi?id=209516
1417 Reviewed by Dean Jackson.
1419 Rebaseline three tests under conformance2/reading/, which are now
1420 fully passing. One more driver bug workaround is needed in ANGLE
1421 in order to make the remaining tests in this directory fully pass.
1423 Rebaseline two other layout tests which progress with these
1424 changes. (One gets farther and signals more errors than before.)
1426 * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
1427 * webgl/2.0.0/conformance2/reading/read-pixels-from-rgb8-into-pbo-bug-expected.txt:
1428 * webgl/2.0.0/conformance2/reading/read-pixels-into-pixel-pack-buffer-expected.txt:
1429 * webgl/2.0.0/conformance2/reading/read-pixels-pack-parameters-expected.txt:
1430 * webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt:
1432 2020-07-17 James Darpinian <jdarpinian@chromium.org>
1434 [WebGL2] Sync objects
1435 https://bugs.webkit.org/show_bug.cgi?id=126942
1437 Reviewed by Dean Jackson.
1439 * webgl/TestExpectations:
1440 webgl/2.0.0/deqp/functional/gles3/sync.html times out in the layout test harness, though it passes in MiniBrowser.
1442 2020-07-17 Truitt Savell <tsavell@apple.com>
1444 Add Failing expectations for Windows and GTK after r264483
1445 https://bugs.webkit.org/show_bug.cgi?id=214428
1447 Unreviewed test gardening.
1449 * platform/gtk/TestExpectations:
1450 * platform/win/TestExpectations:
1452 2020-07-17 Lauro Moura <lmoura@igalia.com>
1454 [GTK][WPE] Garden svg failures and unify some svg expectations
1456 Unreviewed test gardening.
1458 * platform/glib/TestExpectations:
1459 * platform/gtk/TestExpectations:
1460 * platform/wpe/TestExpectations:
1462 2020-07-17 Sihui Liu <sihui_liu@appe.com>
1464 REGRESSION(r264486): storage/indexeddb/structured-clone.html crashes
1465 https://bugs.webkit.org/show_bug.cgi?id=214481
1467 Reviewed by Yusuke Suzuki.
1469 r264486 added a new type RTCCertificate in structured-clone.html to test as many types in IDB as possible.
1470 However, RTCCertificate is not supported before the fix because of a crash in web process. Given that this is a
1471 separate issue, track it in https://bugs.webkit.org/show_bug.cgi?id=214447 and remove this type from test to
1472 make sure it runs to the end on the bots.
1474 * storage/indexeddb/resources/structured-clone.js:
1475 (testRTCCertificate.promise.then): Deleted.
1476 (testRTCCertificate): Deleted.
1477 * storage/indexeddb/structured-clone-expected.txt:
1478 * storage/indexeddb/structured-clone-private-expected.txt:
1480 2020-07-17 Carlos Alberto Lopez Perez <clopez@igalia.com>
1482 Update WPT css directory
1483 https://bugs.webkit.org/show_bug.cgi?id=214414
1485 Reviewed by Chris Dumez.
1487 Rebaseline expectations for testharness tests and update expectations for ref-tests.
1490 * platform/glib/TestExpectations:
1491 * platform/gtk/TestExpectations:
1492 * platform/gtk/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-color-property-expected.txt: Added.
1493 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Added.
1494 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Added.
1495 * platform/gtk/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-from-image-computed-style-expected.txt: Added.
1496 * platform/gtk/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-none-computed-style-expected.txt: Added.
1497 * platform/gtk/imported/w3c/web-platform-tests/css/css-multicol/change-abspos-width-in-second-column-crash-expected.txt: Added.
1498 * platform/gtk/imported/w3c/web-platform-tests/css/css-multicol/change-out-of-flow-type-and-remove-inner-multicol-crash-expected.txt: Added.
1499 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added.
1500 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Added.
1501 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added.
1502 * platform/gtk/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added.
1503 * platform/gtk/imported/w3c/web-platform-tests/css/css-pseudo/marker-intrinsic-contribution-001-expected.txt: Added.
1504 * platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Added.
1505 * platform/gtk/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added.
1506 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt:
1507 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt:
1508 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt:
1509 * platform/gtk/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added.
1510 * platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added.
1511 * platform/gtk/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added.
1512 * platform/ios-wk2/TestExpectations:
1513 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-bottom-composition-expected.txt: Added.
1514 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-top-composition-expected.txt: Added.
1515 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/svg-as-image-expected.txt: Added.
1516 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-multicol/change-abspos-width-in-second-column-crash-expected.txt: Added.
1517 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-multicol/change-out-of-flow-type-and-remove-inner-multicol-crash-expected.txt: Added.
1518 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added.
1519 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added.
1520 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing-expected.txt: Added.
1521 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-sizing/frameset-intrinsic-crash-expected.txt: Added.
1522 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-sizing/min-content-negative-margin-crash-expected.txt: Added.
1523 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added.
1524 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt:
1525 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt:
1526 * platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added.
1527 * platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added.
1528 * platform/ios-wk2/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added.
1529 * platform/mac-wk1/TestExpectations:
1530 * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt:
1531 * platform/mac-wk1/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added.
1532 * platform/wpe/TestExpectations:
1533 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/inheritance-expected.txt: Added.
1534 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-attribute-changes-expected.txt: Added.
1535 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-empty-content-value-expected.txt: Added.
1536 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-first-valid-applies-expected.txt: Added.
1537 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-insert-expected.txt: Added.
1538 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-no-content-value-expected.txt: Added.
1539 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-presentational-hint-expected.txt: Added.
1540 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-remove-expected.txt: Added.
1541 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-remove-head-expected.txt: Added.
1542 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-body-expected.txt: Added.
1543 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-head-expected.txt: Added.
1544 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-shadow-tree-expected.txt: Added.
1545 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-computed-expected.txt: Added.
1546 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-invalid-expected.txt: Added.
1547 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-valid-expected.txt: Added.
1548 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-color-property-expected.txt: Added.
1549 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Added.
1550 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Added.
1551 * platform/wpe/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-from-image-computed-style-expected.txt: Added.
1552 * platform/wpe/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-none-computed-style-expected.txt: Added.
1553 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added.
1554 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Added.
1555 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added.
1556 * platform/wpe/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added.
1557 * platform/wpe/imported/w3c/web-platform-tests/css/css-pseudo/marker-intrinsic-contribution-001-expected.txt: Added.
1558 * platform/wpe/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Added.
1559 * platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added.
1560 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt:
1561 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt:
1562 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt:
1563 * platform/wpe/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added.
1564 * platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added.
1565 * platform/wpe/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added.
1566 * platform/wpe/imported/w3c/web-platform-tests/css/mediaqueries/prefers-color-scheme-expected.txt: Added.
1568 2020-07-17 Truitt Savell <tsavell@apple.com>
1570 Changing expectations to Skip from r264519
1571 https://bugs.webkit.org/show_bug.cgi?id=214478
1573 Unreviewed test gardening.
1575 * platform/mac-wk1/TestExpectations:
1576 * platform/mac-wk2/TestExpectations:
1578 2020-07-17 Truitt Savell <tsavell@apple.com>
1580 REGRESSION: (r264492) Broke 9 WebRTC tests and 4 indexeddb tests
1581 https://bugs.webkit.org/show_bug.cgi?id=214478
1583 Unreviewed test gardening.
1585 * platform/mac-wk1/TestExpectations:
1586 * platform/mac-wk2/TestExpectations:
1588 2020-07-17 Rob Buis <rbuis@igalia.com>
1590 Changing URL.host should not override port
1591 https://bugs.webkit.org/show_bug.cgi?id=151613
1593 Reviewed by Alex Christensen.
1595 Adjust tests to expect the new behavior.
1597 * fast/dom/DOMURL/set-href-attribute-host-expected.txt:
1598 * fast/dom/DOMURL/set-href-attribute-host.html:
1599 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
1600 * fast/dom/HTMLAnchorElement/set-href-attribute-host.html:
1602 2020-07-17 Lauro Moura <lmoura@igalia.com>
1604 [GTK][WPE] Garden imported html failures
1606 Unreviewed test gardening.
1608 Updated idlharness expectations and marked the 2dpattern one as flaky
1609 due to those unhandled promise rejection message.
1611 * platform/glib/TestExpectations:
1612 * platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
1613 * platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1-expected.txt: Removed.
1614 * platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
1616 2020-07-17 Lauro Moura <lmoura@igalia.com>
1618 [GTK][WPE] Garden imagebitmap-rendering context failures after r264459
1620 Unreviewed test gardening.
1622 GLib ports fail not due to missing OffscreenCanvas, but missing
1623 bitmaprender support there, already tracked in another bug.
1625 * platform/glib/TestExpectations:
1627 2020-07-17 Lauro Moura <lmoura@igalia.com>
1629 [GTK][WPE] Remove deprecated baselines after latest WPT css update.
1631 Unreviewed test gardening.
1633 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Removed.
1634 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed.
1635 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Removed.
1636 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed.
1638 2020-07-16 Lauro Moura <lmoura@igalia.com>
1640 [GTK][WPE] Garden two resource timing failures after WPT update
1642 Unreviewed test gardening.
1644 * platform/glib/TestExpectations:
1645 * platform/glib/imported/w3c/web-platform-tests/resource-timing/resource_connection_reuse_mixed_content_redirect-expected.txt: Added.
1647 2020-07-16 Lauro Moura <lmoura@igalia.com>
1649 [GTK] Garden some debug crashes
1651 Unreviewed test gardening.
1653 * platform/glib/TestExpectations:
1654 * platform/gtk/TestExpectations:
1656 2020-07-16 Jiewen Tan <jiewen_tan@apple.com>
1658 [WebAuthn] Add a console message: "User gesture is required to use the platform authenticator."
1659 https://bugs.webkit.org/show_bug.cgi?id=214380
1660 <rdar://problem/65300587>
1662 Reviewed by Devin Rousso.
1664 * http/wpt/credential-management/credentialscontainer-store-basics.https-expected.txt:
1665 * http/wpt/webauthn/ctap-hid-failure.https-expected.txt:
1666 * http/wpt/webauthn/ctap-hid-success.https-expected.txt:
1667 * http/wpt/webauthn/ctap-nfc-failure.https-expected.txt:
1668 * http/wpt/webauthn/idl.https-expected.txt:
1669 * http/wpt/webauthn/public-key-credential-create-failure-hid-silent.https-expected.txt:
1670 * http/wpt/webauthn/public-key-credential-create-failure-hid.https-expected.txt:
1671 * http/wpt/webauthn/public-key-credential-create-failure-local-silent.https-expected.txt:
1672 * http/wpt/webauthn/public-key-credential-create-failure-local.https-expected.txt:
1673 * http/wpt/webauthn/public-key-credential-create-failure-nfc.https-expected.txt:
1674 * http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https-expected.txt:
1675 * http/wpt/webauthn/public-key-credential-create-failure-u2f.https-expected.txt:
1676 * http/wpt/webauthn/public-key-credential-create-failure.https-expected.txt:
1677 * http/wpt/webauthn/public-key-credential-create-success-hid.https-expected.txt:
1678 * http/wpt/webauthn/public-key-credential-create-success-local.https-expected.txt:
1679 * http/wpt/webauthn/public-key-credential-create-success-nfc.https-expected.txt:
1680 * http/wpt/webauthn/public-key-credential-create-success-u2f.https-expected.txt:
1681 * http/wpt/webauthn/public-key-credential-get-failure-hid-silent.https-expected.txt:
1682 * http/wpt/webauthn/public-key-credential-get-failure-hid.https-expected.txt:
1683 * http/wpt/webauthn/public-key-credential-get-failure-local-silent.https-expected.txt:
1684 * http/wpt/webauthn/public-key-credential-get-failure-local.https-expected.txt:
1685 * http/wpt/webauthn/public-key-credential-get-failure-nfc.https-expected.txt:
1686 * http/wpt/webauthn/public-key-credential-get-failure-u2f-silent.https-expected.txt:
1687 * http/wpt/webauthn/public-key-credential-get-failure-u2f.https-expected.txt:
1688 * http/wpt/webauthn/public-key-credential-get-failure.https-expected.txt:
1689 * http/wpt/webauthn/public-key-credential-get-success-hid.https-expected.txt:
1690 * http/wpt/webauthn/public-key-credential-get-success-local.https-expected.txt:
1691 * http/wpt/webauthn/public-key-credential-get-success-nfc.https-expected.txt:
1692 * http/wpt/webauthn/public-key-credential-get-success-u2f.https-expected.txt:
1694 2020-07-16 Hector Lopez <hector_i_lopez@apple.com>
1696 [ macOS iOS ] imported/mozilla/svg/linearGradient-basic-03.svg is passing and expectations need to be removed
1697 https://bugs.webkit.org/show_bug.cgi?id=214430
1699 Unreviewed test gardening.
1703 2020-07-16 Sihui Liu <sihui_liu@appe.com>
1705 IDB serialization of some DOM object types crashes the Networking process due to incorrect global object type (WPT IndexedDB/structured-clone.any tests fail)
1706 https://bugs.webkit.org/show_bug.cgi?id=210735
1707 <rdar://problem/62045703>
1709 Reviewed by Yusuke Suzuki.
1711 * platform/ios/TestExpectations:
1712 * platform/wk2/TestExpectations:
1713 * storage/indexeddb/resources/structured-clone.js:
1714 (testPrimitiveValue):
1716 (testBooleanObject):
1722 (testBigIntObject.testOneBigIntObject):
1725 (testTypedArray.testTypedArrayValue):
1727 (testGeometryTypes.testOneGeometryType):
1728 (testRTCCertificate.promise.then):
1729 (testRTCCertificate):
1730 (testCryptoKey.promise.then):
1731 (testBadTypes): Deleted.
1732 * storage/indexeddb/structured-clone-expected.txt:
1733 * storage/indexeddb/structured-clone-private-expected.txt:
1735 2020-07-16 Hector Lopez <hector_i_lopez@apple.com>
1737 [ macOS iOS ] imported/mozilla/svg/blend-saturation.svg is passing and need expectations removed
1738 https://bugs.webkit.org/show_bug.cgi?id=214428
1740 Unreviewed test gardening.
1744 2020-07-16 Megan Gardner <megan_gardner@apple.com>
1746 Selection is not always clearing when tapping.
1747 https://bugs.webkit.org/show_bug.cgi?id=214326
1749 Reviewed by Wenson Hsieh.
1751 * editing/selection/ios/hide-selection-after-tap-on-prevent-default-element-expected.txt: Added.
1752 * editing/selection/ios/hide-selection-after-tap-on-prevent-default-element.html: Added.
1753 * resources/ui-helper.js:
1754 (window.UIHelper.tapElement):
1756 2020-07-16 Truitt Savell <tsavell@apple.com>
1758 (r264469) [ Mac ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html is a flaky failure
1759 https://bugs.webkit.org/show_bug.cgi?id=214422
1761 Unreviewed test gardening.
1763 * platform/mac/TestExpectations:
1765 2020-07-16 Chris Dumez <cdumez@apple.com>
1767 Resync web-platform-tests/interfaces from upstream
1768 https://bugs.webkit.org/show_bug.cgi?id=214413
1770 Reviewed by Alex Christensen.
1772 * platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
1773 * platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
1775 2020-07-16 Jer Noble <jer.noble@apple.com>
1777 [Cocoa] Add MediaCapabilities support for SW VP9 decoder.
1778 https://bugs.webkit.org/show_bug.cgi?id=214316
1780 Reviewed by Eric Carlson.
1782 * platform/mac/media/mediacapabilities/vp9-decodingInfo-sw-expected.txt: Added.
1783 * platform/mac/media/mediacapabilities/vp9-decodingInfo-sw.html: Added.
1785 2020-07-16 Hector Lopez <hector_i_lopez@apple.com>
1787 Regression tests cannot load video over HTTPS with self-signed certificate
1788 https://bugs.webkit.org/show_bug.cgi?id=155132
1790 Unreviewed test gardening.
1794 2020-07-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1796 Update WPT tests for css-writing-modes (follow-up fix)
1797 https://bugs.webkit.org/show_bug.cgi?id=214278
1799 Unreviewed follow-up to r264337.
1801 * TestExpectations: Update expectation for test passing now.
1803 2020-07-16 Hector Lopez <hector_i_lopez@apple.com>
1805 [ macOS wk2 ] REGRESSION(r263485): fast/scrolling/mac/scroll-snapping-in-progress.html is a flaky failure
1806 https://bugs.webkit.org/show_bug.cgi?id=213804
1808 Unreviewed test gardening.
1810 * platform/mac-wk2/TestExpectations:
1812 2020-07-16 Chris Dumez <cdumez@apple.com>
1814 Resync web-platform-tests/resource-timing from upstream
1815 https://bugs.webkit.org/show_bug.cgi?id=214377
1817 Reviewed by Carlos Alberto Lopez Perez.
1820 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/crossorigin-sandwich-no-TAO.sub-expected.txt: Added.
1821 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/nextHopProtocol-tao-protected.https-expected.txt: Added.
1822 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/redirects.sub-expected.txt: Added.
1823 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/resource-reload-TAO.sub-expected.txt: Added.
1824 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/workerStart-tao-protected.https-expected.txt: Added.
1825 * tests-options.json:
1827 2020-07-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1829 Update WPT css/support directory
1830 https://bugs.webkit.org/show_bug.cgi?id=214350
1832 Reviewed by Chris Dumez.
1834 Update expectations.
1836 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-template-columns-computed-withcontent-expected.txt: Added.
1837 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/subgrid/grid-template-computed-nogrid-expected.txt: Added.
1838 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Added.
1839 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added.
1840 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Added.
1841 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Added.
1842 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Added.
1843 * platform/gtk/imported/w3c/web-platform-tests/svg/interact/parsing/pointer-events-computed-expected.txt: Added.
1844 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-width-computed-expected.txt:
1845 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-actual.txt: Added.
1846 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-actual.txt: Added.
1847 * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed-expected.txt: Added.
1848 * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linecap-computed-expected.txt: Added.
1849 * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed-expected.txt: Added.
1850 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed-expected.txt: Added.
1851 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linecap-computed-expected.txt: Added.
1852 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed-expected.txt: Added.
1853 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-miterlimit-computed-expected.txt: Added.
1854 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-opacity-computed-expected.txt: Added.
1855 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-template-columns-computed-withcontent-expected.txt: Added.
1856 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/subgrid/grid-template-computed-nogrid-expected.txt: Added.
1857 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Added.
1858 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added.
1859 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Added.
1860 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Added.
1861 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Added.
1862 * platform/wpe/imported/w3c/web-platform-tests/svg/interact/parsing/pointer-events-computed-expected.txt: Added.
1863 * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt:
1865 2020-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
1867 REGRESSION(r264272) [GTK][WPE] css3/color/composited-solid-backgrounds.html is failing
1868 https://bugs.webkit.org/show_bug.cgi?id=214260
1870 Reviewed by Darin Adler.
1872 Remove expectations of css3/color/composited-solid-backgrounds.html.
1874 * platform/glib/TestExpectations:
1876 2020-07-15 Yusuke Suzuki <ysuzuki@apple.com>
1878 Should clear exception after microtask draining
1879 https://bugs.webkit.org/show_bug.cgi?id=214391
1880 <rdar://problem/65536227>
1882 Reviewed by Mark Lam.
1884 * js/dom/microtask-drain-should-clear-exceptions-expected.txt: Added.
1885 * js/dom/microtask-drain-should-clear-exceptions.html: Added.
1887 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
1889 Unreviewed test gardening, add iOS baseliens for tests re-synced in r264427 and r264432.
1891 * platform/ios/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
1892 * platform/ios/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added.
1894 2020-07-15 Simon Fraser <simon.fraser@apple.com>
1896 [ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is a flaky failure
1897 https://bugs.webkit.org/show_bug.cgi?id=214133
1899 Unreviewed test fixing.
1901 Test needs to wait for the visible content rect update to trigger scroll updates in the web process.
1903 * fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html:
1904 * platform/ios-wk2/TestExpectations:
1906 2020-07-15 Mark Lam <mark.lam@apple.com>
1908 Speculative fix for flaky fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html.
1909 https://bugs.webkit.org/show_bug.cgi?id=214386
1911 Unreviewed gardening.
1913 * fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js:
1915 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
1917 Unreviewed test gardening, move the Mojave baseline to the correct folder since I really messed up in r264373.
1919 * platform/mac-mojave/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-001-expected.txt: Renamed from LayoutTests/platform/mac-mojave/imported/w3c/web-platform-tests/css-fonts/generic-family-keywords-001-expected.txt.
1921 2020-07-15 Carlos Alberto Lopez Perez <clopez@igalia.com>
1923 [GTK][WPE] Gardening after r264424 and r264427
1925 Unreviewed gardening.
1927 Merge common expectations for svg/ when they are the same.
1929 * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
1930 * platform/gtk/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added.
1931 * platform/gtk/imported/w3c/web-platform-tests/svg/animations/seeking-events-4-expected.txt: Added.
1932 * platform/gtk/imported/w3c/web-platform-tests/svg/embedded/image-fractional-width-vertical-fidelity-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/embedded/image-fractional-width-vertical-fidelity-expected.txt.
1933 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-001-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-001-expected.txt.
1934 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-002-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-002-expected.txt.
1935 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-003-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-003-expected.txt.
1936 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-001-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-001-expected.txt.
1937 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-002-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-002-expected.txt.
1938 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-003-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-003-expected.txt.
1939 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-001-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-001-expected.txt.
1940 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-002-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-002-expected.txt.
1941 * platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-003-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-003-expected.txt.
1942 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-invalid-base-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-invalid-base-expected.txt.
1943 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-001-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-001-expected.txt.
1944 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-002-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-002-expected.txt.
1945 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-003-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-003-expected.txt.
1946 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath-expected.txt: Added.
1947 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-001-expected.txt: Added.
1948 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-002-expected.txt: Added.
1949 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-hidden-attr-change-expected.txt: Added.
1950 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-nested-symbol-001-expected.txt: Added.
1951 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-symbol-rendered-001-expected.txt: Added.
1952 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-009-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/marker-009-expected.txt.
1953 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-orient-001-expected.txt: Added.
1954 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-001-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-001-expected.txt.
1955 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-002-expected.txt: Added.
1956 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-003-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-003-expected.txt.
1957 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-011-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-011-expected.txt.
1958 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-012-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-012-expected.txt.
1959 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-013-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-013-expected.txt.
1960 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-021-expected.txt: Added.
1961 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-022-expected.txt: Added.
1962 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-023-expected.txt: Added.
1963 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke-expected.txt.
1964 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke-expected.txt.
1965 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/mask-print-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/painting/reftests/mask-print-expected.txt.
1966 * platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-expected.txt: Copied from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-zero-expected.txt.
1967 * platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating-expected.txt.
1968 * platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-zero-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-zero-expected.txt.
1969 * platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-expected.txt.
1970 * platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-mutating-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-mutating-expected.txt.
1971 * platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-01.tentative-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-01.tentative-expected.txt.
1972 * platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-02.tentative-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-02.tentative-expected.txt.
1973 * platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-01.tentative-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-01.tentative-expected.txt.
1974 * platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-02.tentative-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-02.tentative-expected.txt.
1975 * platform/gtk/imported/w3c/web-platform-tests/svg/shapes/scripted/stroke-dashes-hit-at-high-scale-expected.txt: Added.
1976 * platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-empty-string-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-empty-string-expected.txt.
1977 * platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-xhtml.tentative-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-xhtml.tentative-expected.txt.
1978 * platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-adopted-with-external-resource.tentative-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/struct/reftests/use-adopted-with-external-resource.tentative-expected.txt.
1979 * platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-inheritance-001-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/struct/reftests/use-inheritance-001-expected.txt.
1980 * platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt: Added.
1981 * platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/tspan-opacity-mixed-direction-expected.txt: Added.
1982 * platform/gtk/imported/w3c/web-platform-tests/svg/types/scripted/SVGGeometryElement.isPointInStroke-02-expected.txt: Added.
1983 * platform/wpe/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001-expected.txt: Added.
1984 * platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1-expected.txt: Added.
1985 * platform/wpe/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https-expected.txt: Added.
1986 * platform/wpe/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt: Added.
1987 * platform/wpe/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Added.
1988 * platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-list-expected.txt: Added.
1989 * platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/wrap-enumerated-ascii-case-insensitive-expected.txt: Added.
1990 * platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt:
1991 * platform/wpe/imported/w3c/web-platform-tests/mimesniff/mime-types/charset-parameter.window-expected.txt:
1992 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_getCoalescedEvents_when_pointerlocked-expected.txt: Added.
1993 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock-expected.txt: Added.
1994 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointerlock_after_pointercapture-expected.txt: Added.
1995 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointerlock_supercedes_capture-expected.txt: Added.
1996 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointermove_in_pointerlock-expected.txt: Added.
1997 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked-expected.txt: Added.
1998 * platform/wpe/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added.
1999 * platform/wpe/imported/w3c/web-platform-tests/svg/embedded/image-fractional-width-vertical-fidelity-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/embedded/image-fractional-width-vertical-fidelity-expected.txt.
2000 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-001-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-001-expected.txt.
2001 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-002-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-002-expected.txt.
2002 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-003-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-003-expected.txt.
2003 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-001-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-001-expected.txt.
2004 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-002-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-002-expected.txt.
2005 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-003-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-003-expected.txt.
2006 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-001-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-001-expected.txt.
2007 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-002-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-002-expected.txt.
2008 * platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-003-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-003-expected.txt.
2009 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-invalid-base-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-invalid-base-expected.txt.
2010 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-001-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-001-expected.txt.
2011 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-002-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-002-expected.txt.
2012 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-003-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-003-expected.txt.
2013 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath-expected.txt: Added.
2014 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-001-expected.txt: Added.
2015 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-002-expected.txt: Added.
2016 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-hidden-attr-change-expected.txt: Added.
2017 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-nested-symbol-001-expected.txt: Added.
2018 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-symbol-rendered-001-expected.txt: Added.
2019 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-009-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/marker-009-expected.txt.
2020 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-orient-001-expected.txt: Added.
2021 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-001-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-001-expected.txt.
2022 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-002-expected.txt: Added.
2023 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-003-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-003-expected.txt.
2024 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-011-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-011-expected.txt.
2025 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-012-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-012-expected.txt.
2026 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-013-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-013-expected.txt.
2027 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-021-expected.txt: Added.
2028 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-022-expected.txt: Added.
2029 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-023-expected.txt: Added.
2030 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke-expected.txt.
2031 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke-expected.txt.
2032 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/mask-print-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/painting/reftests/mask-print-expected.txt.
2033 * platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-expected.txt: Copied from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-zero-expected.txt.
2034 * platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating-expected.txt.
2035 * platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-zero-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-zero-expected.txt.
2036 * platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-expected.txt.
2037 * platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-mutating-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-mutating-expected.txt.
2038 * platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-01.tentative-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-01.tentative-expected.txt.
2039 * platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-02.tentative-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-02.tentative-expected.txt.
2040 * platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-01.tentative-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-01.tentative-expected.txt.
2041 * platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-02.tentative-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-02.tentative-expected.txt.
2042 * platform/wpe/imported/w3c/web-platform-tests/svg/shapes/scripted/stroke-dashes-hit-at-high-scale-expected.txt: Added.
2043 * platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-empty-string-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-empty-string-expected.txt.
2044 * platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-xhtml.tentative-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-xhtml.tentative-expected.txt.
2045 * platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-adopted-with-external-resource.tentative-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/struct/reftests/use-adopted-with-external-resource.tentative-expected.txt.
2046 * platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-inheritance-001-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/svg/struct/reftests/use-inheritance-001-expected.txt.
2047 * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt: Added.
2048 * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/tspan-opacity-mixed-direction-expected.txt: Added.
2049 * platform/wpe/imported/w3c/web-platform-tests/svg/types/scripted/SVGGeometryElement.isPointInStroke-02-expected.txt: Added.
2050 * platform/wpe/imported/w3c/web-platform-tests/touch-events/historical-expected.txt: Added.
2051 * platform/wpe/imported/w3c/web-platform-tests/touch-events/idlharness.window-expected.txt: Added.
2053 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
2055 [macOS WK1 EWS] compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint.html is a flaky failure
2056 https://bugs.webkit.org/show_bug.cgi?id=214388
2058 Unreviewed test gardening.
2060 * platform/mac-wk1/TestExpectations: Mark test as flaky to speed up EWS and reduce false positives.
2062 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
2064 [macOS iOS] imported/w3c/web-platform-tests/svg/animations/seeking-events-4.html is a flaky failure
2065 https://bugs.webkit.org/show_bug.cgi?id=214387
2067 Unreviewed test gardening.
2069 * TestExpectations: Mark test as flaky.
2071 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
2073 Unreviewed test gardening, move a test baseline to the correct subdirectory.
2075 * platform/mac/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-001-expected.txt: Renamed from LayoutTests/platform/mac/imported/w3c/web-platform-tests/css-fonts/generic-family-keywords-001-expected.txt.
2077 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2079 [ iOS ] canvas/philip/tests/2d.pattern.animated.gif.html is passing and needs expectations removed
2080 https://bugs.webkit.org/show_bug.cgi?id=214384
2082 Unreviewed test gardening.
2084 * platform/ios/TestExpectations:
2086 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2088 [ iOS Release ] imported/w3c/web-platform-tests/websockets/remove-own-iframe-during-onerror.window.html is flaky failing
2089 https://bugs.webkit.org/show_bug.cgi?id=214382
2091 Unreviewed test gardening.
2093 * platform/ios-wk2/TestExpectations:
2095 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2097 [ iOS ] http/tests/security/stylesheet-href-redirect.html is flaky timing out
2098 https://bugs.webkit.org/show_bug.cgi?id=209352
2100 Unreviewed test gardening
2102 * platform/ios-wk2/TestExpectations:
2104 2020-07-15 Chris Dumez <cdumez@apple.com>
2106 Resync web-platform-tests/resize-observer from upstream
2107 https://bugs.webkit.org/show_bug.cgi?id=214375
2109 Reviewed by Alex Christensen.
2113 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2115 [ macOS wk1 ] http/tests/media/reload-after-dialog.html is a flaky failure
2116 https://bugs.webkit.org/show_bug.cgi?id=212828
2118 Unreviewed test gardening
2120 * platform/mac-wk1/TestExpectations:
2122 2020-07-15 Simon Fraser <simon.fraser@apple.com>
2124 [ iOS ] fast/scrolling/ios/programm atic-scroll-while-zoomed.ht ml and fast/scrolling/ios/autoscro ll-input-when-very-zoomed.h tml are failing on iPad
2125 https://bugs.webkit.org/show_bug.cgi?id=214358
2126 <rdar://problem/65609413>
2128 Unreviewed test gardening. These tests need iPad results.
2130 * platform/ipad/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt:
2131 * platform/ipad/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt: Added.
2133 2020-07-15 Chris Dumez <cdumez@apple.com>
2135 Resync web-platform-tests/svg from upstream
2136 https://bugs.webkit.org/show_bug.cgi?id=214323
2138 Reviewed by Alex Christensen.
2140 Resync web-platform-tests/svg from upstream b2a666d93581a71e9338b2.
2142 * platform/mac/imported/w3c/web-platform-tests/svg/*: Updated.
2144 2020-07-15 Daniel Bates <dabates@apple.com>
2146 [iOS] Caret should be before text placeholder instead of after it
2147 https://bugs.webkit.org/show_bug.cgi?id=214319
2148 <rdar://problem/65295523>
2150 Reviewed by Wenson Hsieh and Simon Fraser (1).
2154 [1] Simon only reviewed editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event.html.
2156 * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-end-of-word-expected.txt: Added.
2157 * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-end-of-word.html: Added.
2158 * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-start-of-word-expected.txt: Added.
2159 * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-start-of-word.html: Added.
2160 * editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event-expected.txt: Added.
2161 * editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event.html: Added.
2162 * resources/js-test.js:
2163 (shouldBeLessThanOrEqual): Added. Just like shouldBeGreaterThanOrEqual, but for <=.
2165 2020-07-15 Simon Fraser <simon.fraser@apple.com>
2167 itsnicethat.com page is sometimes non-scrollable
2168 https://bugs.webkit.org/show_bug.cgi?id=214362
2169 <rdar://problem/65431127>
2171 Reviewed by Tim Horton.
2173 * fast/scrolling/ios/clip-path-hit-test-expected.txt: Added.
2174 * fast/scrolling/ios/clip-path-hit-test.html: Added.
2175 * fast/scrolling/mac/clip-path-hit-test-expected.txt: Added.
2176 * fast/scrolling/mac/clip-path-hit-test.html: Added.
2178 2020-07-15 Mark Lam <mark.lam@apple.com>
2180 Add handling of out of memory handling while adding a worklet module.
2181 https://bugs.webkit.org/show_bug.cgi?id=214354
2182 <rdar://problem/65271931>
2184 Reviewed by Yusuke Suzuki and Keith Miller.
2186 We're skipping the new test on Debug builds because it will always run too slow.
2187 The Release build is sufficient to test this OOME handling.
2190 * fast/css-custom-paint/out-of-memory-while-adding-worklet-module-expected.txt: Added.
2191 * fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html: Added.
2192 * fast/css-custom-paint/script-tests: Added.
2193 * fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js: Added.
2194 (useAllMemory.try.get Object):
2195 (useAllMemory.try.foo):
2199 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2201 [ iOS Debug ] fast/text-indicator/text-indicator-empty-link.html is a flaky crash
2202 https://bugs.webkit.org/show_bug.cgi?id=214363
2204 Unreview test gardening
2206 * platform/ios-wk2/TestExpectations:
2208 2020-07-15 Lauro Moura <lmoura@igalia.com>
2210 [SOUP] Artificial delay to WebSocket connection to mitigate port scanning attacks
2211 https://bugs.webkit.org/show_bug.cgi?id=214293
2213 Reviewed by Carlos Garcia Campos.
2215 Add glib-specific baseline due to SOUP messages.
2217 * platform/glib/TestExpectations:
2218 * platform/glib/http/tests/websocket/tests/hybi/closed-port-delay-expected.txt: Added.
2220 2020-07-15 Alicia Boya GarcÃa <aboya@igalia.com>
2222 [MSE][GStreamer] Unreviewed micro gardening: imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative.html
2223 https://bugs.webkit.org/show_bug.cgi?id=214349
2226 imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative.html
2227 crashes on an assertion.
2229 This is not surprising since changetype is not implemented in our port and we
2230 already had a similar crash with that feature. Marking it as [ Failure Crash ].
2232 * platform/gtk/TestExpectations:
2234 2020-07-14 Lauro Moura <lmoura@igalia.com>
2236 [GTK][WPE] Depuplicate some accessibility expectations
2238 Unreviewed test gardening
2240 * platform/glib/TestExpectations:
2241 * platform/gtk/TestExpectations:
2242 * platform/wpe/TestExpectations:
2244 2020-07-14 Hector Lopez <hector_i_lopez@apple.com>
2246 REGRESSION: (r263761) [ iOS ] webanimations/accelerated-animation-with-easing.html is still flaky
2247 https://bugs.webkit.org/show_bug.cgi?id=214327
2249 Unreviewed test gardening.
2251 * platform/ios-wk2/TestExpectations:
2253 2020-07-14 Kenneth Russell <kbr@chromium.org>
2255 [WebGL2] Implement compressedTex{Sub}Image*, copyTexSubImage3D
2256 https://bugs.webkit.org/show_bug.cgi?id=126449
2258 Reviewed by Dean Jackson.
2260 Rebaseline layout tests that have progressed, or fully pass.
2262 * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
2263 * webgl/2.0.0/conformance2/textures/misc/copy-texture-image-luma-format-expected.txt:
2265 2020-07-14 Hector Lopez <hector_i_lopez@apple.com>
2267 [ iOS Debug ] http/tests/workers/worker-importScripts-banned-mimetype.html is flakey crashing
2268 https://bugs.webkit.org/show_bug.cgi?id=214322
2270 Unreviewed test gardening.
2272 * platform/ios-wk2/TestExpectations:
2274 2020-07-14 Ryan Haddad <ryanhaddad@apple.com>
2276 Unreviewed test gardening, add Catalina specific baseline for css/css-fonts/generic-family-keywords-001.html after r264343.
2278 * platform/mac-mojave/imported/w3c/web-platform-tests/css-fonts/generic-family-keywords-001-expected.txt: Added.
2279 * platform/mac/imported/w3c/web-platform-tests/css-fonts/generic-family-keywords-001-expected.txt: Added.
2281 2020-07-14 Simon Fraser <simon.fraser@apple.com>
2283 Flashes of incorrect scroll position when zooming on quip
2284 https://bugs.webkit.org/show_bug.cgi?id=214273
2285 <rdar://problem/59385421>
2287 Reviewed by Tim Horton.
2289 * fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt: Typo fixes.
2290 * fast/scrolling/ios/autoscroll-input-when-very-zoomed.html: Typo fixes.
2291 * fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt: Added.
2292 * fast/scrolling/ios/programmatic-scroll-while-zoomed.html: Added.
2294 2020-07-14 Jer Noble <jer.noble@apple.com>
2296 Add support for parsing VP-style codec strings.
2297 https://bugs.webkit.org/show_bug.cgi?id=214270
2299 Reviewed by Eric Carlson.
2301 * media/vp-codec-parameters-expected.txt: Added.
2302 * media/vp-codec-parameters.html: Added.
2304 2020-07-14 Said Abou-Hallawa <sabouhallawa@apple.com>
2306 When invalidating the clients of an SVG resource we should not go beyond the RenderSVGRoot
2307 https://bugs.webkit.org/show_bug.cgi?id=211804
2308 <rdar://problem/60308199>
2310 Reviewed by Zalan Bujtas.
2312 * svg/in-html/inline-svg-resource-dynamic-update-expected.txt: Added.
2313 * svg/in-html/inline-svg-resource-dynamic-update.html: Added.
2315 2020-07-14 Hector Lopez <hector_i_lopez@apple.com>
2317 [ WK1 Mac ] http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html is a flaky failure
2318 https://bugs.webkit.org/show_bug.cgi?id=214308
2320 Unreviewed Test Gardening.
2322 * platform/mac-wk1/TestExpectations:
2324 2020-07-14 Kate Cheney <katherine_cheney@apple.com>
2326 [ macOS iOS ] http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html is a rare flaky failure
2327 https://bugs.webkit.org/show_bug.cgi?id=212165
2328 <rdar://problem/63462045>
2330 Reviewed by Brent Fulgham.
2332 Remove unnecessary call to
2333 testRunner.setStatisticsNotifyPagesWhenTelemetryWasCaptured now that
2334 telemetry reports from the testing SPI will always notify the test
2335 runner. Updated expectations now that test is not expected to flake.
2337 * http/tests/resourceLoadStatistics/telemetry-generation-advanced-functionality-database.html:
2338 * http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html:
2339 * http/tests/resourceLoadStatistics/telemetry-generation.html:
2340 * platform/mac/TestExpectations:
2342 2020-07-14 Eric Carlson <eric.carlson@apple.com>
2344 [macOS] Do not update ScreenTime when in private browsing mode
2345 https://bugs.webkit.org/show_bug.cgi?id=214288
2346 <rdar://problem/63735067>
2348 Reviewed by Jer Noble.
2350 * media/media-usage-state-private-browsing-expected.txt: Added.
2351 * media/media-usage-state-private-browsing.html: Added.
2352 * platform/gtk/TestExpectations: Skip new test.
2353 * platform/win/TestExpectations: Ditto.
2354 * platform/wpe/TestExpectations: Ditto.
2356 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2358 [GTK] Gardening after r264345
2360 Unreviewed gardening.
2362 Add GTK baselines for new tests added.
2364 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-implicit-expected.txt: Added.
2365 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative-expected.txt: Added.
2366 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter-expected.txt: Added.
2367 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality-expected.txt: Added.
2368 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-is-type-supported-expected.txt:
2369 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode-expected.txt: Added.
2371 2020-07-14 Zalan Bujtas <zalan@apple.com>
2373 Use "font-family: Ahem" to improve coverage.
2377 * fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html:
2378 * fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html:
2379 * fast/layoutformattingcontext/table-with-margin-content-simple-expected.html:
2380 * fast/layoutformattingcontext/table-with-margin-content-simple.html:
2381 * platform/win/TestExpectations:
2382 * platform/wpe/TestExpectations:
2384 2020-07-14 Chris Dumez <cdumez@apple.com>
2386 Resync web-platform-tests/media-source from upstream
2387 https://bugs.webkit.org/show_bug.cgi?id=214164
2389 Reviewed by Geoff Garen.
2392 * tests-options.json:
2394 2020-07-14 Chris Dumez <cdumez@apple.com>
2396 Resync web-platform-tests/pointerevents from upstream
2397 https://bugs.webkit.org/show_bug.cgi?id=214283
2399 Reviewed by Geoffrey Garen.
2401 * platform/mac/TestExpectations:
2402 * tests-options.json:
2404 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2406 Update WPT tests for css-fonts and css-font-loading
2407 https://bugs.webkit.org/show_bug.cgi?id=214285
2409 Reviewed by Chris Dumez.
2411 Update expectations for new failures and new passes.
2414 * platform/glib/TestExpectations:
2415 * platform/glib/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-002-expected.txt: Added.
2416 * platform/gtk/TestExpectations:
2417 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-001-expected.txt: Added.
2418 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-002-expected.txt: Added.
2419 * platform/wpe/TestExpectations:
2421 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2423 Update WPT tests for css-ui
2424 https://bugs.webkit.org/show_bug.cgi?id=214280
2426 Reviewed by Chris Dumez.
2428 Update expectations for new failures and new passes.
2431 * platform/glib/TestExpectations:
2432 * platform/gtk/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added.
2433 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added.
2434 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-width-computed-expected.txt: Added.
2435 * platform/ios/TestExpectations:
2436 * platform/mac-wk1/TestExpectations:
2437 * platform/wpe/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added.
2439 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2441 WPT test css/css-grid/grid-definition/grid-auto-fit-columns-001.html broken after r264335
2442 https://bugs.webkit.org/show_bug.cgi?id=214301
2444 Reviewed by Manuel Rego Casasnovas.
2446 Remove platform-specific expectations not longer needed.
2448 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed.
2449 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed.
2450 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed.
2452 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2454 Update WPT tests for css-text
2455 https://bugs.webkit.org/show_bug.cgi?id=214275
2457 Reviewed by Manuel Rego Casasnovas.
2459 Update expectations for new failures and new passes.
2462 * platform/glib/TestExpectations:
2463 * platform/glib/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001-expected.txt: Added.
2464 * platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-position-001-expected.txt: Added.
2465 * platform/gtk/TestExpectations:
2466 * platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001-expected.txt.
2467 * platform/ios/TestExpectations:
2468 * platform/mac/TestExpectations:
2469 * platform/wpe/TestExpectations:
2470 * platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001-expected.txt.
2472 2020-07-13 Carlos Alberto Lopez Perez <clopez@igalia.com>
2474 Update WPT tests for css-writing-modes
2475 https://bugs.webkit.org/show_bug.cgi?id=214278
2477 Reviewed by Manuel Rego Casasnovas.
2479 Update expectations for new failures and new passes.
2482 * platform/glib/TestExpectations:
2483 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-writing-modes/wm-propagation-svg-root-scrollbar-expected.txt: Added.
2484 * platform/ios/TestExpectations:
2485 * platform/mac-wk1/TestExpectations:
2486 * platform/wpe/TestExpectations:
2488 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2490 Update WPT tests for css-grid and css-flexbox
2491 https://bugs.webkit.org/show_bug.cgi?id=214284
2493 Reviewed by Manuel Rego Casasnovas.
2495 Update expectations for new failures and new passes.
2498 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added.
2499 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added.
2500 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added.
2501 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added.
2502 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added.
2503 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added.
2504 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added.
2505 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added.
2506 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added.
2507 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added.
2508 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added.
2509 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added.
2510 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added.
2511 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added.
2512 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added.
2513 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added.
2514 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added.
2515 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added.
2516 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added.
2517 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added.
2518 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added.
2519 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added.
2520 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added.
2521 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added.
2522 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added.
2523 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added.
2524 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added.
2525 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added.
2526 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added.
2527 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added.
2528 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added.
2529 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added.
2530 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added.
2531 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added.
2532 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added.
2533 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added.
2534 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added.
2535 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added.
2536 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added.
2537 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added.
2538 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added.
2539 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added.
2540 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added.
2541 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added.
2542 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added.
2543 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added.
2544 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added.
2545 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added.
2546 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-flex-item-crash-expected.txt: Added.
2547 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-013-expected.txt: Added.
2548 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added.
2549 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/remove-out-of-flow-child-crash-expected.txt: Added.
2550 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added.
2551 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added.
2552 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added.
2553 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added.
2554 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added.
2555 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added.
2556 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added.
2557 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added.
2558 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added.
2559 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added.
2560 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added.
2561 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added.
2562 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added.
2563 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added.
2564 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added.
2565 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added.
2566 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added.
2567 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added.
2568 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added.
2569 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added.
2570 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added.
2571 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added.
2572 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added.
2573 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added.
2574 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added.
2575 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added.
2577 2020-07-13 Lauro Moura <lmoura@igalia.com>
2579 [SOUP] Garden failure on delay after connect to closed port.
2581 Unreviewed test gardening.
2583 * platform/glib/TestExpectations:
2585 2020-07-13 Zalan Bujtas <zalan@apple.com>
2587 [RenderTreeNeedsLayoutChecker] imported/w3c/web-platform-tests/html/rendering/replaced-elements/embedded-content/video-controls-vertical-writing-mode.html asserts
2588 https://bugs.webkit.org/show_bug.cgi?id=214281
2589 <rdar://problem/56740133>
2591 Reviewed by Simon Fraser.
2595 2020-07-13 Truitt Savell <tsavell@apple.com>
2597 (r264202) [ Mac WK2 ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-connectionState.https.html
2598 https://bugs.webkit.org/show_bug.cgi?id=214286
2600 Unreviewed test gardening.
2602 * platform/mac-wk2/TestExpectations:
2604 2020-07-13 Andres Gonzalez <andresg_22@apple.com>
2606 REGRESSION: (r257915?) [ Mac ] accessibility/accessibility-node-memory-management.html is flaky failing.
2607 https://bugs.webkit.org/show_bug.cgi?id=208930
2608 <rdar://problem/60173203>
2610 Reviewed by Chris Fleizach.
2612 Using setTimeout and waitFor/Promises to make this test work in both
2613 isolated tree mode on and off.
2615 * accessibility/accessibility-node-memory-management-expected.txt:
2616 * accessibility/accessibility-node-memory-management.html:
2617 * platform/mac/TestExpectations:
2619 2020-07-13 Lauro Moura <lmoura@igalia.com>
2621 Unreviewed. Update baseline after r264304 with new message.
2623 * inspector/controller/runtime-controller-import-expected.txt:
2625 2020-07-13 Lauro Moura <lmoura@igalia.com>
2627 [GTK][WPE] Remove child expectations last commit.
2629 They were overrinding the glib one. Also added a note to remember to
2630 set the expectation to Pass instead of removing the line as the
2631 testcase is Skipped in the root expectation file.
2633 * platform/glib/TestExpectations:
2634 * platform/gtk/TestExpectations:
2635 * platform/wpe/TestExpectations:
2637 2020-07-13 Kate Cheney <katherine_cheney@apple.com>
2639 Add artificial delay to WebSocket connections to mitigate port scanning attacks
2640 https://bugs.webkit.org/show_bug.cgi?id=213143
2641 <rdar://problem/64308927>
2643 Reviewed by Alex Christensen.
2645 Added layout test coverage, making sure closed ports always experience
2646 a delay of at least 10ms.
2649 The added delay code is only present in WebKit, not WebKitLegacy.
2650 Additionally, web sockets behave differently on Windows, so this test
2651 should be skipped on all platforms and only enabled for mac and ios wk2.
2653 * http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt:
2654 With the added delay, this test will only receive one console message.
2655 To confirm there will be no flakiness, I ran this test for 500
2656 iterations and ensured they passed.
2657 * http/tests/websocket/tests/hybi/closed-port-delay-expected.txt:
2658 * http/tests/websocket/tests/hybi/closed-port-delay.html: Added.
2659 * platform/wk2/TestExpectations:
2661 2020-07-13 Keith Miller <keith_miller@apple.com>
2663 Clean up SourceProvider and add caller relative load script to jsc.cpp
2664 https://bugs.webkit.org/show_bug.cgi?id=214205
2666 Reviewed by Yusuke Suzuki.
2668 js-test-pre needs to strip the parts of file urls between file:///
2669 and LayoutTests because that is dependent on the system running
2670 the tests. Tests using these harnesses may not be using a server
2671 to host the test files.
2673 Rebaseline module loader error messages against the new string.
2675 * http/tests/resources/js-test-pre.js:
2676 (escapeHTMLAndStripFileURLs):
2678 (escapeHTML): Deleted.
2679 (testPassed): Deleted.
2680 * js/dom/modules/import-incorrect-relative-specifier-expected.txt:
2681 * js/dom/modules/module-incorrect-relative-specifier-expected.txt:
2682 * resources/js-test-pre.js:
2683 (escapeHTMLAndStripFileURLs):
2685 (escapeHTML): Deleted.
2686 (testPassed): Deleted.
2688 2020-07-13 Lauro Moura <lmoura@igalia.com>
2690 [GTK][WPE] Garden two color/gradient failures.
2692 Unreviewed test gardening.
2694 * platform/glib/TestExpectations:
2696 2020-07-13 Karl Rackler <rackler@apple.com>
2698 [ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is flaky failing.
2699 https://bugs.webkit.org/show_bug.cgi?id=214133
2701 Unreviewed test gardening.
2703 * platform/ios-wk2/TestExpectations:
2705 2020-07-12 Fujii Hironori <Hironori.Fujii@sony.com>
2707 [WinCairo] Unreviewed test gardening
2709 Windows WebKit1 doesn't check lines with "EDITING DELEGATE:" (Bug 64471).
2710 Rebasedlined with WinCairo WebKit2's results.
2712 * platform/wincairo/editing/execCommand/findString-2-expected.txt:
2713 * platform/wincairo/editing/selection/6476-expected.txt:
2714 * platform/wincairo/editing/selection/click-start-of-line-expected.txt:
2715 * platform/wincairo/editing/selection/contenteditable-click-inside-expected.txt:
2716 * platform/wincairo/editing/selection/doubleclick-crash-expected.txt:
2717 * platform/wincairo/editing/selection/editable-html-element-expected.txt:
2718 * platform/wincairo/editing/selection/editable-links-expected.txt:
2719 * platform/wincairo/editing/selection/expanding-selections-expected.txt:
2720 * platform/wincairo/editing/selection/expanding-selections2-expected.txt:
2721 * platform/wincairo/editing/selection/fake-doubleclick-expected.txt:
2722 * platform/wincairo/editing/selection/focus-body-expected.txt:
2723 * platform/wincairo/editing/selection/focus_editable_html-expected.txt:
2724 * platform/wincairo/editing/selection/mixed-editability-1-expected.txt:
2725 * platform/wincairo/editing/selection/paragraph-granularity-expected.txt:
2726 * platform/wincairo/editing/selection/select-all-006-expected.txt:
2727 * platform/wincairo/editing/selection/select-from-textfield-outwards-expected.txt:
2728 * platform/wincairo/editing/selection/selection-actions-expected.txt:
2729 * platform/wincairo/editing/selection/triple-click-in-pre-expected.txt:
2730 * platform/wincairo/editing/selection/word-granularity-expected.txt:
2731 * platform/wincairo/editing/style/apple-style-editable-mix-expected.txt:
2733 2020-07-12 Said Abou-Hallawa <sabouhallawa@apple.com>
2735 [macOS]: A HEIF image, selected from the OpenPanel, should be converted to an accepted MIME type
2736 https://bugs.webkit.org/show_bug.cgi?id=213347
2737 <rdar://problem/57258464>
2739 Reviewed by Darin Adler.
2741 Ensure the HEIF image is converted to an accepted MIME type when it is
2742 selected from the OpenPanel and the 'accept' attribute of the <input>
2743 does allow the HEIF MIME type.
2745 No need to test this functionality on WK1 since the image transcoding
2746 should happen in the UI process.
2749 * fast/forms/file/entries-api/image-no-transcode-open-panel-expected.txt: Added.
2750 * fast/forms/file/entries-api/image-no-transcode-open-panel.html: Added.
2751 * fast/forms/file/entries-api/image-transcode-open-panel-expected.txt: Added.
2752 * fast/forms/file/entries-api/image-transcode-open-panel.html: Added.
2753 * fast/forms/file/entries-api/resources/images/green-400x400.heic: Added.
2754 * platform/mac-wk2/TestExpectations:
2756 2020-07-12 Zalan Bujtas <zalan@apple.com>
2758 [LFC][BFC][Min-Max width] Regular block level box resets the horizontal stacking
2759 https://bugs.webkit.org/show_bug.cgi?id=214225
2761 Reviewed by Antti Koivisto.
2763 * fast/layoutformattingcontext/min-max-content-width-with-nested-floats-simple-expected.html: Added.
2764 * fast/layoutformattingcontext/min-max-content-width-with-nested-floats-simple.html: Added.
2766 2020-07-11 Fujii Hironori <Hironori.Fujii@sony.com>
2768 [WinCairo] Conic gradients support
2769 https://bugs.webkit.org/show_bug.cgi?id=214216
2771 Reviewed by Sam Weinig.
2773 * platform/wincairo/TestExpectations: Marked some conic-gradient tests Pass.
2775 2020-07-11 Simon Fraser <simon.fraser@apple.com>
2777 REGRESSION(r260276): Overflow scrolling layers misplaced inside SVG foreign object
2778 https://bugs.webkit.org/show_bug.cgi?id=213788
2779 <rdar://problem/65039637>
2781 Reviewed by Zalan Bujtas.
2783 * fast/scrolling/overflow-inside-foreignobject-expected.html: Added.
2784 * fast/scrolling/overflow-inside-foreignobject.html: Added.
2786 2020-07-11 Chris Dumez <cdumez@apple.com>
2788 Unreviewed, mark imported/w3c/web-platform-tests/websockets/cookies/third-party-cookie-accepted.https.html as crashing on iOS WK2 Debug.
2790 This test has been crashing consistently since import in r264145.
2792 * platform/ios-wk2/TestExpectations:
2794 2020-07-11 Zalan Bujtas <zalan@apple.com>
2796 [LFC][BFC][Min-Max width] Add support for float avoiders
2797 https://bugs.webkit.org/show_bug.cgi?id=214220
2799 Reviewed by Antti Koivisto.
2801 * fast/layoutformattingcontext/min-max-content-width-with-floats-simple-expected.html: Added.
2802 * fast/layoutformattingcontext/min-max-content-width-with-floats-simple.html: Added.
2804 2020-07-10 Chris Dumez <cdumez@apple.com>
2806 Unreviewed, mark a couple of user-timing WPT tests as flaky since their import in r264255.
2810 2020-07-10 Chris Dumez <cdumez@apple.com>
2812 Unreviewed, silence console logging in a couple of payment request WPT tests to address flakiness
2815 * platform/mac-wk2/TestExpectations:
2817 2020-07-10 Lauro Moura <lmoura@igalia.com>
2819 [GTK][WPE] Unreviewed, garden failure and new passes
2821 Payment request is not supported and a single test was being executed
2823 Also pass 4 css-writing-modes tests that are passing since r263855.
2825 * platform/glib/TestExpectations:
2827 2020-07-10 Chris Dumez <cdumez@apple.com>
2829 Unreviewed, mark imported/w3c/web-platform-tests/user-timing/measure_associated_with_navigation_timing.html as flaky.
2831 This has been flaky since import in r264255.
2835 2020-07-10 Chris Dumez <cdumez@apple.com>
2837 Unreviewed, mark img-aspect-ratio-lazy.tentative.html WPT test as flaky since import in r264117.
2841 2020-07-10 Chris Dumez <cdumez@apple.com>
2843 Unreviewed gardening after WPT resync in r264239.
2845 Mark one payment-request test as flaky and silence console logging for another one
2846 to try and address flakiness.
2850 2020-07-10 Chris Dumez <cdumez@apple.com>
2852 Resync web-platform-tests/eventsource from upstream
2853 https://bugs.webkit.org/show_bug.cgi?id=214203
2855 Reviewed by Geoffrey Garen.
2858 * tests-options.json:
2860 2020-07-10 Chris Dumez <cdumez@apple.com>
2862 Unreviewed, Mark WebRTC WPT test as flaky.
2864 It has been flaky since import in r264202.
2868 2020-07-10 Chris Dumez <cdumez@apple.com>
2870 Resync web-platform-tests/payment-request from upstream
2871 https://bugs.webkit.org/show_bug.cgi?id=214167
2873 Reviewed by Sam Weinig.
2875 * tests-options.json:
2877 2020-07-10 Chris Fleizach <cfleizach@apple.com>
2879 AX: iOS VoiceOver should support definition lists
2880 https://bugs.webkit.org/show_bug.cgi?id=210214
2881 <rdar://problem/61478299>
2883 Reviewed by Darin Adler.
2885 * accessibility/ios-simulator/definition-list.html: Added.
2887 2020-07-10 Lauro Moura <lmoura@igalia.com>
2889 Unreviewed, GTK/WPE debug crash gardening
2891 * platform/glib/TestExpectations:
2893 2020-07-10 Philippe Normand <pnormand@igalia.com>
2895 Unreviewed, GTK/WPE gardening
2897 * platform/glib/TestExpectations: Mark a few GStreamer-related tests as crashing on Debug.
2899 2020-07-10 Chris Dumez <cdumez@apple.com>
2901 Unreviewed, skip imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-operations.https.html in Debug.
2903 This test has been crashing in Debug since its import in r264202.
2907 2020-07-10 Chris Dumez <cdumez@apple.com>
2909 Unreviewed, mark imported/w3c/web-platform-tests/webrtc/protocol/split.https.html as flaky.
2911 It has been flaky since import in r264202.
2915 2020-07-10 Chris Dumez <cdumez@apple.com>
2917 Regression (r264202): imported/w3c/web-platform-tests/html/dom/usvstring-reflection.https.html is consistently failing on mac-wk1
2918 https://bugs.webkit.org/show_bug.cgi?id=214183
2919 <rdar://problem/65335357>
2921 Unreviewed, rebaseline test on mac-wk1 after resync in r264202.
2923 * platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/usvstring-reflection.https-expected.txt:
2925 2020-07-10 Zalan Bujtas <zalan@apple.com>
2927 [LFC][Floats] Normal flow element that establishes a new block formatting context must not overlap the margin box of any floats
2928 https://bugs.webkit.org/show_bug.cgi?id=214185
2930 Reviewed by Antti Koivisto.
2932 * fast/layoutformattingcontext/float-avoider-with-inline-content-expected.html: Added.
2933 * fast/layoutformattingcontext/float-avoider-with-inline-content.html: Added.
2935 2020-07-10 Zalan Bujtas <zalan@apple.com>
2937 [LFC][MarginCollapsing] Margins do not collapse through when the box has clearance.
2938 https://bugs.webkit.org/show_bug.cgi?id=214172
2940 Reviewed by Antti Koivisto.
2942 * fast/layoutformattingcontext/empty-block-level-box-with-clearance-expected.html: Added.
2943 * fast/layoutformattingcontext/empty-block-level-box-with-clearance.html: Added.
2945 2020-07-09 Lauro Moura <lmoura@igalia.com>
2947 [GTK][WPE] Garden more failures/rebaselines after WPT updates.
2949 Unreviewed test gardening.
2951 * platform/glib/TestExpectations:
2952 * platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt: Added.
2953 * platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt: Added.
2954 * platform/gtk-wayland/TestExpectations:
2955 * platform/gtk/imported/w3c/web-platform-tests/xhr/send-network-error-sync-events.sub-expected.txt:
2956 Removed. This test is actually failing for gtk/wpe. Removed to
2957 fallback to the w3c baseline and marked it as a failure.
2959 2020-07-09 Andres Gonzalez <andresg_22@apple.com>
2961 Make accessibility/Mac/selected-visible-position-range.html time-deterministic.
2962 https://bugs.webkit.org/show_bug.cgi?id=214154
2964 Reviewed by Chris Fleizach.
2966 [WebAccessibilityObjectWrapper accessibilitySetValue] sets the selection
2967 range and other properties asynchronously by dispatching the call to
2968 another cycle of the run loop using callOnMainThread. thus for the JS to
2969 retrieve the new value, it is necessary to wait until the value is
2970 updated. this is even more so in isolated tree mode where all wrapper
2971 calls come on the secondary AX thread. JS setTimeout doesn't help with
2972 synchronizing these calls, so instead we are using Promises in the
2973 function waitFor in accessibility-helper.js (thanks to Geoff Garen for
2976 * accessibility/mac/selected-visible-position-range-expected.txt:
2977 * accessibility/mac/selected-visible-position-range.html:
2979 MOved waitFor(condition) to the accessibility-helper.js file to be used
2981 * accessibility/textarea-selected-text-range.html:
2982 * resources/accessibility-helper.js:
2985 2020-07-09 Simon Fraser <simon.fraser@apple.com>
2987 [macOS] Stuttery scrolling on tesla.com
2988 https://bugs.webkit.org/show_bug.cgi?id=214159
2989 <rdar://problem/64555500>
2991 Reviewed by Wenson Hsieh.
2993 * fast/scrolling/mac/adjust-scroll-snap-during-gesture-expected.txt: Added.
2994 * fast/scrolling/mac/adjust-scroll-snap-during-gesture.html: Added.
2996 2020-07-09 Chris Dumez <cdumez@apple.com>
2998 Resync web-platform-tests/webrtc from upstream
2999 https://bugs.webkit.org/show_bug.cgi?id=214151
3001 Reviewed by Alex Christensen.
3003 * tests-options.json:
3005 2020-07-09 Chris Dumez <cdumez@apple.com>
3007 Resync web-platform-tests/url from upstream
3008 https://bugs.webkit.org/show_bug.cgi?id=214145
3010 Reviewed by Alex Christensen.
3012 * tests-options.json:
3014 2020-07-09 Simon Fraser <simon.fraser@apple.com>
3016 After a scroll gesture, content changes don't trigger re-snapping with scroll snap
3017 https://bugs.webkit.org/show_bug.cgi?id=214123
3019 Reviewed by Wenson Hsieh.
3021 * fast/scrolling/mac/adjust-scroll-snap-after-gesture-expected.txt: Added.
3022 * fast/scrolling/mac/adjust-scroll-snap-after-gesture.html: Added.
3024 2020-07-09 Wenson Hsieh <wenson_hsieh@apple.com>
3026 REGRESSION (r259840): Pressing Esc or ⌘+"." does not dismiss time picker on iOS
3027 https://bugs.webkit.org/show_bug.cgi?id=214122
3028 <rdar://problem/64940487>
3030 Reviewed by Tim Horton.
3032 * fast/forms/ios/dismiss-picker-using-keyboard.html:
3033 * fast/forms/ios/force-gregorian-calendar-for-credit-card-expiry.html:
3034 * fast/forms/ios/time-picker-value-change-expected.txt:
3035 * fast/forms/ios/time-picker-value-change.html:
3037 Adjust a few layout tests to be compatible with date and time inputs.
3039 * resources/ui-helper.js:
3040 (window.UIHelper.waitForInputSessionToDismiss.return.new.Promise):
3041 (window.UIHelper.waitForInputSessionToDismiss):
3043 2020-07-09 Truitt Savell <tsavell@apple.com>
3045 REGRESSION (r264117): [ Mac iOS ] imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https.html
3046 https://bugs.webkit.org/show_bug.cgi?id=214155
3048 Unreviewed test gardening.
3050 * platform/ios/TestExpectations:
3051 * platform/mac/TestExpectations:
3053 2020-07-09 Chris Dumez <cdumez@apple.com>
3055 Resync web-platform-tests/workers from upstream
3056 https://bugs.webkit.org/show_bug.cgi?id=214146
3058 Reviewed by Geoffrey Garen.
3060 * tests-options.json:
3062 2020-07-09 Chris Dumez <cdumez@apple.com>
3064 Unreviewed, mark ref-test as flaky on iOS since import in r263987.
3066 * platform/ios-wk2/TestExpectations:
3068 2020-07-09 Wenson Hsieh <wenson_hsieh@apple.com>
3070 [iOS] Occasional crash under -[UIView _setViewDelegate:] when presenting date and time pickers
3071 https://bugs.webkit.org/show_bug.cgi?id=214120
3072 <rdar://problem/65246918>
3074 Reviewed by Darin Adler.
3076 Add a new layout test to verify that presenting a date picker twice does not result in a crash.
3078 * fast/forms/ios/show-and-dismiss-date-input-expected.txt: Added.
3079 * fast/forms/ios/show-and-dismiss-date-input.html: Added.
3080 * resources/ui-helper.js:
3081 (window.UIHelper.activateAndWaitForInputSessionAt.return.new.Promise.):
3083 Teach this helper method to wait for context menus as well (for the case of date and time pickers on iOS).
3085 (window.UIHelper.waitForInputSessionToDismiss.return.new.Promise.):
3086 (window.UIHelper.waitForInputSessionToDismiss.return.new.Promise):
3087 (window.UIHelper.waitForInputSessionToDismiss):
3089 Likewise, teach this to wait for context menu dismissal.
3091 (window.UIHelper.waitForContextMenuToHide.return.new.Promise):
3092 (window.UIHelper.waitForContextMenuToHide):
3094 Add a new helper to wait for context menus to hide.
3096 2020-07-09 Zalan Bujtas <zalan@apple.com>
3098 [LFC][Verification] Use the table wrapper box's margin when checking the table box
3099 https://bugs.webkit.org/show_bug.cgi?id=214119
3101 Reviewed by Darin Adler.
3103 * fast/layoutformattingcontext/table-with-margin-simple-expected.html: Added.
3104 * fast/layoutformattingcontext/table-with-margin-simple.html: Added.
3106 2020-07-09 Philippe Normand <pnormand@igalia.com>
3108 [GStreamer][MSE] AV1 support
3109 https://bugs.webkit.org/show_bug.cgi?id=207547
3111 Reviewed by Xabier Rodriguez-Calvar.
3113 * platform/glib/TestExpectations: Mark media/media-can-play-av1.html as failing until the
3114 Flatpak SDK ships gst-plugins-rs.
3116 2020-07-09 Carlos Garcia Campos <cgarcia@igalia.com>
3118 [SOUP] Add support for HTTPCookieAcceptPolicy::OnlyFromMainDocumentDomain
3119 https://bugs.webkit.org/show_bug.cgi?id=213954
3121 Reviewed by Michael Catanzaro.
3123 Update test expectations.
3125 * platform/glib/TestExpectations:
3126 * platform/glib/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt: Removed.
3127 * platform/glib/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt: Removed.
3128 * platform/gtk/TestExpectations:
3130 2020-07-08 Lauro Moura <lmoura@igalia.com>
3132 [GTK][WPE] Gardening after latest wpt resyncs
3134 Unreviewed test gardening.
3136 * platform/glib/TestExpectations:
3137 * platform/glib/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Added.
3138 * platform/glib/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt:
3139 * platform/gtk/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt: Added.
3140 * platform/gtk/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Added.
3142 2020-07-08 Chris Dumez <cdumez@apple.com>
3144 Resync web-platform-tests/fetch from upstream
3145 https://bugs.webkit.org/show_bug.cgi?id=214111
3147 Reviewed by Sam Weinig.
3149 * tests-options.json:
3151 2020-07-08 Dean Jackson <dino@apple.com>
3153 Unreviewed. Remove some mentions of non-existant files in expectations.
3156 * platform/mac/TestExpectations:
3158 2020-07-08 Chris Dumez <cdumez@apple.com>
3160 Unreviewed, add iOS-specific baseline for WPT test after resync in r264117.
3162 * platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/select-wrap-no-spill.optional-expected.txt: Added.
3164 2020-07-08 Jason Lawrence <lawrence.j@apple.com>
3166 REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
3167 https://bugs.webkit.org/show_bug.cgi?id=214078
3169 Unreviewed test gardening.
3171 * platform/mac-wk2/TestExpectations:
3173 2020-07-08 Dean Jackson <dino@apple.com>
3175 input button test needs rebaseline for Big Sur
3176 https://bugs.webkit.org/show_bug.cgi?id=214095
3179 Unreviewed gardening. This test produces different results on Big Sur.
3181 * platform/mac-bigsur/fast/forms/input-button-sizes-expected.txt: Added.
3183 2020-07-08 Geoffrey Garen <ggaren@apple.com>
3185 REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
3186 https://bugs.webkit.org/show_bug.cgi?id=214078
3188 Reviewed by Darin Adler.
3190 Make this test deterministic by waiting for the correct result.
3192 * accessibility/textarea-selected-text-range-expected.txt:
3193 * accessibility/textarea-selected-text-range.html:
3195 2020-07-08 Truitt Savell <tsavell@apple.com>
3197 Regression(r261756): webanimations/accelerated-animation-single-keyframe.html is consistently timing out on windows
3198 https://bugs.webkit.org/show_bug.cgi?id=214088
3200 Unreviewed test gardening.
3202 * platform/win/TestExpectations:
3204 2020-07-08 Jason Lawrence <lawrence.j@apple.com>
3206 REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
3207 https://bugs.webkit.org/show_bug.cgi?id=214078
3209 Unreviewed test gardening.
3211 * platform/mac-wk2/TestExpectations:
3213 2020-07-08 Chris Dumez <cdumez@apple.com>
3215 Resync all remaining web-platform-tests/html tests from upstream
3216 https://bugs.webkit.org/show_bug.cgi?id=214057
3218 Reviewed by Sam Weinig.
3221 * tests-options.json:
3223 2020-07-08 Sam Weinig <weinig@apple.com>
3225 Remove LayoutTests/fast/forms/datetime now that <input type="datetime"> code has been removed
3226 https://bugs.webkit.org/show_bug.cgi?id=214064
3228 Reviewed by Dan Bernstein.
3230 * fast/forms/datetime: Removed.
3232 * platform/gtk/TestExpectations:
3233 * platform/ios-wk1/TestExpectations:
3234 * platform/ios/TestExpectations:
3235 * platform/mac/TestExpectations:
3236 * platform/win/TestExpectations:
3237 * platform/wincairo/TestExpectations:
3238 Stop skipping the removed tests.
3240 2020-07-08 Wenson Hsieh <wenson_hsieh@apple.com>
3242 autocapitalize="words" capitalizes every word's second character
3243 https://bugs.webkit.org/show_bug.cgi?id=148504
3244 <rdar://problem/57814304>
3246 Reviewed by Tim Horton.
3248 Add a new layout test to verify that the bug does not occur.
3250 * fast/forms/ios/autocapitalize-words-expected.txt: Added.
3251 * fast/forms/ios/autocapitalize-words.html: Added.
3253 2020-06-29 Jer Noble <jer.noble@apple.com>
3255 Unreviewed test gardening; "rebaseline" the video-orientation-canvas.html test to center the expected red color
3256 results on observed output.
3258 * media/video-orientation-canvas-expected.txt:
3259 * media/video-orientation-canvas.html:
3261 2020-07-08 Zalan Bujtas <zalan@apple.com>
3263 [LFC][IFC] Do not use the initial strut baseline values when the text content is inside an inline container
3264 https://bugs.webkit.org/show_bug.cgi?id=214069
3266 Reviewed by Antti Koivisto.
3268 * fast/layoutformattingcontext/line-heigt-when-text-is-inside-inline-container-expected.html: Added.
3269 * fast/layoutformattingcontext/line-heigt-when-text-is-inside-inline-container.html: Added.
3271 2020-07-08 Chris Dumez <cdumez@apple.com>
3273 Skip a couple of WPT webaudio tests instead of marking them as crashing.
3275 This avoids wasting resources on the bots since those tests are consistently crashing.
3279 2020-07-08 Zalan Bujtas <zalan@apple.com>
3281 [LFC][TFC] Table width is computed as if box-sizing was border-box
3282 https://bugs.webkit.org/show_bug.cgi?id=214070
3284 Reviewed by Antti Koivisto.
3286 * fast/layoutformattingcontext/table-with-padding-and-border-simple-expected.html: Added.
3287 * fast/layoutformattingcontext/table-with-padding-and-border-simple.html: Added.
3289 2020-07-08 Per Arne Vollan <pvollan@apple.com>
3291 [Win] The layout test webanimations/accelerated-animation-single-keyframe.html is timing out
3292 https://bugs.webkit.org/show_bug.cgi?id=214081
3294 Unreviewed test gardening.
3296 * platform/win/TestExpectations:
3298 2020-07-08 Jason Lawrence <lawrence.j@apple.com>
3300 REGRESSION: [ Mac wk2 Release and iOS wk2 Release ] webrtc/libwebrtc/descriptionGetters.html is flaky failing.
3301 https://bugs.webkit.org/show_bug.cgi?id=214084
3303 Unreviewed test gardening.
3305 * platform/ios-wk2/TestExpectations:
3306 * platform/mac-wk2/TestExpectations:
3308 2020-07-08 Xabier Rodriguez Calvar <calvaris@igalia.com>
3310 [EME][GStreamer] web-platform-tests/encrypted-media/clearkey-events-session-closed-event.https.html random crashes
3311 https://bugs.webkit.org/show_bug.cgi?id=210264
3313 Reviewed by Philippe Normand.
3315 * platform/glib/TestExpectations: Change test expectations.
3317 2020-07-07 Lauro Moura <lmoura@igalia.com>
3319 [GTK][WPE] Garden some recent failures and move related entries together
3321 Unreviewed test gardening.
3323 * platform/glib/TestExpectations:
3324 * platform/gtk/TestExpectations:
3325 * platform/wpe/TestExpectations:
3327 2020-07-07 Lauro Moura <lmoura@igalia.com>
3329 Add missing resource file for some imported/blink/compositing/squashing tests
3330 https://bugs.webkit.org/show_bug.cgi?id=154076
3332 Unreviewed test gardening.
3334 Based on original patch by Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>.
3336 All but one test ran as expected for GTK/WPE.
3339 * imported/blink/compositing/squashing/resources/blue.png: Added.
3341 2020-07-07 Chris Dumez <cdumez@apple.com>
3343 Mark 3 WPT tests imported in r264035 as failing in iOS Simulator.
3345 This is because of lack of WebAssembly support on this platform.
3347 * platform/ios-simulator/TestExpectations:
3349 2020-07-07 Chris Dumez <cdumez@apple.com>
3351 REGRESSION: (r263987): [ iOS Debug WK2 ] 12 web-platform-tests semantics/scripting consistently failing
3352 https://bugs.webkit.org/show_bug.cgi?id=214058
3353 <rdar://problem/65193100>
3355 Unreviewed, mark as flaky on iOS some of the new html/semantics web-platform-tests that got added
3356 during the resync in r263987. Those give different TEXT results on release and debug builds so this
3357 must be due to a timing issue, indicating those tests are actually flaky.
3359 * platform/ios/TestExpectations:
3361 2020-07-07 Sam Weinig <weinig@apple.com>
3363 Enabled testing of date/time input types for WebKit2 macOS
3364 https://bugs.webkit.org/show_bug.cgi?id=214044
3366 Reviewed by Chris Dumez.
3368 * platform/mac-wk1/TestExpectations:
3369 * platform/mac/TestExpectations:
3370 Move skipping of date/time input types to WebKit1 specific TestExpectations
3371 to allow for testing on WebKit2. If this goes well, we can look into enabling
3372 them for WebKit1 as well.
3374 * platform/mac-wk2/accessibility/roles-exposed-expected.txt:
3375 * platform/mac-wk2/fast/forms/datalist: Added.
3376 * platform/mac-wk2/fast/forms/datalist/input-list-expected.txt: Added.
3377 * platform/mac-wk2/fast/forms/date: Added.
3378 * platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.png: Added.
3379 * platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.txt: Added.
3380 * platform/mac-wk2/fast/forms/time: Added.
3381 * platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.png: Added.
3382 * platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.txt: Added.
3383 * platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
3384 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering: Added.
3385 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements: Added.
3386 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls: Added.
3387 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/resets-expected.txt: Added.
3388 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets: Added.
3389 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance: Added.
3390 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance/default-styles-expected.txt: Added.
3391 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt: Added.
3392 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt: Added.
3393 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt:
3394 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt: Added.
3395 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt: Added.
3396 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt: Added.
3397 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt: Added.
3398 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: Added.
3399 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
3400 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:
3401 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element: Added.
3402 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Added.
3403 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt: Added.
3404 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt: Added.
3405 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime-local-expected.txt: Added.
3406 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-seconds-leading-zeroes-expected.txt: Added.
3407 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasdate-expected.txt: Added.
3408 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasdate-stepping-expected.txt: Added.
3409 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasnumber-expected.txt: Added.
3410 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasnumber-stepping-expected.txt: Added.
3411 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt: Added.
3412 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt:
3413 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-2-expected.txt: Added.
3414 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt: Added.
3415 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt:
3416 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt:
3417 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt: Added.
3418 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt: Added.
3419 Update results, adding new platform specific results where needed.
3421 2020-07-07 Chris Dumez <cdumez@apple.com>
3423 Resync web-platform-tests/service-workers from upstream
3424 https://bugs.webkit.org/show_bug.cgi?id=214052
3426 Reviewed by Geoff Garen.
3428 * tests-options.json:
3430 2020-07-07 Chris Dumez <cdumez@apple.com>
3432 Unreviewed, mark one of the imported WPT webaudio tests as flaky.
3434 The test is failing and printing out information that is hardware specific.
3438 2020-07-07 Andres Gonzalez <andresg_22@apple.com>
3440 Web content process hangs in AccessibilityRenderObject::setSelectedVisiblePositionRange in some corner cases.
3441 https://bugs.webkit.org/show_bug.cgi?id=214017
3443 Reviewed by Chris Fleizach.
3445 * accessibility/mac/resources/accessibility-helper.js:
3447 * accessibility/mac/selected-visible-position-range-expected.txt: Added.
3448 * accessibility/mac/selected-visible-position-range.html: Added.
3449 * accessibility/mac/text-marker-p-tags.html:
3451 2020-07-07 Simon Fraser <simon.fraser@apple.com>
3453 Unable to scroll elcomerico.pe page until the page finishes loading
3454 https://bugs.webkit.org/show_bug.cgi?id=214027
3455 <rdar://problem/64646259>
3457 Reviewed by Antti Koivisto.
3459 macOS and iOS tests with non-invertible transforms.
3461 * fast/scrolling/ios/non-invertible-transformed-scroller-ancestor-expected.txt: Added.
3462 * fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html: Added.
3463 * fast/scrolling/mac/non-invertible-transform-hit-testing-expected.txt: Added.
3464 * fast/scrolling/mac/non-invertible-transform-hit-testing.html: Added.
3466 2020-07-07 Tim Horton <timothy_horton@apple.com>
3468 <attachment> layout does not scale with Dynamic Type size changes
3469 https://bugs.webkit.org/show_bug.cgi?id=214023
3470 <rdar://problem/64914762>
3472 Reviewed by Sam Weinig.
3475 * fast/attachment/attachment-dynamic-type-expected.txt: Added.
3476 * fast/attachment/attachment-dynamic-type.html: Added.
3477 * platform/ios/TestExpectations:
3478 Add a test that ensures that changing the content size to XXXL also increases the size of the <attachment>.
3480 2020-07-07 Truitt Savell <tsavell@apple.com>
3482 [ iOS ] http/tests/adClickAttribution/store-disabled-in-ephemeral-session.html is flaky timing out
3483 https://bugs.webkit.org/show_bug.cgi?id=207551
3485 Unreviewed test gardening
3487 * platform/ios-wk2/TestExpectations:
3489 2020-07-07 Tomoki Imai <Tomoki.Imai@sony.com>
3491 [Win] Implement Pasteboard::writeCustomData for Web Inspector Console tab
3492 https://bugs.webkit.org/show_bug.cgi?id=213986