2020-07-24 Alex Christensen Null check frame in Document::dispatchDisabledAdaptationsDidChangeForMainFrame and a few other places https://bugs.webkit.org/show_bug.cgi?id=214715 Reviewed by Geoffrey Garen. * security/mutation-observer-frame-detach-expected.txt: Added. * security/mutation-observer-frame-detach.html: Added. 2020-07-24 Alex Christensen Fix assertion when highlighting in detached frames and make loads complete https://bugs.webkit.org/show_bug.cgi?id=214770 Reviewed by Geoffrey Garen. * fast/editing/frame-selection-is-not-caret-expected.txt: Added. * fast/editing/frame-selection-is-not-caret.html: Added. 2020-07-24 Michael Saboff Fixed exception check handling below ScheduledAction::executeFunctionInContext() https://bugs.webkit.org/show_bug.cgi?id=214774 Reviewed by Mark Lam. New test. * js/dom/scheduled-action-exception-checks-expected.txt: Added. * js/dom/scheduled-action-exception-checks.html: Added. 2020-07-24 Yusuke Suzuki [JSC] Skip unrelated / too-compute-heavy tests in Apple Watch Series 3 https://bugs.webkit.org/show_bug.cgi?id=214768 Reviewed by Mark Lam. * js/script-tests/math-denorm.js: 2020-07-24 Hector Lopez [ macO iOS ] http/tests/xmlhttprequest/cross-origin-cookie-storage.html is passing and needs expectations removed https://bugs.webkit.org/show_bug.cgi?id=214767 Unreviewed test gardening. * platform/ios-wk1/TestExpectations: * platform/ios/TestExpectations: * platform/mac/TestExpectations: 2020-07-24 Wenson Hsieh REGRESSION (r264690): [ iOS wk2 ] editing/selection/shift-click-includes-existing-selection.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214688 Reviewed by Darin Adler. On iOS, this test simulates a "Shift + tap" and verifies that it extends an existing selection. However, it's possible for this test to fail if the selection view appears before the tap completes, since the tap may be too close to one of the selection handle views, causing `-[UITextRangeView gestureRecognizerShouldBegin:]` to return `NO` and cause the synthetic click gesture to fail in favor of toggling the visibility of the callout bar above the selection view. Mitigate this by simply adding a large margin between the existing selection and the tap location, to which the test attempts to extend the selection. * editing/selection/shift-click-includes-existing-selection.html: 2020-07-24 Tadeu Zagallo WKStringGetMaximumUTF8CStringSize should cast before arithmetic https://bugs.webkit.org/show_bug.cgi?id=214750 Reviewed by Mark Lam. * TestExpectations: * js/throw-large-string-oom-expected.txt: Added. * js/throw-large-string-oom.html: Added. * platform/wk2/TestExpectations: 2020-07-24 Mark Lam Fix exception check handling below postMessage(). https://bugs.webkit.org/show_bug.cgi?id=214761 Reviewed by Yusuke Suzuki and Keith Miller. * js/dom/missing-exception-check-below-postMessage-expected.txt: Added. * js/dom/missing-exception-check-below-postMessage.html: Added. 2020-07-24 Kenneth Russell REGRESSION (r264845): webgl/2.0.0/conformance2/textures/misc/tex-unpack-params.html is failing https://bugs.webkit.org/show_bug.cgi?id=214763 Unreviewed test gardening. This test's failing a few cases on some hardware - the MacMini8,1 bots specifically. Mark it [ Pass Failure ] until this can be investigated. * TestExpectations: 2020-07-24 Ryan Haddad [macOS WK1] imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating.svg is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214760 Unreviewed test gardening. * platform/mac-wk1/TestExpectations: Mark test as flaky. 2020-07-23 Simon Fraser steps() timing function on a transform animation triggers a render every frame https://bugs.webkit.org/show_bug.cgi?id=214712 Reviewed by Tim Horton. * animations/steps-transform-rendering-updates-expected.txt: Added. * animations/steps-transform-rendering-updates.html: Added. 2020-07-24 Mark Lam Fix JS bindings code to DECLARE_THROW_SCOPE in the functions that can throw instead of passing a ThrowScope around. https://bugs.webkit.org/show_bug.cgi?id=214695 Reviewed by Yusuke Suzuki. * js/dom/missing-exception-check-below-queueMicrotask-expected.txt: Added. * js/dom/missing-exception-check-below-queueMicrotask.html: Added. 2020-07-24 Hector Lopez [ macOS ] media/media-source/media-source-seek-complete.html is passing and needs expectation removed https://bugs.webkit.org/show_bug.cgi?id=214758 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-07-24 Jiewen Tan Propagating user gesture through Fetch API https://bugs.webkit.org/show_bug.cgi?id=214444 Reviewed by Youenn Fablet. * http/tests/media/user-gesture-preserved-across-xmlhttprequest-expected.txt: * http/tests/media/user-gesture-preserved-across-xmlhttprequest.html: * http/tests/xmlhttprequest/resources/download-header-with-delay.php: Added. 2020-07-24 Karl Rackler [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-fonts/crash-font-face-invalid-descriptor.html is a flaky timeout https://bugs.webkit.org/show_bug.cgi?id=214757 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Karl Rackler [ iOS wk2 ] http/tests/navigation/subframe-pagehide-handler-starts-load2.html is a flaky timeout https://bugs.webkit.org/show_bug.cgi?id=214755 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Hector Lopez [ macOS ] media/video-orientation.html is passing and expectation need to be removed https://bugs.webkit.org/show_bug.cgi?id=214753 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-07-24 Karl Rackler [ iOS wk2 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214752 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Kenneth Russell [WebGL2] Framebuffer and renderbuffer updates https://bugs.webkit.org/show_bug.cgi?id=126448 Reviewed by Dean Jackson. Rebaseline WebGL 2.0 conformance tests which are improved with this patch. Of these, views-with-offsets.html and gl-object-get-calls.html progress; all of the others now pass fully. * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt: * webgl/2.0.0/conformance2/renderbuffers/framebuffer-object-attachment-expected.txt: * webgl/2.0.0/conformance2/renderbuffers/framebuffer-texture-layer-expected.txt: * webgl/2.0.0/conformance2/renderbuffers/invalidate-framebuffer-expected.txt: * webgl/2.0.0/conformance2/rendering/framebuffer-unsupported-expected.txt: * webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt: * webgl/2.0.0/conformance2/textures/misc/copy-texture-image-webgl-specific-expected.txt: * webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt: 2020-07-24 Hector Lopez [ macOS ] svg/batik/text/textPosition2.svg is passing and expectation needs to be removed https://bugs.webkit.org/show_bug.cgi?id=214749 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-07-24 Karl Rackler [ iOS wk2 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214751 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Ryan Haddad [macOS WK1 EWS] compositing/repaint/iframes tests are flaky failures https://bugs.webkit.org/show_bug.cgi?id=214388 Unreviewed test gardening. * platform/mac-wk1/TestExpectations: Mark all compositing/repaint/iframes as failing for Mojave to speed up EWS while we search for the root cause. 2020-07-24 Karl Rackler [ iOS ] fast/visual-viewport/scroll-event-fired-during-scroll-alone.html is a flakey failure https://bugs.webkit.org/show_bug.cgi?id=214324 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Youenn Fablet ASSERT(!m_peerConnection.isClosed()) on imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-operations.https.html https://bugs.webkit.org/show_bug.cgi?id=214189 Reviewed by Eric Carlson. * TestExpectations: Unskip test. 2020-07-24 Hector Lopez [ macOS ] svg/wicd/test-rightsizing-b.xhtml is passing and expectation needs to be removed https://bugs.webkit.org/show_bug.cgi?id=214742 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-07-24 Chris Dumez [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout https://bugs.webkit.org/show_bug.cgi?id=214694 Reviewed by Tim Horton. * fast/web-share/share-transient-activation-expired.html: * fast/web-share/share-transient-activation.html: * fast/web-share/share-with-files.html: * fast/web-share/share-with-no-url.html: * fast/web-share/share.html: * platform/ios/TestExpectations: * resources/ui-helper.js: (window.UIHelper.setShareSheetCompletesImmediatelyWithResolution): Deleted. Update existing layout test so stop calling UIHelper.setShareSheetCompletesImmediatelyWithResolution() now that it is the default in WebKitTestRunner. * platform/ios/TestExpectations: Unskip test that is no longer timing out. 2020-07-24 Hector Lopez [ macOS iOS ] webarchive/loading/test-loading-archive-subresource-null-mimetype.html is passing and expectations need to be removed https://bugs.webkit.org/show_bug.cgi?id=214740 Unreviewed test gardening. * platform/ios/TestExpectations: * platform/mac/TestExpectations: 2020-07-24 Karl Rackler [ iOS debug wk2 ] imported/w3c/web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-center.html is a flaky timeout https://bugs.webkit.org/show_bug.cgi?id=214739 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Karl Rackler [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-flexbox/align-self-014.html is a flaky timeout https://bugs.webkit.org/show_bug.cgi?id=214736 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Karl Rackler [ iOS wk2 ] http/tests/security/xssAuditor/cached-frame.html is a flaky timeout https://bugs.webkit.org/show_bug.cgi?id=214735 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Karl Rackler [ 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 https://bugs.webkit.org/show_bug.cgi?id=214734 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Karl Rackler [ iOS wk2 ] imported/w3c/web-platform-tests/IndexedDB/key-generators/reading-autoincrement-store.any.serviceworker.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214732 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Karl Rackler [ iOS debug wk2 ] imported/w3c/web-platform-tests/IndexedDB/key-generators/reading-autoincrement-store-cursors.any.serviceworker.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214731 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Karl Rackler [ iOS wk2 ] fast/scrolling/ios/programmatic-scroll-while-zoomed.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214358 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Karl Rackler [ iOS debug wk2 ] imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-constructor.html and webrtc/simulcast-h264.html are flaky crash https://bugs.webkit.org/show_bug.cgi?id=214730 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-24 Youenn Fablet Remove assertions in RTCVideoEncoderH264 that are wrong in case of simulcast https://bugs.webkit.org/show_bug.cgi?id=214684 Reviewed by Darin Adler. * platform/mac-wk2/TestExpectations: 2020-07-23 James Darpinian [WebGL2] Query Objects https://bugs.webkit.org/show_bug.cgi?id=126940 Reviewed by Dean Jackson. * webgl/2.0.0/conformance2/query/query-expected.txt: * webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt: 2020-07-23 Yusuke Suzuki We should have exception check after promise operation https://bugs.webkit.org/show_bug.cgi?id=214610 Reviewed by Youenn Fablet and Mark Lam. * js/dom/promise-should-have-exception-check-on-operation-expected.txt: Added. * js/dom/promise-should-have-exception-check-on-operation.html: Added. 2020-07-23 Keith Miller iOS simulator does not support WebAssembly https://bugs.webkit.org/show_bug.cgi?id=191064 Reviewed by Yusuke Suzuki. Remove simulator only expectations/failures now that WebAssembly is available in the simulator. * platform/ios-simulator/TestExpectations: * platform/ios-simulator/imported/w3c/web-platform-tests/xhr/send-data-sharedarraybuffer.any-expected.txt: * platform/ios-simulator/imported/w3c/web-platform-tests/xhr/send-data-sharedarraybuffer.any.worker-expected.txt: * platform/ios-wk2/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel-expected.txt: 2020-07-23 Ryan Haddad [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout https://bugs.webkit.org/show_bug.cgi?id=214694 Unreviewd test gardening. * platform/ios-simulator-wk2/TestExpectations: * platform/ios/TestExpectations: Skip the test since it is a consistent timeout. 2020-07-23 Hector Lopez [ macOS Release wk1 ] imported/w3c/web-platform-tests/css/css-overflow/overflow-recalc-001.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214703 Unreviewed test gardening. * platform/mac-wk1/TestExpectations: 2020-07-23 Sihui Liu Allow IndexedDB in third-party frames https://bugs.webkit.org/show_bug.cgi?id=214583 Reviewed by Geoffrey Garen. Update test expectation for new behavior. * http/tests/security/cross-origin-indexeddb-expected.txt: * http/tests/security/cross-origin-indexeddb.html: * http/tests/security/cross-origin-worker-indexeddb-expected.txt: * http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html: 2020-07-23 Yusuke Suzuki Add exception check for WebCore createRejectedPromiseWithTypeError https://bugs.webkit.org/show_bug.cgi?id=214680 Reviewed by Mark Lam. * js/dom/rejected-promise-creation-should-check-exception-expected.txt: Added. * js/dom/rejected-promise-creation-should-check-exception.html: Added. 2020-07-23 Karl Rackler [ iOS wk2 ] imported/w3c/web-platform-tests/web-share/share-without-user-gesture.https.html is a constant timeout https://bugs.webkit.org/show_bug.cgi?id=214694 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-23 Zalan Bujtas Unreviewed, reverting r262124. See REGRESSION(r262124) Overlapping text on Youtube's video upload page https://bugs.webkit.org/show_bug.cgi?id=214655 * css3/flexbox/definite-main-size-expected.txt: * css3/flexbox/definite-main-size.html: 2020-07-23 Karl Rackler [ iOS wk2 ] editing/selection/shift-click-includes-existing-selection.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214688 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-23 Karl Rackler [ 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. https://bugs.webkit.org/show_bug.cgi?id=214681 Unreviewed test gardening. * platform/ios-simulator/TestExpectations: 2020-07-23 Xabier Rodriguez Calvar [GStreamer] gst_buffer_unmap: assertion 'GST_IS_BUFFER (buffer)' failed https://bugs.webkit.org/show_bug.cgi?id=213364 Reviewed by Philippe Normand. * platform/glib/TestExpectations: flagged imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-to-multiple-video-elements.https.html as Pass. 2020-07-23 Karl Rackler [ 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 https://bugs.webkit.org/show_bug.cgi?id=214685 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-23 Karl Rackler [ iOS wk2 ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214422 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: 2020-07-23 Karl Rackler [ macOS ] media/media-source/media-source-seek-redundant-append.html is a flaky timeout https://bugs.webkit.org/show_bug.cgi?id=207146 Unreviewed test gardening. * platform/mac-wk1/TestExpectations: * platform/mac/TestExpectations: 2020-07-23 Karl Rackler [ Mac wk2 ] tiled-drawing/scrolling/fixed/four-bars-zoomed.html is flaky failing.. https://bugs.webkit.org/show_bug.cgi?id=209624 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-23 Karl Rackler [ macOS wk2 debug ] imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-implicit.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214683 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-23 Karl Rackler [ macOS WK2 ] imported/w3c/web-platform-tests/css/cssom/stylesheet-same-origin.sub.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214682 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-23 Commit Queue Unreviewed, reverting r264745. https://bugs.webkit.org/show_bug.cgi?id=214681 Broke 3 web-platform-tests on iOS Reverted changeset: "iOS simulator does not support WebAssembly" https://bugs.webkit.org/show_bug.cgi?id=191064 https://trac.webkit.org/changeset/264745 2020-07-23 Mark Lam Fix missing exception checks below RTCPeerConnection.generateCertificate(). https://bugs.webkit.org/show_bug.cgi?id=214668 Reviewed by Yusuke Suzuki. * webrtc/missing-exception-checks-RTCPeerConnection-generateCertificate-expected.txt: Added. * webrtc/missing-exception-checks-RTCPeerConnection-generateCertificate.html: Added. 2020-07-23 Diego Pino Garcia [GTK] Unreviewed test gardening. Update GTK baseline after r264646. * platform/gtk/mathml/opentype/opentype-stretchy-expected.png: * platform/gtk/mathml/opentype/opentype-stretchy-expected.txt: 2020-07-22 Ryan Haddad [Win10] js/weakref-finalizationregistry.html is frequently timing out https://bugs.webkit.org/show_bug.cgi?id=214673 Unreviewed test gardening. * platform/win/TestExpectations: Mark test as flaky. 2020-07-22 Ryan Haddad Unreviewed test gardening, remove old test expectation directories for iOS 12 since they are unused. * platform/ios-12/TestExpectations: Removed. * platform/ios-12/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed. * platform/ios-12/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed. * platform/ios-12/css2.1/t1202-counter-09-b-expected.txt: Removed. * platform/ios-12/css2.1/t1202-counters-09-b-expected.txt: Removed. * platform/ios-12/editing/deleting/delete-emoji-1-expected.txt: Removed. * platform/ios-12/editing/deleting/delete-emoji-9-expected.txt: Removed. * platform/ios-12/editing/deleting/delete-emoji-expected.txt: Removed. * platform/ios-12/fast/css-generated-content/014-expected.txt: Removed. * platform/ios-12/fast/css/apple-system-colors-expected.txt: Removed. * platform/ios-12/fast/css/beforeSelectorOnCodeElement-expected.txt: Removed. * platform/ios-12/fast/css/line-height-font-order-expected.txt: Removed. * platform/ios-12/fast/events/touch/ios/pointer-events-with-modifiers-expected.txt: Removed. * platform/ios-12/fast/events/updateLayoutForHitTest-expected.txt: Removed. * platform/ios-12/fast/overflow/007-expected.txt: Removed. * platform/ios-12/fast/table/col-and-colgroup-offsets-expected.txt: Removed. * platform/ios-12/fast/text/hyphenate-avoid-orphaned-word-expected.txt: Removed. * platform/ios-12/fast/text/hyphenate-character-expected.txt: Removed. * platform/ios-12/fast/text/hyphens-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/cors/access-control-expose-headers-parsing.window-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/fetch/content-type/script.window-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/xhr/getallresponseheaders-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/xhr/getresponseheader.any-expected.txt: Removed. * platform/ios-12/imported/w3c/web-platform-tests/xhr/getresponseheader.any.worker-expected.txt: Removed. * platform/ios-12/platform/ios/ios/fast/text/opticalFont-expected.txt: Removed. * platform/ios-12/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Removed. * platform/ios-12/platform/ios/ios/fast/text/opticalFontWithWeight-expected.txt: Removed. * platform/ios-12/quicklook/excel-expected.txt: Removed. * platform/ios-12/quicklook/excel-legacy-expected.txt: Removed. * platform/ios-12/quicklook/excel-macro-enabled-expected.txt: Removed. * platform/ios-12/quicklook/keynote-09-expected.txt: Removed. * platform/ios-12/quicklook/numbers-09-expected.txt: Removed. * platform/ios-12/quicklook/pages-09-expected.txt: Removed. * platform/ios-12/quicklook/powerpoint-expected.txt: Removed. * platform/ios-12/quicklook/powerpoint-legacy-expected.txt: Removed. * platform/ios-12/svg/custom/object-sizing-expected.txt: Removed. * platform/ios-12/tables/mozilla/bugs/bug10269-2-expected.txt: Removed. * platform/ios-12/tables/mozilla/bugs/bug10296-1-expected.txt: Removed. * platform/ios-12/tables/mozilla/bugs/bug139524-2-expected.txt: Removed. * platform/ios-12/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed. * platform/ipad-12/TestExpectations: Removed. * platform/ipad-12/fast/scrolling/ios/overflow-scroll-inherited-expected.txt: Removed. * platform/ipad-12/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt: Removed. * platform/ipad-12/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt: Removed. * platform/ipad-12/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt: Removed. * platform/ipad-12/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: Removed. * platform/ipad-12/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Removed. * platform/ipad-12/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt: Removed. 2020-07-22 Eric Carlson [Cocoa] canPlayType with 'codecs' parameter should never return "maybe" https://bugs.webkit.org/show_bug.cgi?id=214621 Reviewed by Jer Noble. * media/media-can-play-av1-expected.txt: * media/media-can-play-av1.html: * media/vp9.html: * platform/ios/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Added. * platform/ios/media/media-can-play-av1-expected.txt: Removed. * platform/ios/media/media-can-play-wav-audio-expected.txt: Copied from LayoutTests/platform/mac/media/media-can-play-wav-audio-expected.txt. * platform/mac/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Added. * platform/mac/media/media-can-play-av1-expected.txt: Removed. * platform/mac/media/media-can-play-wav-audio-expected.txt: 2020-07-22 Kenneth Russell [WebGL2] Implement multiple render target entry points https://bugs.webkit.org/show_bug.cgi?id=211156 Reviewed by Dean Jackson. Rebaseline one layout test which is now fully passing, and another which now properly detects errors. * fast/canvas/webgl/webgl2/sequences-expected.txt: * webgl/2.0.0/conformance2/reading/read-pixels-from-fbo-test-expected.txt: 2020-07-22 Karl Rackler [ macOS debug wk2 ] Set expectation for imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html is a flaky crash. https://bugs.webkit.org/show_bug.cgi?id=214661 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-22 Fujii Hironori [Win][Uniscribe] Material icons containing underscore or numbers aren't shown because ScriptItemize splits them apart https://bugs.webkit.org/show_bug.cgi?id=201214 Reviewed by Don Olmstead. * fonts/ligature-expected.html: Added. * fonts/ligature.html: Added. * fonts/ligature.woff: Added. Created a font for testing ligature containing only 0-9, underscore, 'a' and U+E000 glyphs. U+E000 has a ligature string "0_a". 2020-07-22 Karl Rackler [ macOS debug wk2 ] Set test expectation for tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html as it is flaky crash https://bugs.webkit.org/show_bug.cgi?id=214651 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-22 Simon Fraser compositing/repaint/iframes/compositing-iframe-scroll-repaint.html fails on Mojave https://bugs.webkit.org/show_bug.cgi?id=214647 Unreviewed test gardening. This test fails on Mojave. * platform/mac-wk1/TestExpectations: 2020-07-22 Myles C. Maxfield REGRESSION(r205826): narrowNoBreakSpace (U+202F) has zero width, regardless of font https://bugs.webkit.org/show_bug.cgi?id=214626 Reviewed by Timothy Hatcher. * fast/text/narrowNoBreakSpace-expected-mismatch.html: Added. * fast/text/narrowNoBreakSpace.html: Added. * fast/text/narrow-non-breaking-space-expected-mismatch.html: Renamed from fast/text/narrow-non-breaking-space-expected.html. * fast/text/narrow-non-breaking-space.html: Made the test more robust. 2020-07-21 Simon Fraser Scrolling tesla.com on iPad is not smooth https://bugs.webkit.org/show_bug.cgi?id=214627 Reviewed by Tim Horton. * fast/scrolling/ios/adjust-scroll-snap-during-gesture-expected.txt: Added. * fast/scrolling/ios/adjust-scroll-snap-during-gesture.html: Added. 2020-07-22 Hector Lopez [ macOS ] imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214643 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-07-22 Commit Queue Unreviewed, reverting r264691. https://bugs.webkit.org/show_bug.cgi?id=214642 Regressed fast/mediastream/captureStream/canvas3d.html Reverted changeset: "[WebGL2] Implement multiple render target entry points" https://bugs.webkit.org/show_bug.cgi?id=211156 https://trac.webkit.org/changeset/264691 2020-07-22 Youenn Fablet KeepAlive fetch should not be blocked in pagehide event handlers https://bugs.webkit.org/show_bug.cgi?id=214630 Reviewed by Chris Dumez. * http/wpt/fetch/fetch-in-pagehide-expected.txt: Added. * http/wpt/fetch/fetch-in-pagehide.html: Added. * http/wpt/fetch/resources/fetch-in-pagehide-window.html: Added. 2020-07-22 Diego Pino Garcia [GTK] Unreviewed test gardening. Update test expectations after r264694. * platform/glib/TestExpectations: * platform/glib/imported/w3c/web-platform-tests/encoding/eof-shift_jis-expected.txt: Added. * platform/gtk/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: * platform/wpe/TestExpectations: 2020-07-21 Kenneth Russell [WebGL2] Implement multiple render target entry points https://bugs.webkit.org/show_bug.cgi?id=211156 Reviewed by Myles C. Maxfield. Rebaseline one layout test which is now fully passing, and another which now properly detects errors. * fast/canvas/webgl/webgl2/sequences-expected.txt: * webgl/2.0.0/conformance2/reading/read-pixels-from-fbo-test-expected.txt: 2020-07-21 Wenson Hsieh REGRESSION (r258871): Shift + click to extend selection loses currently selected text https://bugs.webkit.org/show_bug.cgi?id=214617 Reviewed by Megan Gardner. Add a new layout test to verify that the bug does not occur. * editing/mac/spelling/autocorrection-contraction-expected.txt: Rebaseline an existing layout test, restoring the test expectations to what they were prior to r258871. It seems that the more recently added expectations (while not seemingly incorrect) were dependent on `characterCount` computing the number of characters from the start position to the end of the document, rather than the end. * editing/selection/shift-click-includes-existing-selection-expected.txt: Added. * editing/selection/shift-click-includes-existing-selection.html: Added. * resources/ui-helper.js: (window.UIHelper.activateAt.return.new.Promise): (window.UIHelper.activateAt): (window.UIHelper.activateElement): Add an optional `modifiers` argument to the `activateAt` and `activateElement` helper methods, which can be used to simulate key modifiers being held while synthesizing the "activation" (i.e. tap or click). 2020-07-21 Jer Noble [Cocoa] Add experimental MSE WebM parser https://bugs.webkit.org/show_bug.cgi?id=214529 Reviewed by Eric Carlson. * media/media-source/content/test-vp9-manifest.json: Added. * media/media-source/content/test-vp9.webm: Added. * media/media-source/media-source-webm-expected.txt: Added. * media/media-source/media-source-webm.html: Added. 2020-07-21 Brian Burg Web Inspector: inspector/canvas/memory.html is failing on macOS Apple Silicon https://bugs.webkit.org/show_bug.cgi?id=214619 Reviewed by Devin Rousso. * inspector/canvas/memory-expected.txt: * inspector/canvas/memory.html: Canvas memory costs are not the same as on Intel macOS. Change the test to simply check that the memory cost increases from zero-ish to not-zero. 2020-07-21 Yusuke Suzuki Use CatchScope in microtask execution https://bugs.webkit.org/show_bug.cgi?id=214600 Reviewed by Mark Lam. * js/dom/microtask-drain-should-use-catch-scope-expected.txt: Added. * js/dom/microtask-drain-should-use-catch-scope.html: Added. 2020-07-21 Youenn Fablet NetworkConnectionToWebProcess should not handle NetworkRTCProvider messages https://bugs.webkit.org/show_bug.cgi?id=214547 Reviewed by Alex Christensen. * platform/mac/TestExpectations: 2020-07-21 Sihui Liu REGRESSION(r264486): ASSERTION FAILED: ASSERT_NOT_REACHED() in NetworkProcessPlatformStrategies::createBlobRegistry https://bugs.webkit.org/show_bug.cgi?id=214425 Reviewed by Youenn Fablet. Remove storage/indexeddb/structured-clone-private.html as blob is not supported in IDB for private browsing. Also storage/indexeddb/structured-clone.html already covers the code paths for structured clone in IDB. * platform/mac-wk1/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/win/TestExpectations: * storage/indexeddb/resources/structured-clone.js: (testFile): * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone-private-expected.txt: Removed. * storage/indexeddb/structured-clone-private.html: Removed. 2020-07-21 Hector Lopez [ iOS WK2 ] fast/scrolling/ios/autoscroll-input-when-very-zoomed.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214598 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: 2020-07-21 Zalan Bujtas [UI Events] Make mousemove cancelable https://bugs.webkit.org/show_bug.cgi?id=214513 Reviewed by Simon Fraser. * fast/text/selection-is-prevent-defaulted-expected.txt: Added. * fast/text/selection-is-prevent-defaulted.html: Added. * platform/mac/fast/events/objc-event-api-expected.txt: 2020-07-21 Hector Lopez [ Release Mac wk2 ] svg/animations/smil-leak-element-instances.svg is flaky failing https://bugs.webkit.org/show_bug.cgi?id=214579 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-21 Philippe Normand Unreviewed WPE/GTK gardening * platform/glib/TestExpectations: imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html is passing since r264607. 2020-07-21 Xabier Rodriguez Calvar [GStreamer][1.18] mediastreamsrc element hits assert in gst -core https://bugs.webkit.org/show_bug.cgi?id=214150 Reviewed by Philippe Normand. As result of this bug fast/mediastream/MediaStream-removeTrack-while-playing.html begins to crash in debug mode in an assertion. When a track is removed the observer is not removed and when it dies there are null objects in the observer weak hash set. Still, if you do a quick patch to remove the observer, things can still crash as track removal is racy and in release there' other crash. All this needs to be taclked as a general approach to fix track removal. * platform/glib/TestExpectations: Added fast/mediastream/MediaStream-removeTrack-while-playing.html as Pass Crash for release and crash for debug. 2020-07-21 Carlos Garcia Campos [FreeType] Add support for text-underline-offset and text-decoration-thickness https://bugs.webkit.org/show_bug.cgi?id=214550 Reviewed by Adrian Perez de Castro. Remove expectations for tests that are now passing. * platform/gtk/TestExpectations: 2020-07-20 Alex Christensen Revert r262776 for existing apps using UIWebView/WebView https://bugs.webkit.org/show_bug.cgi?id=214528 Reviewed by Tim Horton. * platform/mac-wk1/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt: Added. * platform/mac-wk1/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/xhr/send-blob-with-no-mime-type-expected.txt: Added. 2020-07-20 Keith Miller Reduce number of iterations for weakref tests https://bugs.webkit.org/show_bug.cgi?id=214567 Reviewed by Mark Lam. These tests seem to time out on the watch series 3 simulator. Let's reduce the number of iterations and see if it impacts the flakiness of the test. * js/script-tests/weakref-async-is-collected.js: (turnEventLoop): * js/script-tests/weakref-eventually-collects-values.js: (turnEventLoop): * js/script-tests/weakref-microtasks-dont-collect.js: (turnEventLoop): * js/script-tests/weakref-weakset-consistency.js: (turnEventLoop): 2020-07-20 Hector Lopez [ Release Mac wk2 ] svg/animations/smil-leak-list-property-instances.svg is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214574 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-20 Wenson Hsieh REGRESSION (r261874): Typing near the bottom of a scrollable document causes the scroll position to jump https://bugs.webkit.org/show_bug.cgi?id=214426 Reviewed by Simon Fraser. Add a test to verify that the scroll position doesn't change when deleting and then reinserting the only character on a line (i.e. `div` element) in a contenteditable element. This test also verifies that deleting lines in a way that decreases the height of the document still clamps the scroll position by scrolling up. * editing/execCommand/typing-should-not-trigger-scrolling-when-selection-is-visible-expected.txt: Added. * editing/execCommand/typing-should-not-trigger-scrolling-when-selection-is-visible.html: Added. * platform/mac-wk1/TestExpectations: Mark the test as failing in WebKit1 for now, which will require some additional work. 2020-07-20 Hector Lopez [ iOS ] css3/blending/blend-mode-clip-accelerated-blending-canvas.html is passing and expectations need to be removed https://bugs.webkit.org/show_bug.cgi?id=214570 Unreviewed test gardening. * platform/ios/TestExpectations: 2020-07-20 Said Abou-Hallawa CSS clip-path is applied to the root element in the view-box coordinates https://bugs.webkit.org/show_bug.cgi?id=214418 Reviewed by Darin Adler. * svg/in-html/svg-view-box-css-clip-path-expected.html: Added. * svg/in-html/svg-view-box-css-clip-path.html: Added. 2020-07-20 Clark Wang Fixes to match BaseAudioContext.idl to spec https://bugs.webkit.org/show_bug.cgi?id=214487 Reviewed by Chris Dumez. Changed test for default panningModel to equalpower to match spec, Chrome and Firefox. * webaudio/pannernode-basic-expected.txt: * webaudio/pannernode-basic.html: 2020-07-20 Ryan Haddad Unreviewed test gardening, skip flaky test webgl/2.0.0/conformance2/state/gl-object-get-calls.html. * platform/mac-wk1/TestExpectations: * platform/mac/TestExpectations: 2020-07-20 Keith Miller Add support for FinalizationRegistries https://bugs.webkit.org/show_bug.cgi?id=199888 Reviewed by Yusuke Suzuki. * js/script-tests/weakref-finalizationregistry.js: Added. (makeWeakRef): (turnEventLoop): (async test): * js/weakref-finalizationregistry-expected.txt: Added. * js/weakref-finalizationregistry.html: Added. 2020-07-20 Kate Cheney [ iOS macOS ] http/tests/resourceLoadStatistics/grandfathering-database.html is a rare flaky timeout https://bugs.webkit.org/show_bug.cgi?id=213553 Reviewed by Darin Adler. Remove unnecessary calls to register for a statistics processing callback, now that it is done synchronously as a part of the installing function. * http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker-database.html: * http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker.html: * http/tests/resourceLoadStatistics/count-third-party-script-loads-database.html: * http/tests/resourceLoadStatistics/count-third-party-script-loads.html: * http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations-database.html: * http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations.html: * http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script-database.html: * http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script.html: * http/tests/resourceLoadStatistics/many-inserts-only-insert-once.html: * http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown-database.html: * http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html: * http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown-database.html: * http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html: The testing contents should be part of the callback for setEnableFeature to ensure setup finishes before the test is run. * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-database.html: * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-database.html: * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html: * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html: * http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-database.html: * http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html: * http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database.html: * http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html: * http/tests/resourceLoadStatistics/resources/util.js: (setEnableFeature): This call is unnecessary as the parameters are cleared in WKWebsiteDataStoreStatisticsResetToConsistentState. * http/tests/webAPIStatistics/canvas-read-and-write-data-collection.html: * http/tests/webAPIStatistics/font-load-data-collection.html: * http/tests/webAPIStatistics/navigator-functions-accessed-data-collection.html: * http/tests/webAPIStatistics/screen-functions-accessed-data-collection.html: * http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html: * platform/ios-wk2/TestExpectations: 2020-07-20 Philippe Normand [GStreamer] Add support for canvas captureStream, tests failing since they were added in r213598 https://bugs.webkit.org/show_bug.cgi?id=169811 Reviewed by Darin Adler. Unflag passing tests and rebaseline one platform-specific WPT test expectation which differs from the default by only one line. * platform/glib/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added. * platform/gtk/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Removed. * platform/wpe/TestExpectations: 2020-07-20 Youenn Fablet Fix buggy assert in h265_vps_sps_pps_tracker.cc https://bugs.webkit.org/show_bug.cgi?id=214545 Reviewed by Eric Carlson. * platform/mac-wk2/TestExpectations: 2020-07-20 Youenn Fablet GenerateCertificateAsync should be called on signaling thread https://bugs.webkit.org/show_bug.cgi?id=214447 Reviewed by Geoffrey Garen. * platform/mac-wk2/TestExpectations: 2020-07-20 Commit Queue Unreviewed, reverting r264596. https://bugs.webkit.org/show_bug.cgi?id=214551 hits Debug asserts Reverted changeset: "[GStreamer] Add support for canvas captureStream, tests failing since they were added in r213598" https://bugs.webkit.org/show_bug.cgi?id=169811 https://trac.webkit.org/changeset/264596 2020-07-20 Rob Buis Setting URL.hash to '#' should preserve '#' https://bugs.webkit.org/show_bug.cgi?id=214318 Reviewed by Youenn Fablet. Update test expectations to new behavior. * fast/dom/DOMURL/set-href-attribute-hash-expected.txt: * fast/dom/DOMURL/set-href-attribute-hash.html: * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: 2020-07-20 Philippe Normand [GStreamer] Add support for canvas captureStream, tests failing since they were added in r213598 https://bugs.webkit.org/show_bug.cgi?id=169811 Reviewed by Darin Adler. Unflag passing tests and rebaseline one platform-specific WPT test expectation which differs from the default by only one line. * platform/glib/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added. * platform/gtk/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Removed. * platform/wpe/TestExpectations: 2020-07-20 Philippe Normand [GStreamer] ImageDecoder hits more Debug ASSERTs https://bugs.webkit.org/show_bug.cgi?id=214191 Reviewed by Xabier Rodriguez-Calvar. * platform/glib/TestExpectations: Unflag no-longer-crashing tests. 2020-07-20 Philippe Normand Unreviewed, GTK gardening * platform/gtk/TestExpectations: Unflag now-stable webrtc tests, no longer flaky since r263836. 2020-07-19 Lauro Moura [GTK][WPE] Remove some deprecated expectation files and garden failures Unreviewed test gardening. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Removed. * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Removed. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Removed. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed. * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Removed. * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Removed. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Removed. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed. 2020-07-18 Alexey Shvayka Redefining a property should not change its insertion index (Object.keys order) https://bugs.webkit.org/show_bug.cgi?id=142933 Reviewed by Saam Barati. * js/object-literal-duplicate-properties-expected.txt: * js/script-tests/object-literal-duplicate-properties.js: 2020-07-18 Chris Dumez Unreviewed, skip a few css WPT tests that are crashing in Debug since the recent WPT resync. * TestExpectations: 2020-07-18 Chris Dumez Unreviewed, mark imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-addIceCandidate-timing.https.html as flaky. * TestExpectations: 2020-07-18 Chris Dumez Unreviewed, mark imported/w3c/web-platform-tests/web-share/share-url-invalid.https.html as timing out on iOS. It has been timing out since import in r264564. * platform/ios-wk2/TestExpectations: 2020-07-17 Chris Dumez Resync web-platform-tests/web-share from upstream https://bugs.webkit.org/show_bug.cgi?id=214507 Reviewed by Alex Christensen. * TestExpectations: * platform/mac-wk2/imported/w3c/web-platform-tests/web-share/share-url-invalid.https-expected.txt: 2020-07-17 Chris Dumez Resync web-platform-tests/encoding from upstream https://bugs.webkit.org/show_bug.cgi?id=214502 Reviewed by Geoff Garen. * TestExpectations: 2020-07-17 Truitt Savell [ Mac iOS ] imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup.html is failing as of the re-sync in r 264522 https://bugs.webkit.org/show_bug.cgi?id=214512 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: * platform/mac/TestExpectations: 2020-07-17 Sihui Liu REGRESSION(r264486): storage/indexeddb/structured-clone.html crashes https://bugs.webkit.org/show_bug.cgi?id=214481 Unreviewed test gardening. * platform/win/TestExpectations: 2020-07-17 Lauro Moura [GTK] fast/events/context-activated-by-key-event.html is crashing https://bugs.webkit.org/show_bug.cgi?id=199444 Reviewed by Michael Catanzaro. * platform/gtk/TestExpectations: Remove fixed test entry. 2020-07-17 Truitt Savell Rebase compositing/repaint/iframes/compositing-iframe-scroll-repaint.html back to previous state after ​r264522 https://bugs.webkit.org/show_bug.cgi?id=214414 Unreviewed test gardening. * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: 2020-07-17 Truitt Savell Unreviewed, reverting r264549. Expectation made in the wrong folder Reverted changeset: "Rebase compositing/repaint/iframes/compositing-iframe-scroll- repaint.html back to previous state after https://trac.webkit.org/changeset/264522/webkit" https://bugs.webkit.org/show_bug.cgi?id=214414 https://trac.webkit.org/changeset/264549 2020-07-17 Truitt Savell Rebase compositing/repaint/iframes/compositing-iframe-scroll-repaint.html back to previous state after https://trac.webkit.org/changeset/264522/webkit https://bugs.webkit.org/show_bug.cgi?id=214414 Unreviewed test gardening. * compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: 2020-07-17 Chris Dumez Resync web-platform-tests/clipboard-apis from upstream https://bugs.webkit.org/show_bug.cgi?id=214496 Reviewed by Geoffrey Garen. * tests-options.json: 2020-07-17 Hector Lopez [ macOS iOS ] imported/w3c/web-platform-tests/cors/remote-origin.htm is passing need to add passing expectation for macOS and iOS https://bugs.webkit.org/show_bug.cgi?id=214498 Unreviewed test gardening. * platform/ios/TestExpectations: * platform/mac/TestExpectations: 2020-07-17 Chris Dumez Stop using promise_rejects() under LayoutTests/http/wpt https://bugs.webkit.org/show_bug.cgi?id=214494 Reviewed by Geoffrey Garen. Stop using promise_rejects() under LayoutTests/http/wpt as it has been dropped from upstream testharness.js in favor of promise_rejects_js() / promise_reject_dom(). * http/wpt/2dcontext/imagebitmap/createImageBitmap-sizing.html: * http/wpt/2dcontext/imagebitmap/createImageBitmap.html: * http/wpt/cache-storage/cache-quota-add.any.js: (promise_test.async test): * http/wpt/cache-storage/cache-quota-after-restart.any.js: (promise_test.async test): * http/wpt/cache-storage/cache-storage-networkprocess-crash.html: * http/wpt/credential-management/credentialscontainer-create-basics.https.html: * http/wpt/credential-management/credentialscontainer-get-basics.https.html: * http/wpt/credential-management/credentialscontainer-preventSilentAccess-basics.https.html: * http/wpt/credential-management/credentialscontainer-store-basics.https.html: * http/wpt/fetch/request-stream-disturbed-2.html: * http/wpt/fetch/request-stream-disturbed-3.html: * http/wpt/fetch/request-stream-empty.html: * http/wpt/fetch/request-stream-error.html: * http/wpt/fetch/response-status-text.html: * http/wpt/service-workers/cors-preflight-star.any.js: (origin.location.origin.preflightTest): * http/wpt/service-workers/service-worker-spinning-install.https.html: * http/wpt/webaudio/audiocontext-stopped.html: * http/wpt/webauthn/public-key-credential-create-with-invalid-parameters.https.html: * http/wpt/webauthn/public-key-credential-get-with-invalid-parameters.https.html: * http/wpt/webrtc/generateCertificate.html: 2020-07-17 Clark Wang Added Fixes for AudioScheduledSourceNode https://bugs.webkit.org/show_bug.cgi?id=214381 Reviewed by Chris Dumez. Re-baselined existing tests. * webaudio/oscillator-custom-expected.wav: * webaudio/oscillator-sawtooth-expected.wav: * webaudio/oscillator-square-expected.wav: * webaudio/oscillator-triangle-expected.wav: 2020-07-17 Kenneth Russell [WebGL2] ReadPixels updates https://bugs.webkit.org/show_bug.cgi?id=209516 Reviewed by Dean Jackson. Rebaseline three tests under conformance2/reading/, which are now fully passing. One more driver bug workaround is needed in ANGLE in order to make the remaining tests in this directory fully pass. Rebaseline two other layout tests which progress with these changes. (One gets farther and signals more errors than before.) * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt: * webgl/2.0.0/conformance2/reading/read-pixels-from-rgb8-into-pbo-bug-expected.txt: * webgl/2.0.0/conformance2/reading/read-pixels-into-pixel-pack-buffer-expected.txt: * webgl/2.0.0/conformance2/reading/read-pixels-pack-parameters-expected.txt: * webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt: 2020-07-17 James Darpinian [WebGL2] Sync objects https://bugs.webkit.org/show_bug.cgi?id=126942 Reviewed by Dean Jackson. * webgl/TestExpectations: webgl/2.0.0/deqp/functional/gles3/sync.html times out in the layout test harness, though it passes in MiniBrowser. 2020-07-17 Truitt Savell Add Failing expectations for Windows and GTK after r264483 https://bugs.webkit.org/show_bug.cgi?id=214428 Unreviewed test gardening. * platform/gtk/TestExpectations: * platform/win/TestExpectations: 2020-07-17 Lauro Moura [GTK][WPE] Garden svg failures and unify some svg expectations Unreviewed test gardening. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: * platform/wpe/TestExpectations: 2020-07-17 Sihui Liu REGRESSION(r264486): storage/indexeddb/structured-clone.html crashes https://bugs.webkit.org/show_bug.cgi?id=214481 Reviewed by Yusuke Suzuki. r264486 added a new type RTCCertificate in structured-clone.html to test as many types in IDB as possible. However, RTCCertificate is not supported before the fix because of a crash in web process. Given that this is a separate issue, track it in https://bugs.webkit.org/show_bug.cgi?id=214447 and remove this type from test to make sure it runs to the end on the bots. * storage/indexeddb/resources/structured-clone.js: (testRTCCertificate.promise.then): Deleted. (testRTCCertificate): Deleted. * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone-private-expected.txt: 2020-07-17 Carlos Alberto Lopez Perez Update WPT css directory https://bugs.webkit.org/show_bug.cgi?id=214414 Reviewed by Chris Dumez. Rebaseline expectations for testharness tests and update expectations for ref-tests. * TestExpectations: * platform/glib/TestExpectations: * platform/gtk/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-color-property-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-from-image-computed-style-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-none-computed-style-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-multicol/change-abspos-width-in-second-column-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-multicol/change-out-of-flow-type-and-remove-inner-multicol-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-pseudo/marker-intrinsic-contribution-001-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: * platform/gtk/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added. * platform/ios-wk2/TestExpectations: * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-bottom-composition-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-top-composition-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/svg-as-image-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-multicol/change-abspos-width-in-second-column-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-multicol/change-out-of-flow-type-and-remove-inner-multicol-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-sizing/frameset-intrinsic-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-sizing/min-content-negative-margin-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: * platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added. * platform/mac-wk1/TestExpectations: * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: * platform/mac-wk1/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added. * platform/wpe/TestExpectations: * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/inheritance-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-attribute-changes-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-empty-content-value-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-first-valid-applies-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-insert-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-no-content-value-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-presentational-hint-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-remove-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-remove-head-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-body-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-head-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/meta/meta-color-scheme-single-value-in-shadow-tree-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-computed-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-invalid-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/parsing/color-scheme-valid-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-color-property-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-implicit-track-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-implicit-track-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-from-image-computed-style-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-none-computed-style-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-non-matching-media-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-pseudo/marker-intrinsic-contribution-001-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-001-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: * platform/wpe/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/mediaqueries/prefers-color-scheme-expected.txt: Added. 2020-07-17 Truitt Savell Changing expectations to Skip from r264519 https://bugs.webkit.org/show_bug.cgi?id=214478 Unreviewed test gardening. * platform/mac-wk1/TestExpectations: * platform/mac-wk2/TestExpectations: 2020-07-17 Truitt Savell REGRESSION: (r264492) Broke 9 WebRTC tests and 4 indexeddb tests https://bugs.webkit.org/show_bug.cgi?id=214478 Unreviewed test gardening. * platform/mac-wk1/TestExpectations: * platform/mac-wk2/TestExpectations: 2020-07-17 Rob Buis Changing URL.host should not override port https://bugs.webkit.org/show_bug.cgi?id=151613 Reviewed by Alex Christensen. Adjust tests to expect the new behavior. * fast/dom/DOMURL/set-href-attribute-host-expected.txt: * fast/dom/DOMURL/set-href-attribute-host.html: * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: * fast/dom/HTMLAnchorElement/set-href-attribute-host.html: 2020-07-17 Lauro Moura [GTK][WPE] Garden imported html failures Unreviewed test gardening. Updated idlharness expectations and marked the 2dpattern one as flaky due to those unhandled promise rejection message. * platform/glib/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: * platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1-expected.txt: Removed. * platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 2020-07-17 Lauro Moura [GTK][WPE] Garden imagebitmap-rendering context failures after r264459 Unreviewed test gardening. GLib ports fail not due to missing OffscreenCanvas, but missing bitmaprender support there, already tracked in another bug. * platform/glib/TestExpectations: 2020-07-17 Lauro Moura [GTK][WPE] Remove deprecated baselines after latest WPT css update. Unreviewed test gardening. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Removed. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Removed. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Removed. 2020-07-16 Lauro Moura [GTK][WPE] Garden two resource timing failures after WPT update Unreviewed test gardening. * platform/glib/TestExpectations: * platform/glib/imported/w3c/web-platform-tests/resource-timing/resource_connection_reuse_mixed_content_redirect-expected.txt: Added. 2020-07-16 Lauro Moura [GTK] Garden some debug crashes Unreviewed test gardening. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: 2020-07-16 Jiewen Tan [WebAuthn] Add a console message: "User gesture is required to use the platform authenticator." https://bugs.webkit.org/show_bug.cgi?id=214380 Reviewed by Devin Rousso. * http/wpt/credential-management/credentialscontainer-store-basics.https-expected.txt: * http/wpt/webauthn/ctap-hid-failure.https-expected.txt: * http/wpt/webauthn/ctap-hid-success.https-expected.txt: * http/wpt/webauthn/ctap-nfc-failure.https-expected.txt: * http/wpt/webauthn/idl.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-failure-hid-silent.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-failure-hid.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-failure-local-silent.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-failure-local.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-failure-nfc.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-failure-u2f.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-failure.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-success-hid.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-success-local.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-success-nfc.https-expected.txt: * http/wpt/webauthn/public-key-credential-create-success-u2f.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-failure-hid-silent.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-failure-hid.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-failure-local-silent.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-failure-local.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-failure-nfc.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-failure-u2f-silent.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-failure-u2f.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-failure.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-success-hid.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-success-local.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-success-nfc.https-expected.txt: * http/wpt/webauthn/public-key-credential-get-success-u2f.https-expected.txt: 2020-07-16 Hector Lopez [ macOS iOS ] imported/mozilla/svg/linearGradient-basic-03.svg is passing and expectations need to be removed https://bugs.webkit.org/show_bug.cgi?id=214430 Unreviewed test gardening. * TestExpectations: 2020-07-16 Sihui Liu IDB serialization of some DOM object types crashes the Networking process due to incorrect global object type (WPT IndexedDB/structured-clone.any tests fail) https://bugs.webkit.org/show_bug.cgi?id=210735 Reviewed by Yusuke Suzuki. * platform/ios/TestExpectations: * platform/wk2/TestExpectations: * storage/indexeddb/resources/structured-clone.js: (testPrimitiveValue): (testBoolean): (testBooleanObject): (testString): (testStringObject): (testNumber): (testNumberObject): (testBigInt): (testBigIntObject.testOneBigIntObject): (testBigIntObject): (testDateObject): (testTypedArray.testTypedArrayValue): (testArrays): (testGeometryTypes.testOneGeometryType): (testRTCCertificate.promise.then): (testRTCCertificate): (testCryptoKey.promise.then): (testBadTypes): Deleted. * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone-private-expected.txt: 2020-07-16 Hector Lopez [ macOS iOS ] imported/mozilla/svg/blend-saturation.svg is passing and need expectations removed https://bugs.webkit.org/show_bug.cgi?id=214428 Unreviewed test gardening. * TestExpectations: 2020-07-16 Megan Gardner Selection is not always clearing when tapping. https://bugs.webkit.org/show_bug.cgi?id=214326 Reviewed by Wenson Hsieh. * editing/selection/ios/hide-selection-after-tap-on-prevent-default-element-expected.txt: Added. * editing/selection/ios/hide-selection-after-tap-on-prevent-default-element.html: Added. * resources/ui-helper.js: (window.UIHelper.tapElement): 2020-07-16 Truitt Savell (r264469) [ Mac ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214422 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-07-16 Chris Dumez Resync web-platform-tests/interfaces from upstream https://bugs.webkit.org/show_bug.cgi?id=214413 Reviewed by Alex Christensen. * platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: * platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 2020-07-16 Jer Noble [Cocoa] Add MediaCapabilities support for SW VP9 decoder. https://bugs.webkit.org/show_bug.cgi?id=214316 Reviewed by Eric Carlson. * platform/mac/media/mediacapabilities/vp9-decodingInfo-sw-expected.txt: Added. * platform/mac/media/mediacapabilities/vp9-decodingInfo-sw.html: Added. 2020-07-16 Hector Lopez Regression tests cannot load video over HTTPS with self-signed certificate https://bugs.webkit.org/show_bug.cgi?id=155132 Unreviewed test gardening. * TestExpectations: 2020-07-16 Carlos Alberto Lopez Perez Update WPT tests for css-writing-modes (follow-up fix) https://bugs.webkit.org/show_bug.cgi?id=214278 Unreviewed follow-up to r264337. * TestExpectations: Update expectation for test passing now. 2020-07-16 Hector Lopez [ macOS wk2 ] REGRESSION(r263485): fast/scrolling/mac/scroll-snapping-in-progress.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213804 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-16 Chris Dumez Resync web-platform-tests/resource-timing from upstream https://bugs.webkit.org/show_bug.cgi?id=214377 Reviewed by Carlos Alberto Lopez Perez. * TestExpectations: * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/crossorigin-sandwich-no-TAO.sub-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/nextHopProtocol-tao-protected.https-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/redirects.sub-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/resource-reload-TAO.sub-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/resource-timing/workerStart-tao-protected.https-expected.txt: Added. * tests-options.json: 2020-07-16 Carlos Alberto Lopez Perez Update WPT css/support directory https://bugs.webkit.org/show_bug.cgi?id=214350 Reviewed by Chris Dumez. Update expectations. * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-template-columns-computed-withcontent-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/subgrid/grid-template-computed-nogrid-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/interact/parsing/pointer-events-computed-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-width-computed-expected.txt: * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-actual.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-actual.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linecap-computed-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linecap-computed-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-miterlimit-computed-expected.txt: Added. * platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-opacity-computed-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-template-columns-computed-withcontent-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/subgrid/grid-template-computed-nogrid-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/interact/parsing/pointer-events-computed-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt: 2020-07-16 Carlos Garcia Campos REGRESSION(r264272) [GTK][WPE] css3/color/composited-solid-backgrounds.html is failing https://bugs.webkit.org/show_bug.cgi?id=214260 Reviewed by Darin Adler. Remove expectations of css3/color/composited-solid-backgrounds.html. * platform/glib/TestExpectations: 2020-07-15 Yusuke Suzuki Should clear exception after microtask draining https://bugs.webkit.org/show_bug.cgi?id=214391 Reviewed by Mark Lam. * js/dom/microtask-drain-should-clear-exceptions-expected.txt: Added. * js/dom/microtask-drain-should-clear-exceptions.html: Added. 2020-07-15 Ryan Haddad Unreviewed test gardening, add iOS baseliens for tests re-synced in r264427 and r264432. * platform/ios/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added. * platform/ios/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added. 2020-07-15 Simon Fraser [ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214133 Unreviewed test fixing. Test needs to wait for the visible content rect update to trigger scroll updates in the web process. * fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html: * platform/ios-wk2/TestExpectations: 2020-07-15 Mark Lam Speculative fix for flaky fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html. https://bugs.webkit.org/show_bug.cgi?id=214386 Unreviewed gardening. * fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js: 2020-07-15 Ryan Haddad Unreviewed test gardening, move the Mojave baseline to the correct folder since I really messed up in r264373. * 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. 2020-07-15 Carlos Alberto Lopez Perez [GTK][WPE] Gardening after r264424 and r264427 Unreviewed gardening. Merge common expectations for svg/ when they are the same. * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/animations/seeking-events-4-expected.txt: Added. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-001-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-002-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-hidden-attr-change-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-nested-symbol-001-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/use-symbol-rendered-001-expected.txt: Added. * 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. * platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-orient-001-expected.txt: Added. * 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. * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-002-expected.txt: Added. * 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. * 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. * 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. * 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. * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-021-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-022-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-023-expected.txt: Added. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * platform/gtk/imported/w3c/web-platform-tests/svg/shapes/scripted/stroke-dashes-hit-at-high-scale-expected.txt: Added. * 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. * 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. * 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. * 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. * platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/tspan-opacity-mixed-direction-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/svg/types/scripted/SVGGeometryElement.isPointInStroke-02-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-list-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/wrap-enumerated-ascii-case-insensitive-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt: * platform/wpe/imported/w3c/web-platform-tests/mimesniff/mime-types/charset-parameter.window-expected.txt: * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_getCoalescedEvents_when_pointerlocked-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointerlock_after_pointercapture-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointerlock_supercedes_capture-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointermove_in_pointerlock-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-reference-local-textpath-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-001-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-descendant-combinator-002-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-hidden-attr-change-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-nested-symbol-001-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/use-symbol-rendered-001-expected.txt: Added. * 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. * platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-orient-001-expected.txt: Added. * 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. * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-002-expected.txt: Added. * 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. * 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. * 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. * 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. * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-021-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-022-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-023-expected.txt: Added. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * platform/wpe/imported/w3c/web-platform-tests/svg/shapes/scripted/stroke-dashes-hit-at-high-scale-expected.txt: Added. * 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. * 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. * 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. * 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. * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/dominant-baseline-hanging-small-font-size-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/tspan-opacity-mixed-direction-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/svg/types/scripted/SVGGeometryElement.isPointInStroke-02-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/touch-events/historical-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/touch-events/idlharness.window-expected.txt: Added. 2020-07-15 Ryan Haddad [macOS WK1 EWS] compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214388 Unreviewed test gardening. * platform/mac-wk1/TestExpectations: Mark test as flaky to speed up EWS and reduce false positives. 2020-07-15 Ryan Haddad [macOS iOS] imported/w3c/web-platform-tests/svg/animations/seeking-events-4.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214387 Unreviewed test gardening. * TestExpectations: Mark test as flaky. 2020-07-15 Ryan Haddad Unreviewed test gardening, move a test baseline to the correct subdirectory. * 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. 2020-07-15 Hector Lopez [ iOS ] canvas/philip/tests/2d.pattern.animated.gif.html is passing and needs expectations removed https://bugs.webkit.org/show_bug.cgi?id=214384 Unreviewed test gardening. * platform/ios/TestExpectations: 2020-07-15 Hector Lopez [ iOS Release ] imported/w3c/web-platform-tests/websockets/remove-own-iframe-during-onerror.window.html is flaky failing https://bugs.webkit.org/show_bug.cgi?id=214382 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: 2020-07-15 Hector Lopez [ iOS ] http/tests/security/stylesheet-href-redirect.html is flaky timing out https://bugs.webkit.org/show_bug.cgi?id=209352 Unreviewed test gardening * platform/ios-wk2/TestExpectations: 2020-07-15 Chris Dumez Resync web-platform-tests/resize-observer from upstream https://bugs.webkit.org/show_bug.cgi?id=214375 Reviewed by Alex Christensen. * TestExpectations: 2020-07-15 Hector Lopez [ macOS wk1 ] http/tests/media/reload-after-dialog.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=212828 Unreviewed test gardening * platform/mac-wk1/TestExpectations: 2020-07-15 Simon Fraser [ 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 https://bugs.webkit.org/show_bug.cgi?id=214358 Unreviewed test gardening. These tests need iPad results. * platform/ipad/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt: * platform/ipad/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt: Added. 2020-07-15 Chris Dumez Resync web-platform-tests/svg from upstream https://bugs.webkit.org/show_bug.cgi?id=214323 Reviewed by Alex Christensen. Resync web-platform-tests/svg from upstream b2a666d93581a71e9338b2. * platform/mac/imported/w3c/web-platform-tests/svg/*: Updated. 2020-07-15 Daniel Bates [iOS] Caret should be before text placeholder instead of after it https://bugs.webkit.org/show_bug.cgi?id=214319 Reviewed by Wenson Hsieh and Simon Fraser (1). Add some tests. [1] Simon only reviewed editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event.html. * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-end-of-word-expected.txt: Added. * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-end-of-word.html: Added. * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-start-of-word-expected.txt: Added. * editing/text-placeholder/caret-before-zero-width-placeholder-in-content-editable-start-of-word.html: Added. * editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event-expected.txt: Added. * editing/text-placeholder/insert-into-content-editable-and-remove-via-mutation-event.html: Added. * resources/js-test.js: (shouldBeLessThanOrEqual): Added. Just like shouldBeGreaterThanOrEqual, but for <=. 2020-07-15 Simon Fraser itsnicethat.com page is sometimes non-scrollable https://bugs.webkit.org/show_bug.cgi?id=214362 Reviewed by Tim Horton. * fast/scrolling/ios/clip-path-hit-test-expected.txt: Added. * fast/scrolling/ios/clip-path-hit-test.html: Added. * fast/scrolling/mac/clip-path-hit-test-expected.txt: Added. * fast/scrolling/mac/clip-path-hit-test.html: Added. 2020-07-15 Mark Lam Add handling of out of memory handling while adding a worklet module. https://bugs.webkit.org/show_bug.cgi?id=214354 Reviewed by Yusuke Suzuki and Keith Miller. We're skipping the new test on Debug builds because it will always run too slow. The Release build is sufficient to test this OOME handling. * TestExpectations: * fast/css-custom-paint/out-of-memory-while-adding-worklet-module-expected.txt: Added. * fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html: Added. * fast/css-custom-paint/script-tests: Added. * fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js: Added. (useAllMemory.try.get Object): (useAllMemory.try.foo): (useAllMemory): (catch): 2020-07-15 Hector Lopez [ iOS Debug ] fast/text-indicator/text-indicator-empty-link.html is a flaky crash https://bugs.webkit.org/show_bug.cgi?id=214363 Unreview test gardening * platform/ios-wk2/TestExpectations: 2020-07-15 Lauro Moura [SOUP] Artificial delay to WebSocket connection to mitigate port scanning attacks https://bugs.webkit.org/show_bug.cgi?id=214293 Reviewed by Carlos Garcia Campos. Add glib-specific baseline due to SOUP messages. * platform/glib/TestExpectations: * platform/glib/http/tests/websocket/tests/hybi/closed-port-delay-expected.txt: Added. 2020-07-15 Alicia Boya García [MSE][GStreamer] Unreviewed micro gardening: imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative.html https://bugs.webkit.org/show_bug.cgi?id=214349 New test imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative.html crashes on an assertion. This is not surprising since changetype is not implemented in our port and we already had a similar crash with that feature. Marking it as [ Failure Crash ]. * platform/gtk/TestExpectations: 2020-07-14 Lauro Moura [GTK][WPE] Depuplicate some accessibility expectations Unreviewed test gardening * platform/glib/TestExpectations: * platform/gtk/TestExpectations: * platform/wpe/TestExpectations: 2020-07-14 Hector Lopez REGRESSION: (r263761) [ iOS ] webanimations/accelerated-animation-with-easing.html is still flaky https://bugs.webkit.org/show_bug.cgi?id=214327 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: 2020-07-14 Kenneth Russell [WebGL2] Implement compressedTex{Sub}Image*, copyTexSubImage3D https://bugs.webkit.org/show_bug.cgi?id=126449 Reviewed by Dean Jackson. Rebaseline layout tests that have progressed, or fully pass. * webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt: * webgl/2.0.0/conformance2/textures/misc/copy-texture-image-luma-format-expected.txt: 2020-07-14 Hector Lopez [ iOS Debug ] http/tests/workers/worker-importScripts-banned-mimetype.html is flakey crashing https://bugs.webkit.org/show_bug.cgi?id=214322 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: 2020-07-14 Ryan Haddad Unreviewed test gardening, add Catalina specific baseline for css/css-fonts/generic-family-keywords-001.html after r264343. * platform/mac-mojave/imported/w3c/web-platform-tests/css-fonts/generic-family-keywords-001-expected.txt: Added. * platform/mac/imported/w3c/web-platform-tests/css-fonts/generic-family-keywords-001-expected.txt: Added. 2020-07-14 Simon Fraser Flashes of incorrect scroll position when zooming on quip https://bugs.webkit.org/show_bug.cgi?id=214273 Reviewed by Tim Horton. * fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt: Typo fixes. * fast/scrolling/ios/autoscroll-input-when-very-zoomed.html: Typo fixes. * fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt: Added. * fast/scrolling/ios/programmatic-scroll-while-zoomed.html: Added. 2020-07-14 Jer Noble Add support for parsing VP-style codec strings. https://bugs.webkit.org/show_bug.cgi?id=214270 Reviewed by Eric Carlson. * media/vp-codec-parameters-expected.txt: Added. * media/vp-codec-parameters.html: Added. 2020-07-14 Said Abou-Hallawa When invalidating the clients of an SVG resource we should not go beyond the RenderSVGRoot https://bugs.webkit.org/show_bug.cgi?id=211804 Reviewed by Zalan Bujtas. * svg/in-html/inline-svg-resource-dynamic-update-expected.txt: Added. * svg/in-html/inline-svg-resource-dynamic-update.html: Added. 2020-07-14 Hector Lopez [ WK1 Mac ] http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=214308 Unreviewed Test Gardening. * platform/mac-wk1/TestExpectations: 2020-07-14 Kate Cheney [ macOS iOS ] http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html is a rare flaky failure https://bugs.webkit.org/show_bug.cgi?id=212165 Reviewed by Brent Fulgham. Remove unnecessary call to testRunner.setStatisticsNotifyPagesWhenTelemetryWasCaptured now that telemetry reports from the testing SPI will always notify the test runner. Updated expectations now that test is not expected to flake. * http/tests/resourceLoadStatistics/telemetry-generation-advanced-functionality-database.html: * http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html: * http/tests/resourceLoadStatistics/telemetry-generation.html: * platform/mac/TestExpectations: 2020-07-14 Eric Carlson [macOS] Do not update ScreenTime when in private browsing mode https://bugs.webkit.org/show_bug.cgi?id=214288 Reviewed by Jer Noble. * media/media-usage-state-private-browsing-expected.txt: Added. * media/media-usage-state-private-browsing.html: Added. * platform/gtk/TestExpectations: Skip new test. * platform/win/TestExpectations: Ditto. * platform/wpe/TestExpectations: Ditto. 2020-07-14 Carlos Alberto Lopez Perez [GTK] Gardening after r264345 Unreviewed gardening. Add GTK baselines for new tests added. * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-implicit-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-is-type-supported-expected.txt: * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode-expected.txt: Added. 2020-07-14 Zalan Bujtas Use "font-family: Ahem" to improve coverage. Unreviewed. * fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html: * fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html: * fast/layoutformattingcontext/table-with-margin-content-simple-expected.html: * fast/layoutformattingcontext/table-with-margin-content-simple.html: * platform/win/TestExpectations: * platform/wpe/TestExpectations: 2020-07-14 Chris Dumez Resync web-platform-tests/media-source from upstream https://bugs.webkit.org/show_bug.cgi?id=214164 Reviewed by Geoff Garen. * TestExpectations: * tests-options.json: 2020-07-14 Chris Dumez Resync web-platform-tests/pointerevents from upstream https://bugs.webkit.org/show_bug.cgi?id=214283 Reviewed by Geoffrey Garen. * platform/mac/TestExpectations: * tests-options.json: 2020-07-14 Carlos Alberto Lopez Perez Update WPT tests for css-fonts and css-font-loading https://bugs.webkit.org/show_bug.cgi?id=214285 Reviewed by Chris Dumez. Update expectations for new failures and new passes. * TestExpectations: * platform/glib/TestExpectations: * platform/glib/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-002-expected.txt: Added. * platform/gtk/TestExpectations: * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-001-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/generic-family-keywords-002-expected.txt: Added. * platform/wpe/TestExpectations: 2020-07-14 Carlos Alberto Lopez Perez Update WPT tests for css-ui https://bugs.webkit.org/show_bug.cgi?id=214280 Reviewed by Chris Dumez. Update expectations for new failures and new passes. * TestExpectations: * platform/glib/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/parsing/outline-width-computed-expected.txt: Added. * platform/ios/TestExpectations: * platform/mac-wk1/TestExpectations: * platform/wpe/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt: Added. 2020-07-14 Carlos Alberto Lopez Perez WPT test css/css-grid/grid-definition/grid-auto-fit-columns-001.html broken after r264335 https://bugs.webkit.org/show_bug.cgi?id=214301 Reviewed by Manuel Rego Casasnovas. Remove platform-specific expectations not longer needed. * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed. * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Removed. 2020-07-14 Carlos Alberto Lopez Perez Update WPT tests for css-text https://bugs.webkit.org/show_bug.cgi?id=214275 Reviewed by Manuel Rego Casasnovas. Update expectations for new failures and new passes. * TestExpectations: * platform/glib/TestExpectations: * platform/glib/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001-expected.txt: Added. * platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-position-001-expected.txt: Added. * platform/gtk/TestExpectations: * 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. * platform/ios/TestExpectations: * platform/mac/TestExpectations: * platform/wpe/TestExpectations: * 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. 2020-07-13 Carlos Alberto Lopez Perez Update WPT tests for css-writing-modes https://bugs.webkit.org/show_bug.cgi?id=214278 Reviewed by Manuel Rego Casasnovas. Update expectations for new failures and new passes. * TestExpectations: * platform/glib/TestExpectations: * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-writing-modes/wm-propagation-svg-root-scrollbar-expected.txt: Added. * platform/ios/TestExpectations: * platform/mac-wk1/TestExpectations: * platform/wpe/TestExpectations: 2020-07-14 Carlos Alberto Lopez Perez Update WPT tests for css-grid and css-flexbox https://bugs.webkit.org/show_bug.cgi?id=214284 Reviewed by Manuel Rego Casasnovas. Update expectations for new failures and new passes. * TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added. * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-flex-item-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-013-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/remove-out-of-flow-child-crash-expected.txt: Added. * platform/ios-wk2/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/align-self-006-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/align-self-010-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-001-visual-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-001-visual-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse-002-visual-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-001-visual-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-002-visual-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-001-visual-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-row-reverse-002-visual-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flex-shrink-large-value-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-order-from-lowest-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_center-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-end-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_flex-start-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-around-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/justify-content_space-between-001-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-margins-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-flex-rounding-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-002-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/negative-item-margins-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/order-001-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-flexbox/position-relative-with-scrollable-with-abspos-crash-expected.txt: Added. * platform/wpe/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Added. 2020-07-13 Lauro Moura [SOUP] Garden failure on delay after connect to closed port. Unreviewed test gardening. * platform/glib/TestExpectations: 2020-07-13 Zalan Bujtas [RenderTreeNeedsLayoutChecker] imported/w3c/web-platform-tests/html/rendering/replaced-elements/embedded-content/video-controls-vertical-writing-mode.html asserts https://bugs.webkit.org/show_bug.cgi?id=214281 Reviewed by Simon Fraser. * TestExpectations: 2020-07-13 Truitt Savell (r264202) [ Mac WK2 ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-connectionState.https.html https://bugs.webkit.org/show_bug.cgi?id=214286 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-07-13 Andres Gonzalez REGRESSION: (r257915?) [ Mac ] accessibility/accessibility-node-memory-management.html is flaky failing. https://bugs.webkit.org/show_bug.cgi?id=208930 Reviewed by Chris Fleizach. Using setTimeout and waitFor/Promises to make this test work in both isolated tree mode on and off. * accessibility/accessibility-node-memory-management-expected.txt: * accessibility/accessibility-node-memory-management.html: * platform/mac/TestExpectations: 2020-07-13 Lauro Moura Unreviewed. Update baseline after r264304 with new message. * inspector/controller/runtime-controller-import-expected.txt: 2020-07-13 Lauro Moura [GTK][WPE] Remove child expectations last commit. They were overrinding the glib one. Also added a note to remember to set the expectation to Pass instead of removing the line as the testcase is Skipped in the root expectation file. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: * platform/wpe/TestExpectations: 2020-07-13 Kate Cheney Add artificial delay to WebSocket connections to mitigate port scanning attacks https://bugs.webkit.org/show_bug.cgi?id=213143 Reviewed by Alex Christensen. Added layout test coverage, making sure closed ports always experience a delay of at least 10ms. * TestExpectations: The added delay code is only present in WebKit, not WebKitLegacy. Additionally, web sockets behave differently on Windows, so this test should be skipped on all platforms and only enabled for mac and ios wk2. * http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt: With the added delay, this test will only receive one console message. To confirm there will be no flakiness, I ran this test for 500 iterations and ensured they passed. * http/tests/websocket/tests/hybi/closed-port-delay-expected.txt: * http/tests/websocket/tests/hybi/closed-port-delay.html: Added. * platform/wk2/TestExpectations: 2020-07-13 Keith Miller Clean up SourceProvider and add caller relative load script to jsc.cpp https://bugs.webkit.org/show_bug.cgi?id=214205 Reviewed by Yusuke Suzuki. js-test-pre needs to strip the parts of file urls between file:/// and LayoutTests because that is dependent on the system running the tests. Tests using these harnesses may not be using a server to host the test files. Rebaseline module loader error messages against the new string. * http/tests/resources/js-test-pre.js: (escapeHTMLAndStripFileURLs): (testFailed): (escapeHTML): Deleted. (testPassed): Deleted. * js/dom/modules/import-incorrect-relative-specifier-expected.txt: * js/dom/modules/module-incorrect-relative-specifier-expected.txt: * resources/js-test-pre.js: (escapeHTMLAndStripFileURLs): (testFailed): (escapeHTML): Deleted. (testPassed): Deleted. 2020-07-13 Lauro Moura [GTK][WPE] Garden two color/gradient failures. Unreviewed test gardening. * platform/glib/TestExpectations: 2020-07-13 Karl Rackler [ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is flaky failing. https://bugs.webkit.org/show_bug.cgi?id=214133 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: 2020-07-12 Fujii Hironori [WinCairo] Unreviewed test gardening Windows WebKit1 doesn't check lines with "EDITING DELEGATE:" (Bug 64471). Rebasedlined with WinCairo WebKit2's results. * platform/wincairo/editing/execCommand/findString-2-expected.txt: * platform/wincairo/editing/selection/6476-expected.txt: * platform/wincairo/editing/selection/click-start-of-line-expected.txt: * platform/wincairo/editing/selection/contenteditable-click-inside-expected.txt: * platform/wincairo/editing/selection/doubleclick-crash-expected.txt: * platform/wincairo/editing/selection/editable-html-element-expected.txt: * platform/wincairo/editing/selection/editable-links-expected.txt: * platform/wincairo/editing/selection/expanding-selections-expected.txt: * platform/wincairo/editing/selection/expanding-selections2-expected.txt: * platform/wincairo/editing/selection/fake-doubleclick-expected.txt: * platform/wincairo/editing/selection/focus-body-expected.txt: * platform/wincairo/editing/selection/focus_editable_html-expected.txt: * platform/wincairo/editing/selection/mixed-editability-1-expected.txt: * platform/wincairo/editing/selection/paragraph-granularity-expected.txt: * platform/wincairo/editing/selection/select-all-006-expected.txt: * platform/wincairo/editing/selection/select-from-textfield-outwards-expected.txt: * platform/wincairo/editing/selection/selection-actions-expected.txt: * platform/wincairo/editing/selection/triple-click-in-pre-expected.txt: * platform/wincairo/editing/selection/word-granularity-expected.txt: * platform/wincairo/editing/style/apple-style-editable-mix-expected.txt: 2020-07-12 Said Abou-Hallawa [macOS]: A HEIF image, selected from the OpenPanel, should be converted to an accepted MIME type https://bugs.webkit.org/show_bug.cgi?id=213347 Reviewed by Darin Adler. Ensure the HEIF image is converted to an accepted MIME type when it is selected from the OpenPanel and the 'accept' attribute of the
https://bugs.webkit.org/show_bug.cgi?id=213649 Reviewed by Antti Koivisto. * fast/layoutformattingcontext/center-alignment-with-block-content-simple-expected.html: Added. * fast/layoutformattingcontext/center-alignment-with-block-content-simple.html: Added. 2020-06-26 Karl Rackler Remove expectation for imported/w3c/canvas/2d.line.cap.round.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=138676 Unreviewed test gardening. * TestExpectations: 2020-06-26 Karl Rackler Remove expectations for imported/w3c/canvas/2d.gradient.linear.transform.1.html and imported/w3c/canvas/2d.gradient.linear.transform.2.html and imported/w3c/canvas/2d.gradient.linear.transform.3.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=170757 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-26 Jason Lawrence Unreviewed, reverting r263511, r263514, and r263565. r263511 caused MediaRecorder test crashes on internal testers. Reverted changesets: "MediaRecorder stopRecorder() returns empty Blob after first use" https://bugs.webkit.org/show_bug.cgi?id=212274 https://trac.webkit.org/changeset/263511 "Unreviewed iOS build fix after r263511." https://trac.webkit.org/changeset/263514 "MediaRecorder.start() Method is Ignoring the "timeslice" Parameter" https://bugs.webkit.org/show_bug.cgi?id=202233 https://trac.webkit.org/changeset/263565 2020-06-26 Karl Rackler Remove expectation for imported/w3c/canvas/2d.gradient.interpolate.solid.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=174015 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-26 Karl Rackler Remove expectation for https://results.webkit.org/?suite=layout-tests&test=imported%2Fmozilla%2Fsvg%2Fdynamic-textPath-02.svg as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213655 Unreviewed test gardening. * TestExpectations: 2020-06-26 Simon Fraser Content sometimes missing in nested scrollers with border-radius https://bugs.webkit.org/show_bug.cgi?id=213580 Reviewed by Zalan Bujtas. * compositing/clipping/nested-overflow-with-border-radius-expected.html: Added. * compositing/clipping/nested-overflow-with-border-radius.html: Added. * compositing/hidpi-compositing-layer-with-tile-layers-on-subpixel-position-expected.html: * compositing/hidpi-compositing-layer-with-tile-layers-on-subpixel-position.html: Tweak the colors and radii to make failures on this test more obvious. 2020-06-26 Jacob Uphoff [ macOS wk2 ] REGRESSION: webrtc/video-autoplay1.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213652 Unreviewed test gardening * platform/mac-wk2/TestExpectations: 2020-06-26 Wenson Hsieh Add a test to verify that async clipboard API write access is granted when copying in subframes https://bugs.webkit.org/show_bug.cgi?id=213581 Reviewed by Darin Adler. Add a new test to verify that clipboard write access is granted when copying in a subframe. * editing/async-clipboard/clipboard-write-in-copy-event-handler-in-subframe-expected.txt: Added. * editing/async-clipboard/clipboard-write-in-copy-event-handler-in-subframe.html: Added. * platform/win/TestExpectations: 2020-06-26 Karl Rackler Change expectations to http/tests/webarchive/test-css-url-encoding-shift-jis.html and http/tests/webarchive/test-css-url-encoding-utf-8.html and http/tests/webarchive/test-css-url-encoding.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=82665 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-26 Youenn Fablet MediaRecorder.start() Method is Ignoring the "timeslice" Parameter https://bugs.webkit.org/show_bug.cgi?id=202233 Reviewed by Eric Carlson. * http/wpt/mediarecorder/MediaRecorder-start-timeSlice-expected.txt: Added. * http/wpt/mediarecorder/MediaRecorder-start-timeSlice.html: Added. 2020-06-26 Jack Lee ASSERTION FAILED: (it != m_map.end()) in TreeScopeOrderedMap::remove https://bugs.webkit.org/show_bug.cgi?id=213611 Reviewed by Geoffrey Garen. Added a regression test for the crash. * fast/images/img-change-name-assert-expected.txt: Added. * fast/images/img-change-name-assert.html: Added. 2020-06-26 Karl Rackler Remove expectation for http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-main-frame.html and http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-worker.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=160445 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-06-26 Jacob Uphoff [ iOS ] REGRESSON: imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes.htm is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213645 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: 2020-06-26 Karl Rackler Remove expectation for http/tests/media/hls/video-cookie.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213644 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-25 Diego Pino Garcia [GTK] Unreviewed test gardening. Update baselines after r263550. * platform/gtk/editing/deleting/smart-delete-paragraph-005-expected.txt: Added. * platform/gtk/fast/dynamic/window-resize-scrollbars-test-expected.png: * platform/gtk/fast/dynamic/window-resize-scrollbars-test-expected.txt: 2020-06-25 Zalan Bujtas [Inline] Overlapping content when margin-right is present https://bugs.webkit.org/show_bug.cgi?id=213629 Reviewed by Simon Fraser. * fast/inline/incorrect-tab-position-expected.html: Added. * fast/inline/incorrect-tab-position.html: Added. 2020-06-25 Karl Rackler Remove expectation for http/tests/cookies/third-party-cookie-relaxing.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213620 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-25 Daniel Bates [iOS] Event region briefly missing editable element after typing second character in question field on discussions.apple.com https://bugs.webkit.org/show_bug.cgi?id=213618 Reviewed by Simon Fraser. Add some tests. * editing/editable-region/text-field-inside-composited-negative-z-index-layer-expected.txt: Added. * editing/editable-region/text-field-inside-composited-negative-z-index-layer.html: Added. * pointerevents/ios/touch-action-none-relative-inside-composited-negative-z-index-layer-expected.txt: Added. * pointerevents/ios/touch-action-none-relative-inside-composited-negative-z-index-layer.html: Added. 2020-06-25 Jason Lawrence [ Mac wk2 Debug ] imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getContributingSources.https.html is flaky failing. https://bugs.webkit.org/show_bug.cgi?id=213621 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-06-25 Said Abou-Hallawa REGRESSION(r260800): Null Ptr Deref READ @ WTF::Optional::clear https://bugs.webkit.org/show_bug.cgi?id=213543 Reviewed by Darin Adler. Make the test asynchronous since it involves a rAF callback. * fast/rendering/iframe-window-animation-modifies-iframe-srcdoc-crash.html: 2020-06-25 Karl Rackler Remove expectation for fast/writing-mode/english-bt-text-with-spelling-marker.html and fast/writing-mode/english-rl-text-with-spelling-marker.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213619 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-06-25 Megan Gardner Cannot delete last line of Mail Message https://bugs.webkit.org/show_bug.cgi?id=213536 Reviewed by Wenson Hsieh. * editing/deleting/smart-delete-paragraph-005.html: 2020-06-25 Karl Rackler Remove expectation for fast/dynamic/window-resize-scrollbars-test.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213602 Unreviewed test gardening. * platform/wk2/TestExpectations: 2020-06-25 Karl Rackler Narrow expectation for fast/inline/break-between-nobr.html as it is passing for Catalina. https://bugs.webkit.org/show_bug.cgi?id=213607 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-25 Youenn Fablet MediaRecorder stopRecorder() returns empty Blob after first use https://bugs.webkit.org/show_bug.cgi?id=212274 Reviewed by Eric Carlson. * http/wpt/mediarecorder/MediaRecorder-multiple-start-stop-expected.txt: Added. * http/wpt/mediarecorder/MediaRecorder-multiple-start-stop.html: Added. 2020-06-25 Karl Rackler Remove expectation for fast/history/page-cache-indexed-closed-db.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213606 Unreviewed test gardening. * TestExpectations: 2020-06-25 Zalan Bujtas [LFC][TFC] Use the flexing value as the base for the available horizontal space distribution https://bugs.webkit.org/show_bug.cgi?id=213599 Reviewed by Antti Koivisto. * fast/layoutformattingcontext/table-fixed-width-with-max-distribution.html: * fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html: Added. * fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html: Added. 2020-06-25 Karl Rackler Remove expectation for fast/canvas/canvas-blending-fill-style.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213598 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-25 Jason Lawrence REGRESSION: (r262432): [ iOS wk2 ] imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-no-freshness-headers.https.html is flaky failing. https://bugs.webkit.org/show_bug.cgi?id=212696 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: 2020-06-25 Antoine Quint REGRESSION (r260360): easing curves are broken on JS-originated animations https://bugs.webkit.org/show_bug.cgi?id=213495 Reviewed by Darin Adler. Add a new test that checks that various ways of setting the easing timing function on a JS-originated animation always yield the same visible animation behavior. * webanimations/accelerated-animation-with-easing-expected.html: Added. * webanimations/accelerated-animation-with-easing.html: Added. 2020-06-24 Sergio Villar Senin Make video-inside-flex-item.html more robust https://bugs.webkit.org/show_bug.cgi?id=213549 Reviewed by Simon Fraser. The tests initially landed in r263389 and was later modified in r263436 because it was flaky in some configurations. The latter fixed most of the flakiness but in the debug bots which were consistently showing test failures. The problem was that the slowness of debug bots was causing different layout behaviours and thus retrieving different measurements. Fix the flackiness by adding an additional layer of robustness. The test now waits for the "loadeddata" video event before entering into fullscreen mode. Video is properly sized now and we can bring exact size comparisons back. * fullscreen/video-inside-flex-item-expected.txt: * fullscreen/video-inside-flex-item.html: 2020-06-24 Wenson Hsieh Running spellcheck on https://developer.apple.com/forums/thread/650317 hangs the web process https://bugs.webkit.org/show_bug.cgi?id=213585 Reviewed by Simon Fraser. Add a test that attempts to advance to the next misspelling, and verifies that the misspelled word is selected. * editing/mac/spelling/advance-to-next-misspelling-expected.txt: Added. * editing/mac/spelling/advance-to-next-misspelling.html: Added. 2020-06-24 Clark Wang Removed unrestricted keyword from attributes in PannerNode https://bugs.webkit.org/show_bug.cgi?id=213523 Reviewed by Darin Adler. Separated prefixed pannernode and unprefixed pannernode tests. Added test cases for refDistance, maxDistance, rolloffFactor, coneOuterGain, coneInnerAngle, coneOuterAngle. * webaudio/pannernode-basic-expected.txt: * webaudio/pannernode-basic.html: * webaudio/prefixed-pannernode-basic-expected.txt: Copied from LayoutTests/webaudio/pannernode-basic-expected.txt. * webaudio/prefixed-pannernode-basic.html: Copied from LayoutTests/webaudio/pannernode-basic.html. 2020-06-24 Simon Fraser REGRESSION (r260276): Scrolling through shelves on music.apple.com is not smooth https://bugs.webkit.org/show_bug.cgi?id=213572 Reviewed by Wenson Hsieh. * fast/scrolling/mac/scroll-snapping-in-progress-expected.txt: Added. * fast/scrolling/mac/scroll-snapping-in-progress.html: Added. 2020-06-24 Jason Lawrence Unreviewed, reverting r263466. This commit caused 50+ crashes on multiple queues internally. Reverted changeset: "REGRESSION (r260360): easing curves are broken on JS- originated animations" https://bugs.webkit.org/show_bug.cgi?id=213495 https://trac.webkit.org/changeset/263466 2020-06-24 Wenson Hsieh Allow the async clipboard API to write data when copying via menu action or key binding https://bugs.webkit.org/show_bug.cgi?id=213568 Reviewed by Darin Adler. Add a new layout test to exercise async clipboard writing API during the copy event. * editing/async-clipboard/clipboard-write-in-copy-event-handler-expected.txt: Added. * editing/async-clipboard/clipboard-write-in-copy-event-handler.html: Added. * platform/win/TestExpectations: 2020-06-24 Karl Rackler Remove expectation for editing/spelling/editing-word-with-marker-1.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213574 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-06-24 Alex Christensen REGRESSION(r262341) Use UTF-8 to decode CFURLRefs from IPC https://bugs.webkit.org/show_bug.cgi?id=213565 Reviewed by Darin Adler. * fast/url/navigate-non-ascii-expected.txt: Added. * fast/url/navigate-non-ascii.html: Added. 2020-06-24 Umar Iqbal We should resurrect the older patch that collects some statistics of web API calls https://bugs.webkit.org/show_bug.cgi?id=213319 Reviewed by Brent Fulgham. We should resurrect the older patch that collects some statistics of web API calls + Enabled web API statistics tests in ios-wk2 and mac-wk2 + Updated expectations for web API statistics and resrource load statistics tests. * http/tests/webAPIStatistics/canvas-read-and-write-data-collection-expected.txt: * http/tests/webAPIStatistics/font-load-data-collection-expected.txt: * http/tests/webAPIStatistics/navigator-functions-accessed-data-collection-expected.txt: * http/tests/webAPIStatistics/screen-functions-accessed-data-collection-expected.txt: * platform/ios-wk2/TestExpectations: * platform/mac-wk2/TestExpectations: * http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access-expected.txt: * http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker-expected.txt: * http/tests/resourceLoadStatistics/count-third-party-script-loads-expected.txt: * http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script-expected.txt: * http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration-expected.txt: * http/tests/resourceLoadStatistics/log-delayed-client-side-redirects-expected.txt: * http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-expected.txt: * http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-expected.txt: * http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration-expected.txt: * http/tests/storageAccess/aggregate-sorted-data-with-storage-access-expected.txt: 2020-06-24 Pinki Gyanchandani Null Ptr Deref READ @ WTF::Optional::clear https://bugs.webkit.org/show_bug.cgi?id=213543 Reviewed by Geoffrey Garen. Added a regression test. * fast/rendering/iframe-window-animation-modifies-iframe-srcdoc-crash-expected.txt: Added. * fast/rendering/iframe-window-animation-modifies-iframe-srcdoc-crash.html: Added. 2020-06-24 Karl Rackler Remove expectation for css3/font-variant-petite-caps-synthesis-coverage.html and css3/font-variant-small-caps-synthesis-coverage.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=213569 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-24 Antoine Quint REGRESSION (r260360): easing curves are broken on JS-originated animations https://bugs.webkit.org/show_bug.cgi?id=213495 Reviewed by Darin Adler. Add a new test that checks that various ways of setting the easing timing function on a JS-originated animation always yield the same visible animation behavior. * webanimations/accelerated-animation-with-easing-expected.html: Added. * webanimations/accelerated-animation-with-easing.html: Added. 2020-06-24 Philippe Normand Unreviewed GTK gardening * platform/gtk/TestExpectations: webrtc/disable-encryption.html is still flaky. 2020-06-24 Antoine Quint REGRESSION: Delayed updating of the parallax images on pacificvoyages.net/posts https://bugs.webkit.org/show_bug.cgi?id=212213 Reviewed by Simon Fraser. Add a new test that checks that retargeting a transition while its "ready" promise is resolved uses a before-change style that will differ from the from style. * webanimations/css-transition-retargeting-during-ready-promise-expected.txt: Added. * webanimations/css-transition-retargeting-during-ready-promise.html: Added. 2020-06-24 Karl Rackler Remove expectation for css3/filters/null-effect-check.html as it is passing. https://bugs.webkit.org/show_bug.cgi?id=122234 Unreviewed test gardening * platform/mac-wk2/TestExpectations: 2020-06-24 Karl Rackler Canvas/philip/tests/2d.line.cap.round.html is no longer failing - remove expectations https://bugs.webkit.org/show_bug.cgi?id=213561 Unreviewed test gardening * platform/mac/TestExpectations: 2020-06-24 Eric Carlson Don't claim to support fullscreen mode unless fullScreenEnabled setting is enabled https://bugs.webkit.org/show_bug.cgi?id=213142 Reviewed by Jer Noble. * media/video-supports-fullscreen-expected.txt: Added. * media/video-supports-fullscreen.html: Added. * media/video-fullscreen-only-playback.html: Don't set fullScreenEnabled to false. * TestExpectations: Skip the test, it is WK2-only. * platform/wk2/TestExpectations: Expect the test to pass. 2020-06-24 Philippe Normand [GStreamer] webrtc/disable-encryption.html is a crashing flaky https://bugs.webkit.org/show_bug.cgi?id=211166 Reviewed by Xabier Rodriguez-Calvar. * platform/gtk/TestExpectations: Unflag webrtc/disable-encryption.html. 2020-06-24 Jacob Uphoff [ iOS macOS ] http/tests/resourceLoadStatistics/grandfathering-database.html is a rare flaky timeout https://bugs.webkit.org/show_bug.cgi?id=213553 Unreviewed test gardening * platform/ios-wk2/TestExpectations: * platform/mac-wk2/TestExpectations: 2020-06-24 Sergio Villar Senin [WebXR] Unreviewed gardening. Updated expectations and new passing tests. Several tests are now passing on Debug. We're also adding some missing expectations for skipped tests that were really passing. * platform/wpe/TestExpectations: 2020-06-23 Diego Pino Garcia [GTK] Unreviewed test gardening. Update test expectations after r263437. * platform/gtk/TestExpectations: 2020-06-23 Chris Dumez Stop using assert_throws() under LayoutTests/http/wpt https://bugs.webkit.org/show_bug.cgi?id=213542 Reviewed by Sam Weinig. Stop using assert_throws() under LayoutTests/http/wpt since it has been dropped from testharness.js upstream, in favor of assert_throws_dom() / assert_throws_js() variants. * http/wpt/2dcontext/imagebitmap/drawImage-ImageBitmap.html: * http/wpt/beacon/beacon-readablestream.html: * http/wpt/fetch/request-abort.html: * http/wpt/geometry/DOMMatrix-from-to-typed-arrays.html: * http/wpt/offscreen-canvas/offscreencanvas.constructor.html: * http/wpt/offscreen-canvas/transferToImageBitmap-empty.html: * http/wpt/webaudio/audiocontext-stopped.html: * http/wpt/webauthn/resources/util.js: * http/wpt/workers/queue-microtask.any.js: (test): 2020-06-23 Sergio Villar Senin [ macOS ] fullscreen/video-inside-flex-item.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213517 Reviewed by Simon Fraser. Video is rendered differently depending on the configuration/platform. Instead of checking the actual size in pixels it's better to verify that the size after cancelling fullscreen is the same as before going to fullscreen. * fullscreen/video-inside-flex-item-expected.txt: * fullscreen/video-inside-flex-item.html: 2020-06-23 Sam Weinig [ iOS Release ] imported/w3c/web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.html & imported/w3c/web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.worker.html are flaky failures https://bugs.webkit.org/show_bug.cgi?id=213516 * platform/ios/TestExpectations: Mark a few WebSocket tests as flakey on iOS test runners. 2020-06-23 Karl Rackler canvas/philip/tests/2d.gradient.interpolate.solid.html is no longer failing - remove expectations. https://bugs.webkit.org/show_bug.cgi?id=213537 Unreviewed test gardening. * platform/mac/TestExpectations: 2020-06-23 Truitt Savell Remove expectation for animations/missing-values-first-keyframe.html and animations/missing-values-last-keyframe.html as they are passing. https://bugs.webkit.org/show_bug.cgi?id=190032 Unreviewed test gardening. * TestExpectations: 2020-06-23 Diego Pino Garcia [WPE] Unreviewed test gardening. Move flaky failures happening in WPE from GTK to GLIB after r263402. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: 2020-06-23 Devin Rousso Keyframe animation doesn't 't show up in the Animations timeline https://bugs.webkit.org/show_bug.cgi?id=213441 Reviewed by Brian Burg. * inspector/animation/resources/lifecycle-utilities.js: * inspector/animation/lifecycle-css-animation.html: * inspector/animation/lifecycle-css-animation-expected.txt: 2020-06-23 Sergio Villar Senin [css-flex] Allow indefinite size flex items to be definite wrt resolving percentages inside them https://bugs.webkit.org/show_bug.cgi?id=212264 Reviewed by Manuel Rego Casasnovas. * css3/flexbox/definite-main-size-expected.txt: Updated expectation. * css3/flexbox/definite-main-size.html: Updated comment. 2020-06-23 Jacob Uphoff [ iOS ] REGRESSION: perf/htmlcollection-backwards-iteration.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213520 Unreviewed test gardening * platform/ios-wk2/TestExpectations: 2020-06-23 Simon Fraser [ Catalina Debug WK2 ] fast/events/platform-wheelevent-in-scrolling-div.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213351 Reviewed by Tim Horton. Fix the test to use eventSender.monitorWheelEvents(). Also remove an initial 100ms timeout and some ugly uses of "window.", and make it a proper js-test-pre/js-test-post test. * fast/events/platform-wheelevent-in-scrolling-div-expected.txt: * fast/events/platform-wheelevent-in-scrolling-div.html: * platform/mac-wk2/TestExpectations: 2020-06-23 Jacob Uphoff [ iOS ] fast/backgrounds/size/backgroundSize-in-background-shorthand.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213511 Unreviewed test gardening. * platform/ios-wk2/TestExpectations: 2020-06-23 Diego Pino Garcia [WPE] Unreviewed test gardening. Move flaky failures happening in WPE from GTK to GLIB. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: 2020-06-23 Diego Pino Garcia [WPE] Unreviewed test gardening. Update test expectations after r263390. Garden latest failures from test bot. * platform/wpe/TestExpectations: 2020-06-18 Sergio Villar Senin REGRESSION (r262124): Twitter videos go blank after exiting fullscreen https://bugs.webkit.org/show_bug.cgi?id=213110 Reviewed by Darin Adler. * fullscreen/video-inside-flex-item-expected.txt: Added. * fullscreen/video-inside-flex-item.html: Added. 2020-06-22 Carlos Garcia Campos REGRESSION(r258741): [GTK] anchor-file-blob-download-includes-backslash.html is failing https://bugs.webkit.org/show_bug.cgi?id=209329 Reviewed by Adrian Perez de Castro. Rebaseline tests. * platform/gtk/TestExpectations: * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-backslash-expected.txt: Added. * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-doublequote-expected.txt: Added. * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes-expected.txt: 2020-06-22 Fujii Hironori [Win] fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html is failing https://bugs.webkit.org/show_bug.cgi?id=213452 Reviewed by Yusuke Suzuki. * platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Removed. * platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Removed. 2020-06-22 Eric Carlson REGRESSION (r263121): [ Catalina Debug ] media/video-fullscreen-only-playback.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213407 Unreviewed speculative change as I have not been able to reproduce the reported bug. * media/video-fullscreen-only-playback.html: 2020-06-22 Rob Buis Add referrerpolicy attribute support for https://bugs.webkit.org/show_bug.cgi?id=213342 Reviewed by Darin Adler. Add a tests for , and the referrerpolicy attribute. Unskip the referrer-policy/generic/link-rel-prefetch.html test. * TestExpectations: * http/tests/security/referrer-policy-attribute-style-no-referrer-expected.html: Added. * http/tests/security/referrer-policy-attribute-style-no-referrer.html: Added. * http/tests/security/resources/green-background.css: Added. (body): * http/tests/security/resources/green-if-no-referrer-css.php: Added. * http/tests/security/resources/pass-if-no-referrer.php: Added. * http/wpt/preload/refferer-policy-expected.txt: Added. * http/wpt/preload/refferer-policy.html: Added. * http/wpt/preload/resources/referrer-img.py: Added. (main): 2020-06-22 Andy Estes REGRESSION (r263150): http/tests/ssl/applepay/ApplePayInstallmentItems.https.html is failing https://bugs.webkit.org/show_bug.cgi?id=213466 Reviewed by Tim Horton. * http/tests/ssl/applepay/ApplePayInstallmentItems.https.html: Restored two lines of code that were accidentally removed in r263150 and are necessary for the test to pass. 2020-06-22 Tetsuharu Ohzeki Fix the case of "null type Blob slice" in wpt/FileAPI/blob/Blob-slice.html https://bugs.webkit.org/show_bug.cgi?id=213370 Reviewed by Darin Adler. * http/tests/local/fileapi/send-sliced-dragged-file-expected.txt: * http/tests/local/fileapi/send-sliced-dragged-file.html: 2020-06-22 Youenn Fablet [WebRTC] Add support for freeze/pause receiver stats https://bugs.webkit.org/show_bug.cgi?id=212938 Reviewed by Eric Carlson. * webrtc/video-mediastreamtrack-stats.html: 2020-06-22 Jacob Uphoff [ macOS iOS ] REGRESSION: fast/mediastream/mediastrea mtrack-video-frameRate-clon e-increasing.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213461 Unreviewed test gardening * platform/ios-wk2/TestExpectations: * platform/mac-wk2/TestExpectations: 2020-06-10 Sergio Villar Senin [WebXR] Add a preliminary implementation of XRWebGLLayer https://bugs.webkit.org/show_bug.cgi?id=213022 Reviewed by Carlos Garcia Campos. * platform/wpe/TestExpectations: Added 2 more tests that are passing now. 2020-06-22 Carlos Garcia Campos [GTK] Ping attribute tests have been timeout since r204720 https://bugs.webkit.org/show_bug.cgi?id=162017 Reviewed by Adrian Perez de Castro. The tests are using "TouchEvent" in window to check whether it's a touch screen and use uiController.singleTapAtPoint() instead of the eventSender. TouchEvent is always added to the window object when building with touch events enabled, which is the case of the GTK port. However, the ontouch event handlers are added at runtime only when there's an actual touch screen (EnabledAtRuntime=TouchEvents). So, we can check "ontouchstart" in window instead. * http/tests/inspector/network/ping-type.html: * http/tests/navigation/ping-attribute/resources/utilities.js: (clickElement): * platform/gtk/TestExpectations: 2020-06-21 Geoffrey Garen compositing/video/video-border-radius-clipping.html was a flaky failure after r263223 https://bugs.webkit.org/show_bug.cgi?id=213424 Reviewed by Darin Adler. The last attempt to unflake this test was r253310. Let's try again. I took a screen recording of a few hundred loads of this test @ r263222, and it looks like it was always possible for canplaythrough and seeked to fire before the video had rendered its first frame. So, this is a test issue. The screen recording seems to show that waiting for requestAnimationFrame ensures that the video renders its first frame. This might be for a principled system vsync reason, or just a lucky delay. Either way, the test seems less flaky now. This might mean that we can remove the previous seeked event workaround, but I chose not to tempt fate, and left it in place. * compositing/video/video-border-radius-clipping-expected.html: * compositing/video/video-border-radius-clipping.html: * media/video-test.js: (_eventCallback): (waitForEvent): 2020-06-21 Myles C. Maxfield fast/text/international/system-language/navigator-language/navigator-language tests are failing on Mojave Unreviewed test gardening. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: Added. 2020-06-21 Zalan Bujtas [LFC] Add basic support for width: fit-content https://bugs.webkit.org/show_bug.cgi?id=213444 Reviewed by Antti Koivisto. * fast/layoutformattingcontext/fit-content-width-simple-expected.html: Added. * fast/layoutformattingcontext/fit-content-width-simple.html: Added. 2020-06-21 Zalan Bujtas [LFC][TFC] Add support for percentage min/max-width https://bugs.webkit.org/show_bug.cgi?id=213436 Reviewed by Antti Koivisto. * fast/layoutformattingcontext/float-avoider-available-horizontal-space3-expected.html: Added. * fast/layoutformattingcontext/float-avoider-available-horizontal-space3.html: Added. 2020-06-20 Zalan Bujtas [LFC][TFC][Quirk] Table height needs quirk handling https://bugs.webkit.org/show_bug.cgi?id=213430 Reviewed by Antti Koivisto. * fast/layoutformattingcontext/empty-table-with-specified-height-quirk-simple-expected.html: Added. * fast/layoutformattingcontext/empty-table-with-specified-height-quirk-simple.html: Added. * fast/layoutformattingcontext/empty-table-with-specified-height-standards-simple-expected.html: Added. * fast/layoutformattingcontext/empty-table-with-specified-height-standards-simple.html: Added. 2020-06-20 Wenson Hsieh [Windows] fast/forms/search-field-buttons-do-not-have-focus-rings.html is failing https://bugs.webkit.org/show_bug.cgi?id=213422 Reviewed by Tim Horton. Refactor this test so that it doesn't attempt to hard-code the position and sizes of the search field buttons. To do this, we use an internal helper to grab the `div` elements that correspond to the results and cancel buttons, and then use their bounding rects to place the opaque `div`s to cover these buttons. * fast/forms/search-field-buttons-do-not-have-focus-rings-expected.html: * fast/forms/search-field-buttons-do-not-have-focus-rings.html: * platform/win/TestExpectations: 2020-06-19 Myles C. Maxfield fast/text/international/system-language/navigator-language/navigator-language tests are failing on Catalina and iOS Unreviewed test gardening. Rather than marking the tests as flakey, we can just commit -expected results for every OS. * fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: * fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: * fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt: * fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: * fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt: * platform/ios/TestExpectations: * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-419-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ja-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-zh-HK-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-HK-expected.txt: Added. * platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt: Added. * platform/mac/TestExpectations: 2020-06-19 Zalan Bujtas [AutoSizing] Resolve viewport units against the preferred content size https://bugs.webkit.org/show_bug.cgi?id=213408 Reviewed by Tim Horton. * fast/dynamic/size-to-content-autosize-with-viewport-units-expected.txt: Added. * fast/dynamic/size-to-content-autosize-with-viewport-units.html: Added. 2020-06-19 Wenson Hsieh Unreviewed test gardening on Windows Mark a test as failing while it's being investigated. * platform/win/TestExpectations: 2020-06-19 Wenson Hsieh REGRESSION (r263253): Search field results and cancel buttons have their own focus rings https://bugs.webkit.org/show_bug.cgi?id=213413 Reviewed by Tim Horton. Add a ref test to verify that the search and cancel buttons don't draw individual focus rings. This test works by verifying that no focus ring around either the cancel or results button bleeds outside of the bounds of a div that obscures the buttons. * fast/forms/search-field-buttons-do-not-have-focus-rings-expected.html: Added. * fast/forms/search-field-buttons-do-not-have-focus-rings.html: Added. 2020-06-19 Truitt Savell Unreviewed, reverting r263121. Broke media/video-fullscreen-only-playback.html on Catalina Debug Reverted changeset: "Don't claim to support fullscreen mode unless fullScreenEnabled setting is enabled" https://bugs.webkit.org/show_bug.cgi?id=213142 https://trac.webkit.org/changeset/263121 2020-06-19 Said Abou-Hallawa [CG] REGRESSION (r256892): Luminance SVG mask is not applied when accelerated drawing is enabled https://bugs.webkit.org/show_bug.cgi?id=213403 Reviewed by Simon Fraser. * svg/masking/mask-css-luminance-expected.html: Added. * svg/masking/mask-css-luminance.html: Added. 2020-06-19 Diego Pino Garcia [GLIB] Unreviewed test gardening. Update test expectations after r263268. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: 2020-06-19 Zalan Bujtas [LFC][TFC] Do not special-case empty tables https://bugs.webkit.org/show_bug.cgi?id=213378 Reviewed by Antti Koivisto. * fast/layoutformattingcontext/table-min-max-width-empty-content-simple-expected.html: Added. * fast/layoutformattingcontext/table-min-max-width-empty-content-simple.html: Added. 2020-06-19 Jason Lawrence Mac wk2 Debug] webaudio/biquad-bandpass.html is flaky crashing with alert WTFCrash - WebCore::WebKitAudioContext::~WebKitAudioContext() + 654 (WebKitAudioContext.cpp:209). https://bugs.webkit.org/show_bug.cgi?id=213375 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-06-10 Sergio Villar Senin REGRESSION(r262254?): [WPE] imported/w3c/web-platform-tests/webxr/idlharness.https.window.html is failing https://bugs.webkit.org/show_bug.cgi?id=212897 Reviewed by Youenn Fablet. * platform/wpe/TestExpectations: Re-enable the idlharness.https.window.html test. 2020-06-18 Lauro Moura [GTK] Garden some flaky crashes and start expect reorg Unreviewed test gardening. Also start new section in the top of the file to follow the glib expectation grouping. * platform/gtk-wayland/TestExpectations: * platform/gtk/TestExpectations: * platform/glib/TestExpectations: 2020-06-19 Zalan Bujtas [LFC][BFC] Min/max-width should always be resolved against the containing block width https://bugs.webkit.org/show_bug.cgi?id=213365 Reviewed by Antti Koivisto. * fast/layoutformattingcontext/float-avoider-available-horizontal-space2-expected.html: Added. * fast/layoutformattingcontext/float-avoider-available-horizontal-space2.html: Added. 2020-06-19 Myles C. Maxfield [Cocoa] Unify "font:" CSS shorthand values between macOS and iOS family https://bugs.webkit.org/show_bug.cgi?id=213332 Reviewed by Tim Horton and Darin Adler. * TestExpectations: * fast/text/text-styles/-apple-system/-apple-system-body-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-body.html: Added. * fast/text/text-styles/-apple-system/-apple-system-caption1-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-caption1.html: Added. * fast/text/text-styles/-apple-system/-apple-system-caption2-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-caption2.html: Added. * fast/text/text-styles/-apple-system/-apple-system-footnote-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-footnote.html: Added. * fast/text/text-styles/-apple-system/-apple-system-headline-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-headline.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-body-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-body.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-caption1-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-caption1.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-footnote-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-footnote.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-headline-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-headline.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-subheadline-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-short-subheadline.html: Added. * fast/text/text-styles/-apple-system/-apple-system-subheadline-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-subheadline.html: Added. * fast/text/text-styles/-apple-system/-apple-system-tall-body-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-tall-body.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title0-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title0.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title1-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title1.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title2-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title2.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title3-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title3.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title4-expected-mismatch.html: Added. * fast/text/text-styles/-apple-system/-apple-system-title4.html: Added. * fast/text/text-styles/-webkit-control-expected-mismatch.html: Added. * fast/text/text-styles/-webkit-control.html: Added. * fast/text/text-styles/-webkit-mini-control-expected-mismatch.html: Added. * fast/text/text-styles/-webkit-mini-control.html: Added. * fast/text/text-styles/-webkit-small-control-expected-mismatch.html: Added. * fast/text/text-styles/-webkit-small-control.html: Added. * fast/text/text-styles/bogus-expected.html: Added. * fast/text/text-styles/bogus.html: Added. * fast/text/text-styles/caption-expected-mismatch.html: Added. * fast/text/text-styles/caption.html: Added. * fast/text/text-styles/icon-expected-mismatch.html: Added. * fast/text/text-styles/icon.html: Added. * fast/text/text-styles/menu-expected-mismatch.html: Added. * fast/text/text-styles/menu.html: Added. * fast/text/text-styles/message-box-expected-mismatch.html: Added. * fast/text/text-styles/message-box.html: Added. * fast/text/text-styles/small-caption-expected-mismatch.html: Added. * fast/text/text-styles/small-caption.html: Added. * fast/text/text-styles/status-bar-expected-mismatch.html: Added. * fast/text/text-styles/status-bar.html: Added. * platform/ios/TestExpectations: * platform/ios/fast/css/css2-system-fonts-expected.txt: * platform/mac/TestExpectations: * platform/mac/fast/text/international/system-language/system-font-punctuation-expected.txt: * platform/mac-mojave/fast/text/international/system-language/system-font-punctuation-expected.txt: Added. 2020-06-18 Diego Pino Garcia [GTK] Unreviewed test gardening. Update test expectations after r263222. * platform/gtk/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https-expected.txt: Added. 2020-06-18 Yusuke Suzuki Unreviewed, fix test failure in Windows part 2 https://bugs.webkit.org/show_bug.cgi?id=213269 Looks like Windows TWR and DRT have different implementation. * platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added. * platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added. 2020-06-18 Yusuke Suzuki Unreviewed, fix test failure in Windows https://bugs.webkit.org/show_bug.cgi?id=213269 * fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: * fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html: 2020-06-18 Karl Rackler [ Catalina Debug WK2 ] fast/events/platform-wheelevent-in-scrolling-div.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=213351 Unreviewed test gardening. * platform/mac-wk2/TestExpectations: 2020-06-18 Zalan Bujtas [LFC][BFC] Available space computation for the float avoider needs coordinate mapping https://bugs.webkit.org/show_bug.cgi?id=213339 Reviewed by Antti Koivisto. * fast/layoutformattingcontext/float-avoider-available-horizontal-space-expected.html: Added. * fast/layoutformattingcontext/float-avoider-available-horizontal-space.html: Added. 2020-06-18 Geoffrey Garen inspector/canvas/create-context-webgpu.html was a flaky failure after r262904 https://bugs.webkit.org/show_bug.cgi?id=213343 Reviewed by Darin Adler. This test races a zero-delay GC timer against WebCore releasing its last reference to a WebGPU canvas. Flaky! Make GC deterministic by continually retrying GC until the Web Inspector is notified that the canvas has been collected. Also make sure to stop GC'ing afterwards. I'm not sure if this matters or not, but it is good to prevent one test from changing behavior in another. * inspector/canvas/resources/create-context-utilities.js: (destroyCanvases): 2020-06-18 Youenn Fablet REGRESSION (r263098): [Win10] http/tests/security/cross-origin-clean-css-resource-timing.html and http/tests/security/cross-origin-css-resource-timing.html are failing https://bugs.webkit.org/show_bug.cgi?id=213303 Reviewed by Alex Christensen. * platform/win/TestExpectations: 2020-06-18 Alexey Shvayka TypedArray.prototype.set is incorrect with primitives https://bugs.webkit.org/show_bug.cgi?id=212730 Reviewed by Yusuke Suzuki. * fast/canvas/webgl/array-get-and-set-method-removal-expected.txt: * fast/canvas/webgl/array-get-and-set-method-removal.html: * fast/canvas/webgl/array-set-invalid-arguments-expected.txt: 2020-06-18 Diego Pino Garcia [GTK] Unreviewed test gardening. Update test expectations after r263207. * platform/glib/js/dom/constructor-length-expected.txt: Updated. * platform/gtk/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt: Added. 2020-06-18 Diego Pino Garcia [GTK] Unreviewed test gardening. Update status of flaky timeout failures after r263206. * platform/gtk/TestExpectations: 2020-06-18 Diego Pino Garcia [GTK] Unreviewed test gardening. Remove stale flaky failures after r263205. * platform/gtk/TestExpectations: 2020-06-18 Diego Pino Garcia [GTK] Unreviewed test gardening. Remove stake flaky crash failures after r263204. * platform/gtk/TestExpectations: 2020-06-18 Diego Pino Garcia [WPE] Unreviewed test gardening. Update test expectations after r263199. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: * platform/wpe/TestExpectations: * platform/wpe/accessibility/roles-exposed-expected.txt: 2020-06-17 Diego Pino Garcia [GTK] Unreviewed test gardening. Update test expectations after r263197. * platform/glib/TestExpectations: * platform/gtk/TestExpectations: * platform/gtk/http/tests/plugins/plugin-javascript-access-allow-all-plugins-expected.txt: Added. * platform/wpe/TestExpectations: 2020-06-16 Antoine Quint quikr.com: unable to select item from dropdown https://bugs.webkit.org/show_bug.cgi?id=213260 Reviewed by Zalan Bujtas. Add two new tests that check that we correctly do not consider content within a clipping container that has 0-width or 0-height and box-shadow, with or without empty margins. * fast/box-shadow/hit-test-box-shadow-and-margin-on-zero-height-clipping-container-expected.txt: Added. * fast/box-shadow/hit-test-box-shadow-and-margin-on-zero-height-clipping-container.html: Added. * fast/box-shadow/hit-test-box-shadow-and-margin-on-zero-width-clipping-container-expected.txt: Added. * fast/box-shadow/hit-test-box-shadow-and-margin-on-zero-width-clipping-container.html: Added. * fast/box-shadow/hit-test-box-shadow-on-zero-height-clipping-container-expected.txt: Added. * fast/box-shadow/hit-test-box-shadow-on-zero-height-clipping-container.html: Added. * fast/box-shadow/hit-test-box-shadow-on-zero-width-clipping-container-expected.txt: Added. * fast/box-shadow/hit-test-box-shadow-on-zero-width-clipping-container.html: Added. 2020-06-17 Kate Cheney http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html is a constant failure https://bugs.webkit.org/show_bug.cgi?id=213272 Reviewed by David Kilzer. Before a navigation occurs, an app-bound network session is created by default. If any non-app bound navigations occur, a new session is created. Since this test only checks for the existance of an app-bound session, it should clear the app-bound session after the initial load to properly test functionality. * http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html: 2020-06-17 Rob Buis Image `referrerpolicy` mutations should be considered "relevant mutations" https://bugs.webkit.org/show_bug.cgi?id=209970 Reviewed by Youenn Fablet. Unskip relevant-mutations.html. * TestExpectations: * platform/mac-wk1/TestExpectations: * platform/win/TestExpectations: 2020-06-17 Keith Miller WebKitTestRunner should not crash on alert with invalid utf16 strings https://bugs.webkit.org/show_bug.cgi?id=213269 Reviewed by Simon Fraser. * fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added. * fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html: Added. 2020-06-17 Ryan Haddad REGRESSION (r263098): [Win10] http/tests/security/cross-origin-clean-css-resource-timing.html and http/tests/security/cross-origin-css-resource-timing.html are failing https://bugs.webkit.org/show_bug.cgi?id=213303 Unreviewed test gardening. * platform/win/TestExpectations: Mark tests as failing. 2020-06-17 Zalan Bujtas [Win] Unreviewed test gardening. * platform/win/TestExpectations: 2020-06-17 Sam Weinig [WPT] infrastructure/assumptions/html-elements.html fails due to changes in style when all: initial is used https://bugs.webkit.org/show_bug.cgi?id=213171 Reviewed by Antti Koivisto. * platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt: Update test results. 2020-06-17 Antoine Quint [Modern Media Controls] CSS "cursor" property shoud be respected in media controls shadow root https://bugs.webkit.org/show_bug.cgi?id=213295 Reviewed by Timothy Hatcher. Add a test that checks that setting the "cursor" property on a