1 2020-07-24 Alex Christensen <achristensen@webkit.org>
3 Null check frame in Document::dispatchDisabledAdaptationsDidChangeForMainFrame and a few other places
4 https://bugs.webkit.org/show_bug.cgi?id=214715
5 <rdar://problem/65467702>
7 Reviewed by Geoffrey Garen.
9 * security/mutation-observer-frame-detach-expected.txt: Added.
10 * security/mutation-observer-frame-detach.html: Added.
12 2020-07-24 Alex Christensen <achristensen@webkit.org>
14 Fix assertion when highlighting in detached frames and make loads complete
15 https://bugs.webkit.org/show_bug.cgi?id=214770
17 Reviewed by Geoffrey Garen.
19 * fast/editing/frame-selection-is-not-caret-expected.txt: Added.
20 * fast/editing/frame-selection-is-not-caret.html: Added.
22 2020-07-24 Michael Saboff <msaboff@apple.com>
24 Fixed exception check handling below ScheduledAction::executeFunctionInContext()
25 https://bugs.webkit.org/show_bug.cgi?id=214774
31 * js/dom/scheduled-action-exception-checks-expected.txt: Added.
32 * js/dom/scheduled-action-exception-checks.html: Added.
34 2020-07-24 Yusuke Suzuki <ysuzuki@apple.com>
36 [JSC] Skip unrelated / too-compute-heavy tests in Apple Watch Series 3
37 https://bugs.webkit.org/show_bug.cgi?id=214768
41 * js/script-tests/math-denorm.js:
43 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
45 [ macO iOS ] http/tests/xmlhttprequest/cross-origin-cookie-storage.html is passing and needs expectations removed
46 https://bugs.webkit.org/show_bug.cgi?id=214767
48 Unreviewed test gardening.
50 * platform/ios-wk1/TestExpectations:
51 * platform/ios/TestExpectations:
52 * platform/mac/TestExpectations:
54 2020-07-24 Wenson Hsieh <wenson_hsieh@apple.com>
56 REGRESSION (r264690): [ iOS wk2 ] editing/selection/shift-click-includes-existing-selection.html is a flaky failure
57 https://bugs.webkit.org/show_bug.cgi?id=214688
58 <rdar://problem/65993683>
60 Reviewed by Darin Adler.
62 On iOS, this test simulates a "Shift + tap" and verifies that it extends an existing selection. However, it's
63 possible for this test to fail if the selection view appears before the tap completes, since the tap may be too
64 close to one of the selection handle views, causing `-[UITextRangeView gestureRecognizerShouldBegin:]` to return
65 `NO` and cause the synthetic click gesture to fail in favor of toggling the visibility of the callout bar above
68 Mitigate this by simply adding a large margin between the existing selection and the tap location, to which the
69 test attempts to extend the selection.
71 * editing/selection/shift-click-includes-existing-selection.html:
73 2020-07-24 Tadeu Zagallo <tzagallo@apple.com>
75 WKStringGetMaximumUTF8CStringSize should cast before arithmetic
76 https://bugs.webkit.org/show_bug.cgi?id=214750
77 <rdar://problem/65884455>
82 * js/throw-large-string-oom-expected.txt: Added.
83 * js/throw-large-string-oom.html: Added.
84 * platform/wk2/TestExpectations:
86 2020-07-24 Mark Lam <mark.lam@apple.com>
88 Fix exception check handling below postMessage().
89 https://bugs.webkit.org/show_bug.cgi?id=214761
90 <rdar://problem/65932136>
92 Reviewed by Yusuke Suzuki and Keith Miller.
94 * js/dom/missing-exception-check-below-postMessage-expected.txt: Added.
95 * js/dom/missing-exception-check-below-postMessage.html: Added.
97 2020-07-24 Kenneth Russell <kbr@chromium.org>
99 REGRESSION (r264845): webgl/2.0.0/conformance2/textures/misc/tex-unpack-params.html is failing
100 https://bugs.webkit.org/show_bug.cgi?id=214763
102 Unreviewed test gardening.
104 This test's failing a few cases on some hardware - the MacMini8,1
105 bots specifically. Mark it [ Pass Failure ] until this can be
110 2020-07-24 Ryan Haddad <ryanhaddad@apple.com>
112 [macOS WK1] imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating.svg is a flaky failure
113 https://bugs.webkit.org/show_bug.cgi?id=214760
115 Unreviewed test gardening.
117 * platform/mac-wk1/TestExpectations: Mark test as flaky.
119 2020-07-23 Simon Fraser <simon.fraser@apple.com>
121 steps() timing function on a transform animation triggers a render every frame
122 https://bugs.webkit.org/show_bug.cgi?id=214712
123 <rdar://problem/62737868>
125 Reviewed by Tim Horton.
127 * animations/steps-transform-rendering-updates-expected.txt: Added.
128 * animations/steps-transform-rendering-updates.html: Added.
130 2020-07-24 Mark Lam <mark.lam@apple.com>
132 Fix JS bindings code to DECLARE_THROW_SCOPE in the functions that can throw instead of passing a ThrowScope around.
133 https://bugs.webkit.org/show_bug.cgi?id=214695
134 <rdar://problem/65927049>
136 Reviewed by Yusuke Suzuki.
138 * js/dom/missing-exception-check-below-queueMicrotask-expected.txt: Added.
139 * js/dom/missing-exception-check-below-queueMicrotask.html: Added.
141 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
143 [ macOS ] media/media-source/media-source-seek-complete.html is passing and needs expectation removed
144 https://bugs.webkit.org/show_bug.cgi?id=214758
146 Unreviewed test gardening.
148 * platform/mac/TestExpectations:
150 2020-07-24 Jiewen Tan <jiewen_tan@apple.com>
152 Propagating user gesture through Fetch API
153 https://bugs.webkit.org/show_bug.cgi?id=214444
154 <rdar://problem/65980953>
156 Reviewed by Youenn Fablet.
158 * http/tests/media/user-gesture-preserved-across-xmlhttprequest-expected.txt:
159 * http/tests/media/user-gesture-preserved-across-xmlhttprequest.html:
160 * http/tests/xmlhttprequest/resources/download-header-with-delay.php: Added.
162 2020-07-24 Karl Rackler <rackler@apple.com>
164 [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-fonts/crash-font-face-invalid-descriptor.html is a flaky timeout
165 https://bugs.webkit.org/show_bug.cgi?id=214757
167 Unreviewed test gardening.
169 * platform/ios-simulator-wk2/TestExpectations:
171 2020-07-24 Karl Rackler <rackler@apple.com>
173 [ iOS wk2 ] http/tests/navigation/subframe-pagehide-handler-starts-load2.html is a flaky timeout
174 https://bugs.webkit.org/show_bug.cgi?id=214755
176 Unreviewed test gardening.
178 * platform/ios-simulator-wk2/TestExpectations:
180 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
182 [ macOS ] media/video-orientation.html is passing and expectation need to be removed
183 https://bugs.webkit.org/show_bug.cgi?id=214753
185 Unreviewed test gardening.
187 * platform/mac/TestExpectations:
189 2020-07-24 Karl Rackler <rackler@apple.com>
191 [ iOS wk2 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback.html is a flaky failure
192 https://bugs.webkit.org/show_bug.cgi?id=214752
194 Unreviewed test gardening.
196 * platform/ios-simulator-wk2/TestExpectations:
198 2020-07-24 Kenneth Russell <kbr@chromium.org>
200 [WebGL2] Framebuffer and renderbuffer updates
201 https://bugs.webkit.org/show_bug.cgi?id=126448
203 Reviewed by Dean Jackson.
205 Rebaseline WebGL 2.0 conformance tests which are improved with
206 this patch. Of these, views-with-offsets.html and
207 gl-object-get-calls.html progress; all of the others now pass
210 * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
211 * webgl/2.0.0/conformance2/renderbuffers/framebuffer-object-attachment-expected.txt:
212 * webgl/2.0.0/conformance2/renderbuffers/framebuffer-texture-layer-expected.txt:
213 * webgl/2.0.0/conformance2/renderbuffers/invalidate-framebuffer-expected.txt:
214 * webgl/2.0.0/conformance2/rendering/framebuffer-unsupported-expected.txt:
215 * webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
216 * webgl/2.0.0/conformance2/textures/misc/copy-texture-image-webgl-specific-expected.txt:
217 * webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt:
219 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
221 [ macOS ] svg/batik/text/textPosition2.svg is passing and expectation needs to be removed
222 https://bugs.webkit.org/show_bug.cgi?id=214749
224 Unreviewed test gardening.
226 * platform/mac/TestExpectations:
228 2020-07-24 Karl Rackler <rackler@apple.com>
230 [ iOS wk2 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub.html is a flaky failure
231 https://bugs.webkit.org/show_bug.cgi?id=214751
233 Unreviewed test gardening.
235 * platform/ios-simulator-wk2/TestExpectations:
237 2020-07-24 Ryan Haddad <ryanhaddad@apple.com>
239 [macOS WK1 EWS] compositing/repaint/iframes tests are flaky failures
240 https://bugs.webkit.org/show_bug.cgi?id=214388
242 Unreviewed test gardening.
244 * platform/mac-wk1/TestExpectations:
245 Mark all compositing/repaint/iframes as failing for Mojave to speed up EWS while we search for the root cause.
247 2020-07-24 Karl Rackler <rackler@apple.com>
249 [ iOS ] fast/visual-viewport/scroll-event-fired-during-scroll-alone.html is a flakey failure
250 https://bugs.webkit.org/show_bug.cgi?id=214324
252 Unreviewed test gardening.
254 * platform/ios-simulator-wk2/TestExpectations:
256 2020-07-24 Youenn Fablet <youenn@apple.com>
258 ASSERT(!m_peerConnection.isClosed()) on imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-operations.https.html
259 https://bugs.webkit.org/show_bug.cgi?id=214189
260 <rdar://problem/65343941>
262 Reviewed by Eric Carlson.
264 * TestExpectations: Unskip test.
266 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
268 [ macOS ] svg/wicd/test-rightsizing-b.xhtml is passing and expectation needs to be removed
269 https://bugs.webkit.org/show_bug.cgi?id=214742
271 Unreviewed test gardening.
273 * platform/mac/TestExpectations:
275 2020-07-24 Chris Dumez <cdumez@apple.com>
277 [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout
278 https://bugs.webkit.org/show_bug.cgi?id=214694
279 <rdar://problem/66001110>
281 Reviewed by Tim Horton.
283 * fast/web-share/share-transient-activation-expired.html:
284 * fast/web-share/share-transient-activation.html:
285 * fast/web-share/share-with-files.html:
286 * fast/web-share/share-with-no-url.html:
287 * fast/web-share/share.html:
288 * platform/ios/TestExpectations:
289 * resources/ui-helper.js:
290 (window.UIHelper.setShareSheetCompletesImmediatelyWithResolution): Deleted.
291 Update existing layout test so stop calling UIHelper.setShareSheetCompletesImmediatelyWithResolution() now that it
292 is the default in WebKitTestRunner.
294 * platform/ios/TestExpectations:
295 Unskip test that is no longer timing out.
297 2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
299 [ macOS iOS ] webarchive/loading/test-loading-archive-subresource-null-mimetype.html is passing and expectations need to be removed
300 https://bugs.webkit.org/show_bug.cgi?id=214740
302 Unreviewed test gardening.
304 * platform/ios/TestExpectations:
305 * platform/mac/TestExpectations:
307 2020-07-24 Karl Rackler <rackler@apple.com>
309 [ iOS debug wk2 ] imported/w3c/web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-center.html is a flaky timeout
310 https://bugs.webkit.org/show_bug.cgi?id=214739
312 Unreviewed test gardening.
314 * platform/ios-simulator-wk2/TestExpectations:
316 2020-07-24 Karl Rackler <rackler@apple.com>
318 [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-flexbox/align-self-014.html is a flaky timeout
319 https://bugs.webkit.org/show_bug.cgi?id=214736
321 Unreviewed test gardening.
323 * platform/ios-simulator-wk2/TestExpectations:
325 2020-07-24 Karl Rackler <rackler@apple.com>
327 [ iOS wk2 ] http/tests/security/xssAuditor/cached-frame.html is a flaky timeout
328 https://bugs.webkit.org/show_bug.cgi?id=214735
330 Unreviewed test gardening.
332 * platform/ios-simulator-wk2/TestExpectations:
334 2020-07-24 Karl Rackler <rackler@apple.com>
336 [ 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
337 https://bugs.webkit.org/show_bug.cgi?id=214734
339 Unreviewed test gardening.
341 * platform/ios-simulator-wk2/TestExpectations:
343 2020-07-24 Karl Rackler <rackler@apple.com>
345 [ iOS wk2 ] imported/w3c/web-platform-tests/IndexedDB/key-generators/reading-autoincrement-store.any.serviceworker.html is a flaky failure
346 https://bugs.webkit.org/show_bug.cgi?id=214732
348 Unreviewed test gardening.
350 * platform/ios-simulator-wk2/TestExpectations:
352 2020-07-24 Karl Rackler <rackler@apple.com>
354 [ iOS debug wk2 ] imported/w3c/web-platform-tests/IndexedDB/key-generators/reading-autoincrement-store-cursors.any.serviceworker.html is a flaky failure
355 https://bugs.webkit.org/show_bug.cgi?id=214731
357 Unreviewed test gardening.
359 * platform/ios-simulator-wk2/TestExpectations:
361 2020-07-24 Karl Rackler <rackler@apple.com>
363 [ iOS wk2 ] fast/scrolling/ios/programmatic-scroll-while-zoomed.html is a flaky failure
364 https://bugs.webkit.org/show_bug.cgi?id=214358
366 Unreviewed test gardening.
368 * platform/ios-simulator-wk2/TestExpectations:
370 2020-07-24 Karl Rackler <rackler@apple.com>
372 [ iOS debug wk2 ] imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-constructor.html and webrtc/simulcast-h264.html are flaky crash
373 https://bugs.webkit.org/show_bug.cgi?id=214730
375 Unreviewed test gardening.
377 * platform/ios-simulator-wk2/TestExpectations:
379 2020-07-24 Youenn Fablet <youenn@apple.com>
381 Remove assertions in RTCVideoEncoderH264 that are wrong in case of simulcast
382 https://bugs.webkit.org/show_bug.cgi?id=214684
384 Reviewed by Darin Adler.
386 * platform/mac-wk2/TestExpectations:
388 2020-07-23 James Darpinian <jdarpinian@chromium.org>
390 [WebGL2] Query Objects
391 https://bugs.webkit.org/show_bug.cgi?id=126940
393 Reviewed by Dean Jackson.
395 * webgl/2.0.0/conformance2/query/query-expected.txt:
396 * webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
398 2020-07-23 Yusuke Suzuki <ysuzuki@apple.com>
400 We should have exception check after promise operation
401 https://bugs.webkit.org/show_bug.cgi?id=214610
402 <rdar://problem/65881794>
404 Reviewed by Youenn Fablet and Mark Lam.
406 * js/dom/promise-should-have-exception-check-on-operation-expected.txt: Added.
407 * js/dom/promise-should-have-exception-check-on-operation.html: Added.
409 2020-07-23 Keith Miller <keith_miller@apple.com>
411 iOS simulator does not support WebAssembly
412 https://bugs.webkit.org/show_bug.cgi?id=191064
414 Reviewed by Yusuke Suzuki.
416 Remove simulator only expectations/failures now that WebAssembly is available in the simulator.
418 * platform/ios-simulator/TestExpectations:
419 * platform/ios-simulator/imported/w3c/web-platform-tests/xhr/send-data-sharedarraybuffer.any-expected.txt:
420 * platform/ios-simulator/imported/w3c/web-platform-tests/xhr/send-data-sharedarraybuffer.any.worker-expected.txt:
421 * platform/ios-wk2/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel-expected.txt:
423 2020-07-23 Ryan Haddad <ryanhaddad@apple.com>
425 [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout
426 https://bugs.webkit.org/show_bug.cgi?id=214694
428 Unreviewd test gardening.
430 * platform/ios-simulator-wk2/TestExpectations:
431 * platform/ios/TestExpectations: Skip the test since it is a consistent timeout.
433 2020-07-23 Hector Lopez <hector_i_lopez@apple.com>
435 [ macOS Release wk1 ] imported/w3c/web-platform-tests/css/css-overflow/overflow-recalc-001.html is a flaky failure
436 https://bugs.webkit.org/show_bug.cgi?id=214703
438 Unreviewed test gardening.
440 * platform/mac-wk1/TestExpectations:
442 2020-07-23 Sihui Liu <sihui_liu@appe.com>
444 Allow IndexedDB in third-party frames
445 https://bugs.webkit.org/show_bug.cgi?id=214583
446 <rdar://problem/61278487>
448 Reviewed by Geoffrey Garen.
450 Update test expectation for new behavior.
452 * http/tests/security/cross-origin-indexeddb-expected.txt:
453 * http/tests/security/cross-origin-indexeddb.html:
454 * http/tests/security/cross-origin-worker-indexeddb-expected.txt:
455 * http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html:
457 2020-07-23 Yusuke Suzuki <ysuzuki@apple.com>
459 Add exception check for WebCore createRejectedPromiseWithTypeError
460 https://bugs.webkit.org/show_bug.cgi?id=214680
461 <rdar://problem/65925490>
463 Reviewed by Mark Lam.
465 * js/dom/rejected-promise-creation-should-check-exception-expected.txt: Added.
466 * js/dom/rejected-promise-creation-should-check-exception.html: Added.
468 2020-07-23 Karl Rackler <rackler@apple.com>
470 [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout
471 https://bugs.webkit.org/show_bug.cgi?id=214694
473 Unreviewed test gardening.
475 * platform/ios-simulator-wk2/TestExpectations:
477 2020-07-23 Zalan Bujtas <zalan@apple.com>
479 Unreviewed, reverting r262124.
481 See REGRESSION(r262124) Overlapping text on Youtube's video upload page
482 https://bugs.webkit.org/show_bug.cgi?id=214655
484 * css3/flexbox/definite-main-size-expected.txt:
485 * css3/flexbox/definite-main-size.html:
487 2020-07-23 Karl Rackler <rackler@apple.com>
489 [ iOS wk2 ] editing/selection/shift-click-includes-existing-selection.html is a flaky failure
490 https://bugs.webkit.org/show_bug.cgi?id=214688
492 Unreviewed test gardening.
494 * platform/ios-simulator-wk2/TestExpectations:
496 2020-07-23 Karl Rackler <rackler@apple.com>
498 [ 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.
499 https://bugs.webkit.org/show_bug.cgi?id=214681
501 Unreviewed test gardening.
503 * platform/ios-simulator/TestExpectations:
505 2020-07-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
507 [GStreamer] gst_buffer_unmap: assertion 'GST_IS_BUFFER (buffer)' failed
508 https://bugs.webkit.org/show_bug.cgi?id=213364
510 Reviewed by Philippe Normand.
512 * platform/glib/TestExpectations: flagged
513 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-to-multiple-video-elements.https.html
516 2020-07-23 Karl Rackler <rackler@apple.com>
518 [ 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
519 https://bugs.webkit.org/show_bug.cgi?id=214685
521 Unreviewed test gardening.
523 * platform/ios-simulator-wk2/TestExpectations:
525 2020-07-23 Karl Rackler <rackler@apple.com>
527 [ iOS wk2 ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html is a flaky failure
528 https://bugs.webkit.org/show_bug.cgi?id=214422
530 Unreviewed test gardening.
532 * platform/ios-simulator-wk2/TestExpectations:
534 2020-07-23 Karl Rackler <rackler@apple.com>
536 [ macOS ] media/media-source/media-source-seek-redundant-append.html is a flaky timeout
537 https://bugs.webkit.org/show_bug.cgi?id=207146
539 Unreviewed test gardening.
541 * platform/mac-wk1/TestExpectations:
542 * platform/mac/TestExpectations:
544 2020-07-23 Karl Rackler <rackler@apple.com>
546 [ Mac wk2 ] tiled-drawing/scrolling/fixed/four-bars-zoomed.html is flaky failing..
547 https://bugs.webkit.org/show_bug.cgi?id=209624
549 Unreviewed test gardening.
551 * platform/mac-wk2/TestExpectations:
553 2020-07-23 Karl Rackler <rackler@apple.com>
555 [ macOS wk2 debug ] imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-implicit.html is a flaky failure
556 https://bugs.webkit.org/show_bug.cgi?id=214683
558 Unreviewed test gardening.
560 * platform/mac-wk2/TestExpectations:
562 2020-07-23 Karl Rackler <rackler@apple.com>
564 [ macOS WK2 ] imported/w3c/web-platform-tests/css/cssom/stylesheet-same-origin.sub.html is a flaky failure
565 https://bugs.webkit.org/show_bug.cgi?id=214682
567 Unreviewed test gardening.
569 * platform/mac-wk2/TestExpectations:
571 2020-07-23 Commit Queue <commit-queue@webkit.org>
573 Unreviewed, reverting r264745.
574 https://bugs.webkit.org/show_bug.cgi?id=214681
576 Broke 3 web-platform-tests on iOS
580 "iOS simulator does not support WebAssembly"
581 https://bugs.webkit.org/show_bug.cgi?id=191064
582 https://trac.webkit.org/changeset/264745
584 2020-07-23 Mark Lam <mark.lam@apple.com>
586 Fix missing exception checks below RTCPeerConnection.generateCertificate().
587 https://bugs.webkit.org/show_bug.cgi?id=214668
588 <rdar://problem/65929975>
590 Reviewed by Yusuke Suzuki.
592 * webrtc/missing-exception-checks-RTCPeerConnection-generateCertificate-expected.txt: Added.
593 * webrtc/missing-exception-checks-RTCPeerConnection-generateCertificate.html: Added.
595 2020-07-23 Diego Pino Garcia <dpino@igalia.com>
597 [GTK] Unreviewed test gardening. Update GTK baseline after r264646.
599 * platform/gtk/mathml/opentype/opentype-stretchy-expected.png:
600 * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt:
602 2020-07-22 Ryan Haddad <ryanhaddad@apple.com>
604 [Win10] js/weakref-finalizationregistry.html is frequently timing out
605 https://bugs.webkit.org/show_bug.cgi?id=214673
607 Unreviewed test gardening.
609 * platform/win/TestExpectations: Mark test as flaky.
611 2020-07-22 Ryan Haddad <ryanhaddad@apple.com>
613 Unreviewed test gardening, remove old test expectation directories for iOS 12 since they are unused.
615 * platform/ios-12/TestExpectations: Removed.
616 * platform/ios-12/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
617 * platform/ios-12/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
618 * platform/ios-12/css2.1/t1202-counter-09-b-expected.txt: Removed.
619 * platform/ios-12/css2.1/t1202-counters-09-b-expected.txt: Removed.
620 * platform/ios-12/editing/deleting/delete-emoji-1-expected.txt: Removed.
621 * platform/ios-12/editing/deleting/delete-emoji-9-expected.txt: Removed.
622 * platform/ios-12/editing/deleting/delete-emoji-expected.txt: Removed.
623 * platform/ios-12/fast/css-generated-content/014-expected.txt: Removed.
624 * platform/ios-12/fast/css/apple-system-colors-expected.txt: Removed.
625 * platform/ios-12/fast/css/beforeSelectorOnCodeElement-expected.txt: Removed.
626 * platform/ios-12/fast/css/line-height-font-order-expected.txt: Removed.
627 * platform/ios-12/fast/events/touch/ios/pointer-events-with-modifiers-expected.txt: Removed.
628 * platform/ios-12/fast/events/updateLayoutForHitTest-expected.txt: Removed.
629 * platform/ios-12/fast/overflow/007-expected.txt: Removed.
630 * platform/ios-12/fast/table/col-and-colgroup-offsets-expected.txt: Removed.
631 * platform/ios-12/fast/text/hyphenate-avoid-orphaned-word-expected.txt: Removed.
632 * platform/ios-12/fast/text/hyphenate-character-expected.txt: Removed.
633 * platform/ios-12/fast/text/hyphens-expected.txt: Removed.
634 * platform/ios-12/imported/w3c/web-platform-tests/cors/access-control-expose-headers-parsing.window-expected.txt: Removed.
635 * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Removed.
636 * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Removed.
637 * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Removed.
638 * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Removed.
639 * platform/ios-12/imported/w3c/web-platform-tests/fetch/content-type/script.window-expected.txt: Removed.
640 * platform/ios-12/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Removed.
641 * platform/ios-12/imported/w3c/web-platform-tests/xhr/getallresponseheaders-expected.txt: Removed.
642 * platform/ios-12/imported/w3c/web-platform-tests/xhr/getresponseheader.any-expected.txt: Removed.
643 * platform/ios-12/imported/w3c/web-platform-tests/xhr/getresponseheader.any.worker-expected.txt: Removed.
644 * platform/ios-12/platform/ios/ios/fast/text/opticalFont-expected.txt: Removed.
645 * platform/ios-12/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Removed.
646 * platform/ios-12/platform/ios/ios/fast/text/opticalFontWithWeight-expected.txt: Removed.
647 * platform/ios-12/quicklook/excel-expected.txt: Removed.
648 * platform/ios-12/quicklook/excel-legacy-expected.txt: Removed.
649 * platform/ios-12/quicklook/excel-macro-enabled-expected.txt: Removed.
650 * platform/ios-12/quicklook/keynote-09-expected.txt: Removed.
651 * platform/ios-12/quicklook/numbers-09-expected.txt: Removed.
652 * platform/ios-12/quicklook/pages-09-expected.txt: Removed.
653 * platform/ios-12/quicklook/powerpoint-expected.txt: Removed.
654 * platform/ios-12/quicklook/powerpoint-legacy-expected.txt: Removed.
655 * platform/ios-12/svg/custom/object-sizing-expected.txt: Removed.
656 * platform/ios-12/tables/mozilla/bugs/bug10269-2-expected.txt: Removed.
657 * platform/ios-12/tables/mozilla/bugs/bug10296-1-expected.txt: Removed.
658 * platform/ios-12/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
659 * platform/ios-12/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
660 * platform/ipad-12/TestExpectations: Removed.
661 * platform/ipad-12/fast/scrolling/ios/overflow-scroll-inherited-expected.txt: Removed.
662 * platform/ipad-12/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt: Removed.
663 * platform/ipad-12/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt: Removed.
664 * platform/ipad-12/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt: Removed.
665 * platform/ipad-12/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: Removed.
666 * platform/ipad-12/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Removed.
667 * platform/ipad-12/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt: Removed.
669 2020-07-22 Eric Carlson <eric.carlson@apple.com>
671 [Cocoa] canPlayType with 'codecs' parameter should never return "maybe"
672 https://bugs.webkit.org/show_bug.cgi?id=214621
673 <rdar://problem/65146785>
675 Reviewed by Jer Noble.
677 * media/media-can-play-av1-expected.txt:
678 * media/media-can-play-av1.html:
680 * platform/ios/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Added.
681 * platform/ios/media/media-can-play-av1-expected.txt: Removed.
682 * platform/ios/media/media-can-play-wav-audio-expected.txt: Copied from LayoutTests/platform/mac/media/media-can-play-wav-audio-expected.txt.
683 * platform/mac/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Added.
684 * platform/mac/media/media-can-play-av1-expected.txt: Removed.
685 * platform/mac/media/media-can-play-wav-audio-expected.txt:
687 2020-07-22 Kenneth Russell <kbr@chromium.org>
689 [WebGL2] Implement multiple render target entry points
690 https://bugs.webkit.org/show_bug.cgi?id=211156
692 Reviewed by Dean Jackson.
694 Rebaseline one layout test which is now fully passing, and another
695 which now properly detects errors.
697 * fast/canvas/webgl/webgl2/sequences-expected.txt:
698 * webgl/2.0.0/conformance2/reading/read-pixels-from-fbo-test-expected.txt:
700 2020-07-22 Karl Rackler <rackler@apple.com>
702 [ macOS debug wk2 ] Set expectation for imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html is a flaky crash.
703 https://bugs.webkit.org/show_bug.cgi?id=214661
705 Unreviewed test gardening.
707 * platform/mac-wk2/TestExpectations:
709 2020-07-22 Fujii Hironori <Hironori.Fujii@sony.com>
711 [Win][Uniscribe] Material icons containing underscore or numbers aren't shown because ScriptItemize splits them apart
712 https://bugs.webkit.org/show_bug.cgi?id=201214
714 Reviewed by Don Olmstead.
716 * fonts/ligature-expected.html: Added.
717 * fonts/ligature.html: Added.
718 * fonts/ligature.woff: Added. Created a font for testing ligature
719 containing only 0-9, underscore, 'a' and U+E000 glyphs. U+E000 has
720 a ligature string "0_a".
722 2020-07-22 Karl Rackler <rackler@apple.com>
724 [ macOS debug wk2 ] Set test expectation for tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html as it is flaky crash
725 https://bugs.webkit.org/show_bug.cgi?id=214651
727 Unreviewed test gardening.
729 * platform/mac-wk2/TestExpectations:
731 2020-07-22 Simon Fraser <simon.fraser@apple.com>
733 compositing/repaint/iframes/compositing-iframe-scroll-repaint.html fails on Mojave
734 https://bugs.webkit.org/show_bug.cgi?id=214647
736 Unreviewed test gardening. This test fails on Mojave.
738 * platform/mac-wk1/TestExpectations:
740 2020-07-22 Myles C. Maxfield <mmaxfield@apple.com>
742 REGRESSION(r205826): narrowNoBreakSpace (U+202F) has zero width, regardless of font
743 https://bugs.webkit.org/show_bug.cgi?id=214626
744 <rdar://problem/65193790>
746 Reviewed by Timothy Hatcher.
748 * fast/text/narrowNoBreakSpace-expected-mismatch.html: Added.
749 * fast/text/narrowNoBreakSpace.html: Added.
750 * fast/text/narrow-non-breaking-space-expected-mismatch.html: Renamed from fast/text/narrow-non-breaking-space-expected.html.
751 * fast/text/narrow-non-breaking-space.html: Made the test more robust.
753 2020-07-21 Simon Fraser <simon.fraser@apple.com>
755 Scrolling tesla.com on iPad is not smooth
756 https://bugs.webkit.org/show_bug.cgi?id=214627
757 <rdar://problem/65568979>
759 Reviewed by Tim Horton.
761 * fast/scrolling/ios/adjust-scroll-snap-during-gesture-expected.txt: Added.
762 * fast/scrolling/ios/adjust-scroll-snap-during-gesture.html: Added.
764 2020-07-22 Hector Lopez <hector_i_lopez@apple.com>
766 [ macOS ] imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing.html is a flaky failure
767 https://bugs.webkit.org/show_bug.cgi?id=214643
769 Unreviewed test gardening.
771 * platform/mac/TestExpectations:
773 2020-07-22 Commit Queue <commit-queue@webkit.org>
775 Unreviewed, reverting r264691.
776 https://bugs.webkit.org/show_bug.cgi?id=214642
778 Regressed fast/mediastream/captureStream/canvas3d.html
782 "[WebGL2] Implement multiple render target entry points"
783 https://bugs.webkit.org/show_bug.cgi?id=211156
784 https://trac.webkit.org/changeset/264691
786 2020-07-22 Youenn Fablet <youenn@apple.com>
788 KeepAlive fetch should not be blocked in pagehide event handlers
789 https://bugs.webkit.org/show_bug.cgi?id=214630
790 <rdar://problem/65564772>
792 Reviewed by Chris Dumez.
794 * http/wpt/fetch/fetch-in-pagehide-expected.txt: Added.
795 * http/wpt/fetch/fetch-in-pagehide.html: Added.
796 * http/wpt/fetch/resources/fetch-in-pagehide-window.html: Added.
798 2020-07-22 Diego Pino Garcia <dpino@igalia.com>
800 [GTK] Unreviewed test gardening. Update test expectations after r264694.
802 * platform/glib/TestExpectations:
803 * platform/glib/imported/w3c/web-platform-tests/encoding/eof-shift_jis-expected.txt: Added.
804 * platform/gtk/TestExpectations:
805 * platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt:
806 * platform/wpe/TestExpectations:
808 2020-07-21 Kenneth Russell <kbr@chromium.org>
810 [WebGL2] Implement multiple render target entry points
811 https://bugs.webkit.org/show_bug.cgi?id=211156
813 Reviewed by Myles C. Maxfield.
815 Rebaseline one layout test which is now fully passing, and another
816 which now properly detects errors.
818 * fast/canvas/webgl/webgl2/sequences-expected.txt:
819 * webgl/2.0.0/conformance2/reading/read-pixels-from-fbo-test-expected.txt:
821 2020-07-21 Wenson Hsieh <wenson_hsieh@apple.com>
823 REGRESSION (r258871): Shift + click to extend selection loses currently selected text
824 https://bugs.webkit.org/show_bug.cgi?id=214617
825 <rdar://problem/64980223>
827 Reviewed by Megan Gardner.
829 Add a new layout test to verify that the bug does not occur.
831 * editing/mac/spelling/autocorrection-contraction-expected.txt:
833 Rebaseline an existing layout test, restoring the test expectations to what they were prior to r258871. It seems
834 that the more recently added expectations (while not seemingly incorrect) were dependent on `characterCount`
835 computing the number of characters from the start position to the end of the document, rather than the end.
837 * editing/selection/shift-click-includes-existing-selection-expected.txt: Added.
838 * editing/selection/shift-click-includes-existing-selection.html: Added.
839 * resources/ui-helper.js:
840 (window.UIHelper.activateAt.return.new.Promise):
841 (window.UIHelper.activateAt):
842 (window.UIHelper.activateElement):
844 Add an optional `modifiers` argument to the `activateAt` and `activateElement` helper methods, which can be used
845 to simulate key modifiers being held while synthesizing the "activation" (i.e. tap or click).
847 2020-07-21 Jer Noble <jer.noble@apple.com>
849 [Cocoa] Add experimental MSE WebM parser
850 https://bugs.webkit.org/show_bug.cgi?id=214529
851 <rdar://problem/65782467>
853 Reviewed by Eric Carlson.
855 * media/media-source/content/test-vp9-manifest.json: Added.
856 * media/media-source/content/test-vp9.webm: Added.
857 * media/media-source/media-source-webm-expected.txt: Added.
858 * media/media-source/media-source-webm.html: Added.
860 2020-07-21 Brian Burg <bburg@apple.com>
862 Web Inspector: inspector/canvas/memory.html is failing on macOS Apple Silicon
863 https://bugs.webkit.org/show_bug.cgi?id=214619
865 Reviewed by Devin Rousso.
867 * inspector/canvas/memory-expected.txt:
868 * inspector/canvas/memory.html:
869 Canvas memory costs are not the same as on Intel macOS. Change the test to
870 simply check that the memory cost increases from zero-ish to not-zero.
872 2020-07-21 Yusuke Suzuki <ysuzuki@apple.com>
874 Use CatchScope in microtask execution
875 https://bugs.webkit.org/show_bug.cgi?id=214600
876 <rdar://problem/65881165>
878 Reviewed by Mark Lam.
880 * js/dom/microtask-drain-should-use-catch-scope-expected.txt: Added.
881 * js/dom/microtask-drain-should-use-catch-scope.html: Added.
883 2020-07-21 Youenn Fablet <youenn@apple.com>
885 NetworkConnectionToWebProcess should not handle NetworkRTCProvider messages
886 https://bugs.webkit.org/show_bug.cgi?id=214547
888 Reviewed by Alex Christensen.
890 * platform/mac/TestExpectations:
892 2020-07-21 Sihui Liu <sihui_liu@appe.com>
894 REGRESSION(r264486): ASSERTION FAILED: ASSERT_NOT_REACHED() in NetworkProcessPlatformStrategies::createBlobRegistry
895 https://bugs.webkit.org/show_bug.cgi?id=214425
897 Reviewed by Youenn Fablet.
899 Remove storage/indexeddb/structured-clone-private.html as blob is not supported in IDB for private browsing.
900 Also storage/indexeddb/structured-clone.html already covers the code paths for structured clone in IDB.
902 * platform/mac-wk1/TestExpectations:
903 * platform/mac-wk2/TestExpectations:
904 * platform/win/TestExpectations:
905 * storage/indexeddb/resources/structured-clone.js:
907 * storage/indexeddb/structured-clone-expected.txt:
908 * storage/indexeddb/structured-clone-private-expected.txt: Removed.
909 * storage/indexeddb/structured-clone-private.html: Removed.
911 2020-07-21 Hector Lopez <hector_i_lopez@apple.com>
913 [ iOS WK2 ] fast/scrolling/ios/autoscroll-input-when-very-zoomed.html is a flaky failure
914 https://bugs.webkit.org/show_bug.cgi?id=214598
916 Unreviewed test gardening.
918 * platform/ios-wk2/TestExpectations:
920 2020-07-21 Zalan Bujtas <zalan@apple.com>
922 [UI Events] Make mousemove cancelable
923 https://bugs.webkit.org/show_bug.cgi?id=214513
924 <rdar://problem/64267520>
926 Reviewed by Simon Fraser.
928 * fast/text/selection-is-prevent-defaulted-expected.txt: Added.
929 * fast/text/selection-is-prevent-defaulted.html: Added.
930 * platform/mac/fast/events/objc-event-api-expected.txt:
932 2020-07-21 Hector Lopez <hector_i_lopez@apple.com>
934 [ Release Mac wk2 ] svg/animations/smil-leak-element-instances.svg is flaky failing
935 https://bugs.webkit.org/show_bug.cgi?id=214579
937 Unreviewed test gardening.
939 * platform/mac-wk2/TestExpectations:
941 2020-07-21 Philippe Normand <pnormand@igalia.com>
943 Unreviewed WPE/GTK gardening
945 * platform/glib/TestExpectations:
946 imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html
947 is passing since r264607.
949 2020-07-21 Xabier Rodriguez Calvar <calvaris@igalia.com>
951 [GStreamer][1.18] mediastreamsrc element hits assert in gst -core
952 https://bugs.webkit.org/show_bug.cgi?id=214150
954 Reviewed by Philippe Normand.
956 As result of this bug
957 fast/mediastream/MediaStream-removeTrack-while-playing.html begins
958 to crash in debug mode in an assertion. When a track is removed
959 the observer is not removed and when it dies there are null
960 objects in the observer weak hash set. Still, if you do a quick
961 patch to remove the observer, things can still crash as track
962 removal is racy and in release there' other crash. All this needs
963 to be taclked as a general approach to fix track removal.
965 * platform/glib/TestExpectations: Added
966 fast/mediastream/MediaStream-removeTrack-while-playing.html as
967 Pass Crash for release and crash for debug.
969 2020-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
971 [FreeType] Add support for text-underline-offset and text-decoration-thickness
972 https://bugs.webkit.org/show_bug.cgi?id=214550
974 Reviewed by Adrian Perez de Castro.
976 Remove expectations for tests that are now passing.
978 * platform/gtk/TestExpectations:
980 2020-07-20 Alex Christensen <achristensen@webkit.org>
982 Revert r262776 for existing apps using UIWebView/WebView
983 https://bugs.webkit.org/show_bug.cgi?id=214528
984 <rdar://problem/65468982>
986 Reviewed by Tim Horton.
988 * platform/mac-wk1/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt: Added.
989 * platform/mac-wk1/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt: Added.
990 * platform/mac-wk1/imported/w3c/web-platform-tests/xhr/send-blob-with-no-mime-type-expected.txt: Added.
992 2020-07-20 Keith Miller <keith_miller@apple.com>
994 Reduce number of iterations for weakref tests
995 https://bugs.webkit.org/show_bug.cgi?id=214567
997 Reviewed by Mark Lam.
999 These tests seem to time out on the watch series 3 simulator. Let's reduce the number of
1000 iterations and see if it impacts the flakiness of the test.
1002 * js/script-tests/weakref-async-is-collected.js:
1004 * js/script-tests/weakref-eventually-collects-values.js:
1006 * js/script-tests/weakref-microtasks-dont-collect.js:
1008 * js/script-tests/weakref-weakset-consistency.js:
1011 2020-07-20 Hector Lopez <hector_i_lopez@apple.com>
1013 [ Release Mac wk2 ] svg/animations/smil-leak-list-property-instances.svg is a flaky failure
1014 https://bugs.webkit.org/show_bug.cgi?id=214574
1016 Unreviewed test gardening.
1018 * platform/mac-wk2/TestExpectations:
1020 2020-07-20 Wenson Hsieh <wenson_hsieh@apple.com>
1022 REGRESSION (r261874): Typing near the bottom of a scrollable document causes the scroll position to jump
1023 https://bugs.webkit.org/show_bug.cgi?id=214426
1024 <rdar://problem/65302701>
1026 Reviewed by Simon Fraser.
1028 Add a test to verify that the scroll position doesn't change when deleting and then reinserting the only
1029 character on a line (i.e. `div` element) in a contenteditable element. This test also verifies that deleting
1030 lines in a way that decreases the height of the document still clamps the scroll position by scrolling up.
1032 * editing/execCommand/typing-should-not-trigger-scrolling-when-selection-is-visible-expected.txt: Added.
1033 * editing/execCommand/typing-should-not-trigger-scrolling-when-selection-is-visible.html: Added.
1034 * platform/mac-wk1/TestExpectations:
1036 Mark the test as failing in WebKit1 for now, which will require some additional work.
1038 2020-07-20 Hector Lopez <hector_i_lopez@apple.com>
1040 [ iOS ] css3/blending/blend-mode-clip-accelerated-blending-canvas.html is passing and expectations need to be removed
1041 https://bugs.webkit.org/show_bug.cgi?id=214570
1043 Unreviewed test gardening.
1045 * platform/ios/TestExpectations:
1047 2020-07-20 Said Abou-Hallawa <sabouhallawa@apple.com>
1049 CSS clip-path is applied to the <svg> root element in the view-box coordinates
1050 https://bugs.webkit.org/show_bug.cgi?id=214418
1052 Reviewed by Darin Adler.
1054 * svg/in-html/svg-view-box-css-clip-path-expected.html: Added.
1055 * svg/in-html/svg-view-box-css-clip-path.html: Added.
1057 2020-07-20 Clark Wang <clark_wang@apple.com>
1059 Fixes to match BaseAudioContext.idl to spec
1060 https://bugs.webkit.org/show_bug.cgi?id=214487
1062 Reviewed by Chris Dumez.
1064 Changed test for default panningModel to equalpower to match spec, Chrome and Firefox.
1066 * webaudio/pannernode-basic-expected.txt:
1067 * webaudio/pannernode-basic.html:
1069 2020-07-20 Ryan Haddad <ryanhaddad@apple.com>
1071 Unreviewed test gardening, skip flaky test webgl/2.0.0/conformance2/state/gl-object-get-calls.html.
1073 * platform/mac-wk1/TestExpectations:
1074 * platform/mac/TestExpectations:
1076 2020-07-20 Keith Miller <keith_miller@apple.com>
1078 Add support for FinalizationRegistries
1079 https://bugs.webkit.org/show_bug.cgi?id=199888
1081 Reviewed by Yusuke Suzuki.
1083 * js/script-tests/weakref-finalizationregistry.js: Added.
1087 * js/weakref-finalizationregistry-expected.txt: Added.
1088 * js/weakref-finalizationregistry.html: Added.
1090 2020-07-20 Kate Cheney <katherine_cheney@apple.com>
1092 [ iOS macOS ] http/tests/resourceLoadStatistics/grandfathering-database.html is a rare flaky timeout
1093 https://bugs.webkit.org/show_bug.cgi?id=213553
1094 <rdar://problem/64696432>
1096 Reviewed by Darin Adler.
1098 Remove unnecessary calls to register for a statistics processing
1099 callback, now that it is done synchronously as a part of the installing function.
1101 * http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker-database.html:
1102 * http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker.html:
1103 * http/tests/resourceLoadStatistics/count-third-party-script-loads-database.html:
1104 * http/tests/resourceLoadStatistics/count-third-party-script-loads.html:
1105 * http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations-database.html:
1106 * http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations.html:
1107 * http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script-database.html:
1108 * http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script.html:
1109 * http/tests/resourceLoadStatistics/many-inserts-only-insert-once.html:
1111 * http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown-database.html:
1112 * http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html:
1113 * http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown-database.html:
1114 * http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html:
1115 The testing contents should be part of the callback for setEnableFeature
1116 to ensure setup finishes before the test is run.
1118 * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-database.html:
1119 * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-database.html:
1120 * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html:
1121 * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html:
1122 * http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-database.html:
1123 * http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html:
1124 * http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database.html:
1125 * http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html:
1126 * http/tests/resourceLoadStatistics/resources/util.js:
1128 This call is unnecessary as the parameters are cleared in
1129 WKWebsiteDataStoreStatisticsResetToConsistentState.
1131 * http/tests/webAPIStatistics/canvas-read-and-write-data-collection.html:
1132 * http/tests/webAPIStatistics/font-load-data-collection.html:
1133 * http/tests/webAPIStatistics/navigator-functions-accessed-data-collection.html:
1134 * http/tests/webAPIStatistics/screen-functions-accessed-data-collection.html:
1135 * http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html:
1136 * platform/ios-wk2/TestExpectations:
1138 2020-07-20 Philippe Normand <pnormand@igalia.com>
1140 [GStreamer] Add support for canvas captureStream, tests failing since they were added in r213598
1141 https://bugs.webkit.org/show_bug.cgi?id=169811
1143 Reviewed by Darin Adler.
1145 Unflag passing tests and rebaseline one platform-specific WPT test expectation which differs
1146 from the default by only one line.
1148 * platform/glib/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
1149 * platform/gtk/TestExpectations:
1150 * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Removed.
1151 * platform/wpe/TestExpectations:
1153 2020-07-20 Youenn Fablet <youenn@apple.com>
1155 Fix buggy assert in h265_vps_sps_pps_tracker.cc
1156 https://bugs.webkit.org/show_bug.cgi?id=214545
1158 Reviewed by Eric Carlson.
1160 * platform/mac-wk2/TestExpectations:
1162 2020-07-20 Youenn Fablet <youenn@apple.com>
1164 GenerateCertificateAsync should be called on signaling thread
1165 https://bugs.webkit.org/show_bug.cgi?id=214447
1167 Reviewed by Geoffrey Garen.
1169 * platform/mac-wk2/TestExpectations:
1171 2020-07-20 Commit Queue <commit-queue@webkit.org>
1173 Unreviewed, reverting r264596.
1174 https://bugs.webkit.org/show_bug.cgi?id=214551
1180 "[GStreamer] Add support for canvas captureStream, tests
1181 failing since they were added in r213598"
1182 https://bugs.webkit.org/show_bug.cgi?id=169811
1183 https://trac.webkit.org/changeset/264596
1185 2020-07-20 Rob Buis <rbuis@igalia.com>
1187 Setting URL.hash to '#' should preserve '#'
1188 https://bugs.webkit.org/show_bug.cgi?id=214318
1190 Reviewed by Youenn Fablet.
1192 Update test expectations to new behavior.
1194 * fast/dom/DOMURL/set-href-attribute-hash-expected.txt:
1195 * fast/dom/DOMURL/set-href-attribute-hash.html:
1196 * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt:
1197 * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html:
1199 2020-07-20 Philippe Normand <pnormand@igalia.com>
1201 [GStreamer] Add support for canvas captureStream, tests failing since they were added in r213598
1202 https://bugs.webkit.org/show_bug.cgi?id=169811
1204 Reviewed by Darin Adler.
1206 Unflag passing tests and rebaseline one platform-specific WPT test expectation which differs
1207 from the default by only one line.
1209 * platform/glib/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
1210 * platform/gtk/TestExpectations:
1211 * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Removed.
1212 * platform/wpe/TestExpectations:
1214 2020-07-20 Philippe Normand <pnormand@igalia.com>
1216 [GStreamer] ImageDecoder hits more Debug ASSERTs
1217 https://bugs.webkit.org/show_bug.cgi?id=214191
1219 Reviewed by Xabier Rodriguez-Calvar.
1221 * platform/glib/TestExpectations: Unflag no-longer-crashing tests.
1223 2020-07-20 Philippe Normand <pnormand@igalia.com>
1225 Unreviewed, GTK gardening
1227 * platform/gtk/TestExpectations: Unflag now-stable webrtc tests, no longer flaky since r263836.
1229 2020-07-19 Lauro Moura <lmoura@igalia.com>
1231 [GTK][WPE] Remove some deprecated expectation files and garden failures
1233 Unreviewed test gardening.
1235 * platform/glib/TestExpectations:
1236 * platform/gtk/TestExpectations:
1237 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Removed.
1238 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Removed.
1239 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Removed.
1240 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed.
1241 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Removed.
1242 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Removed.
1243 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Removed.
1244 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed.
1246 2020-07-18 Alexey Shvayka <shvaikalesh@gmail.com>
1248 Redefining a property should not change its insertion index (Object.keys order)
1249 https://bugs.webkit.org/show_bug.cgi?id=142933
1251 Reviewed by Saam Barati.
1253 * js/object-literal-duplicate-properties-expected.txt:
1254 * js/script-tests/object-literal-duplicate-properties.js:
1256 2020-07-18 Chris Dumez <cdumez@apple.com>
1258 Unreviewed, skip a few css WPT tests that are crashing in Debug since the recent WPT resync.
1262 2020-07-18 Chris Dumez <cdumez@apple.com>
1264 Unreviewed, mark imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-addIceCandidate-timing.https.html as flaky.
1268 2020-07-18 Chris Dumez <cdumez@apple.com>
1270 Unreviewed, mark imported/w3c/web-platform-tests/web-share/share-url-invalid.https.html as timing out on iOS.
1272 It has been timing out since import in r264564.
1274 * platform/ios-wk2/TestExpectations:
1276 2020-07-17 Chris Dumez <cdumez@apple.com>
1278 Resync web-platform-tests/web-share from upstream
1279 https://bugs.webkit.org/show_bug.cgi?id=214507
1281 Reviewed by Alex Christensen.
1284 * platform/mac-wk2/imported/w3c/web-platform-tests/web-share/share-url-invalid.https-expected.txt:
1286 2020-07-17 Chris Dumez <cdumez@apple.com>
1288 Resync web-platform-tests/encoding from upstream
1289 https://bugs.webkit.org/show_bug.cgi?id=214502
1291 Reviewed by Geoff Garen.
1295 2020-07-17 Truitt Savell <tsavell@apple.com>
1297 [ Mac iOS ] imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup.html is failing as of the re-sync in r 264522
1298 https://bugs.webkit.org/show_bug.cgi?id=214512
1300 Unreviewed test gardening.
1302 * platform/ios-wk2/TestExpectations:
1303 * platform/mac/TestExpectations:
1305 2020-07-17 Sihui Liu <sihui_liu@appe.com>
1307 REGRESSION(r264486): storage/indexeddb/structured-clone.html crashes
1308 https://bugs.webkit.org/show_bug.cgi?id=214481
1309 <rdar://problem/65735839>
1311 Unreviewed test gardening.
1313 * platform/win/TestExpectations:
1315 2020-07-17 Lauro Moura <lmoura@igalia.com>
1317 [GTK] fast/events/context-activated-by-key-event.html is crashing
1318 https://bugs.webkit.org/show_bug.cgi?id=199444
1320 Reviewed by Michael Catanzaro.
1322 * platform/gtk/TestExpectations: Remove fixed test entry.
1324 2020-07-17 Truitt Savell <tsavell@apple.com>
1326 Rebase compositing/repaint/iframes/compositing-iframe-scroll-repaint.html back to previous state after ​r264522
1327 https://bugs.webkit.org/show_bug.cgi?id=214414
1329 Unreviewed test gardening.
1331 * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt:
1333 2020-07-17 Truitt Savell <tsavell@apple.com>
1335 Unreviewed, reverting r264549.
1337 Expectation made in the wrong folder
1341 "Rebase compositing/repaint/iframes/compositing-iframe-scroll-
1342 repaint.html back to previous state after
1343 https://trac.webkit.org/changeset/264522/webkit"
1344 https://bugs.webkit.org/show_bug.cgi?id=214414
1345 https://trac.webkit.org/changeset/264549
1347 2020-07-17 Truitt Savell <tsavell@apple.com>
1349 Rebase compositing/repaint/iframes/compositing-iframe-scroll-repaint.html back to previous state after https://trac.webkit.org/changeset/264522/webkit
1350 https://bugs.webkit.org/show_bug.cgi?id=214414
1352 Unreviewed test gardening.
1354 * compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt:
1356 2020-07-17 Chris Dumez <cdumez@apple.com>
1358 Resync web-platform-tests/clipboard-apis from upstream
1359 https://bugs.webkit.org/show_bug.cgi?id=214496
1361 Reviewed by Geoffrey Garen.
1363 * tests-options.json:
1365 2020-07-17 Hector Lopez <hector_i_lopez@apple.com>
1367 [ macOS iOS ] imported/w3c/web-platform-tests/cors/remote-origin.htm is passing need to add passing expectation for macOS and iOS
1368 https://bugs.webkit.org/show_bug.cgi?id=214498
1370 Unreviewed test gardening.
1372 * platform/ios/TestExpectations:
1373 * platform/mac/TestExpectations:
1375 2020-07-17 Chris Dumez <cdumez@apple.com>
1377 Stop using promise_rejects() under LayoutTests/http/wpt
1378 https://bugs.webkit.org/show_bug.cgi?id=214494
1380 Reviewed by Geoffrey Garen.
1382 Stop using promise_rejects() under LayoutTests/http/wpt as it has been dropped from upstream
1383 testharness.js in favor of promise_rejects_js() / promise_reject_dom().
1385 * http/wpt/2dcontext/imagebitmap/createImageBitmap-sizing.html:
1386 * http/wpt/2dcontext/imagebitmap/createImageBitmap.html:
1387 * http/wpt/cache-storage/cache-quota-add.any.js:
1388 (promise_test.async test):
1389 * http/wpt/cache-storage/cache-quota-after-restart.any.js:
1390 (promise_test.async test):
1391 * http/wpt/cache-storage/cache-storage-networkprocess-crash.html:
1392 * http/wpt/credential-management/credentialscontainer-create-basics.https.html:
1393 * http/wpt/credential-management/credentialscontainer-get-basics.https.html:
1394 * http/wpt/credential-management/credentialscontainer-preventSilentAccess-basics.https.html:
1395 * http/wpt/credential-management/credentialscontainer-store-basics.https.html:
1396 * http/wpt/fetch/request-stream-disturbed-2.html:
1397 * http/wpt/fetch/request-stream-disturbed-3.html:
1398 * http/wpt/fetch/request-stream-empty.html:
1399 * http/wpt/fetch/request-stream-error.html:
1400 * http/wpt/fetch/response-status-text.html:
1401 * http/wpt/service-workers/cors-preflight-star.any.js:
1402 (origin.location.origin.preflightTest):
1403 * http/wpt/service-workers/service-worker-spinning-install.https.html:
1404 * http/wpt/webaudio/audiocontext-stopped.html:
1405 * http/wpt/webauthn/public-key-credential-create-with-invalid-parameters.https.html:
1406 * http/wpt/webauthn/public-key-credential-get-with-invalid-parameters.https.html:
1407 * http/wpt/webrtc/generateCertificate.html:
1409 2020-07-17 Clark Wang <clark_wang@apple.com>
1411 Added Fixes for AudioScheduledSourceNode
1412 https://bugs.webkit.org/show_bug.cgi?id=214381
1414 Reviewed by Chris Dumez.
1416 Re-baselined existing tests.
1418 * webaudio/oscillator-custom-expected.wav:
1419 * webaudio/oscillator-sawtooth-expected.wav:
1420 * webaudio/oscillator-square-expected.wav:
1421 * webaudio/oscillator-triangle-expected.wav:
1423 2020-07-17 Kenneth Russell <kbr@chromium.org>
1425 [WebGL2] ReadPixels updates
1426 https://bugs.webkit.org/show_bug.cgi?id=209516
1428 Reviewed by Dean Jackson.
1430 Rebaseline three tests under conformance2/reading/, which are now
1431 fully passing. One more driver bug workaround is needed in ANGLE
1432 in order to make the remaining tests in this directory fully pass.
1434 Rebaseline two other layout tests which progress with these
1435 changes. (One gets farther and signals more errors than before.)
1437 * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
1438 * webgl/2.0.0/conformance2/reading/read-pixels-from-rgb8-into-pbo-bug-expected.txt:
1439 * webgl/2.0.0/conformance2/reading/read-pixels-into-pixel-pack-buffer-expected.txt:
1440 * webgl/2.0.0/conformance2/reading/read-pixels-pack-parameters-expected.txt:
1441 * webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt:
1443 2020-07-17 James Darpinian <jdarpinian@chromium.org>
1445 [WebGL2] Sync objects
1446 https://bugs.webkit.org/show_bug.cgi?id=126942
1448 Reviewed by Dean Jackson.
1450 * webgl/TestExpectations:
1451 webgl/2.0.0/deqp/functional/gles3/sync.html times out in the layout test harness, though it passes in MiniBrowser.
1453 2020-07-17 Truitt Savell <tsavell@apple.com>
1455 Add Failing expectations for Windows and GTK after r264483
1456 https://bugs.webkit.org/show_bug.cgi?id=214428
1458 Unreviewed test gardening.
1460 * platform/gtk/TestExpectations:
1461 * platform/win/TestExpectations:
1463 2020-07-17 Lauro Moura <lmoura@igalia.com>
1465 [GTK][WPE] Garden svg failures and unify some svg expectations
1467 Unreviewed test gardening.
1469 * platform/glib/TestExpectations:
1470 * platform/gtk/TestExpectations:
1471 * platform/wpe/TestExpectations:
1473 2020-07-17 Sihui Liu <sihui_liu@appe.com>
1475 REGRESSION(r264486): storage/indexeddb/structured-clone.html crashes
1476 https://bugs.webkit.org/show_bug.cgi?id=214481
1478 Reviewed by Yusuke Suzuki.
1480 r264486 added a new type RTCCertificate in structured-clone.html to test as many types in IDB as possible.
1481 However, RTCCertificate is not supported before the fix because of a crash in web process. Given that this is a
1482 separate issue, track it in https://bugs.webkit.org/show_bug.cgi?id=214447 and remove this type from test to
1483 make sure it runs to the end on the bots.
1485 * storage/indexeddb/resources/structured-clone.js:
1486 (testRTCCertificate.promise.then): Deleted.
1487 (testRTCCertificate): Deleted.
1488 * storage/indexeddb/structured-clone-expected.txt:
1489 * storage/indexeddb/structured-clone-private-expected.txt:
1491 2020-07-17 Carlos Alberto Lopez Perez <clopez@igalia.com>
1493 Update WPT css directory
1494 https://bugs.webkit.org/show_bug.cgi?id=214414
1496 Reviewed by Chris Dumez.
1498 Rebaseline expectations for testharness tests and update expectations for ref-tests.
1501 * platform/glib/TestExpectations:
1502 * platform/gtk/TestExpectations:
1503 * platform/gtk/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-color-property-expected.txt: Added.
1504 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Added.
1505 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Added.
1506 * platform/gtk/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-from-image-computed-style-expected.txt: Added.
1507 * platform/gtk/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-none-computed-style-expected.txt: Added.
1508 * platform/gtk/imported/w3c/web-platform-tests/css/css-multicol/change-abspos-width-in-second-column-crash-expected.txt: Added.
1509 * platform/gtk/imported/w3c/web-platform-tests/css/css-multicol/change-out-of-flow-type-and-remove-inner-multicol-crash-expected.txt: Added.
1510 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added.
1511 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Added.
1512 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added.
1513 * platform/gtk/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added.
1514 * platform/gtk/imported/w3c/web-platform-tests/css/css-pseudo/marker-intrinsic-contribution-001-expected.txt: Added.
1515 * platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Added.
1516 * platform/gtk/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added.
1517 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt:
1518 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt:
1519 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt:
1520 * platform/gtk/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added.
1521 * platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added.
1522 * platform/gtk/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added.
1523 * platform/ios-wk2/TestExpectations:
1524 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-bottom-composition-expected.txt: Added.
1525 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-top-composition-expected.txt: Added.
1526 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/svg-as-image-expected.txt: Added.
1527 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-multicol/change-abspos-width-in-second-column-crash-expected.txt: Added.
1528 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-multicol/change-out-of-flow-type-and-remove-inner-multicol-crash-expected.txt: Added.
1529 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added.
1530 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added.
1531 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing-expected.txt: Added.
1532 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-sizing/frameset-intrinsic-crash-expected.txt: Added.
1533 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-sizing/min-content-negative-margin-crash-expected.txt: Added.
1534 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added.
1535 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt:
1536 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt:
1537 * platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added.
1538 * platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added.
1539 * platform/ios-wk2/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added.
1540 * platform/mac-wk1/TestExpectations:
1541 * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt:
1542 * platform/mac-wk1/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added.
1543 * platform/wpe/TestExpectations:
1544 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/inheritance-expected.txt: Added.
1545 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-attribute-changes-expected.txt: Added.
1546 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-empty-content-value-expected.txt: Added.
1547 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-first-valid-applies-expected.txt: Added.
1548 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-insert-expected.txt: Added.
1549 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-no-content-value-expected.txt: Added.
1550 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-presentational-hint-expected.txt: Added.
1551 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-remove-expected.txt: Added.
1552 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-remove-head-expected.txt: Added.
1553 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-body-expected.txt: Added.
1554 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-head-expected.txt: Added.
1555 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-shadow-tree-expected.txt: Added.
1556 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-computed-expected.txt: Added.
1557 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-invalid-expected.txt: Added.
1558 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-valid-expected.txt: Added.
1559 * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-color-property-expected.txt: Added.
1560 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Added.
1561 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Added.
1562 * platform/wpe/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-from-image-computed-style-expected.txt: Added.
1563 * platform/wpe/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-none-computed-style-expected.txt: Added.
1564 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added.
1565 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Added.
1566 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added.
1567 * platform/wpe/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added.
1568 * platform/wpe/imported/w3c/web-platform-tests/css/css-pseudo/marker-intrinsic-contribution-001-expected.txt: Added.
1569 * platform/wpe/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Added.
1570 * platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added.
1571 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt:
1572 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt:
1573 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt:
1574 * platform/wpe/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added.
1575 * platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added.
1576 * platform/wpe/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added.
1577 * platform/wpe/imported/w3c/web-platform-tests/css/mediaqueries/prefers-color-scheme-expected.txt: Added.
1579 2020-07-17 Truitt Savell <tsavell@apple.com>
1581 Changing expectations to Skip from r264519
1582 https://bugs.webkit.org/show_bug.cgi?id=214478
1584 Unreviewed test gardening.
1586 * platform/mac-wk1/TestExpectations:
1587 * platform/mac-wk2/TestExpectations:
1589 2020-07-17 Truitt Savell <tsavell@apple.com>
1591 REGRESSION: (r264492) Broke 9 WebRTC tests and 4 indexeddb tests
1592 https://bugs.webkit.org/show_bug.cgi?id=214478
1594 Unreviewed test gardening.
1596 * platform/mac-wk1/TestExpectations:
1597 * platform/mac-wk2/TestExpectations:
1599 2020-07-17 Rob Buis <rbuis@igalia.com>
1601 Changing URL.host should not override port
1602 https://bugs.webkit.org/show_bug.cgi?id=151613
1604 Reviewed by Alex Christensen.
1606 Adjust tests to expect the new behavior.
1608 * fast/dom/DOMURL/set-href-attribute-host-expected.txt:
1609 * fast/dom/DOMURL/set-href-attribute-host.html:
1610 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
1611 * fast/dom/HTMLAnchorElement/set-href-attribute-host.html:
1613 2020-07-17 Lauro Moura <lmoura@igalia.com>
1615 [GTK][WPE] Garden imported html failures
1617 Unreviewed test gardening.
1619 Updated idlharness expectations and marked the 2dpattern one as flaky
1620 due to those unhandled promise rejection message.
1622 * platform/glib/TestExpectations:
1623 * platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
1624 * platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1-expected.txt: Removed.
1625 * platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
1627 2020-07-17 Lauro Moura <lmoura@igalia.com>
1629 [GTK][WPE] Garden imagebitmap-rendering context failures after r264459
1631 Unreviewed test gardening.
1633 GLib ports fail not due to missing OffscreenCanvas, but missing
1634 bitmaprender support there, already tracked in another bug.
1636 * platform/glib/TestExpectations:
1638 2020-07-17 Lauro Moura <lmoura@igalia.com>
1640 [GTK][WPE] Remove deprecated baselines after latest WPT css update.
1642 Unreviewed test gardening.
1644 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Removed.
1645 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed.
1646 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Removed.
1647 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed.
1649 2020-07-16 Lauro Moura <lmoura@igalia.com>
1651 [GTK][WPE] Garden two resource timing failures after WPT update
1653 Unreviewed test gardening.
1655 * platform/glib/TestExpectations:
1656 * platform/glib/imported/w3c/web-platform-tests/resource-timing/resource_connection_reuse_mixed_content_redirect-expected.txt: Added.
1658 2020-07-16 Lauro Moura <lmoura@igalia.com>
1660 [GTK] Garden some debug crashes
1662 Unreviewed test gardening.
1664 * platform/glib/TestExpectations:
1665 * platform/gtk/TestExpectations:
1667 2020-07-16 Jiewen Tan <jiewen_tan@apple.com>
1669 [WebAuthn] Add a console message: "User gesture is required to use the platform authenticator."
1670 https://bugs.webkit.org/show_bug.cgi?id=214380
1671 <rdar://problem/65300587>
1673 Reviewed by Devin Rousso.
1675 * http/wpt/credential-management/credentialscontainer-store-basics.https-expected.txt:
1676 * http/wpt/webauthn/ctap-hid-failure.https-expected.txt:
1677 * http/wpt/webauthn/ctap-hid-success.https-expected.txt:
1678 * http/wpt/webauthn/ctap-nfc-failure.https-expected.txt:
1679 * http/wpt/webauthn/idl.https-expected.txt:
1680 * http/wpt/webauthn/public-key-credential-create-failure-hid-silent.https-expected.txt:
1681 * http/wpt/webauthn/public-key-credential-create-failure-hid.https-expected.txt:
1682 * http/wpt/webauthn/public-key-credential-create-failure-local-silent.https-expected.txt:
1683 * http/wpt/webauthn/public-key-credential-create-failure-local.https-expected.txt:
1684 * http/wpt/webauthn/public-key-credential-create-failure-nfc.https-expected.txt:
1685 * http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https-expected.txt:
1686 * http/wpt/webauthn/public-key-credential-create-failure-u2f.https-expected.txt:
1687 * http/wpt/webauthn/public-key-credential-create-failure.https-expected.txt:
1688 * http/wpt/webauthn/public-key-credential-create-success-hid.https-expected.txt:
1689 * http/wpt/webauthn/public-key-credential-create-success-local.https-expected.txt:
1690 * http/wpt/webauthn/public-key-credential-create-success-nfc.https-expected.txt:
1691 * http/wpt/webauthn/public-key-credential-create-success-u2f.https-expected.txt:
1692 * http/wpt/webauthn/public-key-credential-get-failure-hid-silent.https-expected.txt:
1693 * http/wpt/webauthn/public-key-credential-get-failure-hid.https-expected.txt:
1694 * http/wpt/webauthn/public-key-credential-get-failure-local-silent.https-expected.txt:
1695 * http/wpt/webauthn/public-key-credential-get-failure-local.https-expected.txt:
1696 * http/wpt/webauthn/public-key-credential-get-failure-nfc.https-expected.txt:
1697 * http/wpt/webauthn/public-key-credential-get-failure-u2f-silent.https-expected.txt:
1698 * http/wpt/webauthn/public-key-credential-get-failure-u2f.https-expected.txt:
1699 * http/wpt/webauthn/public-key-credential-get-failure.https-expected.txt:
1700 * http/wpt/webauthn/public-key-credential-get-success-hid.https-expected.txt:
1701 * http/wpt/webauthn/public-key-credential-get-success-local.https-expected.txt:
1702 * http/wpt/webauthn/public-key-credential-get-success-nfc.https-expected.txt:
1703 * http/wpt/webauthn/public-key-credential-get-success-u2f.https-expected.txt:
1705 2020-07-16 Hector Lopez <hector_i_lopez@apple.com>
1707 [ macOS iOS ] imported/mozilla/svg/linearGradient-basic-03.svg is passing and expectations need to be removed
1708 https://bugs.webkit.org/show_bug.cgi?id=214430
1710 Unreviewed test gardening.
1714 2020-07-16 Sihui Liu <sihui_liu@appe.com>
1716 IDB serialization of some DOM object types crashes the Networking process due to incorrect global object type (WPT IndexedDB/structured-clone.any tests fail)
1717 https://bugs.webkit.org/show_bug.cgi?id=210735
1718 <rdar://problem/62045703>
1720 Reviewed by Yusuke Suzuki.
1722 * platform/ios/TestExpectations:
1723 * platform/wk2/TestExpectations:
1724 * storage/indexeddb/resources/structured-clone.js:
1725 (testPrimitiveValue):
1727 (testBooleanObject):
1733 (testBigIntObject.testOneBigIntObject):
1736 (testTypedArray.testTypedArrayValue):
1738 (testGeometryTypes.testOneGeometryType):
1739 (testRTCCertificate.promise.then):
1740 (testRTCCertificate):
1741 (testCryptoKey.promise.then):
1742 (testBadTypes): Deleted.
1743 * storage/indexeddb/structured-clone-expected.txt:
1744 * storage/indexeddb/structured-clone-private-expected.txt:
1746 2020-07-16 Hector Lopez <hector_i_lopez@apple.com>
1748 [ macOS iOS ] imported/mozilla/svg/blend-saturation.svg is passing and need expectations removed
1749 https://bugs.webkit.org/show_bug.cgi?id=214428
1751 Unreviewed test gardening.
1755 2020-07-16 Megan Gardner <megan_gardner@apple.com>
1757 Selection is not always clearing when tapping.
1758 https://bugs.webkit.org/show_bug.cgi?id=214326
1760 Reviewed by Wenson Hsieh.
1762 * editing/selection/ios/hide-selection-after-tap-on-prevent-default-element-expected.txt: Added.
1763 * editing/selection/ios/hide-selection-after-tap-on-prevent-default-element.html: Added.
1764 * resources/ui-helper.js:
1765 (window.UIHelper.tapElement):
1767 2020-07-16 Truitt Savell <tsavell@apple.com>
1769 (r264469) [ Mac ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html is a flaky failure
1770 https://bugs.webkit.org/show_bug.cgi?id=214422
1772 Unreviewed test gardening.
1774 * platform/mac/TestExpectations:
1776 2020-07-16 Chris Dumez <cdumez@apple.com>
1778 Resync web-platform-tests/interfaces from upstream
1779 https://bugs.webkit.org/show_bug.cgi?id=214413
1781 Reviewed by Alex Christensen.
1783 * platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
1784 * platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
1786 2020-07-16 Jer Noble <jer.noble@apple.com>
1788 [Cocoa] Add MediaCapabilities support for SW VP9 decoder.
1789 https://bugs.webkit.org/show_bug.cgi?id=214316
1791 Reviewed by Eric Carlson.
1793 * platform/mac/media/mediacapabilities/vp9-decodingInfo-sw-expected.txt: Added.
1794 * platform/mac/media/mediacapabilities/vp9-decodingInfo-sw.html: Added.
1796 2020-07-16 Hector Lopez <hector_i_lopez@apple.com>
1798 Regression tests cannot load video over HTTPS with self-signed certificate
1799 https://bugs.webkit.org/show_bug.cgi?id=155132
1801 Unreviewed test gardening.
1805 2020-07-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1807 Update WPT tests for css-writing-modes (follow-up fix)
1808 https://bugs.webkit.org/show_bug.cgi?id=214278
1810 Unreviewed follow-up to r264337.
1812 * TestExpectations: Update expectation for test passing now.
1814 2020-07-16 Hector Lopez <hector_i_lopez@apple.com>
1816 [ macOS wk2 ] REGRESSION(r263485): fast/scrolling/mac/scroll-snapping-in-progress.html is a flaky failure
1817 https://bugs.webkit.org/show_bug.cgi?id=213804
1819 Unreviewed test gardening.
1821 * platform/mac-wk2/TestExpectations:
1823 2020-07-16 Chris Dumez <cdumez@apple.com>
1825 Resync web-platform-tests/resource-timing from upstream
1826 https://bugs.webkit.org/show_bug.cgi?id=214377
1828 Reviewed by Carlos Alberto Lopez Perez.
1831 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/crossorigin-sandwich-no-TAO.sub-expected.txt: Added.
1832 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/nextHopProtocol-tao-protected.https-expected.txt: Added.
1833 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/redirects.sub-expected.txt: Added.
1834 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/resource-reload-TAO.sub-expected.txt: Added.
1835 * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/workerStart-tao-protected.https-expected.txt: Added.
1836 * tests-options.json:
1838 2020-07-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1840 Update WPT css/support directory
1841 https://bugs.webkit.org/show_bug.cgi?id=214350
1843 Reviewed by Chris Dumez.
1845 Update expectations.
1847 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-template-columns-computed-withcontent-expected.txt: Added.
1848 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/subgrid/grid-template-computed-nogrid-expected.txt: Added.
1849 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Added.
1850 * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added.
1851 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Added.
1852 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Added.
1853 * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Added.
1854 * platform/gtk/imported/w3c/web-platform-tests/svg/interact/parsing/pointer-events-computed-expected.txt: Added.
1855 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-width-computed-expected.txt:
1856 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-actual.txt: Added.
1857 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-actual.txt: Added.
1858 * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed-expected.txt: Added.
1859 * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linecap-computed-expected.txt: Added.
1860 * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed-expected.txt: Added.
1861 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed-expected.txt: Added.
1862 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linecap-computed-expected.txt: Added.
1863 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed-expected.txt: Added.
1864 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-miterlimit-computed-expected.txt: Added.
1865 * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-opacity-computed-expected.txt: Added.
1866 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-template-columns-computed-withcontent-expected.txt: Added.
1867 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/subgrid/grid-template-computed-nogrid-expected.txt: Added.
1868 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Added.
1869 * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added.
1870 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Added.
1871 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Added.
1872 * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Added.
1873 * platform/wpe/imported/w3c/web-platform-tests/svg/interact/parsing/pointer-events-computed-expected.txt: Added.
1874 * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt:
1876 2020-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
1878 REGRESSION(r264272) [GTK][WPE] css3/color/composited-solid-backgrounds.html is failing
1879 https://bugs.webkit.org/show_bug.cgi?id=214260
1881 Reviewed by Darin Adler.
1883 Remove expectations of css3/color/composited-solid-backgrounds.html.
1885 * platform/glib/TestExpectations:
1887 2020-07-15 Yusuke Suzuki <ysuzuki@apple.com>
1889 Should clear exception after microtask draining
1890 https://bugs.webkit.org/show_bug.cgi?id=214391
1891 <rdar://problem/65536227>
1893 Reviewed by Mark Lam.
1895 * js/dom/microtask-drain-should-clear-exceptions-expected.txt: Added.
1896 * js/dom/microtask-drain-should-clear-exceptions.html: Added.
1898 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
1900 Unreviewed test gardening, add iOS baseliens for tests re-synced in r264427 and r264432.
1902 * platform/ios/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
1903 * platform/ios/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added.
1905 2020-07-15 Simon Fraser <simon.fraser@apple.com>
1907 [ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is a flaky failure
1908 https://bugs.webkit.org/show_bug.cgi?id=214133
1910 Unreviewed test fixing.
1912 Test needs to wait for the visible content rect update to trigger scroll updates in the web process.
1914 * fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html:
1915 * platform/ios-wk2/TestExpectations:
1917 2020-07-15 Mark Lam <mark.lam@apple.com>
1919 Speculative fix for flaky fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html.
1920 https://bugs.webkit.org/show_bug.cgi?id=214386
1922 Unreviewed gardening.
1924 * fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js:
1926 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
1928 Unreviewed test gardening, move the Mojave baseline to the correct folder since I really messed up in r264373.
1930 * 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.
1932 2020-07-15 Carlos Alberto Lopez Perez <clopez@igalia.com>
1934 [GTK][WPE] Gardening after r264424 and r264427
1936 Unreviewed gardening.
1938 Merge common expectations for svg/ when they are the same.
1940 * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
1941 * platform/gtk/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added.
1942 * platform/gtk/imported/w3c/web-platform-tests/svg/animations/seeking-events-4-expected.txt: Added.
1943 * 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.
1944 * 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.
1945 * 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.
1946 * 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.
1947 * 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.
1948 * 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.
1949 * 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.
1950 * 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.
1951 * 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.
1952 * 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.
1953 * 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.
1954 * 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.
1955 * 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.
1956 * 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.
1957 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath-expected.txt: Added.
1958 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-001-expected.txt: Added.
1959 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-002-expected.txt: Added.
1960 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-hidden-attr-change-expected.txt: Added.
1961 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-nested-symbol-001-expected.txt: Added.
1962 * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-symbol-rendered-001-expected.txt: Added.
1963 * 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.
1964 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-orient-001-expected.txt: Added.
1965 * 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.
1966 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-002-expected.txt: Added.
1967 * 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.
1968 * 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.
1969 * 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.
1970 * 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.
1971 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-021-expected.txt: Added.
1972 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-022-expected.txt: Added.
1973 * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-023-expected.txt: Added.
1974 * 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.
1975 * 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.
1976 * 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.
1977 * 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.
1978 * 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.
1979 * 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.
1980 * 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.
1981 * 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.
1982 * 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.
1983 * 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.
1984 * 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.
1985 * 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.
1986 * platform/gtk/imported/w3c/web-platform-tests/svg/shapes/scripted/stroke-dashes-hit-at-high-scale-expected.txt: Added.
1987 * 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.
1988 * 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.
1989 * 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.
1990 * 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.
1991 * platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt: Added.
1992 * platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/tspan-opacity-mixed-direction-expected.txt: Added.
1993 * platform/gtk/imported/w3c/web-platform-tests/svg/types/scripted/SVGGeometryElement.isPointInStroke-02-expected.txt: Added.
1994 * platform/wpe/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001-expected.txt: Added.
1995 * platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1-expected.txt: Added.
1996 * platform/wpe/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https-expected.txt: Added.
1997 * platform/wpe/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt: Added.
1998 * platform/wpe/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Added.
1999 * platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-list-expected.txt: Added.
2000 * platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/wrap-enumerated-ascii-case-insensitive-expected.txt: Added.
2001 * platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt:
2002 * platform/wpe/imported/w3c/web-platform-tests/mimesniff/mime-types/charset-parameter.window-expected.txt:
2003 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_getCoalescedEvents_when_pointerlocked-expected.txt: Added.
2004 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock-expected.txt: Added.
2005 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointerlock_after_pointercapture-expected.txt: Added.
2006 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointerlock_supercedes_capture-expected.txt: Added.
2007 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointermove_in_pointerlock-expected.txt: Added.
2008 * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked-expected.txt: Added.
2009 * platform/wpe/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added.
2010 * 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.
2011 * 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.
2012 * 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.
2013 * 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.
2014 * 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.
2015 * 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.
2016 * 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.
2017 * 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.
2018 * 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.
2019 * 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.
2020 * 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.
2021 * 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.
2022 * 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.
2023 * 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.
2024 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath-expected.txt: Added.
2025 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-001-expected.txt: Added.
2026 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-002-expected.txt: Added.
2027 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-hidden-attr-change-expected.txt: Added.
2028 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-nested-symbol-001-expected.txt: Added.
2029 * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-symbol-rendered-001-expected.txt: Added.
2030 * 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.
2031 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-orient-001-expected.txt: Added.
2032 * 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.
2033 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-002-expected.txt: Added.
2034 * 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.
2035 * 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.
2036 * 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.
2037 * 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.
2038 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-021-expected.txt: Added.
2039 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-022-expected.txt: Added.
2040 * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-023-expected.txt: Added.
2041 * 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.
2042 * 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.
2043 * 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.
2044 * 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.
2045 * 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.
2046 * 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.
2047 * 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.
2048 * 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.
2049 * 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.
2050 * 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.
2051 * 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.
2052 * 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.
2053 * platform/wpe/imported/w3c/web-platform-tests/svg/shapes/scripted/stroke-dashes-hit-at-high-scale-expected.txt: Added.
2054 * 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.
2055 * 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.
2056 * 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.
2057 * 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.
2058 * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt: Added.
2059 * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/tspan-opacity-mixed-direction-expected.txt: Added.
2060 * platform/wpe/imported/w3c/web-platform-tests/svg/types/scripted/SVGGeometryElement.isPointInStroke-02-expected.txt: Added.
2061 * platform/wpe/imported/w3c/web-platform-tests/touch-events/historical-expected.txt: Added.
2062 * platform/wpe/imported/w3c/web-platform-tests/touch-events/idlharness.window-expected.txt: Added.
2064 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
2066 [macOS WK1 EWS] compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint.html is a flaky failure
2067 https://bugs.webkit.org/show_bug.cgi?id=214388
2069 Unreviewed test gardening.
2071 * platform/mac-wk1/TestExpectations: Mark test as flaky to speed up EWS and reduce false positives.
2073 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
2075 [macOS iOS] imported/w3c/web-platform-tests/svg/animations/seeking-events-4.html is a flaky failure
2076 https://bugs.webkit.org/show_bug.cgi?id=214387
2078 Unreviewed test gardening.
2080 * TestExpectations: Mark test as flaky.
2082 2020-07-15 Ryan Haddad <ryanhaddad@apple.com>
2084 Unreviewed test gardening, move a test baseline to the correct subdirectory.
2086 * 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.
2088 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2090 [ iOS ] canvas/philip/tests/2d.pattern.animated.gif.html is passing and needs expectations removed
2091 https://bugs.webkit.org/show_bug.cgi?id=214384
2093 Unreviewed test gardening.
2095 * platform/ios/TestExpectations:
2097 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2099 [ iOS Release ] imported/w3c/web-platform-tests/websockets/remove-own-iframe-during-onerror.window.html is flaky failing
2100 https://bugs.webkit.org/show_bug.cgi?id=214382
2102 Unreviewed test gardening.
2104 * platform/ios-wk2/TestExpectations:
2106 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2108 [ iOS ] http/tests/security/stylesheet-href-redirect.html is flaky timing out
2109 https://bugs.webkit.org/show_bug.cgi?id=209352
2111 Unreviewed test gardening
2113 * platform/ios-wk2/TestExpectations:
2115 2020-07-15 Chris Dumez <cdumez@apple.com>
2117 Resync web-platform-tests/resize-observer from upstream
2118 https://bugs.webkit.org/show_bug.cgi?id=214375
2120 Reviewed by Alex Christensen.
2124 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2126 [ macOS wk1 ] http/tests/media/reload-after-dialog.html is a flaky failure
2127 https://bugs.webkit.org/show_bug.cgi?id=212828
2129 Unreviewed test gardening
2131 * platform/mac-wk1/TestExpectations:
2133 2020-07-15 Simon Fraser <simon.fraser@apple.com>
2135 [ 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
2136 https://bugs.webkit.org/show_bug.cgi?id=214358
2137 <rdar://problem/65609413>
2139 Unreviewed test gardening. These tests need iPad results.
2141 * platform/ipad/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt:
2142 * platform/ipad/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt: Added.
2144 2020-07-15 Chris Dumez <cdumez@apple.com>
2146 Resync web-platform-tests/svg from upstream
2147 https://bugs.webkit.org/show_bug.cgi?id=214323
2149 Reviewed by Alex Christensen.
2151 Resync web-platform-tests/svg from upstream b2a666d93581a71e9338b2.
2153 * platform/mac/imported/w3c/web-platform-tests/svg/*: Updated.
2155 2020-07-15 Daniel Bates <dabates@apple.com>
2157 [iOS] Caret should be before text placeholder instead of after it
2158 https://bugs.webkit.org/show_bug.cgi?id=214319
2159 <rdar://problem/65295523>
2161 Reviewed by Wenson Hsieh and Simon Fraser (1).
2165 [1] Simon only reviewed editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event.html.
2167 * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-end-of-word-expected.txt: Added.
2168 * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-end-of-word.html: Added.
2169 * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-start-of-word-expected.txt: Added.
2170 * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-start-of-word.html: Added.
2171 * editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event-expected.txt: Added.
2172 * editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event.html: Added.
2173 * resources/js-test.js:
2174 (shouldBeLessThanOrEqual): Added. Just like shouldBeGreaterThanOrEqual, but for <=.
2176 2020-07-15 Simon Fraser <simon.fraser@apple.com>
2178 itsnicethat.com page is sometimes non-scrollable
2179 https://bugs.webkit.org/show_bug.cgi?id=214362
2180 <rdar://problem/65431127>
2182 Reviewed by Tim Horton.
2184 * fast/scrolling/ios/clip-path-hit-test-expected.txt: Added.
2185 * fast/scrolling/ios/clip-path-hit-test.html: Added.
2186 * fast/scrolling/mac/clip-path-hit-test-expected.txt: Added.
2187 * fast/scrolling/mac/clip-path-hit-test.html: Added.
2189 2020-07-15 Mark Lam <mark.lam@apple.com>
2191 Add handling of out of memory handling while adding a worklet module.
2192 https://bugs.webkit.org/show_bug.cgi?id=214354
2193 <rdar://problem/65271931>
2195 Reviewed by Yusuke Suzuki and Keith Miller.
2197 We're skipping the new test on Debug builds because it will always run too slow.
2198 The Release build is sufficient to test this OOME handling.
2201 * fast/css-custom-paint/out-of-memory-while-adding-worklet-module-expected.txt: Added.
2202 * fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html: Added.
2203 * fast/css-custom-paint/script-tests: Added.
2204 * fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js: Added.
2205 (useAllMemory.try.get Object):
2206 (useAllMemory.try.foo):
2210 2020-07-15 Hector Lopez <hector_i_lopez@apple.com>
2212 [ iOS Debug ] fast/text-indicator/text-indicator-empty-link.html is a flaky crash
2213 https://bugs.webkit.org/show_bug.cgi?id=214363
2215 Unreview test gardening
2217 * platform/ios-wk2/TestExpectations:
2219 2020-07-15 Lauro Moura <lmoura@igalia.com>
2221 [SOUP] Artificial delay to WebSocket connection to mitigate port scanning attacks
2222 https://bugs.webkit.org/show_bug.cgi?id=214293
2224 Reviewed by Carlos Garcia Campos.
2226 Add glib-specific baseline due to SOUP messages.
2228 * platform/glib/TestExpectations:
2229 * platform/glib/http/tests/websocket/tests/hybi/closed-port-delay-expected.txt: Added.
2231 2020-07-15 Alicia Boya GarcÃa <aboya@igalia.com>
2233 [MSE][GStreamer] Unreviewed micro gardening: imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative.html
2234 https://bugs.webkit.org/show_bug.cgi?id=214349
2237 imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative.html
2238 crashes on an assertion.
2240 This is not surprising since changetype is not implemented in our port and we
2241 already had a similar crash with that feature. Marking it as [ Failure Crash ].
2243 * platform/gtk/TestExpectations:
2245 2020-07-14 Lauro Moura <lmoura@igalia.com>
2247 [GTK][WPE] Depuplicate some accessibility expectations
2249 Unreviewed test gardening
2251 * platform/glib/TestExpectations:
2252 * platform/gtk/TestExpectations:
2253 * platform/wpe/TestExpectations:
2255 2020-07-14 Hector Lopez <hector_i_lopez@apple.com>
2257 REGRESSION: (r263761) [ iOS ] webanimations/accelerated-animation-with-easing.html is still flaky
2258 https://bugs.webkit.org/show_bug.cgi?id=214327
2260 Unreviewed test gardening.
2262 * platform/ios-wk2/TestExpectations:
2264 2020-07-14 Kenneth Russell <kbr@chromium.org>
2266 [WebGL2] Implement compressedTex{Sub}Image*, copyTexSubImage3D
2267 https://bugs.webkit.org/show_bug.cgi?id=126449
2269 Reviewed by Dean Jackson.
2271 Rebaseline layout tests that have progressed, or fully pass.
2273 * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
2274 * webgl/2.0.0/conformance2/textures/misc/copy-texture-image-luma-format-expected.txt:
2276 2020-07-14 Hector Lopez <hector_i_lopez@apple.com>
2278 [ iOS Debug ] http/tests/workers/worker-importScripts-banned-mimetype.html is flakey crashing
2279 https://bugs.webkit.org/show_bug.cgi?id=214322
2281 Unreviewed test gardening.
2283 * platform/ios-wk2/TestExpectations:
2285 2020-07-14 Ryan Haddad <ryanhaddad@apple.com>
2287 Unreviewed test gardening, add Catalina specific baseline for css/css-fonts/generic-family-keywords-001.html after r264343.
2289 * platform/mac-mojave/imported/w3c/web-platform-tests/css-fonts/generic-family-keywords-001-expected.txt: Added.
2290 * platform/mac/imported/w3c/web-platform-tests/css-fonts/generic-family-keywords-001-expected.txt: Added.
2292 2020-07-14 Simon Fraser <simon.fraser@apple.com>
2294 Flashes of incorrect scroll position when zooming on quip
2295 https://bugs.webkit.org/show_bug.cgi?id=214273
2296 <rdar://problem/59385421>
2298 Reviewed by Tim Horton.
2300 * fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt: Typo fixes.
2301 * fast/scrolling/ios/autoscroll-input-when-very-zoomed.html: Typo fixes.
2302 * fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt: Added.
2303 * fast/scrolling/ios/programmatic-scroll-while-zoomed.html: Added.
2305 2020-07-14 Jer Noble <jer.noble@apple.com>
2307 Add support for parsing VP-style codec strings.
2308 https://bugs.webkit.org/show_bug.cgi?id=214270
2310 Reviewed by Eric Carlson.
2312 * media/vp-codec-parameters-expected.txt: Added.
2313 * media/vp-codec-parameters.html: Added.
2315 2020-07-14 Said Abou-Hallawa <sabouhallawa@apple.com>
2317 When invalidating the clients of an SVG resource we should not go beyond the RenderSVGRoot
2318 https://bugs.webkit.org/show_bug.cgi?id=211804
2319 <rdar://problem/60308199>
2321 Reviewed by Zalan Bujtas.
2323 * svg/in-html/inline-svg-resource-dynamic-update-expected.txt: Added.
2324 * svg/in-html/inline-svg-resource-dynamic-update.html: Added.
2326 2020-07-14 Hector Lopez <hector_i_lopez@apple.com>
2328 [ WK1 Mac ] http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html is a flaky failure
2329 https://bugs.webkit.org/show_bug.cgi?id=214308
2331 Unreviewed Test Gardening.
2333 * platform/mac-wk1/TestExpectations:
2335 2020-07-14 Kate Cheney <katherine_cheney@apple.com>
2337 [ macOS iOS ] http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html is a rare flaky failure
2338 https://bugs.webkit.org/show_bug.cgi?id=212165
2339 <rdar://problem/63462045>
2341 Reviewed by Brent Fulgham.
2343 Remove unnecessary call to
2344 testRunner.setStatisticsNotifyPagesWhenTelemetryWasCaptured now that
2345 telemetry reports from the testing SPI will always notify the test
2346 runner. Updated expectations now that test is not expected to flake.
2348 * http/tests/resourceLoadStatistics/telemetry-generation-advanced-functionality-database.html:
2349 * http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html:
2350 * http/tests/resourceLoadStatistics/telemetry-generation.html:
2351 * platform/mac/TestExpectations:
2353 2020-07-14 Eric Carlson <eric.carlson@apple.com>
2355 [macOS] Do not update ScreenTime when in private browsing mode
2356 https://bugs.webkit.org/show_bug.cgi?id=214288
2357 <rdar://problem/63735067>
2359 Reviewed by Jer Noble.
2361 * media/media-usage-state-private-browsing-expected.txt: Added.
2362 * media/media-usage-state-private-browsing.html: Added.
2363 * platform/gtk/TestExpectations: Skip new test.
2364 * platform/win/TestExpectations: Ditto.
2365 * platform/wpe/TestExpectations: Ditto.
2367 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2369 [GTK] Gardening after r264345
2371 Unreviewed gardening.
2373 Add GTK baselines for new tests added.
2375 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-implicit-expected.txt: Added.
2376 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative-expected.txt: Added.
2377 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter-expected.txt: Added.
2378 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality-expected.txt: Added.
2379 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-is-type-supported-expected.txt:
2380 * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode-expected.txt: Added.
2382 2020-07-14 Zalan Bujtas <zalan@apple.com>
2384 Use "font-family: Ahem" to improve coverage.
2388 * fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html:
2389 * fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html:
2390 * fast/layoutformattingcontext/table-with-margin-content-simple-expected.html:
2391 * fast/layoutformattingcontext/table-with-margin-content-simple.html:
2392 * platform/win/TestExpectations:
2393 * platform/wpe/TestExpectations:
2395 2020-07-14 Chris Dumez <cdumez@apple.com>
2397 Resync web-platform-tests/media-source from upstream
2398 https://bugs.webkit.org/show_bug.cgi?id=214164
2400 Reviewed by Geoff Garen.
2403 * tests-options.json:
2405 2020-07-14 Chris Dumez <cdumez@apple.com>
2407 Resync web-platform-tests/pointerevents from upstream
2408 https://bugs.webkit.org/show_bug.cgi?id=214283
2410 Reviewed by Geoffrey Garen.
2412 * platform/mac/TestExpectations:
2413 * tests-options.json:
2415 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2417 Update WPT tests for css-fonts and css-font-loading
2418 https://bugs.webkit.org/show_bug.cgi?id=214285
2420 Reviewed by Chris Dumez.
2422 Update expectations for new failures and new passes.
2425 * platform/glib/TestExpectations:
2426 * platform/glib/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-002-expected.txt: Added.
2427 * platform/gtk/TestExpectations:
2428 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-001-expected.txt: Added.
2429 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-002-expected.txt: Added.
2430 * platform/wpe/TestExpectations:
2432 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2434 Update WPT tests for css-ui
2435 https://bugs.webkit.org/show_bug.cgi?id=214280
2437 Reviewed by Chris Dumez.
2439 Update expectations for new failures and new passes.
2442 * platform/glib/TestExpectations:
2443 * platform/gtk/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added.
2444 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added.
2445 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-width-computed-expected.txt: Added.
2446 * platform/ios/TestExpectations:
2447 * platform/mac-wk1/TestExpectations:
2448 * platform/wpe/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added.
2450 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2452 WPT test css/css-grid/grid-definition/grid-auto-fit-columns-001.html broken after r264335
2453 https://bugs.webkit.org/show_bug.cgi?id=214301
2455 Reviewed by Manuel Rego Casasnovas.
2457 Remove platform-specific expectations not longer needed.
2459 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed.
2460 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed.
2461 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed.
2463 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2465 Update WPT tests for css-text
2466 https://bugs.webkit.org/show_bug.cgi?id=214275
2468 Reviewed by Manuel Rego Casasnovas.
2470 Update expectations for new failures and new passes.
2473 * platform/glib/TestExpectations:
2474 * platform/glib/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001-expected.txt: Added.
2475 * platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-position-001-expected.txt: Added.
2476 * platform/gtk/TestExpectations:
2477 * 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.
2478 * platform/ios/TestExpectations:
2479 * platform/mac/TestExpectations:
2480 * platform/wpe/TestExpectations:
2481 * 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.
2483 2020-07-13 Carlos Alberto Lopez Perez <clopez@igalia.com>
2485 Update WPT tests for css-writing-modes
2486 https://bugs.webkit.org/show_bug.cgi?id=214278
2488 Reviewed by Manuel Rego Casasnovas.
2490 Update expectations for new failures and new passes.
2493 * platform/glib/TestExpectations:
2494 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-writing-modes/wm-propagation-svg-root-scrollbar-expected.txt: Added.
2495 * platform/ios/TestExpectations:
2496 * platform/mac-wk1/TestExpectations:
2497 * platform/wpe/TestExpectations:
2499 2020-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2501 Update WPT tests for css-grid and css-flexbox
2502 https://bugs.webkit.org/show_bug.cgi?id=214284
2504 Reviewed by Manuel Rego Casasnovas.
2506 Update expectations for new failures and new passes.
2509 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added.
2510 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added.
2511 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added.
2512 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added.
2513 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added.
2514 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added.
2515 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added.
2516 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added.
2517 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added.
2518 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added.
2519 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added.
2520 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added.
2521 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added.
2522 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added.
2523 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added.
2524 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added.
2525 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added.
2526 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added.
2527 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added.
2528 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added.
2529 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added.
2530 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added.
2531 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added.
2532 * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added.
2533 * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added.
2534 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added.
2535 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added.
2536 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added.
2537 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added.
2538 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added.
2539 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added.
2540 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added.
2541 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added.
2542 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added.
2543 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added.
2544 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added.
2545 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added.
2546 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added.
2547 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added.
2548 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added.
2549 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added.
2550 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added.
2551 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added.
2552 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added.
2553 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added.
2554 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added.
2555 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added.
2556 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added.
2557 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-flex-item-crash-expected.txt: Added.
2558 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-013-expected.txt: Added.
2559 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added.
2560 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/remove-out-of-flow-child-crash-expected.txt: Added.
2561 * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added.
2562 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added.
2563 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added.
2564 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added.
2565 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added.
2566 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added.
2567 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added.
2568 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added.
2569 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added.
2570 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added.
2571 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added.
2572 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added.
2573 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added.
2574 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added.
2575 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added.
2576 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added.
2577 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added.
2578 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added.
2579 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added.
2580 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added.
2581 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added.
2582 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added.
2583 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added.
2584 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added.
2585 * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added.
2586 * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added.
2588 2020-07-13 Lauro Moura <lmoura@igalia.com>
2590 [SOUP] Garden failure on delay after connect to closed port.
2592 Unreviewed test gardening.
2594 * platform/glib/TestExpectations:
2596 2020-07-13 Zalan Bujtas <zalan@apple.com>
2598 [RenderTreeNeedsLayoutChecker] imported/w3c/web-platform-tests/html/rendering/replaced-elements/embedded-content/video-controls-vertical-writing-mode.html asserts
2599 https://bugs.webkit.org/show_bug.cgi?id=214281
2600 <rdar://problem/56740133>
2602 Reviewed by Simon Fraser.
2606 2020-07-13 Truitt Savell <tsavell@apple.com>
2608 (r264202) [ Mac WK2 ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-connectionState.https.html
2609 https://bugs.webkit.org/show_bug.cgi?id=214286
2611 Unreviewed test gardening.
2613 * platform/mac-wk2/TestExpectations:
2615 2020-07-13 Andres Gonzalez <andresg_22@apple.com>
2617 REGRESSION: (r257915?) [ Mac ] accessibility/accessibility-node-memory-management.html is flaky failing.
2618 https://bugs.webkit.org/show_bug.cgi?id=208930
2619 <rdar://problem/60173203>
2621 Reviewed by Chris Fleizach.
2623 Using setTimeout and waitFor/Promises to make this test work in both
2624 isolated tree mode on and off.
2626 * accessibility/accessibility-node-memory-management-expected.txt:
2627 * accessibility/accessibility-node-memory-management.html:
2628 * platform/mac/TestExpectations:
2630 2020-07-13 Lauro Moura <lmoura@igalia.com>
2632 Unreviewed. Update baseline after r264304 with new message.
2634 * inspector/controller/runtime-controller-import-expected.txt:
2636 2020-07-13 Lauro Moura <lmoura@igalia.com>
2638 [GTK][WPE] Remove child expectations last commit.
2640 They were overrinding the glib one. Also added a note to remember to
2641 set the expectation to Pass instead of removing the line as the
2642 testcase is Skipped in the root expectation file.
2644 * platform/glib/TestExpectations:
2645 * platform/gtk/TestExpectations:
2646 * platform/wpe/TestExpectations:
2648 2020-07-13 Kate Cheney <katherine_cheney@apple.com>
2650 Add artificial delay to WebSocket connections to mitigate port scanning attacks
2651 https://bugs.webkit.org/show_bug.cgi?id=213143
2652 <rdar://problem/64308927>
2654 Reviewed by Alex Christensen.
2656 Added layout test coverage, making sure closed ports always experience
2657 a delay of at least 10ms.
2660 The added delay code is only present in WebKit, not WebKitLegacy.
2661 Additionally, web sockets behave differently on Windows, so this test
2662 should be skipped on all platforms and only enabled for mac and ios wk2.
2664 * http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt:
2665 With the added delay, this test will only receive one console message.
2666 To confirm there will be no flakiness, I ran this test for 500
2667 iterations and ensured they passed.
2668 * http/tests/websocket/tests/hybi/closed-port-delay-expected.txt:
2669 * http/tests/websocket/tests/hybi/closed-port-delay.html: Added.
2670 * platform/wk2/TestExpectations:
2672 2020-07-13 Keith Miller <keith_miller@apple.com>
2674 Clean up SourceProvider and add caller relative load script to jsc.cpp
2675 https://bugs.webkit.org/show_bug.cgi?id=214205
2677 Reviewed by Yusuke Suzuki.
2679 js-test-pre needs to strip the parts of file urls between file:///
2680 and LayoutTests because that is dependent on the system running
2681 the tests. Tests using these harnesses may not be using a server
2682 to host the test files.
2684 Rebaseline module loader error messages against the new string.
2686 * http/tests/resources/js-test-pre.js:
2687 (escapeHTMLAndStripFileURLs):
2689 (escapeHTML): Deleted.
2690 (testPassed): Deleted.
2691 * js/dom/modules/import-incorrect-relative-specifier-expected.txt:
2692 * js/dom/modules/module-incorrect-relative-specifier-expected.txt:
2693 * resources/js-test-pre.js:
2694 (escapeHTMLAndStripFileURLs):
2696 (escapeHTML): Deleted.
2697 (testPassed): Deleted.
2699 2020-07-13 Lauro Moura <lmoura@igalia.com>
2701 [GTK][WPE] Garden two color/gradient failures.
2703 Unreviewed test gardening.
2705 * platform/glib/TestExpectations:
2707 2020-07-13 Karl Rackler <rackler@apple.com>
2709 [ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is flaky failing.
2710 https://bugs.webkit.org/show_bug.cgi?id=214133
2712 Unreviewed test gardening.
2714 * platform/ios-wk2/TestExpectations:
2716 2020-07-12 Fujii Hironori <Hironori.Fujii@sony.com>
2718 [WinCairo] Unreviewed test gardening
2720 Windows WebKit1 doesn't check lines with "EDITING DELEGATE:" (Bug 64471).
2721 Rebasedlined with WinCairo WebKit2's results.
2723 * platform/wincairo/editing/execCommand/findString-2-expected.txt:
2724 * platform/wincairo/editing/selection/6476-expected.txt:
2725 * platform/wincairo/editing/selection/click-start-of-line-expected.txt:
2726 * platform/wincairo/editing/selection/contenteditable-click-inside-expected.txt:
2727 * platform/wincairo/editing/selection/doubleclick-crash-expected.txt:
2728 * platform/wincairo/editing/selection/editable-html-element-expected.txt:
2729 * platform/wincairo/editing/selection/editable-links-expected.txt:
2730 * platform/wincairo/editing/selection/expanding-selections-expected.txt:
2731 * platform/wincairo/editing/selection/expanding-selections2-expected.txt:
2732 * platform/wincairo/editing/selection/fake-doubleclick-expected.txt:
2733 * platform/wincairo/editing/selection/focus-body-expected.txt:
2734 * platform/wincairo/editing/selection/focus_editable_html-expected.txt:
2735 * platform/wincairo/editing/selection/mixed-editability-1-expected.txt:
2736 * platform/wincairo/editing/selection/paragraph-granularity-expected.txt:
2737 * platform/wincairo/editing/selection/select-all-006-expected.txt:
2738 * platform/wincairo/editing/selection/select-from-textfield-outwards-expected.txt:
2739 * platform/wincairo/editing/selection/selection-actions-expected.txt:
2740 * platform/wincairo/editing/selection/triple-click-in-pre-expected.txt:
2741 * platform/wincairo/editing/selection/word-granularity-expected.txt:
2742 * platform/wincairo/editing/style/apple-style-editable-mix-expected.txt:
2744 2020-07-12 Said Abou-Hallawa <sabouhallawa@apple.com>
2746 [macOS]: A HEIF image, selected from the OpenPanel, should be converted to an accepted MIME type
2747 https://bugs.webkit.org/show_bug.cgi?id=213347
2748 <rdar://problem/57258464>
2750 Reviewed by Darin Adler.
2752 Ensure the HEIF image is converted to an accepted MIME type when it is
2753 selected from the OpenPanel and the 'accept' attribute of the <input>
2754 does allow the HEIF MIME type.
2756 No need to test this functionality on WK1 since the image transcoding
2757 should happen in the UI process.
2760 * fast/forms/file/entries-api/image-no-transcode-open-panel-expected.txt: Added.
2761 * fast/forms/file/entries-api/image-no-transcode-open-panel.html: Added.
2762 * fast/forms/file/entries-api/image-transcode-open-panel-expected.txt: Added.
2763 * fast/forms/file/entries-api/image-transcode-open-panel.html: Added.
2764 * fast/forms/file/entries-api/resources/images/green-400x400.heic: Added.
2765 * platform/mac-wk2/TestExpectations:
2767 2020-07-12 Zalan Bujtas <zalan@apple.com>
2769 [LFC][BFC][Min-Max width] Regular block level box resets the horizontal stacking
2770 https://bugs.webkit.org/show_bug.cgi?id=214225
2772 Reviewed by Antti Koivisto.
2774 * fast/layoutformattingcontext/min-max-content-width-with-nested-floats-simple-expected.html: Added.
2775 * fast/layoutformattingcontext/min-max-content-width-with-nested-floats-simple.html: Added.
2777 2020-07-11 Fujii Hironori <Hironori.Fujii@sony.com>
2779 [WinCairo] Conic gradients support
2780 https://bugs.webkit.org/show_bug.cgi?id=214216
2782 Reviewed by Sam Weinig.
2784 * platform/wincairo/TestExpectations: Marked some conic-gradient tests Pass.
2786 2020-07-11 Simon Fraser <simon.fraser@apple.com>
2788 REGRESSION(r260276): Overflow scrolling layers misplaced inside SVG foreign object
2789 https://bugs.webkit.org/show_bug.cgi?id=213788
2790 <rdar://problem/65039637>
2792 Reviewed by Zalan Bujtas.
2794 * fast/scrolling/overflow-inside-foreignobject-expected.html: Added.
2795 * fast/scrolling/overflow-inside-foreignobject.html: Added.
2797 2020-07-11 Chris Dumez <cdumez@apple.com>
2799 Unreviewed, mark imported/w3c/web-platform-tests/websockets/cookies/third-party-cookie-accepted.https.html as crashing on iOS WK2 Debug.
2801 This test has been crashing consistently since import in r264145.
2803 * platform/ios-wk2/TestExpectations:
2805 2020-07-11 Zalan Bujtas <zalan@apple.com>
2807 [LFC][BFC][Min-Max width] Add support for float avoiders
2808 https://bugs.webkit.org/show_bug.cgi?id=214220
2810 Reviewed by Antti Koivisto.
2812 * fast/layoutformattingcontext/min-max-content-width-with-floats-simple-expected.html: Added.
2813 * fast/layoutformattingcontext/min-max-content-width-with-floats-simple.html: Added.
2815 2020-07-10 Chris Dumez <cdumez@apple.com>
2817 Unreviewed, mark a couple of user-timing WPT tests as flaky since their import in r264255.
2821 2020-07-10 Chris Dumez <cdumez@apple.com>
2823 Unreviewed, silence console logging in a couple of payment request WPT tests to address flakiness
2826 * platform/mac-wk2/TestExpectations:
2828 2020-07-10 Lauro Moura <lmoura@igalia.com>
2830 [GTK][WPE] Unreviewed, garden failure and new passes
2832 Payment request is not supported and a single test was being executed
2834 Also pass 4 css-writing-modes tests that are passing since r263855.
2836 * platform/glib/TestExpectations:
2838 2020-07-10 Chris Dumez <cdumez@apple.com>
2840 Unreviewed, mark imported/w3c/web-platform-tests/user-timing/measure_associated_with_navigation_timing.html as flaky.
2842 This has been flaky since import in r264255.
2846 2020-07-10 Chris Dumez <cdumez@apple.com>
2848 Unreviewed, mark img-aspect-ratio-lazy.tentative.html WPT test as flaky since import in r264117.
2852 2020-07-10 Chris Dumez <cdumez@apple.com>
2854 Unreviewed gardening after WPT resync in r264239.
2856 Mark one payment-request test as flaky and silence console logging for another one
2857 to try and address flakiness.
2861 2020-07-10 Chris Dumez <cdumez@apple.com>
2863 Resync web-platform-tests/eventsource from upstream
2864 https://bugs.webkit.org/show_bug.cgi?id=214203
2866 Reviewed by Geoffrey Garen.
2869 * tests-options.json:
2871 2020-07-10 Chris Dumez <cdumez@apple.com>
2873 Unreviewed, Mark WebRTC WPT test as flaky.
2875 It has been flaky since import in r264202.
2879 2020-07-10 Chris Dumez <cdumez@apple.com>
2881 Resync web-platform-tests/payment-request from upstream
2882 https://bugs.webkit.org/show_bug.cgi?id=214167
2884 Reviewed by Sam Weinig.
2886 * tests-options.json:
2888 2020-07-10 Chris Fleizach <cfleizach@apple.com>
2890 AX: iOS VoiceOver should support definition lists
2891 https://bugs.webkit.org/show_bug.cgi?id=210214
2892 <rdar://problem/61478299>
2894 Reviewed by Darin Adler.
2896 * accessibility/ios-simulator/definition-list.html: Added.
2898 2020-07-10 Lauro Moura <lmoura@igalia.com>
2900 Unreviewed, GTK/WPE debug crash gardening
2902 * platform/glib/TestExpectations:
2904 2020-07-10 Philippe Normand <pnormand@igalia.com>
2906 Unreviewed, GTK/WPE gardening
2908 * platform/glib/TestExpectations: Mark a few GStreamer-related tests as crashing on Debug.
2910 2020-07-10 Chris Dumez <cdumez@apple.com>
2912 Unreviewed, skip imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-operations.https.html in Debug.
2914 This test has been crashing in Debug since its import in r264202.
2918 2020-07-10 Chris Dumez <cdumez@apple.com>
2920 Unreviewed, mark imported/w3c/web-platform-tests/webrtc/protocol/split.https.html as flaky.
2922 It has been flaky since import in r264202.
2926 2020-07-10 Chris Dumez <cdumez@apple.com>
2928 Regression (r264202): imported/w3c/web-platform-tests/html/dom/usvstring-reflection.https.html is consistently failing on mac-wk1
2929 https://bugs.webkit.org/show_bug.cgi?id=214183
2930 <rdar://problem/65335357>
2932 Unreviewed, rebaseline test on mac-wk1 after resync in r264202.
2934 * platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/usvstring-reflection.https-expected.txt:
2936 2020-07-10 Zalan Bujtas <zalan@apple.com>
2938 [LFC][Floats] Normal flow element that establishes a new block formatting context must not overlap the margin box of any floats
2939 https://bugs.webkit.org/show_bug.cgi?id=214185
2941 Reviewed by Antti Koivisto.
2943 * fast/layoutformattingcontext/float-avoider-with-inline-content-expected.html: Added.
2944 * fast/layoutformattingcontext/float-avoider-with-inline-content.html: Added.
2946 2020-07-10 Zalan Bujtas <zalan@apple.com>
2948 [LFC][MarginCollapsing] Margins do not collapse through when the box has clearance.
2949 https://bugs.webkit.org/show_bug.cgi?id=214172
2951 Reviewed by Antti Koivisto.
2953 * fast/layoutformattingcontext/empty-block-level-box-with-clearance-expected.html: Added.
2954 * fast/layoutformattingcontext/empty-block-level-box-with-clearance.html: Added.
2956 2020-07-09 Lauro Moura <lmoura@igalia.com>
2958 [GTK][WPE] Garden more failures/rebaselines after WPT updates.
2960 Unreviewed test gardening.
2962 * platform/glib/TestExpectations:
2963 * platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt: Added.
2964 * platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt: Added.
2965 * platform/gtk-wayland/TestExpectations:
2966 * platform/gtk/imported/w3c/web-platform-tests/xhr/send-network-error-sync-events.sub-expected.txt:
2967 Removed. This test is actually failing for gtk/wpe. Removed to
2968 fallback to the w3c baseline and marked it as a failure.
2970 2020-07-09 Andres Gonzalez <andresg_22@apple.com>
2972 Make accessibility/Mac/selected-visible-position-range.html time-deterministic.
2973 https://bugs.webkit.org/show_bug.cgi?id=214154
2975 Reviewed by Chris Fleizach.
2977 [WebAccessibilityObjectWrapper accessibilitySetValue] sets the selection
2978 range and other properties asynchronously by dispatching the call to
2979 another cycle of the run loop using callOnMainThread. thus for the JS to
2980 retrieve the new value, it is necessary to wait until the value is
2981 updated. this is even more so in isolated tree mode where all wrapper
2982 calls come on the secondary AX thread. JS setTimeout doesn't help with
2983 synchronizing these calls, so instead we are using Promises in the
2984 function waitFor in accessibility-helper.js (thanks to Geoff Garen for
2987 * accessibility/mac/selected-visible-position-range-expected.txt:
2988 * accessibility/mac/selected-visible-position-range.html:
2990 MOved waitFor(condition) to the accessibility-helper.js file to be used
2992 * accessibility/textarea-selected-text-range.html:
2993 * resources/accessibility-helper.js:
2996 2020-07-09 Simon Fraser <simon.fraser@apple.com>
2998 [macOS] Stuttery scrolling on tesla.com
2999 https://bugs.webkit.org/show_bug.cgi?id=214159
3000 <rdar://problem/64555500>
3002 Reviewed by Wenson Hsieh.
3004 * fast/scrolling/mac/adjust-scroll-snap-during-gesture-expected.txt: Added.
3005 * fast/scrolling/mac/adjust-scroll-snap-during-gesture.html: Added.
3007 2020-07-09 Chris Dumez <cdumez@apple.com>
3009 Resync web-platform-tests/webrtc from upstream
3010 https://bugs.webkit.org/show_bug.cgi?id=214151
3012 Reviewed by Alex Christensen.
3014 * tests-options.json:
3016 2020-07-09 Chris Dumez <cdumez@apple.com>
3018 Resync web-platform-tests/url from upstream
3019 https://bugs.webkit.org/show_bug.cgi?id=214145
3021 Reviewed by Alex Christensen.
3023 * tests-options.json:
3025 2020-07-09 Simon Fraser <simon.fraser@apple.com>
3027 After a scroll gesture, content changes don't trigger re-snapping with scroll snap
3028 https://bugs.webkit.org/show_bug.cgi?id=214123
3030 Reviewed by Wenson Hsieh.
3032 * fast/scrolling/mac/adjust-scroll-snap-after-gesture-expected.txt: Added.
3033 * fast/scrolling/mac/adjust-scroll-snap-after-gesture.html: Added.
3035 2020-07-09 Wenson Hsieh <wenson_hsieh@apple.com>
3037 REGRESSION (r259840): Pressing Esc or ⌘+"." does not dismiss time picker on iOS
3038 https://bugs.webkit.org/show_bug.cgi?id=214122
3039 <rdar://problem/64940487>
3041 Reviewed by Tim Horton.
3043 * fast/forms/ios/dismiss-picker-using-keyboard.html:
3044 * fast/forms/ios/force-gregorian-calendar-for-credit-card-expiry.html:
3045 * fast/forms/ios/time-picker-value-change-expected.txt:
3046 * fast/forms/ios/time-picker-value-change.html:
3048 Adjust a few layout tests to be compatible with date and time inputs.
3050 * resources/ui-helper.js:
3051 (window.UIHelper.waitForInputSessionToDismiss.return.new.Promise):
3052 (window.UIHelper.waitForInputSessionToDismiss):
3054 2020-07-09 Truitt Savell <tsavell@apple.com>
3056 REGRESSION (r264117): [ Mac iOS ] imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https.html
3057 https://bugs.webkit.org/show_bug.cgi?id=214155
3059 Unreviewed test gardening.
3061 * platform/ios/TestExpectations:
3062 * platform/mac/TestExpectations:
3064 2020-07-09 Chris Dumez <cdumez@apple.com>
3066 Resync web-platform-tests/workers from upstream
3067 https://bugs.webkit.org/show_bug.cgi?id=214146
3069 Reviewed by Geoffrey Garen.
3071 * tests-options.json:
3073 2020-07-09 Chris Dumez <cdumez@apple.com>
3075 Unreviewed, mark ref-test as flaky on iOS since import in r263987.
3077 * platform/ios-wk2/TestExpectations:
3079 2020-07-09 Wenson Hsieh <wenson_hsieh@apple.com>
3081 [iOS] Occasional crash under -[UIView _setViewDelegate:] when presenting date and time pickers
3082 https://bugs.webkit.org/show_bug.cgi?id=214120
3083 <rdar://problem/65246918>
3085 Reviewed by Darin Adler.
3087 Add a new layout test to verify that presenting a date picker twice does not result in a crash.
3089 * fast/forms/ios/show-and-dismiss-date-input-expected.txt: Added.
3090 * fast/forms/ios/show-and-dismiss-date-input.html: Added.
3091 * resources/ui-helper.js:
3092 (window.UIHelper.activateAndWaitForInputSessionAt.return.new.Promise.):
3094 Teach this helper method to wait for context menus as well (for the case of date and time pickers on iOS).
3096 (window.UIHelper.waitForInputSessionToDismiss.return.new.Promise.):
3097 (window.UIHelper.waitForInputSessionToDismiss.return.new.Promise):
3098 (window.UIHelper.waitForInputSessionToDismiss):
3100 Likewise, teach this to wait for context menu dismissal.
3102 (window.UIHelper.waitForContextMenuToHide.return.new.Promise):
3103 (window.UIHelper.waitForContextMenuToHide):
3105 Add a new helper to wait for context menus to hide.
3107 2020-07-09 Zalan Bujtas <zalan@apple.com>
3109 [LFC][Verification] Use the table wrapper box's margin when checking the table box
3110 https://bugs.webkit.org/show_bug.cgi?id=214119
3112 Reviewed by Darin Adler.
3114 * fast/layoutformattingcontext/table-with-margin-simple-expected.html: Added.
3115 * fast/layoutformattingcontext/table-with-margin-simple.html: Added.
3117 2020-07-09 Philippe Normand <pnormand@igalia.com>
3119 [GStreamer][MSE] AV1 support
3120 https://bugs.webkit.org/show_bug.cgi?id=207547
3122 Reviewed by Xabier Rodriguez-Calvar.
3124 * platform/glib/TestExpectations: Mark media/media-can-play-av1.html as failing until the
3125 Flatpak SDK ships gst-plugins-rs.
3127 2020-07-09 Carlos Garcia Campos <cgarcia@igalia.com>
3129 [SOUP] Add support for HTTPCookieAcceptPolicy::OnlyFromMainDocumentDomain
3130 https://bugs.webkit.org/show_bug.cgi?id=213954
3132 Reviewed by Michael Catanzaro.
3134 Update test expectations.
3136 * platform/glib/TestExpectations:
3137 * platform/glib/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt: Removed.
3138 * platform/glib/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt: Removed.
3139 * platform/gtk/TestExpectations:
3141 2020-07-08 Lauro Moura <lmoura@igalia.com>
3143 [GTK][WPE] Gardening after latest wpt resyncs
3145 Unreviewed test gardening.
3147 * platform/glib/TestExpectations:
3148 * platform/glib/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Added.
3149 * platform/glib/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt:
3150 * platform/gtk/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt: Added.
3151 * platform/gtk/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Added.
3153 2020-07-08 Chris Dumez <cdumez@apple.com>
3155 Resync web-platform-tests/fetch from upstream
3156 https://bugs.webkit.org/show_bug.cgi?id=214111
3158 Reviewed by Sam Weinig.
3160 * tests-options.json:
3162 2020-07-08 Dean Jackson <dino@apple.com>
3164 Unreviewed. Remove some mentions of non-existant files in expectations.
3167 * platform/mac/TestExpectations:
3169 2020-07-08 Chris Dumez <cdumez@apple.com>
3171 Unreviewed, add iOS-specific baseline for WPT test after resync in r264117.
3173 * platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/select-wrap-no-spill.optional-expected.txt: Added.
3175 2020-07-08 Jason Lawrence <lawrence.j@apple.com>
3177 REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
3178 https://bugs.webkit.org/show_bug.cgi?id=214078
3180 Unreviewed test gardening.
3182 * platform/mac-wk2/TestExpectations:
3184 2020-07-08 Dean Jackson <dino@apple.com>
3186 input button test needs rebaseline for Big Sur
3187 https://bugs.webkit.org/show_bug.cgi?id=214095
3190 Unreviewed gardening. This test produces different results on Big Sur.
3192 * platform/mac-bigsur/fast/forms/input-button-sizes-expected.txt: Added.
3194 2020-07-08 Geoffrey Garen <ggaren@apple.com>
3196 REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
3197 https://bugs.webkit.org/show_bug.cgi?id=214078
3199 Reviewed by Darin Adler.
3201 Make this test deterministic by waiting for the correct result.
3203 * accessibility/textarea-selected-text-range-expected.txt:
3204 * accessibility/textarea-selected-text-range.html:
3206 2020-07-08 Truitt Savell <tsavell@apple.com>
3208 Regression(r261756): webanimations/accelerated-animation-single-keyframe.html is consistently timing out on windows
3209 https://bugs.webkit.org/show_bug.cgi?id=214088
3211 Unreviewed test gardening.
3213 * platform/win/TestExpectations:
3215 2020-07-08 Jason Lawrence <lawrence.j@apple.com>
3217 REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
3218 https://bugs.webkit.org/show_bug.cgi?id=214078
3220 Unreviewed test gardening.
3222 * platform/mac-wk2/TestExpectations:
3224 2020-07-08 Chris Dumez <cdumez@apple.com>
3226 Resync all remaining web-platform-tests/html tests from upstream
3227 https://bugs.webkit.org/show_bug.cgi?id=214057
3229 Reviewed by Sam Weinig.
3232 * tests-options.json:
3234 2020-07-08 Sam Weinig <weinig@apple.com>
3236 Remove LayoutTests/fast/forms/datetime now that <input type="datetime"> code has been removed
3237 https://bugs.webkit.org/show_bug.cgi?id=214064
3239 Reviewed by Dan Bernstein.
3241 * fast/forms/datetime: Removed.
3243 * platform/gtk/TestExpectations:
3244 * platform/ios-wk1/TestExpectations:
3245 * platform/ios/TestExpectations:
3246 * platform/mac/TestExpectations:
3247 * platform/win/TestExpectations:
3248 * platform/wincairo/TestExpectations:
3249 Stop skipping the removed tests.
3251 2020-07-08 Wenson Hsieh <wenson_hsieh@apple.com>
3253 autocapitalize="words" capitalizes every word's second character
3254 https://bugs.webkit.org/show_bug.cgi?id=148504
3255 <rdar://problem/57814304>
3257 Reviewed by Tim Horton.
3259 Add a new layout test to verify that the bug does not occur.
3261 * fast/forms/ios/autocapitalize-words-expected.txt: Added.
3262 * fast/forms/ios/autocapitalize-words.html: Added.
3264 2020-06-29 Jer Noble <jer.noble@apple.com>
3266 Unreviewed test gardening; "rebaseline" the video-orientation-canvas.html test to center the expected red color
3267 results on observed output.
3269 * media/video-orientation-canvas-expected.txt:
3270 * media/video-orientation-canvas.html:
3272 2020-07-08 Zalan Bujtas <zalan@apple.com>
3274 [LFC][IFC] Do not use the initial strut baseline values when the text content is inside an inline container
3275 https://bugs.webkit.org/show_bug.cgi?id=214069
3277 Reviewed by Antti Koivisto.
3279 * fast/layoutformattingcontext/line-heigt-when-text-is-inside-inline-container-expected.html: Added.
3280 * fast/layoutformattingcontext/line-heigt-when-text-is-inside-inline-container.html: Added.
3282 2020-07-08 Chris Dumez <cdumez@apple.com>
3284 Skip a couple of WPT webaudio tests instead of marking them as crashing.
3286 This avoids wasting resources on the bots since those tests are consistently crashing.
3290 2020-07-08 Zalan Bujtas <zalan@apple.com>
3292 [LFC][TFC] Table width is computed as if box-sizing was border-box
3293 https://bugs.webkit.org/show_bug.cgi?id=214070
3295 Reviewed by Antti Koivisto.
3297 * fast/layoutformattingcontext/table-with-padding-and-border-simple-expected.html: Added.
3298 * fast/layoutformattingcontext/table-with-padding-and-border-simple.html: Added.
3300 2020-07-08 Per Arne Vollan <pvollan@apple.com>
3302 [Win] The layout test webanimations/accelerated-animation-single-keyframe.html is timing out
3303 https://bugs.webkit.org/show_bug.cgi?id=214081
3305 Unreviewed test gardening.
3307 * platform/win/TestExpectations:
3309 2020-07-08 Jason Lawrence <lawrence.j@apple.com>
3311 REGRESSION: [ Mac wk2 Release and iOS wk2 Release ] webrtc/libwebrtc/descriptionGetters.html is flaky failing.
3312 https://bugs.webkit.org/show_bug.cgi?id=214084
3314 Unreviewed test gardening.
3316 * platform/ios-wk2/TestExpectations:
3317 * platform/mac-wk2/TestExpectations:
3319 2020-07-08 Xabier Rodriguez Calvar <calvaris@igalia.com>
3321 [EME][GStreamer] web-platform-tests/encrypted-media/clearkey-events-session-closed-event.https.html random crashes
3322 https://bugs.webkit.org/show_bug.cgi?id=210264
3324 Reviewed by Philippe Normand.
3326 * platform/glib/TestExpectations: Change test expectations.
3328 2020-07-07 Lauro Moura <lmoura@igalia.com>
3330 [GTK][WPE] Garden some recent failures and move related entries together
3332 Unreviewed test gardening.
3334 * platform/glib/TestExpectations:
3335 * platform/gtk/TestExpectations:
3336 * platform/wpe/TestExpectations:
3338 2020-07-07 Lauro Moura <lmoura@igalia.com>
3340 Add missing resource file for some imported/blink/compositing/squashing tests
3341 https://bugs.webkit.org/show_bug.cgi?id=154076
3343 Unreviewed test gardening.
3345 Based on original patch by Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>.
3347 All but one test ran as expected for GTK/WPE.
3350 * imported/blink/compositing/squashing/resources/blue.png: Added.
3352 2020-07-07 Chris Dumez <cdumez@apple.com>
3354 Mark 3 WPT tests imported in r264035 as failing in iOS Simulator.
3356 This is because of lack of WebAssembly support on this platform.
3358 * platform/ios-simulator/TestExpectations:
3360 2020-07-07 Chris Dumez <cdumez@apple.com>
3362 REGRESSION: (r263987): [ iOS Debug WK2 ] 12 web-platform-tests semantics/scripting consistently failing
3363 https://bugs.webkit.org/show_bug.cgi?id=214058
3364 <rdar://problem/65193100>
3366 Unreviewed, mark as flaky on iOS some of the new html/semantics web-platform-tests that got added
3367 during the resync in r263987. Those give different TEXT results on release and debug builds so this
3368 must be due to a timing issue, indicating those tests are actually flaky.
3370 * platform/ios/TestExpectations:
3372 2020-07-07 Sam Weinig <weinig@apple.com>
3374 Enabled testing of date/time input types for WebKit2 macOS
3375 https://bugs.webkit.org/show_bug.cgi?id=214044
3377 Reviewed by Chris Dumez.
3379 * platform/mac-wk1/TestExpectations:
3380 * platform/mac/TestExpectations:
3381 Move skipping of date/time input types to WebKit1 specific TestExpectations
3382 to allow for testing on WebKit2. If this goes well, we can look into enabling
3383 them for WebKit1 as well.
3385 * platform/mac-wk2/accessibility/roles-exposed-expected.txt:
3386 * platform/mac-wk2/fast/forms/datalist: Added.
3387 * platform/mac-wk2/fast/forms/datalist/input-list-expected.txt: Added.
3388 * platform/mac-wk2/fast/forms/date: Added.
3389 * platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.png: Added.
3390 * platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.txt: Added.
3391 * platform/mac-wk2/fast/forms/time: Added.
3392 * platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.png: Added.
3393 * platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.txt: Added.
3394 * platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
3395 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering: Added.
3396 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements: Added.
3397 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls: Added.
3398 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/resets-expected.txt: Added.
3399 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets: Added.
3400 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance: Added.
3401 * platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance/default-styles-expected.txt: Added.
3402 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt: Added.
3403 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt: Added.
3404 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt:
3405 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt: Added.
3406 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt: Added.
3407 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt: Added.
3408 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt: Added.
3409 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: Added.
3410 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
3411 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:
3412 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element: Added.
3413 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Added.
3414 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt: Added.
3415 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt: Added.
3416 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime-local-expected.txt: Added.
3417 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-seconds-leading-zeroes-expected.txt: Added.
3418 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasdate-expected.txt: Added.
3419 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasdate-stepping-expected.txt: Added.
3420 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasnumber-expected.txt: Added.
3421 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasnumber-stepping-expected.txt: Added.
3422 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt: Added.
3423 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt:
3424 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-2-expected.txt: Added.
3425 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt: Added.
3426 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt:
3427 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt:
3428 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt: Added.
3429 * platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt: Added.
3430 Update results, adding new platform specific results where needed.
3432 2020-07-07 Chris Dumez <cdumez@apple.com>
3434 Resync web-platform-tests/service-workers from upstream
3435 https://bugs.webkit.org/show_bug.cgi?id=214052
3437 Reviewed by Geoff Garen.
3439 * tests-options.json:
3441 2020-07-07 Chris Dumez <cdumez@apple.com>
3443 Unreviewed, mark one of the imported WPT webaudio tests as flaky.
3445 The test is failing and printing out information that is hardware specific.
3449 2020-07-07 Andres Gonzalez <andresg_22@apple.com>
3451 Web content process hangs in AccessibilityRenderObject::setSelectedVisiblePositionRange in some corner cases.
3452 https://bugs.webkit.org/show_bug.cgi?id=214017
3454 Reviewed by Chris Fleizach.
3456 * accessibility/mac/resources/accessibility-helper.js:
3458 * accessibility/mac/selected-visible-position-range-expected.txt: Added.
3459 * accessibility/mac/selected-visible-position-range.html: Added.
3460 * accessibility/mac/text-marker-p-tags.html:
3462 2020-07-07 Simon Fraser <simon.fraser@apple.com>
3464 Unable to scroll elcomerico.pe page until the page finishes loading
3465 https://bugs.webkit.org/show_bug.cgi?id=214027
3466 <rdar://problem/64646259>
3468 Reviewed by Antti Koivisto.
3470 macOS and iOS tests with non-invertible transforms.
3472 * fast/scrolling/ios/non-invertible-transformed-scroller-ancestor-expected.txt: Added.
3473 * fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html: Added.
3474 * fast/scrolling/mac/non-invertible-transform-hit-testing-expected.txt: Added.
3475 * fast/scrolling/mac/non-invertible-transform-hit-testing.html: Added.
3477 2020-07-07 Tim Horton <timothy_horton@apple.com>
3479 <attachment> layout does not scale with Dynamic Type size changes
3480 https://bugs.webkit.org/show_bug.cgi?id=214023
3481 <rdar://problem/64914762>
3483 Reviewed by Sam Weinig.
3486 * fast/attachment/attachment-dynamic-type-expected.txt: Added.
3487 * fast/attachment/attachment-dynamic-type.html: Added.
3488 * platform/ios/TestExpectations:
3489 Add a test that ensures that changing the content size to XXXL also increases the size of the <attachment>.