haikuwebkit/LayoutTests/ChangeLog-2021-03-18

67543 lines
3.8 MiB
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2021-03-18 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening yet more consistent failures
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/webgl/webgl-allow-shared-expected.txt: Added with
webgl2 failures, to avoid missihg the webgl checks.
* platform/gtk/TestExpectations: A bunch of ruby tests were marked as
very old failures but needed only to be rebaselined.
* platform/gtk/fast/ruby/nested-ruby-expected.txt:
* platform/gtk/fast/ruby/ruby-beforeafter-expected.txt:
* platform/gtk/fast/ruby/ruby-empty-rt-expected.txt:
* platform/gtk/fast/ruby/ruby-runs-spans-expected.txt:
* platform/gtk/fast/ruby/ruby-trailing-expected.txt:
* platform/gtk/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/gtk/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/gtk/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/gtk/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/gtk/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/gtk/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/gtk/fast/ruby/rubyDOM-remove-text1-expected.txt:
* platform/gtk/fast/ruby/rubyDOM-remove-text2-expected.txt:
* platform/wpe/fast/ruby/rubyDOM-remove-rt1-expected.txt:
2021-03-18 Aditya Keerthi <akeerthi@apple.com>
[iOS] Update strings and icons in the file upload panel
https://bugs.webkit.org/show_bug.cgi?id=223463
<rdar://problem/74999459>
Reviewed by Tim Horton.
Updated existing tests to use async/await rather than promise chaining,
and added new tests that exercise the "multiple" attribute on file
inputs.
* fast/forms/ios/file-upload-panel-expected.txt:
* fast/forms/ios/file-upload-panel.html:
2021-03-18 Imanol Fernandez <ifernandez@igalia.com>
Implement WebXR Opaque Framebuffer
https://bugs.webkit.org/show_bug.cgi?id=222607
Reviewed by Youenn Fablet.
Update WebXR Opaque Framebuffer test expectations.
* platform/wpe/TestExpectations:
2021-03-18 Diego Pino Garcia <dpino@igalia.com>
[GLIB] REGRESSION(r274273): fast/canvas/webgl/gl-teximage-imagebitmap.html is failing
https://bugs.webkit.org/show_bug.cgi?id=223297
Reviewed by Carlos Garcia Campos.
This test started failing in GTK after r274273. The test fails due to a pixel color difference of 1.
Change failing test to allow a tolerance of 1 when comparing expected and actual results.
* fast/canvas/webgl/gl-teximage-imagebitmap-expected.txt:
* fast/canvas/webgl/gl-teximage-imagebitmap.html:
2021-03-18 Robert Jenner <jenner@apple.com>
[ macOS wk2 Release ARM64 ] 3 http/wpt/beacon/cors/cors-preflight-blob are flakey text failures
https://bugs.webkit.org/show_bug.cgi?id=223488
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating expectations to Pass Failure while tests are being reviewed.
2021-03-18 Robert Jenner <jenner@apple.com>
[ macOS Release Wk2 ARM64 ] inspector/css/modify-inline-style.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=223486
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating expectations to Pass Failure while test is reviewed.
2021-03-18 Robert Jenner <jenner@apple.com>
[ macOS ARM 64 ] compositing/style-change/backface-visibility-change.htmlis a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=223484
Unreviewed test gardening.
* platform/mac/TestExpectations: Updated test expectations to PASS ImageOnlyFailure for Apple Silicon while test is reviewed.
2021-03-18 Nikita Vasilyev <nvasilyev@apple.com>
Use 1000-based units for file sizes, per HIG
https://bugs.webkit.org/show_bug.cgi?id=208190
<rdar://problem/71045696>
Reviewed by BJ Burg.
* inspector/unit-tests/number-utilities.html:
2021-03-18 Chris Gambrell <cgambrell@apple.com>
[ macOS Wk2 ] http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked.php is constantly text failing
https://bugs.webkit.org/show_bug.cgi?id=223079
<rdar://problem/75323779>
Reviewed by Jonathan Bedard.
* http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked.html:
* http/tests/security/contentSecurityPolicy/report-document-uri-after-blocked-redirect-expected.txt:
* http/tests/security/contentSecurityPolicy/report-document-uri-after-blocked-redirect.html:
* http/tests/security/contentSecurityPolicy/report-only-connect-src-beacon-redirect-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-connect-src-beacon-redirect-blocked.php:
* http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked.php:
* http/tests/security/contentSecurityPolicy/resources/go-to-echo-report.py:
* http/tests/security/contentSecurityPolicy/resources/redirect.pl:
* http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-allowed.py:
* http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-blocked.py:
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-allowed.py:
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-allowed.py:
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-blocked.py:
* http/tests/security/contentSecurityPolicy/resources/xhr-redirect-not-allowed.pl: Removed.
* http/tests/security/contentSecurityPolicy/resources/xhr-redirect-not-allowed.py: Added.
* http/tests/security/no-javascript-refresh.py:
* platform/mac-wk1/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
* platform/mac-wk1/http/tests/security/contentSecurityPolicy/report-document-uri-after-blocked-redirect-expected.txt:
* platform/win/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
* platform/win/http/tests/security/contentSecurityPolicy/report-document-uri-after-blocked-redirect-expected.txt:
2021-03-18 Robert Jenner <jenner@apple.com>
[ macOS Wk2 ARM64 ] platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html is a flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=223474
Uneviewed test gardening.
* platform/mac/TestExpectations: Updating test expectations to include Timeout for arm64 systems.
2021-03-18 Robert Jenner <jenner@apple.com>
[ macOS wk2 ARM64 ] fast/images/async-image-background-change.html is a flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=223469
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Timeout while test is being reviewed.
2021-03-18 Per Arne <pvollan@apple.com>
[Win] Update test expectations
https://bugs.webkit.org/show_bug.cgi?id=223456
Unreviewed test gardening.
* platform/win/TestExpectations:
2021-03-18 Robert Jenner <jenner@apple.com>
[ macOS Debug wk2 ARM64 ] ASSERTION FAILED: !m_deletionHasBegun /Volumes/Data/worker/bigsur-debug/build/WebKitBuild/Debug/usr/local/include/wtf/ThreadSafeRefCounted.h(58) : void WTF::ThreadSafeRefCountedBase::ref() const
https://bugs.webkit.org/show_bug.cgi?id=223462
Uneviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Crash while test is being reviewed.
2021-03-18 Amir Mark Jr <amir_mark@apple.com>
[ MacOS Wk1 ] http/tests/loading/basic-auth-load-URL-with-consecutive-slashes.html is a flakey failure
https://bugs.webkit.org/show_bug.cgi?id=222563
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-03-18 Robert Jenner <jenner@apple.com>
[ macOS wk2 ARM 64 ] storage/indexeddb/IDBObject-leak.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=223453
Uneviewed test gardeing.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Failure while test is being reviewed.
2021-03-18 Robert Jenner <jenner@apple.com>
REGRESSION (r272842): [ BigSur Wk2 ] imported/w3c/web-platform-tests/media-source/mediasource-seekable.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=221965
Unreviewed test gardeing.
* platform/mac-wk2/TestExpectations: Removing test expectation, as it appears that the test has been fixed.
2021-03-18 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r274644.
Broke internal Mac Builds
Reverted changeset:
"Implement WebXR Opaque Framebuffer"
https://bugs.webkit.org/show_bug.cgi?id=222607
https://commits.webkit.org/r274644
2021-03-18 Rob Buis <rbuis@igalia.com>
Use double division
https://bugs.webkit.org/show_bug.cgi?id=223366
Reviewed by Zalan Bujtas.
Add test for this.
* fast/css/aspect-ratio-division-crash-expected.txt: Added.
* fast/css/aspect-ratio-division-crash.html: Added.
2021-03-18 Frédéric Wang <fwang@igalia.com>
Nullptr crash in RenderStyle::shapeOutside()
https://bugs.webkit.org/show_bug.cgi?id=221382
Reviewed by Zalan Bujtas.
Add regression tests.
* fast/block/float/float-pseudo-element-not-removed-crash-expected.txt: Added.
* fast/block/float/float-pseudo-element-not-removed-crash.html: Added.
* fast/block/float/float-pseudo-element-not-removed-crash2-expected.txt: Added.
* fast/block/float/float-pseudo-element-not-removed-crash2.html: Added.
2021-03-18 Imanol Fernandez <ifernandez@igalia.com>
Implement WebXR Opaque Framebuffer
https://bugs.webkit.org/show_bug.cgi?id=222607
Reviewed by Youenn Fablet.
Update WebXR Opaque Framebuffer test expectations.
* platform/wpe/TestExpectations:
2021-03-18 Youenn Fablet <youenn@apple.com>
Geolocation API does not work in WKWebView with custom URL scheme handler
https://bugs.webkit.org/show_bug.cgi?id=222861
Reviewed by Eric Carlson.
* TestExpectations: Skip WPT test that is using localhost so is actually secure.
Validated that behavior is consistent with Chrome and Firefox.
* http/tests/security/resources/geolocation-over-insecure-content.html:
Use internals API to mimick insecure context.
2021-03-18 Cathie Chen <cathiechen@igalia.com>
Import css/css-contain test from WPT
https://bugs.webkit.org/show_bug.cgi?id=223254
Reviewed by Rob Buis.
* TestExpectations:
* tests-options.json:
2021-03-17 Alex Christensen <achristensen@webkit.org>
Make fast/images/missing-content-image-crash.html results consistent with internal build
https://bugs.webkit.org/show_bug.cgi?id=223399
<rdar://75443811>
Reviewed by Darin Adler.
* fast/images/missing-content-image-crash-expected.txt:
* http/tests/security/contentSecurityPolicy/user-style-sheet-font-crasher-expected.txt:
* platform/mac-wk1/http/tests/security/contentSecurityPolicy/user-style-sheet-font-crasher-expected.txt:
2021-03-17 Peng Liu <peng.liu6@apple.com>
[GPUP] WebGL2RenderingContext::texImage2D() does not work with a video as the image source
https://bugs.webkit.org/show_bug.cgi?id=223294
Reviewed by Eric Carlson.
* platform/mac/TestExpectations:
* platform/mac/media/media-source/videoplaybackquality-decompressionsession-expected.txt:
* platform/mac/media/media-source/videoplaybackquality-decompressionsession.html:
2021-03-17 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening more consistent failures
Unreviewed test gardening.
Added some WPE baselines for tests that just check if no crash
happens.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/css1/text_properties/vertical_align-expected.txt: After r271110
* platform/wpe/fast/editing/mutation-with-display-contents-container-crash-expected.txt: Added.
* platform/wpe/fast/editing/paste-and-match-style-with-table-crash-expected.txt: Added.
* platform/wpe/fast/editing/replace-selection-and-apply-style-crash-expected.txt: Added.
2021-03-17 Robert Jenner <jenner@apple.com>
REGRESSION (r274264): [ macOS wk2 ] compositing/video/video-border-radius.html is a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=223383
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating expectations to Pass ImageOnlyFailure while test is being reviewed.
2021-03-17 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Use system colors for the new appearance
https://bugs.webkit.org/show_bug.cgi?id=223303
<rdar://problem/75508598>
Reviewed by Tim Horton.
Rebaselined tests to account for changes in color.
* fast/forms/date/date-input-rendering-basic-expected.txt:
* fast/forms/date/date-pseudo-elements-expected.txt:
* fast/forms/time/time-input-rendering-basic-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/input-credit-card-auto-fill-button-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/input-strong-password-viewable-expected.txt:
* platform/ios-simulator/fast/forms/datalist/datalist-searchinput-appearance-expected.txt:
* platform/ios-simulator/fast/forms/datalist/datalist-textinput-appearance-expected.txt:
* platform/ios-wk2/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/ios-wk2/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/ios-wk2/editing/inserting/4960120-1-expected.txt:
* platform/ios-wk2/editing/inserting/before-after-input-element-expected.txt:
* platform/ios-wk2/editing/pasteboard/4641033-expected.txt:
* platform/ios-wk2/editing/pasteboard/4944770-1-expected.txt:
* platform/ios-wk2/editing/pasteboard/4944770-2-expected.txt:
* platform/ios-wk2/editing/pasteboard/input-field-1-expected.txt:
* platform/ios-wk2/editing/pasteboard/pasting-tabs-expected.txt:
* platform/ios-wk2/editing/selection/4895428-3-expected.txt:
* platform/ios-wk2/editing/selection/caret-before-select-expected.txt:
* platform/ios-wk2/editing/selection/drag-select-1-expected.txt:
* platform/ios-wk2/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/ios-wk2/fast/block/float/overhanging-tall-block-expected.txt:
* platform/ios-wk2/fast/block/margin-collapse/103-expected.txt:
* platform/ios-wk2/fast/dynamic/008-expected.txt:
* platform/ios-wk2/fast/forms/basic-buttons-expected.txt:
* platform/ios-wk2/fast/forms/basic-textareas-quirks-expected.txt:
* platform/ios-wk2/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/ios-wk2/fast/forms/input-text-click-outside-expected.txt:
* platform/ios-wk2/fast/forms/input-text-double-click-expected.txt:
* platform/ios-wk2/fast/forms/input-text-drag-down-expected.txt:
* platform/ios-wk2/fast/forms/input-text-option-delete-expected.txt:
* platform/ios-wk2/fast/forms/targeted-frame-submission-expected.txt:
* platform/ios-wk2/fast/forms/textAreaLineHeight-expected.txt:
* platform/ios-wk2/fast/forms/textarea-align-expected.txt:
* platform/ios-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/ios-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/ios-wk2/fast/forms/textarea-scroll-height-expected.txt:
* platform/ios-wk2/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/ios-wk2/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/ios-wk2/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/ios-wk2/fast/overflow/scrollRevealButton-expected.txt:
* platform/ios-wk2/fast/parser/document-write-option-expected.txt:
* platform/ios-wk2/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/ios-wk2/fast/parser/open-comment-in-textarea-expected.txt:
* platform/ios-wk2/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
* platform/ios-wk2/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/ios-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/ios-wk2/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/select-wrap-no-spill.optional-expected.txt:
* platform/ios/css3/flexbox/button-expected.txt:
* platform/ios/editing/pasteboard/4806874-expected.txt:
* platform/ios/editing/selection/3690703-2-expected.txt:
* platform/ios/editing/selection/3690703-expected.txt:
* platform/ios/editing/selection/3690719-expected.txt:
* platform/ios/editing/selection/4397952-expected.txt:
* platform/ios/editing/selection/4975120-expected.txt:
* platform/ios/editing/selection/5240265-expected.txt:
* platform/ios/editing/selection/replaced-boundaries-3-expected.txt:
* platform/ios/editing/selection/select-box-expected.txt:
* platform/ios/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/ios/editing/selection/selection-button-text-expected.txt:
* platform/ios/fast/block/float/032-expected.txt:
* platform/ios/fast/block/float/float-avoidance-expected.txt:
* platform/ios/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/ios/fast/css/continuationCrash-expected.txt:
* platform/ios/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/ios/fast/css/input-search-padding-expected.txt:
* platform/ios/fast/css/line-height-expected.txt:
* platform/ios/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/ios/fast/css/rtl-ordering-expected.txt:
* platform/ios/fast/css/text-overflow-input-expected.txt:
* platform/ios/fast/css/text-transform-select-expected.txt:
* platform/ios/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/ios/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/ios/fast/events/context-no-deselect-expected.txt:
* platform/ios/fast/forms/001-expected.txt:
* platform/ios/fast/forms/003-expected.txt:
* platform/ios/fast/forms/004-expected.txt:
* platform/ios/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
* platform/ios/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/ios/fast/forms/auto-fill-button/input-strong-password-auto-fill-button-expected.txt:
* platform/ios/fast/forms/basic-inputs-expected.txt:
* platform/ios/fast/forms/basic-selects-expected.txt:
* platform/ios/fast/forms/basic-textareas-expected.txt:
* platform/ios/fast/forms/blankbuttons-expected.txt:
* platform/ios/fast/forms/box-shadow-override-expected.txt:
* platform/ios/fast/forms/button-align-expected.txt:
* platform/ios/fast/forms/button-cannot-be-nested-expected.txt:
* platform/ios/fast/forms/button-generated-content-expected.txt:
* platform/ios/fast/forms/button-positioned-expected.txt:
* platform/ios/fast/forms/button-sizes-expected.txt:
* platform/ios/fast/forms/button-style-color-expected.txt:
* platform/ios/fast/forms/button-table-styles-expected.txt:
* platform/ios/fast/forms/button-text-transform-expected.txt:
* platform/ios/fast/forms/button-white-space-expected.txt:
* platform/ios/fast/forms/control-clip-expected.txt:
* platform/ios/fast/forms/control-clip-overflow-expected.txt:
* platform/ios/fast/forms/control-restrict-line-height-expected.txt:
* platform/ios/fast/forms/disabled-select-change-index-expected.txt:
* platform/ios/fast/forms/encoding-test-expected.txt:
* platform/ios/fast/forms/fieldset-align-expected.txt:
* platform/ios/fast/forms/file/file-input-direction-expected.txt:
* platform/ios/fast/forms/file/file-input-disabled-expected.txt:
* platform/ios/fast/forms/floating-textfield-relayout-expected.txt:
* platform/ios/fast/forms/form-element-geometry-expected.txt:
* platform/ios/fast/forms/formmove3-expected.txt:
* platform/ios/fast/forms/hidden-listbox-expected.txt:
* platform/ios/fast/forms/input-align-expected.txt:
* platform/ios/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/ios/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/ios/fast/forms/input-appearance-disabled-expected.txt:
* platform/ios/fast/forms/input-appearance-focus-expected.txt:
* platform/ios/fast/forms/input-appearance-height-expected.txt:
* platform/ios/fast/forms/input-appearance-selection-expected.txt:
* platform/ios/fast/forms/input-appearance-visibility-expected.txt:
* platform/ios/fast/forms/input-appearance-width-expected.txt:
* platform/ios/fast/forms/input-button-sizes-expected.txt:
* platform/ios/fast/forms/input-disabled-color-expected.txt:
* platform/ios/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/ios/fast/forms/input-field-text-truncated-expected.txt:
* platform/ios/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/ios/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/ios/fast/forms/input-spaces-expected.txt:
* platform/ios/fast/forms/input-table-expected.txt:
* platform/ios/fast/forms/input-text-click-inside-expected.txt:
* platform/ios/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/ios/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/ios/fast/forms/input-type-text-min-width-expected.txt:
* platform/ios/fast/forms/input-value-expected.txt:
* platform/ios/fast/forms/input-width-expected.txt:
* platform/ios/fast/forms/listbox-bidi-align-expected.txt:
* platform/ios/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/ios/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/ios/fast/forms/listbox-width-change-expected.txt:
* platform/ios/fast/forms/menulist-clip-expected.txt:
* platform/ios/fast/forms/menulist-deselect-update-expected.txt:
* platform/ios/fast/forms/menulist-narrow-width-expected.txt:
* platform/ios/fast/forms/menulist-no-overflow-expected.txt:
* platform/ios/fast/forms/menulist-option-wrap-expected.txt:
* platform/ios/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/ios/fast/forms/menulist-separator-painting-expected.txt:
* platform/ios/fast/forms/menulist-style-color-expected.txt:
* platform/ios/fast/forms/menulist-width-change-expected.txt:
* platform/ios/fast/forms/minWidthPercent-expected.txt:
* platform/ios/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/ios/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/ios/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/ios/fast/forms/option-script-expected.txt:
* platform/ios/fast/forms/option-strip-whitespace-expected.txt:
* platform/ios/fast/forms/option-text-clip-expected.txt:
* platform/ios/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/ios/fast/forms/plaintext-mode-2-expected.txt:
* platform/ios/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/ios/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/ios/fast/forms/search-input-rtl-expected.txt:
* platform/ios/fast/forms/select-align-expected.txt:
* platform/ios/fast/forms/select-baseline-expected.txt:
* platform/ios/fast/forms/select-block-background-expected.txt:
* platform/ios/fast/forms/select-change-listbox-size-expected.txt:
* platform/ios/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/ios/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/ios/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/ios/fast/forms/select-disabled-appearance-expected.txt:
* platform/ios/fast/forms/select-element-focus-ring-expected.txt:
* platform/ios/fast/forms/select-empty-option-height-expected.txt:
* platform/ios/fast/forms/select-initial-position-expected.txt:
* platform/ios/fast/forms/select-item-background-clip-expected.txt:
* platform/ios/fast/forms/select-list-box-with-height-expected.txt:
* platform/ios/fast/forms/select-non-native-rendering-direction-expected.txt:
* platform/ios/fast/forms/select-selected-expected.txt:
* platform/ios/fast/forms/select-style-expected.txt:
* platform/ios/fast/forms/select-visual-hebrew-expected.txt:
* platform/ios/fast/forms/select-writing-direction-natural-expected.txt:
* platform/ios/fast/forms/select/optgroup-rendering-expected.txt:
* platform/ios/fast/forms/selectlist-minsize-expected.txt:
* platform/ios/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/ios/fast/forms/tabbing-input-iframe-expected.txt:
* platform/ios/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/ios/fast/forms/textarea-scrollbar-expected.txt:
* platform/ios/fast/forms/textarea-scrolled-type-expected.txt:
* platform/ios/fast/forms/textarea-width-expected.txt:
* platform/ios/fast/forms/textfield-focus-ring-expected.txt:
* platform/ios/fast/forms/textfield-overflow-expected.txt:
* platform/ios/fast/frames/take-focus-from-iframe-expected.txt:
* platform/ios/fast/html/details-no-summary4-expected.txt:
* platform/ios/fast/html/details-open-javascript-expected.txt:
* platform/ios/fast/html/details-open2-expected.txt:
* platform/ios/fast/html/details-open4-expected.txt:
* platform/ios/fast/html/details-replace-summary-child-expected.txt:
* platform/ios/fast/html/details-replace-text-expected.txt:
* platform/ios/fast/html/keygen-expected.txt:
* platform/ios/fast/invalid/014-expected.txt:
* platform/ios/fast/lists/dynamic-marker-crash-expected.txt:
* platform/ios/fast/overflow/overflow-x-y-expected.txt:
* platform/ios/fast/replaced/replaced-breaking-expected.txt:
* platform/ios/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/ios/fast/replaced/three-selects-break-expected.txt:
* platform/ios/fast/replaced/width100percent-button-expected.txt:
* platform/ios/fast/replaced/width100percent-menulist-expected.txt:
* platform/ios/fast/replaced/width100percent-searchfield-expected.txt:
* platform/ios/fast/replaced/width100percent-textarea-expected.txt:
* platform/ios/fast/replaced/width100percent-textfield-expected.txt:
* platform/ios/fast/selectors/064-expected.txt:
* platform/ios/fast/table/append-cells2-expected.txt:
* platform/ios/fast/table/colspanMinWidth-expected.txt:
* platform/ios/fast/table/remove-td-display-none-expected.txt:
* platform/ios/fast/table/spanOverlapRepaint-expected.txt:
* platform/ios/fast/table/text-field-baseline-expected.txt:
* platform/ios/fast/text/drawBidiText-expected.txt:
* platform/ios/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/ios/fast/text/international/bidi-listbox-expected.txt:
* platform/ios/fast/text/international/bidi-menulist-expected.txt:
* platform/ios/fast/text/international/hindi-spacing-expected.txt:
* platform/ios/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt:
* platform/ios/media/controls-styling-strict-expected.txt:
* platform/ios/svg/custom/foreign-object-skew-expected.txt:
* platform/ios/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/ios/svg/hixie/mixed/003-expected.txt:
* platform/ios/tables/mozilla/bugs/45621-expected.txt:
* platform/ios/tables/mozilla/bugs/bug1188-expected.txt:
* platform/ios/tables/mozilla/bugs/bug12384-expected.txt:
* platform/ios/tables/mozilla/bugs/bug1318-expected.txt:
* platform/ios/tables/mozilla/bugs/bug138725-expected.txt:
* platform/ios/tables/mozilla/bugs/bug18359-expected.txt:
* platform/ios/tables/mozilla/bugs/bug194024-expected.txt:
* platform/ios/tables/mozilla/bugs/bug24200-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/ios/tables/mozilla/bugs/bug26178-expected.txt:
* platform/ios/tables/mozilla/bugs/bug28928-expected.txt:
* platform/ios/tables/mozilla/bugs/bug29326-expected.txt:
* platform/ios/tables/mozilla/bugs/bug30559-expected.txt:
* platform/ios/tables/mozilla/bugs/bug30692-expected.txt:
* platform/ios/tables/mozilla/bugs/bug33855-expected.txt:
* platform/ios/tables/mozilla/bugs/bug39209-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4382-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4429-expected.txt:
* platform/ios/tables/mozilla/bugs/bug44505-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4527-expected.txt:
* platform/ios/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/ios/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug51037-expected.txt:
* platform/ios/tables/mozilla/bugs/bug51727-expected.txt:
* platform/ios/tables/mozilla/bugs/bug52505-expected.txt:
* platform/ios/tables/mozilla/bugs/bug52506-expected.txt:
* platform/ios/tables/mozilla/bugs/bug55545-expected.txt:
* platform/ios/tables/mozilla/bugs/bug59354-expected.txt:
* platform/ios/tables/mozilla/bugs/bug60749-expected.txt:
* platform/ios/tables/mozilla/bugs/bug68912-expected.txt:
* platform/ios/tables/mozilla/bugs/bug7342-expected.txt:
* platform/ios/tables/mozilla/bugs/bug92647-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug96334-expected.txt:
* platform/ios/tables/mozilla/bugs/bug99948-expected.txt:
* platform/ios/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/ios/tables/mozilla/core/margins-expected.txt:
* platform/ios/tables/mozilla/dom/tableDom-expected.txt:
* platform/ios/tables/mozilla/other/move_row-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/ios/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/ios/transforms/2d/zoom-menulist-expected.txt:
* platform/ios/transforms/3d/general/perspective-non-layer-expected.txt:
2021-03-17 Simon Fraser <simon.fraser@apple.com>
Avoid unnecessary repaints when transforms change
https://bugs.webkit.org/show_bug.cgi?id=223307
Reviewed by Zalan Bujtas.
* fast/repaint/transform-change-repaint-expected.txt: Added.
* fast/repaint/transform-change-repaint.html: Added.
2021-03-17 Ziran Sun <zsun@igalia.com>
[css-grid] Incorrect track sizing when using relative sized items in 'auto' column tracks
https://bugs.webkit.org/show_bug.cgi?id=191627
Reviewed by Javier Fernandez.
* TestExpectations:
2021-03-17 Robert Jenner <jenner@apple.com>
[ macOS wk2 ] media/track/track-cue-css.html is a flakey Image failure
https://bugs.webkit.org/show_bug.cgi?id=223387
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test results to Pass ImageOnlyFailure while test is reviewed.
2021-03-17 Peng Liu <peng.liu6@apple.com>
[GPUP] Some media-source tests fail/timeout when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221686
Reviewed by Jer Noble.
* platform/mac/TestExpectations:
2021-03-17 Eric Carlson <eric.carlson@apple.com>
[GPUP] media/video-set-rate-from-pause.html fails
https://bugs.webkit.org/show_bug.cgi?id=223386
<rdar://problem/75533945>
Reviewed by Jer Noble.
* platform/wk2/TestExpectations: Remove test that passes.
2021-03-17 Jean-Yves Avenard <jya@apple.com>
Show media session image artwork in Now Playing information pane.
https://bugs.webkit.org/show_bug.cgi?id=223118
<rdar://problem/75360166>
Reviewed by Eric Carlson.
* fast/mediasession/metadata/artworkdownload-expected.txt: Added.
* fast/mediasession/metadata/artworkdownload.html: Added.
2021-03-17 Aditya Keerthi <akeerthi@apple.com>
[iOS] Refactor WKFileUploadPanel to use UniformTypeIdentifiers
https://bugs.webkit.org/show_bug.cgi?id=223000
<rdar://problem/75237774>
Reviewed by Tim Horton.
Added a test to verify that the value of the accept attribute for file
inputs is mapped to the correct set of type identifiers.
* fast/forms/ios/file-upload-panel-accept-expected.txt: Added.
* fast/forms/ios/file-upload-panel-accept.html: Added.
* resources/ui-helper.js:
(window.UIHelper.dismissFilePicker):
(window.UIHelper.filePickerAcceptedTypeIdentifiers):
2021-03-17 Zalan Bujtas <zalan@apple.com>
Do not collapse ruby's internal anonymous blocks
https://bugs.webkit.org/show_bug.cgi?id=223296
<rdar://75486993>
Reviewed by Antti Koivisto.
* fast/ruby/crash-when-ruby-base-is-collapsed-expected.txt: Added.
* fast/ruby/crash-when-ruby-base-is-collapsed.html: Added.
2021-03-17 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/cache convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222935
<rdar://problem/75183314>
Reviewed by Jonathan Bedard.
* http/tests/cache/cache-redirections.html:
* http/tests/cache/cached-main-resource.html:
* http/tests/cache/cachedEntry-waits-for-response-policy.html:
* http/tests/cache/content-type-ignored-during-revalidation.html:
* http/tests/cache/disk-cache/disk-cache-redirect-to-data.html:
* http/tests/cache/disk-cache/disk-cache-remove-several-pending-writes.html:
* http/tests/cache/disk-cache/redirect-chain-limits.html:
* http/tests/cache/disk-cache/resources/json.php: Removed.
* http/tests/cache/disk-cache/resources/json.py: Added.
(send304):
* http/tests/cache/disk-cache/resources/make-sha1-collision.php: Removed.
* http/tests/cache/disk-cache/resources/make-sha1-collision.py: Added.
* http/tests/cache/disk-cache/resources/redirect-chain.php: Removed.
* http/tests/cache/disk-cache/resources/redirect-chain.py: Added.
* http/tests/cache/disk-cache/resources/redirect-to-data.php: Removed.
* http/tests/cache/disk-cache/resources/redirect-to-data.py: Added.
* http/tests/cache/disk-cache/shattered-deduplication.html:
* http/tests/cache/disk-cache/speculative-validation/cacheable-redirect.html:
* http/tests/cache/disk-cache/speculative-validation/http-auth.html:
* http/tests/cache/disk-cache/speculative-validation/resources/cacheable-redirect-frame.php: Removed.
* http/tests/cache/disk-cache/speculative-validation/resources/cacheable-redirect-frame.py: Added.
* http/tests/cache/disk-cache/speculative-validation/resources/css-to-revalidate.php: Removed.
* http/tests/cache/disk-cache/speculative-validation/resources/css-to-revalidate.py: Added.
* http/tests/cache/disk-cache/speculative-validation/resources/frame-with-authenticated-resource.php: Removed.
* http/tests/cache/disk-cache/speculative-validation/resources/frame-with-authenticated-resource.py: Added.
* http/tests/cache/disk-cache/speculative-validation/resources/redirect-to-css.php: Removed.
* http/tests/cache/disk-cache/speculative-validation/resources/redirect-to-css.py: Added.
* http/tests/cache/disk-cache/speculative-validation/resources/request-headers-script.php: Removed.
* http/tests/cache/disk-cache/speculative-validation/resources/request-headers-script.py: Added.
* http/tests/cache/disk-cache/speculative-validation/resources/resource-with-auth.php: Removed.
* http/tests/cache/disk-cache/speculative-validation/resources/resource-with-auth.py: Added.
* http/tests/cache/disk-cache/speculative-validation/resources/validation-request-frame.php: Removed.
* http/tests/cache/disk-cache/speculative-validation/resources/validation-request-frame.py: Added.
* http/tests/cache/disk-cache/speculative-validation/validation-request.html:
* http/tests/cache/history-navigation-no-resource-revalidation.html:
* http/tests/cache/iframe-304-crash-expected.txt:
* http/tests/cache/iframe-304-crash.html:
* http/tests/cache/iframe-detach.html:
* http/tests/cache/link-prefetch-main-resource-iframe.html:
* http/tests/cache/link-prefetch-main-resource.html:
* http/tests/cache/main-resource-304-reload.html:
* http/tests/cache/post-redirect-get.php: Removed.
* http/tests/cache/post-redirect-get.py: Added.
* http/tests/cache/post-with-cached-subresources.php: Removed.
* http/tests/cache/post-with-cached-subresources.py: Added.
* http/tests/cache/recursive-validation.html:
* http/tests/cache/redirect-referer.html:
* http/tests/cache/reload-main-resource.php: Removed.
* http/tests/cache/reload-main-resource.py: Added.
* http/tests/cache/resources/body.php: Removed.
* http/tests/cache/resources/body.py: Added.
* http/tests/cache/resources/cacheable-iframe.php: Removed.
* http/tests/cache/resources/cacheable-iframe.py: Added.
* http/tests/cache/resources/cacheable-random-text.php: Removed.
* http/tests/cache/resources/cacheable-random-text.py: Added.
* http/tests/cache/resources/iframe304.php: Removed.
* http/tests/cache/resources/iframe304.py: Added.
* http/tests/cache/resources/iframe304body.php: Removed.
* http/tests/cache/resources/iframe304body.py: Added.
* http/tests/cache/resources/load-and-check-referer.php: Removed.
* http/tests/cache/resources/load-and-check-referer.py: Added.
(contentType):
* http/tests/cache/resources/no-cache-main-resource-next.php: Removed.
* http/tests/cache/resources/no-cache-main-resource-next.py: Added.
* http/tests/cache/resources/no-cache-main-resource.php: Removed.
* http/tests/cache/resources/no-cache-main-resource.py: Added.
* http/tests/cache/resources/no-cache-with-validation.php: Removed.
* http/tests/cache/resources/no-cache-with-validation.py: Added.
* http/tests/cache/resources/partitioned-cache-echo-state.php: Removed.
* http/tests/cache/resources/partitioned-cache-echo-state.py: Added.
* http/tests/cache/resources/partitioned-cache-loader.html:
* http/tests/cache/resources/permanent-redirect.py: Added.
* http/tests/cache/resources/post-image-to-verify.php: Removed.
* http/tests/cache/resources/post-image-to-verify.py: Added.
* http/tests/cache/resources/prefetched-main-resource-iframe.php: Removed.
* http/tests/cache/resources/prefetched-main-resource-iframe.py: Added.
* http/tests/cache/resources/prefetched-main-resource.php: Removed.
* http/tests/cache/resources/prefetched-main-resource.py: Added.
* http/tests/cache/resources/redirect-referer-iframe.html:
* http/tests/cache/resources/reload-main-resource-iframe.php: Removed.
* http/tests/cache/resources/reload-main-resource-iframe.py: Added.
* http/tests/cache/resources/slow-iframe.php: Removed.
* http/tests/cache/resources/slow-iframe.py: Added.
* http/tests/cache/resources/stylesheet-html.php: Removed.
* http/tests/cache/resources/stylesheet-html.py: Added.
* http/tests/cache/resources/stylesheet304-bad-content-type.php: Removed.
* http/tests/cache/resources/stylesheet304-bad-content-type.py: Added.
* http/tests/cache/resources/stylesheet304.php: Removed.
* http/tests/cache/resources/svg-defs-vary.php: Removed.
* http/tests/cache/resources/svg-defs-vary.py: Added.
* http/tests/cache/resources/xhr-vary-header-response.php: Removed.
* http/tests/cache/resources/xhr-vary-header-response.py: Added.
* http/tests/cache/resources/xhr-vary-header-subframe.html:
* http/tests/cache/stylesheet-sharing.html:
* http/tests/cache/vary-frameless-document.html:
* http/tests/cache/xhr-body.html:
* http/tests/cache/xhr-vary-header.html:
* http/tests/resources/touch-temp-file.py: Added.
* http/tests/resources/write-temp-file.py: Added.
* http/tests/xmlhttprequest/cacheable-cross-origin-redirect-crash.html:
* platform/win/TestExpectations:
2021-03-17 Robert Jenner <jenner@apple.com>
[ macOS wk2 ARM64 ] 2 imported/w3c/web-platform-tests/webrtc are flakey text failures
https://bugs.webkit.org/show_bug.cgi?id=223385
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Failure for Apple Silicon systems, and removing the Mojave test expectation while tests are being reviewed.
2021-03-17 Peng Liu <peng.liu6@apple.com>
[GPUP] Some media-source tests fail/timeout when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221686
Reviewed by Eric Carlson.
Fix the wrong description of a test.
* media/media-source/media-source-resize-expected.txt:
* media/media-source/media-source-resize.html:
* platform/gtk/media/media-source/media-source-resize-expected.txt:
* platform/mac/TestExpectations:
2021-03-17 Alexey Shvayka <shvaikalesh@gmail.com>
[WebIDL] Fix convertRecord() to throw on enumerable symbol |key|
https://bugs.webkit.org/show_bug.cgi?id=223231
Reviewed by Darin Adler.
* fast/dom/DOMURL/searchparams-expected.txt:
* fast/dom/DOMURL/searchparams.html:
2021-03-17 Youenn Fablet <youenn@apple.com>
Align device orientation delegate to getUserMedia/geolocation delegates
https://bugs.webkit.org/show_bug.cgi?id=223247
Reviewed by Eric Carlson.
* fast/device-orientation/device-motion-request-permission-denied-expected.txt:
* fast/device-orientation/device-motion-request-permission-granted-expected.txt:
* fast/device-orientation/device-orientation-request-permission-denied-expected.txt:
* fast/device-orientation/device-orientation-request-permission-granted-expected.txt:
* http/tests/device-orientation/device-motion-allowed-in-first-party-only-expected.txt:
* http/tests/device-orientation/device-motion-third-party-iframe-allowed-by-feature-policy-expected.txt:
* http/tests/device-orientation/device-orientation-allowed-in-first-party-only-expected.txt:
* http/tests/device-orientation/device-orientation-permission-granted-in-other-iframes-from-same-origin-expected.txt:
* http/tests/device-orientation/device-orientation-third-party-iframe-allowed-by-feature-policy-expected.txt:
* platform/ios/http/tests/events/device-orientation-motion-secure-context-expected.txt:
2021-03-16 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some consistent WPE failures and GTK4 crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt: Rebaselined after r274167.
* platform/gtk/imported/w3c/web-platform-tests/dom/slot-recalc-expected.txt: Added. Needed after r274167.
* platform/gtk4/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Rebaselined. Needed after
somewhere between r273067 (last good) and r273071 (first bad).
* platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt: Added. WPE does not support color popup yet.
* platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt: Ditto.
* platform/wpe/imported/w3c/web-platform-tests/dom/slot-recalc-expected.txt: Added. Needed fater r274167.
2021-03-16 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r273539.
* platform/glib/TestExpectations:
2021-03-16 Robert Jenner <jenner@apple.com>
[ macOS wk2 ] media/media-fullscreen-return-to-inline.html is a flakey text failure and flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=223293
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Failure Timeout while test is being reviewed.
2021-03-16 Robert Jenner <jenner@apple.com>
[ macOS wk2 ARM64 ] fast/table/multiple-captions-crash4.htmlis a flakey Image failure
https://bugs.webkit.org/show_bug.cgi?id=223292
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test results to PASS IMAGEONLYFAILURE while test is being reviewed.
2021-03-16 Robert Jenner <jenner@apple.com>
[ macOS wk2 ARM 64 ] 2 accessibility/mac/value-change/ layout-tests are flakey text failures
https://bugs.webkit.org/show_bug.cgi?id=223291
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations as PASS/FAILURE until test can be reviewed.
2021-03-15 Ebrahim Byagowi <ebrahim@gnu.org> and Myles C. Maxfield <mmaxfield@apple.com>
<img> isn't able to render RTL text correctly in ALT text
https://bugs.webkit.org/show_bug.cgi?id=221833
<rdar://problem/74530491>
Reviewed by Zalan Bujtas.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* fast/text/image-alt-text-bidi-2-expected.html: Added.
* fast/text/image-alt-text-bidi-2.html: Added.
* fast/text/image-alt-text-bidi-expected.html: Added.
* fast/text/image-alt-text-bidi.html: Added.
2021-03-16 Alexey Shvayka <shvaikalesh@gmail.com>
Cache cross-origin methods / accessors of Window and Location per lexical global object
https://bugs.webkit.org/show_bug.cgi?id=222739
Reviewed by Darin Adler.
* http/tests/navigation/process-swap-window-open-expected.txt:
* http/tests/navigation/process-swap-window-open.html:
2021-03-16 Julian Gonzalez <julian_a_gonzalez@apple.com>
ASSERTION FAILED: m_state == State::Committed in WebKit::FrameLoadState::didFailLoad()
https://bugs.webkit.org/show_bug.cgi?id=221783
Reviewed by Ryosuke Niwa.
Stop skipping loader/change-src-during-iframe-load-crash.html on Debug bots.
* platform/wk2/TestExpectations:
2021-03-16 Robert Jenner <jenner@apple.com>
REGRESSION (r274461): [ macOS wk1 ]fast/repaint/canvas-object-fit.html is flakey text failing
https://bugs.webkit.org/show_bug.cgi?id=223283
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Updating test expectations while test is being reviewed.
2021-03-16 Simon Fraser <simon.fraser@apple.com>
[BigSur arm64] compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html is a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=223265
Unreviewed test gardening.
Attempt to make this test pass on AS by avoiding solid-color layers, forcing backing store
with &nbsp;. Also reduce the oddly long 1000ms timeout in the test.
* compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer-expected.html:
* compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html:
* platform/mac/TestExpectations:
2021-03-16 Devin Rousso <drousso@apple.com>
[macOS] change for the language/subtitle tracks button to use an `NSMenu` instead of web content
https://bugs.webkit.org/show_bug.cgi?id=223239
<rdar://problem/75462340>
Reviewed by Eric Carlson.
* media/modern-media-controls/tracks-support/auto-text-track.html: Added.
* media/modern-media-controls/tracks-support/auto-text-track-expected.txt: Added.
* media/modern-media-controls/tracks-support/click-track-in-contextmenu.html: Added.
* media/modern-media-controls/tracks-support/click-track-in-contextmenu-expected.txt: Added.
* media/modern-media-controls/tracks-support/hidden-tracks.html: Added.
* media/modern-media-controls/tracks-support/hidden-tracks-expected.txt: Added.
* media/modern-media-controls/tracks-support/off-text-track.html: Added.
* media/modern-media-controls/tracks-support/off-text-track-expected.txt: Added.
* media/modern-media-controls/tracks-support/show-contextmenu-then-double-click-on-tracks-button.html: Added.
* media/modern-media-controls/tracks-support/show-contextmenu-then-double-click-on-tracks-button-expected.txt: Added.
* media/modern-media-controls/tracks-support/text-track-selected-via-media-api.html: Added.
* media/modern-media-controls/tracks-support/text-track-selected-via-media-api-expected.txt: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-auto-text-track.html: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-auto-text-track-expected.txt: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-click-track-in-contextmenu.html: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-click-track-in-contextmenu-expected.txt: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-hidden-tracks.html: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-hidden-tracks-expected.txt: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-off-text-track.html: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-off-text-track-expected.txt: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-show-contextmenu-then-double-click-on-tracks-button.html: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-show-contextmenu-then-double-click-on-tracks-button-expected.txt: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-text-track-selected-via-media-api.html: Removed.
* media/modern-media-controls/tracks-support/ios/tracks-support-text-track-selected-via-media-api-expected.txt: Removed.
Move the iOS tracks support tests out of an iOS folder since macOS now also uses a contextmenu.
* media/modern-media-controls/resources/media-controls-loader.js:
* media/modern-media-controls/resources/media-controls-utils.js:
(showTracksPanel): Deleted.
* media/modern-media-controls/media-controller/media-controller-click-on-video-background-to-dismiss-tracks-panel-should-not-toggle-playback.html: Removed.
* media/modern-media-controls/media-controller/media-controller-click-on-video-background-to-dismiss-tracks-panel-should-not-toggle-playback-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-controls-bar-remains-visible-after-clicking-over-it.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-controls-bar-remains-visible-after-clicking-over-it-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-hide.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-hide-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-hide-click-outside.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-hide-click-outside-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-hide-esc-key.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-hide-esc-key-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-population.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-population-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-position-and-size.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-position-and-size-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-prevent-default-on-keydown.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-prevent-default-on-keydown-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-right-x.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-right-x-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-select-track-with-keyboard.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-select-track-with-keyboard-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-select-track-with-mouse.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-select-track-with-mouse-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-up-click-outside-media-does-not-dimiss-media-controls-when-media-is-paused.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-up-click-outside-media-does-not-dimiss-media-controls-when-media-is-paused-expected.txt: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-up-click-over-media-does-not-dimiss-media-controls-when-media-is-playing.html: Removed.
* media/modern-media-controls/tracks-panel/tracks-panel-up-click-over-media-does-not-dimiss-media-controls-when-media-is-playing-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-auto-text-track.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-auto-text-track-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-click-track-in-panel.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-click-track-in-panel-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-hidden-tracks.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-hidden-tracks-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-off-text-track.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-off-text-track-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-and-populate-panel.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-and-populate-panel-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-after-dragging-controls.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-after-dragging-controls-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-fullscreen.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-fullscreen-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-then-double-click-on-tracks-button.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-then-double-click-on-tracks-button-expected.txt: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-text-track-selected-via-media-api.html: Removed.
* media/modern-media-controls/tracks-support/mac/tracks-support-text-track-selected-via-media-api-expected.txt: Removed.
Remove everything related to `TracksPanel` now that macOS also uses a contextmenu.
* media/modern-media-controls/tracks-support/captions-offset-with-controls-bar.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-captions-offset-with-controls-bar.html.
* media/modern-media-controls/tracks-support/captions-offset-with-controls-bar-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-captions-offset-with-controls-bar-expected.txt.
* media/modern-media-controls/tracks-support/no-tracks.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-no-tracks.html.
* media/modern-media-controls/tracks-support/no-tracks-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-no-tracks-expected.txt.
Renamed these tests to remove the redundant "tracks-support".
* media/modern-media-controls/tracks-support/tracks-support-audio-tracks.html: Removed.
* media/modern-media-controls/tracks-support/tracks-support-audio-tracks-expected.txt: Removed.
* media/modern-media-controls/tracks-support/tracks-support-text-tracks.html: Removed.
* media/modern-media-controls/tracks-support/tracks-support-text-tracks-expected.txt: Removed.
These tests are covered by the other added/renamed tests above.
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-constructor.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-constructor-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-right-container-margin.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-right-container-margin-expected.txt:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-placard.html:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-volume-slider-visibility.html:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-dropping-controls-expected.txt:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-shows-start-button.html:
Update existing tests to accomodate the `OverflowButton`.
* resources/ui-helper.js:
(window.UIHelper.chooseMenuAction): Added.
(window.UIHelper.async chooseMenuAction): Deleted.
Use `UIScriptController.prototype.chooseMenuAction` instead of a combination of
`UIScriptController.prototype.rectForMenuAction` and `UIScriptController.prototype.activateAt`
since `UIScriptController::chooseMenuAction` basically does that anyways.
* TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac-wk2/TestExpectations:
2021-03-16 Simon Fraser <simon.fraser@apple.com>
Runtime-disabled CSS features still still appear enabled via two-arg CSS.supports()
https://bugs.webkit.org/show_bug.cgi?id=223141
Reviewed by Antti Koivisto.
* fast/css/overscroll-behavior-invalidate-if-disabled-expected.txt:
* fast/css/overscroll-behavior-invalidate-if-disabled.html:
2021-03-16 Kimmo Kinnunen <kkinnunen@apple.com>
Make WebGL conformance test update script more usable and consistent
https://bugs.webkit.org/show_bug.cgi?id=223112
Reviewed by Kenneth Russell.
Move the script over the existing but unused Tools/Scripts/update-webgl-conformance-tests.
* webgl/generate-webgl-tests: Removed.
2021-03-16 Amir Mark Jr <amir_mark@apple.com>
[BigSur arm64] compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html is a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=223265
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-03-16 Robert Jenner <jenner@apple.com>
[ macOS debug arm64 ] ASSERTION FAILED: count >= 1 ./rendering/RenderMultiColumnSet.cpp(450) : unsigned int WebCore::RenderMultiColumnSet::columnCount() const
https://bugs.webkit.org/show_bug.cgi?id=223144
Unreviewed test gardening.
* platform/mac/TestExpectations: updating expectations to crash while test is being reviewed.
2021-03-16 Robert Jenner <jenner@apple.com>
[ BigSur wk2 arm64 ] 4 webrtc/ Layout-tests are consistently timing out
https://bugs.webkit.org/show_bug.cgi?id=223043
Uneviewed test gadening.
* platform/mac/TestExpectations: Re-updating expectations for one test that started timing out when marked as Failure.
2021-03-16 John Wilander <wilander@apple.com>
PCM: Test infrastructure for sending attribution reports to attribution website too
https://bugs.webkit.org/show_bug.cgi?id=223238
<rdar://problem/75462031>
Reviewed by Brent Fulgham.
setPrivateClickMeasurementAttributionReportURLForTesting() now is named
setPrivateClickMeasurementAttributionReportURLsForTesting() in the layers that
eventually reach WebKit::PrivateClickMeasurementManager. It takes two URLs
attributionReportSourceURL and attributionReportAttributeOnURL and sets them
in a new struct AttributionReportTestConfig.
* http/tests/contentextensions/block-private-click-measurement.html:
* http/tests/privateClickMeasurement/conversion-disabled-in-ephemeral-session.html:
* http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start.html:
* http/tests/privateClickMeasurement/resources/getConversionData.php:
* http/tests/privateClickMeasurement/resources/util.js:
(tearDownAndFinish):
* http/tests/privateClickMeasurement/send-attribution-conversion-request.html:
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce.html:
* platform/mac-wk2/TestExpectations:
This was marked as an old flaky failure and tracked in rdar://63357481.
I've kept my eye on it and it does not seem flaky anymore. Removed failure
expectation to get better test coverage.
2021-03-16 Truitt Savell <tsavell@apple.com>
Many media/media-fragments/ tests are crashing due to other tests that run before them.
https://bugs.webkit.org/show_bug.cgi?id=223277
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-03-16 Robert Jenner <jenner@apple.com>
[ macOS Debug ] 2 imported/w3c/web-platform-tests/xhr/ are flakey text failures
Nhttps://bugs.webkit.org/show_bug.cgi?id=223271
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Updated expectations to Pass Fail for BigSur Debug wk1.
* platform/mac/TestExpectations: Updated expectations to Pass Fail for BigSur Debug.
2021-03-16 Robert Jenner <jenner@apple.com>
[MacOS wk2] imported/w3c/web-platform-tests/media-source/SourceBuffer-abort-updating.html is a flakey failure
https://bugs.webkit.org/show_bug.cgi?id=222210
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Removing Debug filter from expectation to cover flakiness on EWS.
2021-03-16 Peng Liu <peng.liu6@apple.com>
[GPUP] Some web audio WPT tests fail when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221696
Unreviewed test gardening.
* platform/wk2/TestExpectations:
2021-03-16 Peng Liu <peng.liu6@apple.com>
[GPUP] Some modern-media-controls tests are flaky when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221685
Unreviewed test gardening.
* platform/wk2/TestExpectations:
2021-03-16 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/quicklook convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=223212
<rdar://problem/75444850>
Reviewed by Jonathan Bedard.
* http/tests/quicklook/csp-header-ignored.html:
* http/tests/quicklook/resources/word-document-with-csp-block-frame-ancestors.php: Removed.
* http/tests/quicklook/resources/word-document-with-csp-block-frame-ancestors.py: Added.
2021-03-16 Robert Jenner <jenner@apple.com>
[ macOS ARM64 ] webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels.html is constantly text failing
https://bugs.webkit.org/show_bug.cgi?id=223259
Uneviewed test gardening.
* platform/mac/TestExpectations: Updating expectations to Failure until test can be reviewed.
2021-03-16 Robert Jenner <jenner@apple.com>
[ BigSur wk2 arm64 ] 4 webrtc/ Layout-tests are consistently timing out
https://bugs.webkit.org/show_bug.cgi?id=223043
Uneviewed test gadening.
* platform/mac/TestExpectations: Temporarily updating test expectations for 18 web/rtc tests that only have issues on Apple Silicon Macs, until they can be resolved.
2021-03-16 Lauro Moura <lmoura@igalia.com>
[GTK] Add GTK4 tests expectations
https://bugs.webkit.org/show_bug.cgi?id=222907
Reviewed by Carlos Garcia Campos.
* platform/gtk4/TestExpectations: Added.
2021-03-16 Frederic Wang <fwang@igalia.com>
Crash in makeBoundaryPoint via ReplaceSelectionCommand::insertedContentRange
https://bugs.webkit.org/show_bug.cgi?id=221509
Reviewed by Ryosuke Niwa.
Add a regression test.
* fast/editing/replace-selection-and-apply-style-crash-expected.txt: Added.
* fast/editing/replace-selection-and-apply-style-crash.html: Added.
2021-03-16 Youenn Fablet <youenn@apple.com>
[ macOs Wk1 ] http/wpt/filereader/filereader-stop.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=222749
<rdar://problem/75045013>
Reviewed by Alex Christensen.
* http/wpt/filereader/filereader-stop.html:
Update test to register the event handlers for the second load, not the first one.
2021-03-15 Rob Buis <rbuis@igalia.com>
Fix table-element-001.html
https://bugs.webkit.org/show_bug.cgi?id=223063
Reviewed by Simon Fraser.
Enable test that passes now.
* TestExpectations:
2021-03-15 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] WebPageProxy's EditorState may be stale until the next remote layer tree commit
https://bugs.webkit.org/show_bug.cgi?id=223207
<rdar://problem/75410700>
Reviewed by Tim Horton.
* fast/images/image-extraction/ios/reselect-word-in-image-overlay-expected.txt: Added.
* fast/images/image-extraction/ios/reselect-word-in-image-overlay.html: Added.
2021-03-15 Zalan Bujtas <zalan@apple.com>
[Multi-column] Ignore line grid offset when the grid line is shorter than 0.5px
https://bugs.webkit.org/show_bug.cgi?id=223220
<rdar://73192773>
Reviewed by Simon Fraser.
* fast/multicol/crash-when-line-grid-is-shorter-than-half-px-expected.txt: Added.
* fast/multicol/crash-when-line-grid-is-shorter-than-half-px.html: Added.
2021-03-15 Robert Jenner <jenner@apple.com>
[ macOS Debug ARM64 ] 2X w3c/svg tests are constantly text failing
https://bugs.webkit.org/show_bug.cgi?id=223223
Unreviewed test gardening.
* platform/mac/TestExpectations: Updating test expectations to constantly fail in Apple Silicon while test is being looked at.
2021-03-15 Robert Jenner <jenner@apple.com>
[ MacOS wk2 ] inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations.html is flakey timing out
https://bugs.webkit.org/show_bug.cgi?id=221759
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Re-updating test expectations to include release. Prior test expectation update gave us unexpected crashes.
2021-03-15 Wenson Hsieh <wenson_hsieh@apple.com>
Image overlay creation should be idempotent
https://bugs.webkit.org/show_bug.cgi?id=223199
Reviewed by Tim Horton.
* fast/images/image-extraction/image-overlay-creation-is-idempotent-expected.txt: Added.
* fast/images/image-extraction/image-overlay-creation-is-idempotent.html: Added.
2021-03-15 Zalan Bujtas <zalan@apple.com>
RenderStyle::getRoundedInnerBorderFor should never produce a rect with negative width/height
https://bugs.webkit.org/show_bug.cgi?id=223147
Reviewed by Simon Fraser.
* fast/shapes/assert-when-rounded-rect-overflows-expected.txt: Added.
* fast/shapes/assert-when-rounded-rect-overflows.html: Added.
2021-03-15 Yusuke Suzuki <ysuzuki@apple.com>
WebGL should be aware of [AllowShared]
https://bugs.webkit.org/show_bug.cgi?id=223167
Reviewed by Saam Barati.
Test that these functions accept (not throwing a TypeError) array buffers etc. created from SharedArrayBuffer.
* webgl/webgl-allow-shared-expected.txt: Added.
* webgl/webgl-allow-shared.html: Added.
2021-03-15 Said Abou-Hallawa <said@apple.com>
Enable the layout test 2d.path.stroke.scale2.html
https://bugs.webkit.org/show_bug.cgi?id=223176
Reviewed by Tim Horton.
This layout test is now fixed on macOS and iOS after enabling GPUP for
2D canvas rendering. The reason is CGPathAddRect() has a bug which is
tracked by rdar://75419465. Encoding the CGPath converts the rectangle
command to moveTo and lineTo commands. This is unintentional workaround
for the CGPathAddRect() bug.
* TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2021-03-15 Robert Jenner <jenner@apple.com>
[ macOS wk2 ARM64 ] http/tests/local/loading-stylesheet-import-remove.html is a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=223206
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass ImageOnlyFailure while test is being looked at.
2021-03-15 Peng Liu <peng.liu6@apple.com>
[GPUP][MSE] Add an IPC message to implement SourceBufferPrivateRemote::canSwitchToType()
https://bugs.webkit.org/show_bug.cgi?id=223152
Reviewed by Eric Carlson.
* platform/mac/TestExpectations:
2021-03-15 Zalan Bujtas <zalan@apple.com>
Fit-border-to-line may change the layout constraints between 2 paginated line layouts
https://bugs.webkit.org/show_bug.cgi?id=223169
<rdar://73147358>
Reviewed by Antti Koivisto.
* fast/multicol/widow-relayout-with-border-fit-expected.txt: Added.
* fast/multicol/widow-relayout-with-border-fit.html: Added.
2021-03-15 Wenson Hsieh <wenson_hsieh@apple.com>
[macOS] Selecting text via mouse drag in image documents shouldn't trigger click events
https://bugs.webkit.org/show_bug.cgi?id=223075
<rdar://problem/75334611>
Reviewed by Tim Horton.
Add a couple of new layout tests to exercise the new behavior.
* fast/images/image-extraction/mac/select-image-overlay-with-mouse-drag-does-not-fire-click-expected.txt: Added.
* fast/images/image-extraction/mac/select-image-overlay-with-mouse-drag-does-not-fire-click.html: Added.
* fast/images/image-extraction/mac/select-image-overlay-with-mouse-drag-expected-mismatch.html: Added.
* fast/images/image-extraction/mac/select-image-overlay-with-mouse-drag.html: Added.
2021-03-15 Rob Buis <rbuis@igalia.com>
Treat min-intrinsic like *-content
https://bugs.webkit.org/show_bug.cgi?id=222854
Reviewed by Sergio Villar Senin.
Add test for this.
* fast/flexbox/indefinite-width-crash-expected.txt: Added.
* fast/flexbox/indefinite-width-crash.html: Added.
2021-03-15 Imanol Fernandez <ifernandez@igalia.com>
Split WebXR features into enabledFeatures, supportedFeatures and requestedFeatures
https://bugs.webkit.org/show_bug.cgi?id=222796
Reviewed by Sergio Villar Senin.
Update xrSession_requestReferenceSpace_features expectations.
* platform/wpe/TestExpectations:
2021-03-14 Yusuke Suzuki <ysuzuki@apple.com>
Prevent dynamic import in service worker
https://bugs.webkit.org/show_bug.cgi?id=222308
Reviewed by Youenn Fablet.
Covering worklet case.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/dynamic-import-is-prohibited.https-expected.txt: Added.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/dynamic-import-is-prohibited.https.html: Added.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/processors/dynamic-import-is-prohibited.js: Added.
(DynamicImportIsProhibitedProcessor.prototype.process):
(DynamicImportIsProhibitedProcessor):
2021-03-13 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] Selecting the first word in an image overlay may select text in the previous line
https://bugs.webkit.org/show_bug.cgi?id=223153
Reviewed by Tim Horton.
Add a layout test to verify the behavior change.
* fast/images/image-extraction/ios/select-word-in-image-overlay-expected.txt: Added.
* fast/images/image-extraction/ios/select-word-in-image-overlay.html: Added.
2021-03-13 Wenson Hsieh <wenson_hsieh@apple.com>
Add support for accessibility image overlays in layout tests
https://bugs.webkit.org/show_bug.cgi?id=223146
Reviewed by Tim Horton.
Add a very basic test to ensure that image overlay content can be installed.
* TestExpectations:
* fast/images/image-extraction/basic-image-overlay-expected-mismatch.html: Added.
* fast/images/image-extraction/basic-image-overlay.html: Added.
2021-03-13 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r274379.
https://bugs.webkit.org/show_bug.cgi?id=223154
Some LayoutTests are crashing
Reverted changeset:
"Cache cross-origin methods / accessors of Window and Location
per lexical global object"
https://bugs.webkit.org/show_bug.cgi?id=222739
https://trac.webkit.org/changeset/274379
2021-03-13 Chris Gambrell <cgambrell@apple.com>
[ macOS Wk2 ] http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked.php is constantly text failing
https://bugs.webkit.org/show_bug.cgi?id=223079
<rdar://problem/75323779>
Reviewed by Jonathan Bedard.
* http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked.php:
2021-03-13 Antoine Quint <graouts@webkit.org>
Fix interpolation of clip CSS property
https://bugs.webkit.org/show_bug.cgi?id=223126
Reviewed by Antti Koivisto.
Rebase a test that used the old, incorrect computed value for "clip" with
four "auto" values.
* fast/css/computed-clip-with-auto-rect-expected.txt:
2021-03-13 Peng Liu <peng.liu6@apple.com>
[GPUP][MSE] MediaSource::buffered and MediaSource::activeSourceBuffers do not update in the same run loop as MediaSource::endOfStream()
https://bugs.webkit.org/show_bug.cgi?id=221293
Reviewed by Jer Noble.
* platform/mac/TestExpectations:
2021-03-13 Rob Buis <rbuis@igalia.com>
[css-flexbox] Fix incorrect relative path
https://bugs.webkit.org/show_bug.cgi?id=223120
Reviewed by Darin Adler.
Enable tests that pass now.
* TestExpectations:
2021-03-13 Youenn Fablet <youenn@apple.com>
Update RTCRtpScriptTransform to the latest version of the spec
https://bugs.webkit.org/show_bug.cgi?id=222982
Reviewed by Eric Carlson.
* http/wpt/webrtc/audio-script-transform.html:
* http/wpt/webrtc/context-transform.js:
(MockRTCRtpTransformer):
(MockRTCRtpTransformer.prototype.start):
(MockRTCRtpTransformer.prototype.process):
(onrtctransform):
* http/wpt/webrtc/no-transform.js:
* http/wpt/webrtc/no-webrtc-transform-expected.txt:
* http/wpt/webrtc/no-webrtc-transform.html:
* http/wpt/webrtc/script-transform.js:
(onrtctransform.process):
(onrtctransform):
* http/wpt/webrtc/sframe-transform.js:
(onrtctransform):
* http/wpt/webrtc/video-script-transform.html:
2021-03-13 Martin Robinson <mrobinson@webkit.org>
Add basic (non-momentum) wheel event handling for scroll snap
https://bugs.webkit.org/show_bug.cgi?id=222594
Reviewed by Simon Fraser.
* css3/scroll-snap/scroll-snap-wheel-event-expected.txt: Added.
* css3/scroll-snap/scroll-snap-wheel-event.html: Added.
* platform/ios-wk2/TestExpectations: Skip new test because it uses mouse event simulation.
Move existing classification to better section as well.
* platform/mac-wk1/fast/scrolling/latching/scroll-snap-latching-expected.txt: Rebased this previous failing test.
2021-03-13 Alexey Shvayka <shvaikalesh@gmail.com>
Cache cross-origin methods / accessors of Window and Location per lexical global object
https://bugs.webkit.org/show_bug.cgi?id=222739
Reviewed by Darin Adler.
* http/tests/navigation/process-swap-window-open-expected.txt:
* http/tests/navigation/process-swap-window-open.html:
2021-03-12 Said Abou-Hallawa <said@apple.com>
[GPU Process] inspector/canvas/memory.html fails when GPU rendering is enabled for 2D Canvas
https://bugs.webkit.org/show_bug.cgi?id=222880
Reviewed by Tim Horton.
Enable GPUP rendering for 2D canvas for this test.
* inspector/canvas/memory.html:
2021-03-12 Robert Jenner <jenner@apple.com>
[ MacOS wk2 ] inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations.html is flakey timing out
https://bugs.webkit.org/show_bug.cgi?id=221759
Uneviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Timeout while test is being looked at.
2021-03-12 Robert Jenner <jenner@apple.com>
[ macOS Debug wk2 ] imported/w3c/web-platform-tests/wasm/webapi/instantiateStreaming-bad-imports.any.worker.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=223131
Unreviewed test gardeing.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Failure for Debug.
2021-03-12 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] :focus-visible matches body after keyboard event
https://bugs.webkit.org/show_bug.cgi?id=223113
Reviewed by Antti Koivisto.
* platform/ios/TestExpectations: Skip new test for iOS.
2021-03-12 Robert Jenner <jenner@apple.com>
[MacOS wk2] imported/w3c/web-platform-tests/media-source/SourceBuffer-abort-updating.html is a flakey failure
https://bugs.webkit.org/show_bug.cgi?id=222210
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Failure until test issues can be resolved.
2021-03-12 Youenn Fablet <youenn@apple.com>
Make RTCDataChannel transferable
https://bugs.webkit.org/show_bug.cgi?id=222965
Reviewed by Eric Carlson.
* http/wpt/webrtc/datachannel-worker-expected.txt: Added.
* http/wpt/webrtc/datachannel-worker.html: Added.
* http/wpt/webrtc/datachannel-worker.js: Added.
(onmessage):
2021-03-11 Said Abou-Hallawa <said@apple.com>
[GPUP] Enable 2D Canvas in layout tests by default
https://bugs.webkit.org/show_bug.cgi?id=222835
Reviewed by Simon Fraser.
Some of the canvas layout tests are still failing when GPUP is enabled
for 2D Canvas. Skip these tests for now.
* TestExpectations:
* gpu-process/TestExpectations:
* http/tests/canvas/color-fonts/fill-gradient-sbix-2.html:
* http/tests/canvas/color-fonts/fill-gradient-sbix-3.html:
* http/tests/canvas/color-fonts/fill-gradient-sbix-4.html:
* http/tests/canvas/color-fonts/stroke-gradient-sbix-2.html:
* http/tests/canvas/color-fonts/stroke-gradient-sbix-3.html:
* http/tests/canvas/color-fonts/stroke-gradient-sbix-4.html:
webkit.org/b/222881
* inspector/canvas/memory.html:
webkit.org/b/222880
2021-03-11 Sihui Liu <sihui_liu@appe.com>
Add some logging to help debug flaky quota tests
https://bugs.webkit.org/show_bug.cgi?id=222995
Reviewed by Youenn Fablet.
* http/tests/IndexedDB/storage-limit-1.https.html:
* http/tests/IndexedDB/storage-limit-2.https.html:
* http/tests/IndexedDB/storage-limit.https.html:
2021-03-11 Eric Carlson <eric.carlson@apple.com>
[GPU Process] http/tests/media/hls/hls-audio-tracks-locale-selection.html fails
https://bugs.webkit.org/show_bug.cgi?id=223102
<rdar://problem/75338802>
Reviewed by Jer Noble.
* platform/wk2/TestExpectations: Unskip the passing test.
2021-03-11 Amir Mark Jr <amir_mark@apple.com>
REGRESSION (r274264) [MacOS Wk1] compositing/visibility/iframe-visibility-hidden.html is a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=223104
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-03-11 Alexey Shvayka <shvaikalesh@gmail.com>
Align JSGlobalObject::defineOwnProperty() with the spec and other runtimes
https://bugs.webkit.org/show_bug.cgi?id=203456
Reviewed by Robin Morisset.
* fast/dom/Window/Location/window-override-location-using-defineGetter-expected.txt:
* fast/dom/Window/Location/window-override-location-using-defineGetter.html:
* fast/dom/Window/Location/window-override-window-using-defineGetter-expected.txt:
* fast/dom/Window/Location/window-override-window-using-defineGetter.html:
* fast/dom/getter-on-window-object2-expected.txt:
* fast/dom/getter-on-window-object2.html:
2021-03-11 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Update disabled state for button-like controls
https://bugs.webkit.org/show_bug.cgi?id=222318
<rdar://problem/74645980>
Reviewed by Wenson Hsieh.
Rebaslined tests to account for the new disabled appearance.
* platform/ios/fast/forms/basic-inputs-expected.txt:
* platform/ios/fast/forms/basic-selects-expected.txt:
* platform/ios/fast/forms/disabled-select-change-index-expected.txt:
* platform/ios/fast/forms/file/file-input-disabled-expected.txt:
* platform/ios/fast/forms/select-disabled-appearance-expected.txt:
2021-03-11 Devin Rousso <drousso@apple.com>
[macCatalyst] media controls should have macOS styling and behavior
https://bugs.webkit.org/show_bug.cgi?id=223078
<rdar://problem/71857091>
Reviewed by Eric Carlson.
* media/modern-media-controls/watchos-media-controls/watchos-media-controls-constructor.html: Renamed from media/modern-media-controls/compact-media-controls/compact-media-controls-constructor.html.
* media/modern-media-controls/watchos-media-controls/watchos-media-controls-constructor-expected.txt: Renamed from media/modern-media-controls/compact-media-controls/compact-media-controls-constructor-expected.txt.
* media/modern-media-controls/watchos-media-controls/watchos-media-controls-layout.html: Renamed from media/modern-media-controls/compact-media-controls/compact-media-controls-layout.html.
* media/modern-media-controls/watchos-media-controls/watchos-media-controls-layout-expected.txt: Renamed from media/modern-media-controls/compact-media-controls/compact-media-controls-layout-expected.txt.
2021-03-11 Devin Rousso <drousso@apple.com>
Video controls stay on screen indefinitely after interacting with time scrubber
https://bugs.webkit.org/show_bug.cgi?id=223081
<rdar://problem/73935705>
Reviewed by Eric Carlson.
* media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading.html:
* media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading-expected.txt:
2021-03-11 Eric Carlson <eric.carlson@apple.com>
[Mac] http/tests/media/video-play-stall.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=148597
<rdar://problem/22484300>
Reviewed by Jer Noble.
* http/tests/media/video-play-stall.html: Increase the amount of data loaded before
stalling because the test assumes that playback begins before the 'stalled' event
is fired, and AVFoundation has become much more conservative about predicting when
is is possible to begin playing without running out of data.
* platform/mac/TestExpectations:
* platform/wk2/TestExpectations:
2021-03-11 Rob Buis <rbuis@igalia.com>
Apply transferred min/max sizes for intrinsic sizing
https://bugs.webkit.org/show_bug.cgi?id=222557
Reviewed by Alex Christensen.
Enable tests that pass now.
* TestExpectations:
2021-03-11 Peng Liu <peng.liu6@apple.com>
[GPUP] Some modern-media-controls tests are flaky when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221685
Reviewed by Eric Carlson.
Fix two flaky tests related to video fullscreen by:
1) Enable "MockVideoPresentationMode".
2) Wait for a video presentation mode change to complete before moving to the next step in the test.
3) Request the video to exit fullscreen before finish the test (to avoid interference with other tests).
* media/modern-media-controls/controls-visibility-support/controls-visibility-support-fullscreen-on-video-expected.txt:
* media/modern-media-controls/controls-visibility-support/controls-visibility-support-fullscreen-on-video.html:
* media/modern-media-controls/media-controller/media-controller-fade-controls-when-entering-fullscreen-expected.txt:
* media/modern-media-controls/media-controller/media-controller-fade-controls-when-entering-fullscreen.html:
* platform/mac/TestExpectations:
* platform/wk2/TestExpectations:
2021-03-11 Zalan Bujtas <zalan@apple.com>
Cleanup references to float and out-of-flow renderers before destroying them.
https://bugs.webkit.org/show_bug.cgi?id=223041
<rdar://72990740>
Reviewed by Antti Koivisto.
* fast/block/crash-when-anonymous-float-box-is-removed-expected.txt: Added.
* fast/block/crash-when-anonymous-float-box-is-removed.html: Added.
2021-03-11 Sihui Liu <sihui_liu@apple.com>
Indexed DB transactions outdated immediately after it just created
https://bugs.webkit.org/show_bug.cgi?id=216769
<rdar://problem/69321075>
Reviewed by Ryosuke Niwa.
* storage/indexeddb/transaction-state-active-after-creation-expected.txt: Added.
* storage/indexeddb/transaction-state-active-after-creation.html: Added.
2021-03-10 Rob Buis <rbuis@igalia.com>
Fix intrinsic-size-005.html
https://bugs.webkit.org/show_bug.cgi?id=222970
Reviewed by Simon Fraser.
Enable test that passes now.
* TestExpectations:
2021-03-10 Peng Liu <peng.liu6@apple.com>
[GPU Process] Assertion under RenderLayerCompositor::computeCompositingRequirements()
https://bugs.webkit.org/show_bug.cgi?id=220375
Reviewed by Eric Carlson.
* platform/wk2/TestExpectations:
2021-03-10 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/security convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222668
<rdar://problem/74993152>
Reviewed by Jonathan Bedard.
* TestExpectations:
* http/tests/fetch/redirectmode-and-preload-expected.txt:
* http/tests/fetch/redirectmode-and-preload.html:
* http/tests/local/file-url-sent-as-referer.html:
* http/tests/security/basic-auth-subresource-expected.txt:
* http/tests/security/basic-auth-subresource.html:
* http/tests/security/cached-cross-origin-preloaded-css-stylesheet-expected.txt:
* http/tests/security/cached-cross-origin-preloaded-css-stylesheet.html:
* http/tests/security/cached-cross-origin-preloading-css-stylesheet-expected.txt:
* http/tests/security/cached-cross-origin-preloading-css-stylesheet.html:
* http/tests/security/cached-cross-origin-shared-css-stylesheet.html:
* http/tests/security/cannot-read-cssrules-redirect.html:
* http/tests/security/cannot-read-cssrules.html:
* http/tests/security/canvas-remote-read-remote-image-allowed-with-credentials.html:
* http/tests/security/canvas-remote-read-remote-image-allowed.html:
* http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin.html:
* http/tests/security/canvas-remote-read-remote-image-blocked-then-allowed.html:
* http/tests/security/clean-origin-css-exposed-resource-timing.html:
* http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-in-enforced-policy-and-not-in-report-only.html:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.html:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-redirect-same-origin.html:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-redirect.html:
* http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/resources/module-scriptnonce-in-enforced-policy-and-not-in-report-only.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/resources/module-scriptnonce-in-enforced-policy-and-not-in-report-only.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/resources/module-scriptnonce-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/resources/module-scriptnonce-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/resources/scripthash-in-enforced-policy-and-not-in-report-only.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/resources/scripthash-in-enforced-policy-and-not-in-report-only.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/resources/scripthash-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/resources/scripthash-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/resources/scriptnonce-in-enforced-policy-and-not-in-report-only.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/resources/scriptnonce-in-enforced-policy-and-not-in-report-only.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/resources/scriptnonce-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/resources/scriptnonce-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/script-blocked-sends-multiple-reports-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/script-blocked-sends-multiple-reports.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/script-blocked-sends-multiple-reports.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scripthash-in-enforced-policy-and-not-in-report-only.html:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.html:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-by-enforced-policy-and-blocked-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-by-enforced-policy-and-blocked-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-by-enforced-policy-and-blocked-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-by-enforced-policy-and-blocked-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2.php: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2.py: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-in-enforced-policy-and-not-in-report-only.html:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-in-one-enforced-policy-neither-in-another-enforced-policy-nor-report-policy.html:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-redirect.html:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-css-in-iframe-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-css-in-iframe-report-only.html:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies.html:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-css-report-only.php: Removed.
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-css-report-only.py: Added.
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-image-with-enforced-and-report-policies.php: Removed.
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-image-with-enforced-and-report-policies.py: Added.
* http/tests/security/contentSecurityPolicy/connect-src-eventsource-redirect-to-blocked.html:
* http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked.html:
* http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-and-sends-report.php: Removed.
* http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-and-sends-report.py: Added.
* http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.php: Removed.
* http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.py: Added.
* http/tests/security/contentSecurityPolicy/iframe-inside-csp.html:
* http/tests/security/contentSecurityPolicy/image-document-default-src-none.html:
* http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
* http/tests/security/contentSecurityPolicy/report-and-enforce.php: Removed.
* http/tests/security/contentSecurityPolicy/report-and-enforce.py: Added.
* http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt:
* http/tests/security/contentSecurityPolicy/report-blocked-data-uri.php: Removed.
* http/tests/security/contentSecurityPolicy/report-blocked-data-uri.py: Added.
* http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt:
* http/tests/security/contentSecurityPolicy/report-blocked-file-uri.php: Removed.
* http/tests/security/contentSecurityPolicy/report-blocked-file-uri.py: Added.
* http/tests/security/contentSecurityPolicy/report-blocked-uri-and-do-not-follow-redirect-when-sending-report-expected.txt:
* http/tests/security/contentSecurityPolicy/report-blocked-uri-and-do-not-follow-redirect-when-sending-report.php: Removed.
* http/tests/security/contentSecurityPolicy/report-blocked-uri-and-do-not-follow-redirect-when-sending-report.py: Added.
* http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt:
* http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.php: Removed.
* http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.py: Added.
* http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt:
* http/tests/security/contentSecurityPolicy/report-blocked-uri.php: Removed.
* http/tests/security/contentSecurityPolicy/report-blocked-uri.py: Added.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-expected.txt:
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled-expected.txt:
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled.php: Removed.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled.py: Added.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.php: Removed.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.py: Added.
* http/tests/security/contentSecurityPolicy/report-only-connect-src-beacon-redirect-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-connect-src-beacon-redirect-blocked.php:
* http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked.php:
* http/tests/security/contentSecurityPolicy/report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-from-header.php: Removed.
* http/tests/security/contentSecurityPolicy/report-only-from-header.py: Added.
* http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.php: Removed.
* http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.py: Added.
* http/tests/security/contentSecurityPolicy/report-only-upgrade-insecure-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-upgrade-insecure.php: Removed.
* http/tests/security/contentSecurityPolicy/report-only-upgrade-insecure.py: Added.
* http/tests/security/contentSecurityPolicy/report-only.php: Removed.
* http/tests/security/contentSecurityPolicy/report-only.py: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-no-cookies-when-private-browsing-toggled-expected.txt:
* http/tests/security/contentSecurityPolicy/report-same-origin-no-cookies-when-private-browsing-toggled.php: Removed.
* http/tests/security/contentSecurityPolicy/report-same-origin-no-cookies-when-private-browsing-toggled.py: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-expected.txt:
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-when-private-browsing-enabled-expected.txt:
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-when-private-browsing-enabled.php: Removed.
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-when-private-browsing-enabled.py: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.php: Removed.
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.py: Added.
* http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.php: Removed.
* http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.py: Added.
* http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-from-javascript.php: Removed.
* http/tests/security/contentSecurityPolicy/report-uri-from-javascript.py: Added.
* http/tests/security/contentSecurityPolicy/report-uri-scheme-relative-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-scheme-relative.php: Removed.
* http/tests/security/contentSecurityPolicy/report-uri-scheme-relative.py: Added.
* http/tests/security/contentSecurityPolicy/report-uri.php: Removed.
* http/tests/security/contentSecurityPolicy/report-uri.py: Added.
* http/tests/security/contentSecurityPolicy/resources/child-src-test.js:
(injectFrameRedirectingTo):
* http/tests/security/contentSecurityPolicy/resources/determine-content-security-policy-header.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/generate-csp-report.php:
* http/tests/security/contentSecurityPolicy/resources/go-to-echo-report.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/go-to-echo-report.py: Added.
* http/tests/security/contentSecurityPolicy/resources/image-document-default-src-none-iframe.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/image-document-default-src-none-iframe.py: Added.
* http/tests/security/contentSecurityPolicy/resources/redir.py: Added.
* http/tests/security/contentSecurityPolicy/resources/sandbox.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/sandbox.py: Added.
* http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.py: Added.
* http/tests/security/contentSecurityPolicy/resources/utils.py: Added.
(determine_content_security_policy_header):
* http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-allowed.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-allowed.py: Added.
* http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-blocked.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-blocked.py: Added.
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-allowed.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-allowed.py: Added.
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-allowed.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-allowed.py: Added.
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-blocked.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-blocked.py: Added.
* http/tests/security/contentSecurityPolicy/resources/xsl-redirect-allowed.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/xsl-redirect-allowed.py: Added.
* http/tests/security/contentSecurityPolicy/resources/xsl-redirect-blocked.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/xsl-redirect-blocked.py: Added.
* http/tests/security/contentSecurityPolicy/same-origin-plugin-document-blocked-in-child-window-report-expected.txt:
* http/tests/security/contentSecurityPolicy/same-origin-plugin-document-blocked-in-child-window-report.php: Removed.
* http/tests/security/contentSecurityPolicy/same-origin-plugin-document-blocked-in-child-window-report.py: Added.
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html:
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header.html:
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header2.php: Removed.
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header2.py: Added.
* http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header-inherited-by-subframe.php: Removed.
* http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header-inherited-by-subframe.py: Added.
* http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header.php: Removed.
* http/tests/security/contentSecurityPolicy/sandbox-empty-in-http-header.py: Added.
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control.html:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header.html:
* http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html:
* http/tests/security/contentSecurityPolicy/sandbox-report-only.html:
* http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt:
* http/tests/security/contentSecurityPolicy/script-src-redirect.html:
* http/tests/security/contentSecurityPolicy/user-style-sheet-font-crasher.php: Removed.
* http/tests/security/contentSecurityPolicy/user-style-sheet-font-crasher.py: Added.
* http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked.html:
* http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin.html:
* http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-allowed.html:
* http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked.html:
* http/tests/security/contentSecurityPolicy/worker-without-csp-importScripts-redirect-cross-origin-allowed.html:
* http/tests/security/contentSecurityPolicy/xsl-allowed.php: Removed.
* http/tests/security/contentSecurityPolicy/xsl-allowed.py: Added.
* http/tests/security/contentSecurityPolicy/xsl-blocked.php: Removed.
* http/tests/security/contentSecurityPolicy/xsl-blocked.py: Added.
* http/tests/security/contentSecurityPolicy/xsl-img-blocked.php: Removed.
* http/tests/security/contentSecurityPolicy/xsl-img-blocked.py: Added.
* http/tests/security/contentSecurityPolicy/xsl-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/xsl-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/xsl-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1.php: Removed.
* http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1.py: Added.
* http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2.php: Removed.
* http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2.py: Added.
* http/tests/security/cookie-module-import-expected.txt:
* http/tests/security/cookie-module-import-propagate-expected.txt:
* http/tests/security/cookie-module-import-propagate.html:
* http/tests/security/cookie-module-import.html:
* http/tests/security/cookie-module-propagate-expected.txt:
* http/tests/security/cookie-module-propagate.html:
* http/tests/security/cookie-module.html:
* http/tests/security/cookies/cookies-wrong-domain-rejected.php: Removed.
* http/tests/security/cookies/cookies-wrong-domain-rejected.py: Added.
* http/tests/security/cors-post-redirect-301.html:
* http/tests/security/cors-post-redirect-302.html:
* http/tests/security/cors-post-redirect-303.html:
* http/tests/security/cors-post-redirect-307-pson.html:
* http/tests/security/cors-post-redirect-307.html:
* http/tests/security/cors-post-redirect-308.html:
* http/tests/security/credentials-in-referer.html:
* http/tests/security/credentials-main-resource.html:
* http/tests/security/cross-origin-cached-images-canvas.html:
* http/tests/security/cross-origin-cached-images-expected.txt:
* http/tests/security/cross-origin-cached-images-parallel-expected.txt:
* http/tests/security/cross-origin-cached-images-parallel.html:
* http/tests/security/cross-origin-cached-images.html:
* http/tests/security/cross-origin-cached-resource-expected.txt:
* http/tests/security/cross-origin-cached-scripts-expected.txt:
* http/tests/security/cross-origin-cached-scripts-parallel-expected.txt:
* http/tests/security/cross-origin-cached-scripts-parallel.html:
* http/tests/security/cross-origin-cached-scripts.html:
* http/tests/security/cross-origin-clean-css-resource-timing.html:
* http/tests/security/cross-origin-css-9.html:
* http/tests/security/cross-origin-css-resource-timing.html:
* http/tests/security/css-mask-image-credentials.html:
* http/tests/security/css-mask-image.html:
* http/tests/security/http-0.9/default-port-script-blocked.html:
* http/tests/security/http-0.9/resources/close-connection.php: Removed.
* http/tests/security/http-0.9/resources/close-connection.py: Added.
* http/tests/security/import-module-crossorigin-loads-error.html:
* http/tests/security/import-script-crossorigin-loads-error.html:
* http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-redirect.html:
* http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScript-redirect-cross-origin.html:
* http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScripts-redirect-cross-origin.html:
* http/tests/security/isolatedWorld/bypass-main-world-csp-worker-redirect.html:
* http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-redirect-cross-origin.html:
* http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr.html:
* http/tests/security/load-image-after-redirection-2-expected.txt:
* http/tests/security/load-image-after-redirection-2.html:
* http/tests/security/load-image-after-redirection-expected.txt:
* http/tests/security/load-image-after-redirection.html:
* http/tests/security/mixedContent/insecure-basic-auth-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/insecure-basic-auth-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/insecure-basic-auth-image.https-expected.txt:
* http/tests/security/mixedContent/insecure-basic-auth-image.https.html:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials-expected.txt:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-expected.txt:
* http/tests/security/mixedContent/insecure-script-redirects-to-basic-auth-secure-script-expected.https.txt:
* http/tests/security/mixedContent/insecure-script-redirects-to-basic-auth-secure-script-expected.txt:
* http/tests/security/mixedContent/insecure-stylesheet-redirects-to-basic-auth-secure-stylesheet-expected.txt:
* http/tests/security/mixedContent/resources/frame-with-insecure-image-redirects-to-basic-auth-secure-image.html:
* http/tests/security/mixedContent/resources/frame-with-insecure-script-redirects-to-basic-auth-secure-script.html:
* http/tests/security/mixedContent/resources/frame-with-insecure-stylesheet-redirects-to-basic-auth-secure-stylesheet.html:
* http/tests/security/mixedContent/resources/frame-with-programmatically-added-insecure-image-redirects-to-basic-auth-secure-image.html:
* http/tests/security/mixedContent/resources/subresource/protected-image.php: Removed.
* http/tests/security/mixedContent/resources/subresource/protected-image.py: Added.
* http/tests/security/mixedContent/resources/subresource/protected-page.php: Removed.
* http/tests/security/mixedContent/resources/subresource/protected-page.py: Added.
* http/tests/security/mixedContent/resources/subresource/protected-script.php: Removed.
* http/tests/security/mixedContent/resources/subresource/protected-script.py: Added.
* http/tests/security/mixedContent/resources/subresource/protected-stylesheet.php: Removed.
* http/tests/security/mixedContent/resources/subresource/protected-stylesheet.py: Added.
* http/tests/security/mixedContent/resources/subresource2/protected-image.php: Removed.
* http/tests/security/mixedContent/resources/subresource2/protected-image.py: Added.
* http/tests/security/mixedContent/secure-page-navigates-to-basic-auth-insecure-page.https-expected.txt:
* http/tests/security/mixedContent/secure-page-navigates-to-basic-auth-insecure-page.https.html:
* http/tests/security/mixedContent/secure-page-navigates-to-basic-auth-secure-page-via-insecure-redirect.https-expected.txt:
* http/tests/security/mixedContent/secure-page-navigates-to-basic-auth-secure-page-via-insecure-redirect.https.html:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image.https.html:
* http/tests/security/no-javascript-location-percent-escaped.html:
* http/tests/security/no-javascript-location.html:
* http/tests/security/no-javascript-refresh-expected.txt:
* http/tests/security/no-javascript-refresh-percent-escaped.php: Removed.
* http/tests/security/no-javascript-refresh-percent-escaped.py: Added.
* http/tests/security/no-javascript-refresh-spaces-expected.txt:
* http/tests/security/no-javascript-refresh-spaces.php: Removed.
* http/tests/security/no-javascript-refresh-spaces.py: Added.
* http/tests/security/no-javascript-refresh.php: Removed.
* http/tests/security/no-javascript-refresh.py: Added.
* http/tests/security/no-referrer.html:
* http/tests/security/private-browsing-http-auth.html:
* http/tests/security/referrer-policy-attribute-style-no-referrer.html:
* http/tests/security/referrer-policy-header-and-meta-tag-emptyString.html:
* http/tests/security/referrer-policy-header-and-meta-tag.html:
* http/tests/security/referrer-policy-window-open.html:
* http/tests/security/resources/abe-allow-credentials.php: Removed.
* http/tests/security/resources/abe-allow-credentials.py: Added.
* http/tests/security/resources/abe-allow-star.php: Removed.
* http/tests/security/resources/abe-allow-star.py: Added.
* http/tests/security/resources/allow-if-origin.php: Removed.
* http/tests/security/resources/allow-if-origin.py: Added.
* http/tests/security/resources/attachment.php: Removed.
* http/tests/security/resources/auth-echo.php: Removed.
* http/tests/security/resources/auth-echo.py: Added.
* http/tests/security/resources/basic-auth-subresource.html:
* http/tests/security/resources/canvas-cors-subtest.html:
* http/tests/security/resources/captions-with-access-control-headers.php: Removed.
* http/tests/security/resources/captions-with-access-control-headers.py: Added.
* http/tests/security/resources/cookie-protected-script.php: Removed.
* http/tests/security/resources/cookie-protected-script.py: Added.
* http/tests/security/resources/cors-deny.php: Removed.
* http/tests/security/resources/cors-deny.py: Added.
* http/tests/security/resources/cors-post-redirect-target.php: Removed.
* http/tests/security/resources/cors-post-redirect-target.py: Added.
* http/tests/security/resources/credentials-in-referer-frame.php: Removed.
* http/tests/security/resources/credentials-in-referer-frame.py: Added.
* http/tests/security/resources/credentials-in-referer.php: Removed.
* http/tests/security/resources/credentials-in-referer.py: Added.
* http/tests/security/resources/credentials-main-resource.php: Removed.
* http/tests/security/resources/credentials-main-resource.py: Added.
* http/tests/security/resources/css-mask-image-credentials-2.html:
* http/tests/security/resources/echo-referrer.php: Removed.
* http/tests/security/resources/echo-referrer.py: Added.
* http/tests/security/resources/empty-svg.php: Removed.
* http/tests/security/resources/empty-svg.py: Added.
* http/tests/security/resources/get-css-if-origin-header.php: Removed.
* http/tests/security/resources/get-css-if-origin-header.py: Added.
* http/tests/security/resources/green-if-no-referrer-css.php: Removed.
* http/tests/security/resources/green-if-no-referrer-css.py: Added.
* http/tests/security/resources/image-access-control.php: Removed.
* http/tests/security/resources/image-access-control.py: Added.
* http/tests/security/resources/image-credential-check.php: Removed.
* http/tests/security/resources/image-credential-check.py: Added.
* http/tests/security/resources/import-module-crossorigin-loads-error-src.js:
* http/tests/security/resources/imported-loading-subresources.css:
(#mydiv):
* http/tests/security/resources/loading-subresources.css:
(#mydiv):
* http/tests/security/resources/loading-subresources.php: Removed.
* http/tests/security/resources/loading-subresources.py: Added.
* http/tests/security/resources/module-nest-import.php: Removed.
* http/tests/security/resources/module-nest-import.py: Added.
* http/tests/security/resources/nested-referrer-policy-postmessage.html:
* http/tests/security/resources/no-javascript-location-percent-escaped.php: Removed.
* http/tests/security/resources/no-javascript-location-percent-escaped.py: Added.
* http/tests/security/resources/no-javascript-location.php: Removed.
* http/tests/security/resources/no-javascript-location.py: Added.
* http/tests/security/resources/no-referrer-frame.php: Removed.
* http/tests/security/resources/no-referrer-frame.py: Added.
* http/tests/security/resources/no-referrer.php: Removed.
* http/tests/security/resources/no-referrer.py: Added.
* http/tests/security/resources/pass-if-no-referrer.php: Removed.
* http/tests/security/resources/pass-if-no-referrer.py: Added.
* http/tests/security/resources/postReferrer.php: Removed.
* http/tests/security/resources/postReferrer.py: Added.
* http/tests/security/resources/redirect-allow-star.php: Removed.
* http/tests/security/resources/redirect-allow-star.py: Added.
* http/tests/security/resources/redirect.php: Removed.
* http/tests/security/resources/redirect.py: Added.
* http/tests/security/resources/referrer-policy-log.php: Removed.
* http/tests/security/resources/referrer-policy-log.py: Added.
* http/tests/security/resources/referrer-policy-postmessage.php: Removed.
* http/tests/security/resources/referrer-policy-postmessage.py: Added.
* http/tests/security/resources/referrer-policy-redirect-link-downgrade.html:
* http/tests/security/resources/referrer-policy-redirect-link.html:
* http/tests/security/resources/referrer-policy-redirect.html:
* http/tests/security/resources/referrer-policy-start.html:
* http/tests/security/resources/rel-noreferrer.html:
* http/tests/security/resources/send-mime-types.php: Removed.
* http/tests/security/resources/send-mime-types.py: Added.
* http/tests/security/resources/serve-referrer-policy-and-meta-tag.php: Removed.
* http/tests/security/resources/serve-referrer-policy-and-meta-tag.py: Added.
* http/tests/security/resources/serve-referrer-policy-and-test.php:
* http/tests/security/resources/set-cookie.php: Removed.
* http/tests/security/resources/set-cookie.py: Added.
* http/tests/security/resources/showRefererImage.php: Removed.
* http/tests/security/resources/showRefererImage.py: Added.
* http/tests/security/resources/subresource1/protected-image.php: Removed.
* http/tests/security/resources/subresource1/protected-image.py: Added.
* http/tests/security/resources/subresource2/protected-image.php: Removed.
* http/tests/security/resources/subresource2/protected-image.py: Added.
* http/tests/security/resources/xorigincss1-allow-star.php: Removed.
* http/tests/security/resources/xorigincss1-allow-star.py: Added.
* http/tests/security/shape-image-cors-redirect-error-message-logging-1.html:
* http/tests/security/shape-image-cors-redirect-error-message-logging-2.html:
* http/tests/security/shape-image-cors-redirect-error-message-logging-3-expected.txt:
* http/tests/security/shape-image-cors-redirect-error-message-logging-3.html:
* http/tests/security/shape-image-cors-redirect-error-message-logging-4.html:
* http/tests/security/shape-image-cors-redirect.html:
* http/tests/security/shape-image-cors.html:
* http/tests/security/shape-outside-and-cached-resources-expected.html:
* http/tests/security/shape-outside-and-cached-resources.html:
* http/tests/security/srcdoc-inherits-referrer-for-forms.html:
* http/tests/security/srcdoc-inherits-referrer.html:
* http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html:
* http/tests/security/strip-referrer-to-origin-for-third-party-requests-in-private-mode.html:
* http/tests/security/svg-image-leak.html:
* http/tests/security/text-track-crossorigin.html:
* http/tests/security/webaudio-render-remote-audio-allowed-crossorigin-redirect.html:
* http/tests/security/webaudio-render-remote-audio-blocked-no-crossorigin-redirect.html:
* http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html:
* http/tests/security/webgl-remote-read-remote-image-allowed.html:
* http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html:
* http/tests/security/xss-DENIED-getSVGDocument-iframe.html:
* http/tests/security/xss-DENIED-getSVGDocument-object.html:
* http/tests/security/xss-DENIED-mime-type-execute-as-html.html:
* http/tests/security/xssAuditor/crash-while-loading-tag-with-pause.html:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit.php: Removed.
* http/tests/security/xssAuditor/full-block-iframe-no-inherit.py: Added.
* http/tests/security/xssAuditor/resources/echo-intertag.pl:
* http/tests/security/xssAuditor/resources/tag-with-pause.php: Removed.
* http/tests/security/xssAuditor/resources/tag-with-pause.py: Added.
* http/tests/ssl/referer-301.html:
* http/tests/ssl/referer-303.html:
* http/tests/xmlhttprequest/cacheable-cross-origin-redirect-crash.html:
* platform/gtk/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk1/http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked-expected.txt:
* platform/mac-wk1/http/tests/security/contentSecurityPolicy/connect-src-eventsource-redirect-to-blocked-expected.txt:
* platform/mac-wk1/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
* platform/mac-wk2/TestExpectations:
* platform/win/TestExpectations:
* platform/win/http/tests/security/basic-auth-subresource-expected.txt:
* platform/win/http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked-expected.txt:
* platform/win/http/tests/security/contentSecurityPolicy/connect-src-eventsource-redirect-to-blocked-expected.txt:
* platform/win/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked-expected.txt:
* platform/wk2/TestExpectations:
* platform/wk2/http/tests/security/basic-auth-subresource-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-basic-auth-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials-expected.txt:
* platform/wk2/http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* platform/wk2/http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
2021-03-10 Antoine Quint <graouts@webkit.org>
Improve font-variation-settings interpolation
https://bugs.webkit.org/show_bug.cgi?id=223027
Reviewed by Dean Jackson.
Remove an incorrect test that is also testing functionality well covered by the WPT test
css/css-fonts/animations/font-variation-settings-interpolation.html.
* animations/font-variations/font-variation-settings-unlike-expected.txt: Deleted.
* animations/font-variations/font-variation-settings-unlike.html: Deleted.
* platform/win/TestExpectations:
2021-03-10 Antoine Quint <graouts@webkit.org>
Improve background-size interpolation
https://bugs.webkit.org/show_bug.cgi?id=223025
Reviewed by Dean Jackson.
Add console logging for transitions/transition-to-from-undefined.html which tests transitions
between properties that cannot be interpolated and thus don't yield a transition.
* transitions/lengthsize-transition-to-from-auto-expected.txt:
2021-03-10 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Color inputs are painted outside their box
https://bugs.webkit.org/show_bug.cgi?id=222299
<rdar://problem/74621954>
Reviewed by Wenson Hsieh.
Added a reference test which verifies that color inputs are painted
within their box. This is done by drawing a square over the input
and comparing to a page which contains a square of the same size,
with the input hidden.
Rebaselined tests after change to padding.
* fast/forms/ios/form-control-refresh/color/paint-within-box-expected.html: Added.
* fast/forms/ios/form-control-refresh/color/paint-within-box.html: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt:
* platform/ios/fast/forms/color/input-appearance-color-expected.txt:
2021-03-10 Robert Jenner <jenner@apple.com>
[ macOS wk2 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/media_fragment_seek.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=223014
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Marking test as Pass Fail, until it can be fixed.
2021-03-10 Zalan Bujtas <zalan@apple.com>
Multi-column state propagation should follow containing block rules
https://bugs.webkit.org/show_bug.cgi?id=222932
<rdar://problem/74459411>
Reviewed by Antti Koivisto.
* fast/multicol/state-propagation-over-out-of-flow-boundary-expected.txt: Added.
* fast/multicol/state-propagation-over-out-of-flow-boundary.html: Added.
2021-03-10 Youenn Fablet <youenn@apple.com>
Remove getUserMedia denied requests if user grants a new getUserMedia request
https://bugs.webkit.org/show_bug.cgi?id=222962
<rdar://74805451>
Reviewed by Eric Carlson.
* fast/mediastream/getUserMedia-deny-persistency5.html:
Update according new heuristic.
* fast/mediastream/granted-denied-request-management1-expected.txt: Added.
* fast/mediastream/granted-denied-request-management1.html: Added.
* fast/mediastream/granted-denied-request-management2-expected.txt: Added.
* fast/mediastream/granted-denied-request-management2.html: Added.
2021-03-09 Venky Dass <yaranamavenkataramana@apple.com>
Nullptr crash in Node::isTextNode() via ApplyBlockElementCommand::endOfNextParagraphSplittingTextNodesIfNeeded
https://bugs.webkit.org/show_bug.cgi?id=222620
Reviewed by Ryosuke Niwa.
Adding a regression test.
* editing/inserting/indent-split-text-not-having-previous-sibling-crash-expected.txt: Added.
* editing/inserting/indent-split-text-not-having-previous-sibling-crash.html: Added.
2021-03-09 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed, reverting r274054.
Broke http/tests/misc/empty-urls.html
Reverted changeset:
"Use counters for pending events"
https://bugs.webkit.org/show_bug.cgi?id=218556
https://commits.webkit.org/r274054
2021-03-09 Ryan Haddad <ryanhaddad@apple.com>
Resync web-platform-tests/dom tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=222983
Unreviewed test gardening.
Rebaseline a few tests for iOS.
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/dom/slot-recalc-expected.txt: Added.
2021-03-09 Robert Jenner <jenner@apple.com>
[ macOS wk 2 ] media/media-source/media-source-canplaythrough-event.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=223012
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Failure, until test can be fixed.
2021-03-09 Ryan Haddad <ryanhaddad@apple.com>
[BigSur arm64] 4 canvas-color-fonts tests consistently failing
https://bugs.webkit.org/show_bug.cgi?id=223005
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark the tests as failing.
2021-03-09 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r274171.
https://bugs.webkit.org/show_bug.cgi?id=223004
Broke canvas layout tests on Apple Silicon
Reverted changeset:
"[GPUP] Enable 2D Canvas in layout tests by default"
https://bugs.webkit.org/show_bug.cgi?id=222835
https://trac.webkit.org/changeset/274171
2021-03-09 Ryan Haddad <ryanhaddad@apple.com>
[Big Sur arm64] WebGL texture-copying-feedback-loops tests crashing in com.apple.AppleMetalOpenGLRenderer GLDContextRec::finishResource
https://bugs.webkit.org/show_bug.cgi?id=223002
Unreviewed test gardening.
* platform/mac/TestExpectations: Skip tests for Big Sur arm64.
2021-03-09 Said Abou-Hallawa <said@apple.com>
[GPUP] Enable 2D Canvas in layout tests by default
https://bugs.webkit.org/show_bug.cgi?id=222835
Reviewed by Simon Fraser.
Some of the canvas layout tests are still failing when GPUP is enabled
for 2D Canvas. Skip these tests for now.
* TestExpectations:
* gpu-process/TestExpectations:
* http/tests/canvas/color-fonts/fill-gradient-sbix-2.html:
* http/tests/canvas/color-fonts/fill-gradient-sbix-3.html:
* http/tests/canvas/color-fonts/fill-gradient-sbix-4.html:
* http/tests/canvas/color-fonts/stroke-gradient-sbix-2.html:
* http/tests/canvas/color-fonts/stroke-gradient-sbix-3.html:
* http/tests/canvas/color-fonts/stroke-gradient-sbix-4.html:
webkit.org/b/222881
* inspector/canvas/memory.html:
webkit.org/b/222880
2021-03-09 Antti Koivisto <antti@apple.com>
REGRESSION (r273003): Animated style may lose original display property value
https://bugs.webkit.org/show_bug.cgi?id=222979
rdar://75056684
Reviewed by Zalan Bujtas.
* fast/animation/animation-display-style-adjustment-expected.html: Added.
* fast/animation/animation-display-style-adjustment.html: Added.
2021-03-09 Antoine Quint <graouts@webkit.org>
[Web Animations] setKeyframes does not preserve animation's current offset
https://bugs.webkit.org/show_bug.cgi?id=222939
<rdar://problem/75207793>
Reviewed by Dean Jackson.
Add a new test that checks that updating keyframes after an animation has completed
correctly updates styles accounting for the new keyframes.
* webanimations/set-keyframes-after-animation-completion-expected.html: Added.
* webanimations/set-keyframes-after-animation-completion.html: Added.
2021-03-09 Peng Liu <peng.liu6@apple.com>
[GPUP] Test fast/images/animated-image-mp4.html times out when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221795
Reviewed by Eric Carlson.
* platform/wk2/TestExpectations:
2021-03-09 Youenn Fablet <youenn@apple.com>
MediaRecorder.requestData() not returning all captured media after a pause
https://bugs.webkit.org/show_bug.cgi?id=222285
<rdar://problem/74884561>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/pause-recording-expected.txt:
* http/wpt/mediarecorder/pause-recording.html:
2021-03-09 Philippe Normand <pnormand@igalia.com>
[WebRTC][GStreamer] webrtc/multi-video.html crashes
https://bugs.webkit.org/show_bug.cgi?id=222792
Reviewed by Xabier Rodriguez-Calvar.
Update expectations for webrtc/multi-video.html which is currently expected to fail.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2021-03-08 Antoine Quint <graouts@webkit.org>
Select CSS properties animating as float should not allow negative values
https://bugs.webkit.org/show_bug.cgi?id=222912
Reviewed by Sam Weinig.
Mark WPT progressions for a platform-specific result.
* platform/ios/imported/w3c/web-platform-tests/css/css-backgrounds/animations/border-width-interpolation-expected.txt:
2021-03-09 Kimmo Kinnunen <kkinnunen@apple.com>
WebGL2: Red flickering when using copyTexImage2D()
https://bugs.webkit.org/show_bug.cgi?id=222790
Reviewed by Kenneth Russell.
* fast/canvas/webgl/copy-tex-image-and-sub-image-2d-expected.txt:
* fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html:
Change the test to test WebGL2 and copyTexImage2D with non-full framebuffer
rectangles.
* fast/canvas/webgl/resources/webgl-test.js:
(create3DContext):
Fix logic error when trying to create WebGL2 context.
2021-03-08 Antoine Quint <graouts@webkit.org>
Unreviewed. Update border-width interpolation test after WPT PR #27934.
* platform/ios/imported/w3c/web-platform-tests/css/css-backgrounds/animations/border-width-interpolation-expected.txt:
2021-03-08 Simon Fraser <simon.fraser@apple.com>
REGRESSION(r274025-r273811): Crash under RenderLayerBacking::updateGeometry()
https://bugs.webkit.org/show_bug.cgi?id=222021
rdar://74414963
Reviewed by Zalan Bujtas.
When a RenderLayer gains or loses its scrollable area, we have to set the dirty
bit on the RenderLayer to ensure that RenderLayerBacking::updateConfiguration() runs,
which updates compositing layers for scrolling.
* fast/layers/remove-scrollable-area-crash.html: Added.
2021-03-08 Tim Horton <timothy_horton@apple.com>
REGRESSION (r274033): [ macOS/iOS ] model-element/model-element-ready-load-aborted.html is text failing
https://bugs.webkit.org/show_bug.cgi?id=222917
<rdar://problem/75173628>
Reviewed by Wenson Hsieh.
* model-element/model-element-ready-load-aborted.html:
Fix this test; it could flakily fail if the load completed before unparenting the element,
which became more common after r274033 added a test that ran first and cached the resource.
Set the source just before unparenting to resolve this race.
2021-03-08 Andres Gonzalez <andresg_22@apple.com>
Enable accessibility/aria-invalid.html test on iOS.
https://bugs.webkit.org/show_bug.cgi?id=222942
<rdar://problem/75188832>
Reviewed by Chris Fleizach.
Enabled this test on iOS.
Minor change in the order in which the invalid notification is logged.
* accessibility/aria-invalid-expected.txt:
* accessibility/aria-invalid.html:
* platform/ios/TestExpectations:
2021-03-05 Darin Adler <darin@apple.com>
Fix inspector viewing of canvas save/restore stack, and tighten and simplify CanvasRenderingContext2DBase
https://bugs.webkit.org/show_bug.cgi?id=222532
Reviewed by Sam Weinig.
* inspector/canvas/recording-2d-frameCount-expected.txt: Update since the state stack value of
the direction property is now correctly saved.
* inspector/canvas/recording-2d-full-expected.txt: Ditto.
* inspector/canvas/recording-2d-memoryLimit-expected.txt: Ditto.
* inspector/canvas/recording-2d-saves-expected.txt: Updated.
* inspector/canvas/recording-2d-saves.html: Added tests of setting all the properties
that the inspector canvas state machinery serializes, rather than just testing fillStyle.
* inspector/canvas/resources/recording-2d.js:
(performSavePreActions.saveAndSet): Ditto.
(performSavePreActions): Ditto.
2021-03-08 Simon Fraser <simon.fraser@apple.com>
Trackpad scrolling in the web inspector timeline is broken
https://bugs.webkit.org/show_bug.cgi?id=222853
rdar://73509018
Reviewed by Sam Weinig.
* fast/events/wheel/redispatched-wheel-event-expected.txt: Added.
* fast/events/wheel/redispatched-wheel-event.html: Added.
2021-03-08 ChangSeok Oh <changseok@webkit.org>
[GTK] avif tests failing
https://bugs.webkit.org/show_bug.cgi?id=222882
Reviewed by Philippe Normand.
Skip avif related tests since the avif support is disabled as default.
We will enable them when activating the avif support as default.
* platform/gtk/TestExpectations:
2021-03-08 John Wilander <wilander@apple.com>
PCM: Align fraud prevention token naming with issue 73 in the Privacy CG repo
https://bugs.webkit.org/show_bug.cgi?id=222838
<rdar://75115427>
Reviewed by Brent Fulgham.
This patch doesn't change functionality and only aligns naming to this W3C Privacy CG issue:
https://github.com/privacycg/private-click-measurement/issues/73
* http/tests/privateClickMeasurement/resources/fraudPreventionTestURL.php: Renamed from LayoutTests/http/tests/privateClickMeasurement/resources/signToken.php.
The way this PHP file is used goes beyond signing tokens so it now has a generic name.
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce-expected.txt:
Re-baselined to reflect the new naming.
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce.html:
2021-03-06 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION (r269627?): ASSERTION FAILED: &layoutState().establishedFormattingState(layoutBox.formattingContextRoot()) == this in WebCore::Layout::FormattingState::boxGeometry
https://bugs.webkit.org/show_bug.cgi?id=219905
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Skip the test.
2021-03-05 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION (r272842): [iOS] security/contentSecurityPolicy/video-with-data-url-allowed-by-media-src-star.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=222840
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as failing.
2021-03-08 Antoine Quint <graouts@webkit.org>
[Web Animations] imported/w3c/web-platform-tests/css/css-transitions/before-load-001.html is a failure
https://bugs.webkit.org/show_bug.cgi?id=203416
Unreviewed.
This test now passes reliably on iOS according to
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-transitions%2Fbefore-load-001.html
* platform/ios/TestExpectations:
2021-03-08 Peng Liu <peng.liu6@apple.com>
[GPUP] Some media tests related to canvas fail when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221820
Reviewed by Jer Noble.
* media/video-orientation-canvas.html:
* platform/wk2/TestExpectations:
2021-03-08 Chris Gambrell <cgambrell@apple.com>
REGRESSION: [iOS] http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html is failing
https://bugs.webkit.org/show_bug.cgi?id=222823
<rdar://problem/75133450>
Reviewed by Darin Adler.
* http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html:
2021-03-06 Antoine Quint <graouts@webkit.org>
[Web Animations] Some tests under web-animations/timing-model/animations are ImageOnlyFailure
https://bugs.webkit.org/show_bug.cgi?id=207260
Reviewed by Sam Weinig.
These three tests have been passing reliably on most plaforms for a while now and should no longer
be marked as ImageOnlyFailure:
- imported/w3c/web-platform-tests/web-animations/timing-model/animations/reverse-running-animation.html
- imported/w3c/web-platform-tests/web-animations/timing-model/animations/update-playback-rate-fast.html
- imported/w3c/web-platform-tests/web-animations/timing-model/animations/update-playback-rate-slow.html
The first of those three tests is still an ImageOnlyFailure on GTK and WPE, so we add that expectation
to the platform-specific files.
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2021-03-08 Rob Buis <rbuis@igalia.com>
Support aspect-ratio in intrinsic sizing
https://bugs.webkit.org/show_bug.cgi?id=220861
Reviewed by Antti Koivisto.
Enable tests that pass now.
* TestExpectations:
2021-03-08 Kimmo Kinnunen <kkinnunen@apple.com>
WebGL asserts after GPU process times out
https://bugs.webkit.org/show_bug.cgi?id=222546
Reviewed by Wenson Hsieh.
Add tests to test the case where a WebGL call times out.
Add two variants: one which most probably times out on
synchronous call, and one which most probably times out on
asynchronous call.
* fast/canvas/webgl/lose-context-on-status-failure.html:
The testing APIs were changed, so replace use of
Internals.setFailNextGPUStatusCheck()
with Internals.simulateEventForWebGLContext()
* fast/canvas/webgl/lose-context-on-timeout-async-expected.txt: Added.
* fast/canvas/webgl/lose-context-on-timeout-async.html: Added.
* fast/canvas/webgl/lose-context-on-timeout-expected.txt: Added.
* fast/canvas/webgl/lose-context-on-timeout.html: Added.
* fast/canvas/webgl/webglcontextchangedevent.html:
2021-03-08 Kimmo Kinnunen <kkinnunen@apple.com>
WebGL context screen change events should work with GPU process
https://bugs.webkit.org/show_bug.cgi?id=219669
<rdar://problem/72373371>
Reviewed by Per Arne Vollan.
* fast/canvas/webgl/webglcontextchangedevent.html:
Make manually testable.
* gpu-process/TestExpectations:
Remove two tests that now pass.
2021-03-08 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r272900): Nullptr crash in ComposedTreeIterator::traverseNextInShadowTree() via ShadowRoot::hostChildElementDidChange
https://bugs.webkit.org/show_bug.cgi?id=222720
Reviewed by Ryosuke Niwa.
* fast/html/details-set-inner-text-crash-expected.txt: Added.
* fast/html/details-set-inner-text-crash.html: Added.
2021-03-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines.
* platform/glib/fast/css/getComputedStyle/computed-style-expected.txt: After r273882.
* platform/glib/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: After r273882.
* platform/glib/fast/table/table-display-types-strict-expected.txt: After r273386.
* platform/glib/http/tests/navigation/redirect-to-fragment2-expected.txt: Added. Passing since r273781.
* platform/glib/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: After r273644.
* platform/glib/svg/css/getComputedStyle-basic-expected.txt: After r273882.
* platform/gtk/compositing/geometry/clipping-foreground-expected.png: After r271348.
* platform/gtk/compositing/geometry/clipping-foreground-expected.txt: After r271348.
* platform/gtk/css1/text_properties/vertical_align-expected.txt: After r273386.
* platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: After r271110.
* platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: After r271110.
* platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.png: After r271110.
* platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: After r271110.
* platform/gtk/fast/forms/input-disabled-color-expected.png: After r271021.
* platform/gtk/fast/forms/input-disabled-color-expected.txt: After r271021.
* platform/gtk/fast/forms/linebox-overflow-in-textarea-padding-expected.png: After r271348.
* platform/gtk/fast/forms/linebox-overflow-in-textarea-padding-expected.txt: After r271348.
* platform/gtk/fast/inline-block/inline-block-vertical-align-expected.txt: After r271110.
* platform/gtk/fast/scrolling/overflow-scrollable-after-back-expected.txt: Removed. Stale baseline.
* platform/gtk/http/tests/navigation/redirect-to-fragment2-expected.txt: Removed. Moved to GLib baseline.
* platform/gtk/imported/w3c/web-platform-tests/css/css-color/animation/opacity-interpolation-expected.txt: Removed. Stale baseline.
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: After r273072.
* platform/wpe/http/tests/navigation/redirect-to-fragment2-expected.txt: Removed. Moved to GLib baseline.
2021-03-07 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening and updating baselines
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/shadow-dom/nested-slot-remove-crash-expected.txt: Added.
* platform/wpe/TestExpectations:
2021-03-07 Said Abou-Hallawa <said@apple.com>
[GPU Process] Recording transparency layer should reset the alpha of lastDrawingState
https://bugs.webkit.org/show_bug.cgi?id=222855
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-03-06 Antoine Quint <graouts@webkit.org>
[Mojave] webanimations/accelerated-transform-related-animation-property-order.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220018
Reviewed by Sam Weinig.
Mojave is no longer supported on ToT and this test has been passing reliably on the bots.
* platform/mac-wk2/TestExpectations:
2021-03-07 Antoine Quint <graouts@webkit.org>
Correctly handle "auto" values when blending z-index
https://bugs.webkit.org/show_bug.cgi?id=222870
Reviewed by Dean Jackson.
Fix the test animations/stacking-context-unchanged-while-running.html which made the
wrong assumption about blending of z-index with auto values. We now make this test
expect an "auto" value and update the helper to know how to deal with "auto" values
for "z-index".
* animations/resources/animation-test-helpers.js:
(getPropertyValue):
(comparePropertyValue):
* animations/stacking-context-unchanged-while-running.html:
2021-03-07 Rob Buis <rbuis@igalia.com>
Use counters for pending events
https://bugs.webkit.org/show_bug.cgi?id=218556
Reviewed by Ryosuke Niwa.
The onerror can be called multiple times, after the first call
container will have no parent, so protect against that in
subsequent calls.
* fast/dom/modify-node-and-while-in-the-callback-too-crash.html:
2021-03-06 Zalan Bujtas <zalan@apple.com>
Only positive integers are allowed as values of orphans and widows
https://bugs.webkit.org/show_bug.cgi?id=222875
<rdar://problem/72996948>
Reviewed by Ryosuke Niwa.
* fast/multicol/negative-widow-value-crash-expected.txt: Added.
* fast/multicol/negative-widow-value-crash.html: Added.
2021-03-06 Zalan Bujtas <zalan@apple.com>
[RenderTreeBuilder] Invalidate beforeChild when parent changes to RubyBase
https://bugs.webkit.org/show_bug.cgi?id=222862
<rdar://problem/73659871>
Reviewed by Antti Koivisto.
* fast/ruby/crash-when-attaching-to-base-expected.txt: Added.
* fast/ruby/crash-when-attaching-to-base.html: Added.
2021-03-06 Antoine Quint <graouts@webkit.org>
Improve blending of Length and other Length-related types
https://bugs.webkit.org/show_bug.cgi?id=222816
Reviewed by Antti Koivisto.
Adjust expectations of a couple of WPT tests with platform-specific results.
We also add console logging for a non-WPT test, transitions/transition-to-from-undefined.html, which tests
transitions between properties that cannot be interpolated and thus don't yield a transition.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-bottom-composition-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-top-composition-expected.txt:
* transitions/transition-to-from-undefined-expected.txt:
2021-03-06 Zalan Bujtas <zalan@apple.com>
[RenderTreeBuilder] Readjust the first child when it is the multicolumn container
https://bugs.webkit.org/show_bug.cgi?id=222851
<rdar://problem/73392642>
Reviewed by Simon Fraser.
* fast/multicol/readjust-first-child-on-attach-expected.txt: Added.
* fast/multicol/readjust-first-child-on-attach.html: Added.
2021-03-06 Tim Horton <timothy_horton@apple.com>
<model> should create a model-owning compositing layer
https://bugs.webkit.org/show_bug.cgi?id=222798
Reviewed by Simon Fraser.
* model-element/model-element-graphics-layers-expected.txt: Added.
* model-element/model-element-graphics-layers.html: Added.
* model-element/model-element-renderer-expected.txt:
* model-element/model-element-renderer-no-source-expected.txt:
Add a test ensuring that we make a compositing layer via layer dump, and update
existing tests that also happen to reveal this via render tree dump as well.
2021-03-05 Said Abou-Hallawa <said@apple.com>
[GPU Process] Tests under imported/blink/fast/canvas are now fixed by r273956
https://bugs.webkit.org/show_bug.cgi?id=222341
Reviewed by Said Abou-Hallawa.
* gpu-process/TestExpectations:
2021-03-05 Ryosuke Niwa <rniwa@webkit.org>
Add leak tests for Range and StaticRange
https://bugs.webkit.org/show_bug.cgi?id=222786
Reviewed by Dean Jackson.
Added test cases for Range and StaticRange.
* fast/dom/reference-cycle-leaks-expected.txt
* fast/dom/reference-cycle-leaks.html:
* platform/ios-wk2/fast/dom/reference-cycle-leaks-expected.txt:
* platform/mac-wk2/fast/dom/reference-cycle-leaks-expected.txt:
2021-03-05 Rob Buis <rbuis@igalia.com>
Change test to not ASSERT in Debug
https://bugs.webkit.org/show_bug.cgi?id=221442
Reviewed by Ryosuke Niwa.
Change test to not ASSERT in Debug.
* ipc/pasteboard-write-custom-data.html:
2021-03-05 Devin Rousso <drousso@apple.com>
[Payment Request] if `requestShipping: false` then we should not show any `PaymentShippingOption` in the Apple Pay sheet
https://bugs.webkit.org/show_bug.cgi?id=222810
<rdar://problem/74550889>
Reviewed by Andy Estes and Tim Horton.
* http/tests/inspector/paymentrequest/payment-request-internal-properties.https.html:
* http/tests/inspector/paymentrequest/payment-request-internal-properties.https-expected.txt:
* http/tests/paymentrequest/updateWith-shippingOptions.https.html:
* http/tests/ssl/applepay/PaymentRequest.https.html:
* http/tests/ssl/applepay/PaymentRequest.https-expected.txt:
2021-03-05 Zalan Bujtas <zalan@apple.com>
word-wrap/overflow-wrap "overwrite" hyphens
https://bugs.webkit.org/show_bug.cgi?id=222548
<rdar://problem/75061741>
Reviewed by Antti Koivisto.
* fast/inline/hyphenation-when-overflow-wrap-is-break-word-expected.html: Added.
* fast/inline/hyphenation-when-overflow-wrap-is-break-word.html: Added.
2021-03-05 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION (r269627?): ASSERTION FAILED: &layoutState().establishedFormattingState(layoutBox.formattingContextRoot()) == this in WebCore::Layout::FormattingState::boxGeometry
https://bugs.webkit.org/show_bug.cgi?id=219905
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Skip this test on debug since it frequently asserts.
2021-03-05 Robert Jenner <jenner@apple.com>
[ macOS wk2 ] fast/selectors/selection-window-inactive-text-shadow.html flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=221011
Uneviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass ImageOnlyFailure until test is fixed.
2021-03-05 Robert Jenner <jenner@apple.com>
[ iOS/macOS wk2 ] imported/w3c/web-platform-tests/webrtc/protocol/candidate-exchange.https.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=222808
Uneviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations: Updating test expectations as Pass Failure unti test can be fixed.
* platform/mac-wk2/TestExpectations: Updating test expectations as Pass Failure unti test can be fixed.
2021-03-05 Ryan Haddad <ryanhaddad@apple.com>
[GPUP] Test platform/mac/media/encrypted-media/fps-encrypted-event.html times out when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221847
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: The test is frequently failing on EWS, so re-add a timeout expectation.
2021-03-05 Simon Fraser <simon.fraser@apple.com>
sticky position incorrect behavior in table with dir=RTL
https://bugs.webkit.org/show_bug.cgi?id=221624
<rdar://problem/74403616>
Reviewed by Zalan Bujtas.
* fast/css/sticky/sticky-in-rtl-overflow-expected.html: Added.
* fast/css/sticky/sticky-in-rtl-overflow.html: Added.
2021-03-05 Jon Lee <jonlee@apple.com>
[GPUP] Test fast/mediacapturefromelement/CanvasCaptureMediaStream-webgl-events.html times out when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221794
Reviewed by Dean Jackson.
* platform/wk2/TestExpectations: Remove expectation now that it passes on the bots.
2021-03-05 Robert Jenner <jenner@apple.com>
[ Big Sur Wk2 ] imported/w3c/web-platform-tests/server-timing/server_timing_header-parsing.https.html is flakey text failing
https://bugs.webkit.org/show_bug.cgi?id=221487
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating flakey test expectations to Pass Failure until test can be fixed.
2021-03-05 Jon Lee <jonlee@apple.com>
[GPUP] Test fast/mediastream/media-element-current-time.html fails when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221826
Reviewed by Dean Jackson.
* platform/mac-wk2/TestExpectations: Remove expectation since the test passes on the bots.
2021-03-05 ChangSeok Oh <changseok@webkit.org>
AVIF decoding support
https://bugs.webkit.org/show_bug.cgi?id=207750
Reviewed by Philippe Normand.
This patch brings an initial support of AVIF image format to the gtk port.
AVIF is a new royalty-free image format derived from the keyframes of AV1 video.
FireFox and Chromium-variant browsers already support it. Its specification can be found
at https://rawcdn.githack.com/AOMediaCodec/av1-avif/67a92add6cd642a8863e386fa4db87954a6735d1/index.html
This patch aims to land a build option for AVIF and a basic decoding ability
for still images by using libavif. Animated AVIF images will be covered later.
The new tests verify if an avif image can be decoded and properly rendered.
Only the gtk port performs these tests for now.
* TestExpectations: Skip avif tests for non-gtk ports
* fast/images/avif-as-image-expected.html: Added.
* fast/images/avif-as-image.html: Added.
* fast/images/avif-image-decoding-expected.txt: Added.
* fast/images/avif-image-decoding.html: Added.
* fast/images/resources/green-313x313.avif: Added.
* platform/gtk/TestExpectations: The gtk port should pass the tests.
2021-03-05 Imanol Fernandez <ifernandez@igalia.com>
XRFrame getViewerPose has emulatedPosition set properly
https://bugs.webkit.org/show_bug.cgi?id=222785
Reviewed by Sergio Villar Senin.
Update getViewerPose_emulatedPosition test expectations.
* platform/wpe/TestExpectations:
2021-03-03 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Fix mainAxisLengthIsDefinite for orthogonal items with percentage sizes
https://bugs.webkit.org/show_bug.cgi?id=222684
Reviewed by Javier Fernandez.
* TestExpectations: Unskipped flexbox-basic-canvas-vert-001v.xhtml which is now passing.
2021-03-05 Imanol Fernandez <ifernandez@igalia.com>
Implement WebXRBoundedReferenceSpace bounds geometry
https://bugs.webkit.org/show_bug.cgi?id=222737
Reviewed by Sergio Villar Senin.
Update WebXRBoundedReferenceSpace test expectations.
* platform/wpe/TestExpectations:
2021-03-05 Said Abou-Hallawa <said@apple.com>
[GPU Process] RemoteImageBuffer recording GraphicsContext should report its backend RenderingMode
https://bugs.webkit.org/show_bug.cgi?id=222772
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-03-01 Sergio Villar Senin <svillar@igalia.com>
WPT test css/css-flexbox/flex-minimum-height-flex-items-023.html fails
https://bugs.webkit.org/show_bug.cgi?id=214292
Reviewed by Javier Fernandez.
* TestExpectations: Unskipped the test that passes now.
2021-03-05 Rob Buis <rbuis@igalia.com>
Fix flex-aspect-ratio-009.html
https://bugs.webkit.org/show_bug.cgi?id=222780
Reviewed by Sergio Villar Senin.
Enable test that passes now.
* TestExpectations:
2021-03-05 Philippe Normand <pnormand@igalia.com>
REGRESSION(r273309) [GStreamer] webrtc/captureCanvas-webrtc-software-h264-baseline.html is flaky crashing inside libwebrtc
https://bugs.webkit.org/show_bug.cgi?id=222451
Reviewed by Xabier Rodriguez-Calvar.
* platform/glib/TestExpectations: Update expectations for webrtc h264 tests that are
slightly less broken now.
2021-03-04 Peng Liu <peng.liu6@apple.com>
[GPUP] Some tests in imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements fail when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221697
Unreviewed test gardening.
Remove the tests which are consistently passing on bots from the test expectations.
* platform/wk2/TestExpectations:
2021-03-04 Ryan Haddad <ryanhaddad@apple.com>
Unreivewed test gardening, remove failure expectation for some tests that are consistently passing.
* platform/ios-wk2/TestExpectations:
2021-03-04 Jon Lee <jonlee@apple.com>
[GPUP] Test platform/mac/media/encrypted-media/fps-encrypted-event.html times out when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221847
Reviewed by Simon Fraser.
* platform/mac-wk2/TestExpectations: The test no longer times out. Remove expectation.
2021-03-04 Jon Lee <jonlee@apple.com>
Garden encrypted media tests
https://bugs.webkit.org/show_bug.cgi?id=221687
Reviewed by Simon Fraser.
* platform/mac-wk2/TestExpectations: All but platform/mac/media/encrypted-media/fps-clearkey-crash.html are now passing. Remove expectations.
2021-03-04 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] LineStatus::availableWidth should always be a valid number
https://bugs.webkit.org/show_bug.cgi?id=222752
<rdar://problem/75028043>
Reviewed by Antti Koivisto.
* fast/inline/crash-when-negative-spacing-produce-nan-expected.txt: Added.
* fast/inline/crash-when-negative-spacing-produce-nan.html: Added.
2021-03-04 Peng Liu <peng.liu6@apple.com>
[GPUP] Some media tests are flaky when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221693
Unreviewed test gardening.
Remove the tests which are consistently passing on bots from the test expectations.
* platform/wk2/TestExpectations:
2021-03-04 Youenn Fablet <youenn@apple.com>
In case of POST navigation redirected by a 302, the 'Origin' header is kept in the redirected request
https://bugs.webkit.org/show_bug.cgi?id=222653
<rdar://problem/74983521>
Reviewed by Alex Christensen.
* http/wpt/fetch/echo-origin.py: Added.
* http/wpt/fetch/navigation-post-to-get-origin-expected.txt: Added.
* http/wpt/fetch/navigation-post-to-get-origin.html: Added.
2021-03-04 Said Abou-Hallawa <said@apple.com>
Followup (r273764): Use different container sizes in background-svg-image-loading.html
https://bugs.webkit.org/show_bug.cgi?id=222679
Reviewed by Antti Koivisto.
This will force different SVGImageForContainers in SVGImageCache one for
each SVGImage client (<div> element in this test).
* fast/css/background-svg-image-loading-expected.html:
* fast/css/background-svg-image-loading.html:
2021-03-04 Keith Miller <keith_miller@apple.com>
window proxy of detached iframe doesn't respect updates to global values
https://bugs.webkit.org/show_bug.cgi?id=206445
Reviewed by Chris Dumez.
* fast/frames/iframe-detached-window-still-writable-eval-expected.txt: Added.
* fast/frames/iframe-detached-window-still-writable-eval.html: Added.
* fast/frames/iframe-detached-window-still-writable-expected.txt: Added.
* fast/frames/iframe-detached-window-still-writable.html: Added.
* http/tests/dom/cross-origin-detached-window-properties-expected.txt:
* http/tests/dom/cross-origin-detached-window-properties.html:
2021-03-04 Jon Lee <jonlee@apple.com>
Garden GPU Process TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=222729
Reviewed by Said Abou-Hallawa.
* gpu-process/TestExpectations: Complete filing bugs for failing tests.
Remove expectations for some tests which are now passing on the bot.
2021-03-04 Robert Jenner <jenner@apple.com>
[ macOS ] inspector/page/empty-or-missing-resources.html is a flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=222692
Unreviewed test gardening.
* platform/mac/TestExpectations: Updating test expectations until test flakiness can be resolved.
2021-03-04 Peng Liu <peng.liu6@apple.com>
[GPUProcess] MediaController is using a ClockCM
https://bugs.webkit.org/show_bug.cgi?id=222094
Reviewed by Eric Carlson.
* platform/wk2/TestExpectations:
2021-03-04 Youenn Fablet <youenn@apple.com>
Handle the case of synchronous failure in loading blob.
https://bugs.webkit.org/show_bug.cgi?id=222724
Reviewed by Carlos Garcia Campos.
* http/tests/fetch/blob-in-unload-event-handler-expected.txt: Added.
* http/tests/fetch/blob-in-unload-event-handler.html: Added.
2021-03-04 Rob Buis <rbuis@igalia.com>
Null check platformData when decoding
https://bugs.webkit.org/show_bug.cgi?id=221442
Reviewed by Ryosuke Niwa.
Add test for this.
* ipc/pasteboard-write-custom-data-expected.txt: Added.
* ipc/pasteboard-write-custom-data.html: Added.
2021-03-04 Antoine Quint <graouts@webkit.org>
initial value for border-image-outset should be 0
https://bugs.webkit.org/show_bug.cgi?id=222721
Reviewed by Antti Koivisto.
Update some tests to make the correct assumption on the border-image-ouset initial value.
* css3/calc/reflection-computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-border-image-expected.txt:
* fast/css/getComputedStyle/computed-style-border-image.html:
* fast/css/getComputedStyle/computed-style-with-zoom-expected.txt:
* fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt:
* fast/reflections/reflection-computed-style-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/ios/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/ios/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/ios/svg/css/getComputedStyle-basic-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
2021-03-04 Youenn Fablet <youenn@apple.com>
FileReader::enqueueTask should validate that its context is not stopped before executing the task
https://bugs.webkit.org/show_bug.cgi?id=222472
<rdar://problem/74753571>
Reviewed by Alex Christensen.
* http/wpt/filereader/filereader-stop.html: Added.
2021-03-04 Youenn Fablet <youenn@apple.com>
Can not read blobs in sandboxed iframes
https://bugs.webkit.org/show_bug.cgi?id=170075
<rdar://problem/31282427>
Reviewed by Alex Christensen.
* http/wpt/fetch/blob-of-opaque-origin-iframe-expected.txt: Added.
* http/wpt/fetch/blob-of-opaque-origin-iframe.html: Added.
* http/wpt/fetch/blob-of-opaque-origin-worker-expected.txt: Added.
* http/wpt/fetch/blob-of-opaque-origin-worker.html: Added.
* platform/win/TestExpectations:
2021-03-04 Kimmo Kinnunen <kkinnunen@apple.com>
Adding new test conditions for WebGL should be simpler
https://bugs.webkit.org/show_bug.cgi?id=222593
Reviewed by Kenneth Russell.
* fast/canvas/webgl/webglcontextchangedevent.html:
Replace internals.simulateContextChanged(context) with
internals.simulateEventForWebGLContext("ContextChange", context)
* fast/canvas/webgl/lose-context-on-status-failure.html:
Similarly replace internals.setFailNextGPUStatusCheck(context) with
internals.simulateEventForWebGLContext("GPUStatusFailure", context).
2021-03-04 Sergio Villar Senin <svillar@igalia.com>
ASSERTION FAILED: contentSize >= 0 in WefbCore::RenderFlexibleBox::adjustChildSizeForMinAndMax
https://bugs.webkit.org/show_bug.cgi?id=222711
Unreviewed test gardening.
* TestExpectations: Adding a test that is ASSERTing in Debug builds since it was imported.
2021-03-03 Ryan Haddad <ryanhaddad@apple.com>
[ Catalina wk1 ews ] media/remote-control-command-seek.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215325
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Update test expectations since EWS moved to Catalina.
2021-03-03 Andres Gonzalez <andresg_22@apple.com>
Replace the multiple WebAccessibilityObjectWrapperIOS postXXXNotification methods with a single postNotification method.
https://bugs.webkit.org/show_bug.cgi?id=221707
Reviewed by Chris Fleizach.
The name of the notification is now "AXPageScrolled". Adjusted the script
and the expected output accordingly.
* accessibility/ios-simulator/scroll-in-overflow-div-expected.txt:
* accessibility/ios-simulator/scroll-in-overflow-div.html:
2021-03-03 Devin Rousso <drousso@apple.com>
Web Inspector: `RecordCanvasActionVariant` causes a huge symbol to be created in WebCore
https://bugs.webkit.org/show_bug.cgi?id=222639
<rdar://problem/73728057>
Reviewed by Tim Horton and Brian Burg.
* inspector/canvas/resources/recording-webgl2.js:
* inspector/canvas/recording-webgl2-full-expected.txt:
Use an actual `uniform` name instead of a random test string.
2021-03-03 Peng Liu <peng.liu6@apple.com>
[GPUP] Two tests related to media element state are flaky when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221688
Reviewed by Jer Noble.
This patch fixes two flaky tests by updating the expected value of a media element's "networkState"
in a "loadstart" event handler.
A video/audio element's network state may have changed from LOADING to IDLE before the "loadstart"
event handler executes. That will happen when the media player notifies the element with a network
state change (by calling HTMLMediaElement::setNetworkState()) from LOADING to LOADED quickly.
The code snippet is below:
```
void HTMLMediaElement::setNetworkState(MediaPlayer::NetworkState state)
{
...
if (state == MediaPlayer::NetworkState::Loaded) {
if (m_networkState != NETWORK_IDLE)
changeNetworkStateFromLoadingToIdle();
m_completelyLoaded = true;
}
}
```
* media/W3C/audio/networkState/networkState_during_loadstart-expected.txt:
* media/W3C/audio/networkState/networkState_during_loadstart.html:
* media/W3C/video/networkState/networkState_during_loadstart-expected.txt:
* media/W3C/video/networkState/networkState_during_loadstart.html:
* platform/mac/TestExpectations:
* platform/wk2/TestExpectations:
2021-03-03 Amir Mark Jr <amir_mark@apple.com>
[BigSur WK1 Release] media/video-aspect-ratio.html is a flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=222693
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-03-03 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r273727.
https://bugs.webkit.org/show_bug.cgi?id=222689
Landed broken test
Reverted changeset:
"Null check platformData when decoding"
https://bugs.webkit.org/show_bug.cgi?id=221442
https://trac.webkit.org/changeset/273727
2021-03-03 Robert Jenner <jenner@apple.com>
[ macOS Wk2 ] inspector/model/auditTestCase.html is a flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=222677
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Updating test expectations to Pass Timeout until test is fixed.
2021-03-03 Truitt Savell <tsavell@apple.com>
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html fails for mac wk1 debug
https://bugs.webkit.org/show_bug.cgi?id=221819
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-03-03 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/dom convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222656
<rdar://problem/74984539>
Reviewed by Jonathan Bedard.
* http/tests/dom/document-contentType-xhr.html:
* http/tests/dom/document-contentType.html:
* http/tests/dom/resources/send-mime-type.php: Removed.
* http/tests/dom/resources/send-mime-type.py: Added.
2021-03-03 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Import latest WPT tests
https://bugs.webkit.org/show_bug.cgi?id=222651
Reviewed by Rob Buis.
Imported latest changes in the test suite.
* TestExpectations:
* imported/w3c/web-platform-tests/css/css-flexbox/frameset-crash-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/css/css-flexbox/frameset-crash-expected.txt: Added.
2021-03-03 Patrick Angle <pangle@apple.com>
REGRESSION (r266288): Web Inspector: ::marker shows on every element now
https://bugs.webkit.org/show_bug.cgi?id=222384
Reviewed by Devin Rousso.
Added test for the filtering of `*::marker` selector from the rule results of `CSS.getMatchedStyleForNode` on
elements that don't support `::marker`.
* inspector/css/getMatchedStylesForNode-expected.txt:
- Updated expectations to account for the abscence of the `::marker` rule on non-list elements.
* inspector/css/getMatchedStylesForNodeMarkerPseudoId-expected.txt: Added.
* inspector/css/getMatchedStylesForNodeMarkerPseudoId.html: Added.
2021-03-03 Kate Cheney <katherine_cheney@apple.com>
Report the correct document uri in the case of a ContentSecurityPolicyClient
https://bugs.webkit.org/show_bug.cgi?id=222489
<rdar://problem/73774118>
Reviewed by Brent Fulgham.
Layout test coverage for redirects using a ContentSecurityPolicyClient
and blob files.
* http/tests/security/contentSecurityPolicy/report-document-uri-blob-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/report-document-uri-blob.html: Added.
* http/tests/security/contentSecurityPolicy/report-document-uri-after-blocked-redirect-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/report-document-uri-after-blocked-redirect.html: Added.
* platform/mac-wk1/http/tests/security/contentSecurityPolicy/report-document-uri-after-blocked-redirect-expected.txt: Added.
* platform/win/http/tests/security/contentSecurityPolicy/report-document-uri-after-blocked-redirect-expected.txt: Added.
* platform/win/TestExpectations:
Blob URLs timeout on win.
2021-03-03 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/misc convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221981
<rdar://problem/74399686>
Reviewed by Jonathan Bedard.
* http/tests/fetch/fetch-in-worker.js:
* http/tests/misc/401-alternative-content-expected.txt:
* http/tests/misc/401-alternative-content.php: Removed.
* http/tests/misc/401-alternative-content.py: Added.
* http/tests/misc/async-script-removed.html:
* http/tests/misc/async-script.html:
* http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin-expected.txt:
* http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html:
* http/tests/misc/authentication-redirect-1/resources/auth-echo.php: Removed.
* http/tests/misc/authentication-redirect-1/resources/auth-echo.py: Added.
* http/tests/misc/authentication-redirect-1/resources/auth-then-redirect.php: Removed.
* http/tests/misc/authentication-redirect-1/resources/auth-then-redirect.py: Added.
* http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin-expected.txt:
* http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html:
* http/tests/misc/authentication-redirect-2/resources/auth-echo.php: Removed.
* http/tests/misc/authentication-redirect-2/resources/auth-echo.py: Added.
* http/tests/misc/authentication-redirect-2/resources/auth-then-redirect.php: Removed.
* http/tests/misc/authentication-redirect-2/resources/auth-then-redirect.py: Added.
* http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt:
* http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html:
* http/tests/misc/authentication-redirect-3/resources/auth-echo.php: Removed.
* http/tests/misc/authentication-redirect-3/resources/auth-echo.py: Added.
* http/tests/misc/authentication-redirect-3/resources/auth-then-redirect-with-url-credentials.php: Removed.
* http/tests/misc/authentication-redirect-3/resources/auth-then-redirect-with-url-credentials.py: Added.
* http/tests/misc/authentication-redirect-3/resources/auth-then-redirect.php: Removed.
* http/tests/misc/authentication-redirect-3/resources/auth-then-redirect.py: Added.
* http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url-expected.txt:
* http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html:
* http/tests/misc/authentication-redirect-4/resources/auth-echo.php: Removed.
* http/tests/misc/authentication-redirect-4/resources/auth-echo.py: Added.
* http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: Removed.
* http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.py: Added.
* http/tests/misc/bad-charset-alias.html:
* http/tests/misc/before-unload-load-image.html:
* http/tests/misc/char-encoding-bocu-1-blocklisted.html:
* http/tests/misc/char-encoding-in-hidden-charset-field-default.html:
* http/tests/misc/char-encoding-in-hidden-charset-field-with-Big5.html:
* http/tests/misc/char-encoding-in-hidden-charset-field-with-EUC-JP.html:
* http/tests/misc/char-encoding-in-hidden-charset-field-with-ISO-2022-JP.html:
* http/tests/misc/char-encoding-in-hidden-charset-field-with-Shift_JIS.html:
* http/tests/misc/char-encoding-in-hidden-charset-field-with-accept-charset.html:
* http/tests/misc/char-encoding-in-hidden-charset-field-with-get-method.html:
* http/tests/misc/char-encoding-in-hidden-charset-field-with-one-field.html:
* http/tests/misc/char-encoding-in-text-charset-field-with-value.html:
* http/tests/misc/char-encoding-scsu-blocklisted.html:
* http/tests/misc/char-encoding-without-charset-field.html:
* http/tests/misc/charset-sniffer-end-sniffing.html:
* http/tests/misc/css-reject-any-type-in-strict-mode-expected.txt:
* http/tests/misc/css-reject-any-type-in-strict-mode.html:
* http/tests/misc/dns-prefetch-control.html:
* http/tests/misc/embed-image-load-outlives-gc-without-crashing.html:
* http/tests/misc/empty-file-formdata.html:
* http/tests/misc/extract-http-content-language-against-equiv.php: Removed.
* http/tests/misc/extract-http-content-language-against-equiv.py: Added.
* http/tests/misc/extract-http-content-language-malformed.php: Removed.
* http/tests/misc/extract-http-content-language-malformed.py: Added.
* http/tests/misc/extract-http-content-language-multiple.php: Removed.
* http/tests/misc/extract-http-content-language-multiple.py: Added.
* http/tests/misc/extract-http-content-language.php: Removed.
* http/tests/misc/extract-http-content-language.py: Added.
* http/tests/misc/form-blob-challenge.html:
* http/tests/misc/form-post-textplain-cross-site.html:
* http/tests/misc/form-post-textplain.html:
* http/tests/misc/form-submit-file-cross-site-redirect.html:
* http/tests/misc/form-submit-file-cross-site.html:
* http/tests/misc/image-checks-for-accept.html:
* http/tests/misc/image-error.html:
* http/tests/misc/image-input-type-outlives-gc-without-crashing.html:
* http/tests/misc/image-load-outlives-gc-without-crashing.html:
* http/tests/misc/javascript-url-stop-loaders.html:
* http/tests/misc/large-js-program.php: Removed.
* http/tests/misc/large-js-program.py: Added.
* http/tests/misc/location-with-space.php: Removed.
* http/tests/misc/location-with-space.py: Added.
* http/tests/misc/mask-image-accept.html:
* http/tests/misc/object-image-error.html:
* http/tests/misc/object-image-load-outlives-gc-without-crashing.html:
* http/tests/misc/redirect-to-about-blank.html:
* http/tests/misc/redirect-to-external-url-expected.txt:
* http/tests/misc/redirect-with-quotes.php: Removed.
* http/tests/misc/redirect-with-quotes.py: Added.
* http/tests/misc/redirect.php: Removed.
* http/tests/misc/redirect.py: Added.
* http/tests/misc/referrer.html:
* http/tests/misc/refresh-headers.php: Removed.
* http/tests/misc/refresh-headers.py: Added.
* http/tests/misc/resources/3rd-level-iframe-with-blocking-resource.php: Removed.
* http/tests/misc/resources/3rd-level-iframe-with-blocking-resource.py: Added.
* http/tests/misc/resources/404image.php: Removed.
* http/tests/misc/resources/404image.py: Added.
* http/tests/misc/resources/SVGFont-delayed-loader.svg:
* http/tests/misc/resources/bad-charset-alias.php: Removed.
* http/tests/misc/resources/bad-charset-alias.py: Added.
* http/tests/misc/resources/basic-echo-post.php: Removed.
* http/tests/misc/resources/basic-echo-post.py: Added.
* http/tests/misc/resources/bocu-1-cyrillic.php: Removed.
* http/tests/misc/resources/bocu-1-cyrillic.py: Added.
* http/tests/misc/resources/char-encoding-in-hidden-charset-field.php: Removed.
* http/tests/misc/resources/char-encoding-in-hidden-charset-field.py: Added.
* http/tests/misc/resources/charset-sniffer-end-sniffing.php: Removed.
* http/tests/misc/resources/charset-sniffer-end-sniffing.py: Added.
* http/tests/misc/resources/check-keygen-post.php: Removed.
* http/tests/misc/resources/check-keygen-post.py: Added.
* http/tests/misc/resources/check-test-file.php: Removed.
* http/tests/misc/resources/check-test-file.py: Added.
* http/tests/misc/resources/check-unnamed-file-included-in-formdata.php: Removed.
* http/tests/misc/resources/check-unnamed-file-included-in-formdata.py: Added.
* http/tests/misc/resources/delayed-log.php: Removed.
* http/tests/misc/resources/delayed-log.py: Added.
* http/tests/misc/resources/dns-prefetch-control.php: Removed.
* http/tests/misc/resources/dns-prefetch-control.py: Added.
* http/tests/misc/resources/echo-query-param.php: Removed.
* http/tests/misc/resources/echo-query-param.py: Added.
* http/tests/misc/resources/form-post-textplain.php: Removed.
* http/tests/misc/resources/form-post-textplain.py: Added.
* http/tests/misc/resources/hang-connection.php: Removed.
* http/tests/misc/resources/hang-connection.py: Added.
* http/tests/misc/resources/image-checks-for-accept.php: Removed.
* http/tests/misc/resources/image-checks-for-accept.py: Added.
* http/tests/misc/resources/nested-iframe-loading-another-iframe.html:
* http/tests/misc/resources/protected/protected-image.php: Removed.
* http/tests/misc/resources/protected/protected-image.py: Added.
* http/tests/misc/resources/random-no-store.php: Removed.
* http/tests/misc/resources/random-no-store.py: Added.
* http/tests/misc/resources/redirect-result.php: Removed.
* http/tests/misc/resources/redirect-result.py: Added.
* http/tests/misc/resources/redirect-step2.php: Removed.
* http/tests/misc/resources/redirect-step2.py: Added.
* http/tests/misc/resources/redirect-step3.php: Removed.
* http/tests/misc/resources/redirect-step3.py: Added.
* http/tests/misc/resources/redirect-step4.php: Removed.
* http/tests/misc/resources/redirect-step4.py: Added.
* http/tests/misc/resources/redirect-to-about-blank.php: Removed.
* http/tests/misc/resources/redirect-to-about-blank.py: Added.
* http/tests/misc/resources/redirect-to-external-url-iframe.html:
* http/tests/misc/resources/redirect-to-external-url.php: Removed.
* http/tests/misc/resources/redirect-to-external-url.py: Added.
* http/tests/misc/resources/referrer-main-resource.php: Removed.
* http/tests/misc/resources/referrer-main-resource.py: Added.
* http/tests/misc/resources/referrer-result.php: Removed.
* http/tests/misc/resources/referrer-result.py: Added.
* http/tests/misc/resources/script-500.php: Removed.
* http/tests/misc/resources/script-500.py: Added.
* http/tests/misc/resources/scsu-cyrillic.php: Removed.
* http/tests/misc/resources/scsu-cyrillic.py: Added.
* http/tests/misc/resources/send-async-xhr.html:
* http/tests/misc/resources/slowimage.php: Removed.
* http/tests/misc/resources/slowimage.py: Added.
* http/tests/misc/resources/stylesheet-bad-mime-type.php: Removed.
* http/tests/misc/resources/stylesheet-bad-mime-type.py: Added.
* http/tests/misc/resources/webtiming-cross-origin-and-back-redirect1.php: Removed.
* http/tests/misc/resources/webtiming-cross-origin-and-back-redirect1.py: Added.
* http/tests/misc/resources/webtiming-cross-origin-and-back-redirect2.php: Removed.
* http/tests/misc/resources/webtiming-cross-origin-and-back-redirect2.py: Added.
* http/tests/misc/script-500.html:
* http/tests/misc/script-no-store.html:
* http/tests/misc/submit-post-keygen.html:
* http/tests/misc/svg-image-load-outlives-gc-without-crashing.html:
* http/tests/misc/timer-vs-loading.html:
* http/tests/misc/url-in-utf16be.html:
* http/tests/misc/url-in-utf16le.html:
* http/tests/misc/video-poster-image-load-outlives-gc-without-crashing.html:
* http/tests/misc/webtiming-cross-origin-and-back1.html:
* http/tests/misc/webtiming-cross-origin-redirect.php: Removed.
* http/tests/misc/webtiming-cross-origin-redirect.py: Added.
* http/tests/misc/webtiming-one-redirect.php: Removed.
* http/tests/misc/webtiming-one-redirect.py: Added.
* http/tests/misc/webtiming-slow-load.php: Removed.
* http/tests/misc/webtiming-slow-load.py: Added.
* http/tests/misc/webtiming-ssl.php: Removed.
* http/tests/misc/webtiming-ssl.py: Added.
* http/tests/misc/webtiming-two-redirects.php: Removed.
* http/tests/misc/webtiming-two-redirects.py: Added.
* http/tests/misc/xhtml.php: Removed.
* http/tests/misc/xhtml.py: Added.
* http/tests/xmlhttprequest/on-network-timeout-error-during-preflight.html:
* http/tests/xmlhttprequest/resetting-timeout-to-zero.html:
* http/tests/xmlhttprequest/timeout-greater-than-default-network-timeout.html:
* platform/gtk/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/win/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt:
* platform/wk2/http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin-expected.txt:
* platform/wk2/http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin-expected.txt:
* platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt:
* platform/wk2/http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url-expected.txt:
2021-03-03 Youenn Fablet <youenn@apple.com>
[GPUP] imported/w3c/web-platform-tests/webrtc/RTCRtpSender-replaceTrack.https.html times out with GPU Process enabled
https://bugs.webkit.org/show_bug.cgi?id=222505
<rdar://problem/74814573>
Unreviewed.
* gpu-process/TestExpectations:
Test is no longer timing out on GPUProcess bot.
2021-03-02 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] :focus-visible implementation
https://bugs.webkit.org/show_bug.cgi?id=222028
<rdar://problem/74679243>
Reviewed by Darin Adler.
* platform/ios/TestExpectations: Skip focus-visible-008.html and focus-visible-011.html as they timeout in iOS.
* platform/mac/imported/w3c/web-platform-tests/css/selectors/focus-visible-008-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-008-expected.txt.
2021-03-02 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline and update expectations
Unreviewed test gardening.
Some tests are not crashing anymore.
* platform/glib/TestExpectations:
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
* platform/wpe/TestExpectations:
2021-03-02 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/css1/text_properties/text_decoration-expected.txt:
* platform/wincairo/css1/text_properties/vertical_align-expected.txt:
* platform/wincairo/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
2021-03-02 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/download convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222618
<rdar://problem/74949253>
Reviewed by Jonathan Bedard.
* http/tests/download/anchor-download-attribute-content-disposition-no-extension-octet-stream.html:
* http/tests/download/anchor-download-attribute-content-disposition-no-extension-text-plain.html:
* http/tests/download/anchor-download-attribute-content-disposition.html:
* http/tests/download/basic-ascii-expected.txt:
* http/tests/download/basic-ascii.html:
* http/tests/download/resources/basic-ascii.php: Removed.
* http/tests/download/resources/basic-ascii.py: Added.
* http/tests/download/resources/content-disposition-pass-no-extension-octet-stream.php: Removed.
* http/tests/download/resources/content-disposition-pass-no-extension-octet-stream.py: Added.
* http/tests/download/resources/content-disposition-pass-no-extension-text-plain.php: Removed.
* http/tests/download/resources/content-disposition-pass-no-extension-text-plain.py: Added.
* http/tests/download/resources/content-disposition-pass.php: Removed.
* http/tests/download/resources/content-disposition-pass.py: Added.
2021-03-02 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/history convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222614
<rdar://problem/74946423>
Reviewed by Jonathan Bedard.
* http/tests/history/popstate-fires-with-pending-requests.html:
* http/tests/history/replacestate-post-to-get-2.html:
* http/tests/history/replacestate-post-to-get.html:
* http/tests/history/resources/replacestate-current.php: Removed.
* http/tests/history/resources/replacestate-current.py: Added.
* http/tests/history/resources/replacestate-forward-back.php: Removed.
* http/tests/history/resources/replacestate-forward-back.py: Added.
* http/tests/history/resources/slow-image.php: Removed.
* http/tests/history/resources/slow-image.py: Added.
* http/tests/inspector/page/resources/slow-test-page.html:
* http/tests/navigation/page-cache-pending-image-load-cache-partition.html:
* http/tests/navigation/page-cache-pending-image-load.html:
2021-03-02 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/navigation convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222418
<rdar://problem/74744523>
Reviewed by Jonathan Bedard.
* TestExpectations:
* http/tests/navigation/back-send-referrer.html:
* http/tests/navigation/https-in-page-cache.html:
* http/tests/navigation/page-cache-fragment-referrer.html:
* http/tests/navigation/post-goback-repost-policy-expected.txt:
* http/tests/navigation/post-goback-repost-policy.html:
* http/tests/navigation/post-goback-same-url-expected.txt:
* http/tests/navigation/post-goback-same-url.html:
* http/tests/navigation/post-redirect-get-reload-expected.txt:
* http/tests/navigation/post-redirect-get-reload.php: Removed.
* http/tests/navigation/post-redirect-get-reload.py: Added.
* http/tests/navigation/pushstate-at-unique-origin-denied.php: Removed.
* http/tests/navigation/pushstate-at-unique-origin-denied.py: Added.
* http/tests/navigation/redirect-on-back-updates-history-item.html:
* http/tests/navigation/redirect-on-reload-updates-history-item.html:
* http/tests/navigation/redirect-preserves-fragment-expected.txt:
* http/tests/navigation/redirect-preserves-fragment.html:
* http/tests/navigation/redirect-to-fragment-expected.txt:
* http/tests/navigation/redirect-to-fragment.html:
* http/tests/navigation/redirect-to-fragment2-expected.txt:
* http/tests/navigation/redirect-to-fragment2.html:
* http/tests/navigation/redirect-to-invalid-url-expected.txt:
* http/tests/navigation/redirect-to-invalid-url.html:
* http/tests/navigation/redirect-to-random-url-versus-memory-cache.html:
* http/tests/navigation/resources/back-send-referrer-helper.php: Removed.
* http/tests/navigation/resources/back-send-referrer-helper.py: Added.
* http/tests/navigation/resources/goback-with-policydelegate.php: Removed.
* http/tests/navigation/resources/goback-with-policydelegate.py: Added.
* http/tests/navigation/resources/https-in-page-cache-1.php: Removed.
* http/tests/navigation/resources/https-in-page-cache-1.py: Added.
* http/tests/navigation/resources/https-in-page-cache-2.php: Removed.
* http/tests/navigation/resources/https-in-page-cache-2.py: Added.
* http/tests/navigation/resources/https-no-store-subframe-in-page-cache.html:
* http/tests/navigation/resources/keyboard-events-test.js:
(waitForProvisionalNavigation):
* http/tests/navigation/resources/never-respond.php: Removed.
* http/tests/navigation/resources/never-respond.py: Added.
* http/tests/navigation/resources/no-store-frame.php: Removed.
* http/tests/navigation/resources/no-store-frame.py: Added.
* http/tests/navigation/resources/post-goback-same-url.php: Removed.
* http/tests/navigation/resources/post-goback-same-url.py: Added.
* http/tests/navigation/resources/post-target-policy-test.php: Removed.
* http/tests/navigation/resources/post-target-policy-test.py: Added.
* http/tests/navigation/resources/randomredirects/0.php: Removed.
* http/tests/navigation/resources/randomredirects/0.py: Added.
* http/tests/navigation/resources/randomredirects/1.php: Removed.
* http/tests/navigation/resources/randomredirects/1.py: Added.
* http/tests/navigation/resources/randomredirects/2.php: Removed.
* http/tests/navigation/resources/randomredirects/2.py: Added.
* http/tests/navigation/resources/randomredirects/3.php: Removed.
* http/tests/navigation/resources/randomredirects/3.py: Added.
* http/tests/navigation/resources/randomredirects/4.php: Removed.
* http/tests/navigation/resources/randomredirects/4.py: Added.
* http/tests/navigation/resources/randomredirects/5.php: Removed.
* http/tests/navigation/resources/randomredirects/5.py: Added.
* http/tests/navigation/resources/randomredirects/6.php: Removed.
* http/tests/navigation/resources/randomredirects/6.py: Added.
* http/tests/navigation/resources/randomredirects/7.php: Removed.
* http/tests/navigation/resources/randomredirects/7.py: Added.
* http/tests/navigation/resources/randomredirects/8.php: Removed.
* http/tests/navigation/resources/randomredirects/8.py: Added.
* http/tests/navigation/resources/randomredirects/9.php: Removed.
* http/tests/navigation/resources/randomredirects/9.py: Added.
* http/tests/navigation/resources/randomredirects/randomredirect.php: Removed.
* http/tests/navigation/resources/randomredirects/randomredirect.py: Added.
* http/tests/navigation/resources/redirect-on-back-updates-history-item.php: Removed.
* http/tests/navigation/resources/redirect-on-back-updates-history-item.py: Added.
* http/tests/navigation/resources/redirect-on-reload-updates-history-item-statistics.php: Removed.
* http/tests/navigation/resources/redirect-on-reload-updates-history-item-statistics.py: Added.
* http/tests/navigation/resources/redirect-on-reload-updates-history-item.php: Removed.
* http/tests/navigation/resources/redirect-on-reload-updates-history-item.py: Added.
* http/tests/navigation/resources/redirect-preserves-fragment.php: Removed.
* http/tests/navigation/resources/redirect-preserves-fragment.py: Added.
* http/tests/navigation/resources/redirect-to-cookie.php: Removed.
* http/tests/navigation/resources/redirect-to-cookie.py: Added.
* http/tests/navigation/resources/redirect-to-fragment.php: Removed.
* http/tests/navigation/resources/redirect-to-fragment.py: Added.
* http/tests/navigation/resources/redirect-to-fragment2.php: Removed.
* http/tests/navigation/resources/redirect-to-fragment2.py: Added.
* http/tests/navigation/resources/redirect-to-invalid-url-frame.php: Removed.
* http/tests/navigation/resources/redirect-to-invalid-url-frame.py: Added.
* http/tests/navigation/resources/referrer.php: Removed.
* http/tests/navigation/resources/referrer.py: Added.
* http/tests/navigation/resources/target-blank-opener-post-window.php: Removed.
* http/tests/navigation/resources/target-blank-opener-post-window.py: Added.
* http/tests/navigation/resources/target-blank-opener-window.php: Removed.
* http/tests/navigation/resources/target-blank-opener-window.py: Added.
* http/tests/navigation/resources/user-agent-script.php: Removed.
* http/tests/navigation/resources/user-agent-script.py: Added.
* http/tests/navigation/slow-loading-page-with-slow-script.php: Removed.
* http/tests/navigation/slow-loading-page-with-slow-script.py: Added.
* http/tests/navigation/statistics.html:
* http/tests/navigation/target-blank-opener-post.html:
* http/tests/navigation/target-blank-opener.html:
* http/tests/navigation/useragent-reload.php: Removed.
* http/tests/navigation/useragent-reload.py: Added.
* http/tests/navigation/useragent.php: Removed.
* http/tests/navigation/useragent.py: Added.
* platform/wk2/TestExpectations:
* platform/wk2/http/tests/navigation/redirect-preserves-fragment-expected.txt:
* platform/wk2/http/tests/navigation/redirect-to-fragment-expected.txt:
* platform/wk2/http/tests/navigation/redirect-to-invalid-url-expected.txt:
2021-03-02 Said Abou-Hallawa <said@apple.com>
The layout of SVGImage should force the layout for its clients
https://bugs.webkit.org/show_bug.cgi?id=221253
<rdar://problem/74138641>
Reviewed by Simon Fraser.
* fast/css/background-svg-image-loading-expected.html: Added.
* fast/css/background-svg-image-loading.html: Added.
2021-03-02 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline and update expectations
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/css1/text_properties/text_decoration-expected.txt: After r273554
* platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.txt: After r271110
* platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.txt: Ditto
* platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: Ditto
* platform/wpe/css1/text_properties/text_decoration-expected.txt: After r273554
* platform/wpe/scrollingcoordinator/scrolling-tree/absolute-in-nested-overflow-scroll-expected.txt: Added. After r271651
* platform/wpe/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: After r271616
2021-03-02 Rob Buis <rbuis@igalia.com>
Take box-sizing into account in replaced element intrinsic sizing
https://bugs.webkit.org/show_bug.cgi?id=221671
Reviewed by Simon Fraser.
Enable some tests that pass now.
* TestExpectations:
2021-03-02 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/uri convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222599
<rdar://problem/74929709>
Reviewed by Jonathan Bedard.
* http/tests/uri/css-href.php: Removed.
* http/tests/uri/css-href.py: Added.
* http/tests/uri/curly-braces-escaping-expected.txt:
* http/tests/uri/curly-braces-escaping.html:
* http/tests/uri/intercept/.htaccess:
* http/tests/uri/resources/echo-uri.php: Removed.
* http/tests/uri/resources/echo-uri.py: Added.
* http/tests/uri/resources/print-uri.php: Removed.
* http/tests/uri/resources/print-uri.py: Added.
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
2021-03-02 Youenn Fablet <youenn@apple.com>
Enable MEDIA_SOURCE in IOS Simulator
https://bugs.webkit.org/show_bug.cgi?id=222041
Reviewed by Eric Carlson.
* fast/mediastream/MediaStream-video-element.html:
Update to sort properties lexicographically.
* fast/mediastream/MediaStream-video-element-expected.txt:
2021-03-02 Rob Buis <rbuis@igalia.com>
Null check platformData when decoding
https://bugs.webkit.org/show_bug.cgi?id=221442
Reviewed by Ryosuke Niwa.
Add test for this.
* ipc/pasteboard-write-custom-data-expected.txt: Added.
* ipc/pasteboard-write-custom-data.html: Added.
2021-03-01 Fujii Hironori <Hironori.Fujii@sony.com>
[GTK] Web inspector related tests very slow or timeout in debug mode
https://bugs.webkit.org/show_bug.cgi?id=208000
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unmarked tests for Bug 149916 and Bug 208000.
2021-03-01 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening three common timeouts
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2021-03-01 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver announces grid as having "0 columns" and VoiceOver cannot enter the grid
https://bugs.webkit.org/show_bug.cgi?id=222440
<rdar://problem/74763792>
Reviewed by Zalan Bujtas.
* accessibility/aria-grid-with-aria-owns-rows-expected.txt: Added.
* accessibility/aria-grid-with-aria-owns-rows.html: Added.
2021-03-01 Peng Liu <peng.liu6@apple.com>
[GPUP] Some media related security tests time out when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221793
Unreviewed test gardening.
* platform/wk2/TestExpectations:
2021-03-01 Peng Liu <peng.liu6@apple.com>
[GPUP] Some tests in http/tests/media fail or time out when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221694
Unreviewed test gardening.
Remove the tests which are consistently passing on bots from the test expectations.
* platform/wk2/TestExpectations:
2021-03-01 Peng Liu <peng.liu6@apple.com>
[GPUP] Some tests in imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements fail when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221697
Unreviewed test gardening.
* platform/wk2/TestExpectations:
2021-03-01 Peng Liu <peng.liu6@apple.com>
[GPUP] Some media related content security policy tests fail when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221792
Unreviewed test gardening.
* platform/wk2/TestExpectations:
2021-03-01 Truitt Savell <tsavell@apple.com>
fast/canvas/webgl/texImage2D-video-flipY-false.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=222500
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2021-03-01 Peng Liu <peng.liu6@apple.com>
[GPUP] Some modern-media-controls tests are flaky when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221685
Unreviewed test gardening.
* platform/wk2/TestExpectations:
2021-03-01 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/websocket convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221912
<rdar://problem/74358196>
Reviewed by Jonathan Bedard.
* http/tests/websocket/tests/hybi/contentextensions/block-cookies-worker.php: Removed.
* http/tests/websocket/tests/hybi/contentextensions/block-cookies-worker.py: Added.
* http/tests/websocket/tests/hybi/contentextensions/block-cookies.php: Removed.
* http/tests/websocket/tests/hybi/contentextensions/block-cookies.py: Added.
* http/tests/websocket/tests/hybi/contentextensions/resources/block-cookies-worker.js:
(clearCookies):
* http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404.html:
* http/tests/websocket/tests/hybi/resources/status-404-without-body.php: Removed.
* http/tests/websocket/tests/hybi/resources/status-404-without-body.py: Added.
2021-03-01 Peng Liu <peng.liu6@apple.com>
[GPUP] Clean up LayoutTests/gpu-process/TestExpectations related to media tests
https://bugs.webkit.org/show_bug.cgi?id=222570
Reviewed by Eric Carlson.
Clean up test expectations.
- Remove duplicate test expectations.
- Move some media tests from gpu-process/TestExpectations to platform/wk2/TestExpectations.
- Remove tests which are passing consistently from gpu-process/TestExpectations.
* gpu-process/TestExpectations:
* platform/wk2/TestExpectations:
2021-03-01 Truitt Savell <tsavell@apple.com>
[Big Sur] platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=222495
Unreviewed test gardening.
* media/media-source/content/test-48kHz-vorbis-manifest.json: Renamed from LayoutTests/platform/mac-bigsur/media/media-source/content/test-48kHz-vorbis-manifest.json.
* media/media-source/content/test-48kHz-vorbis.webm: Renamed from LayoutTests/platform/mac-bigsur/media/media-source/content/test-48kHz-vorbis.webm.
* media/media-source/media-source-webm-vorbis-partial-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial-expected.txt.
* media/media-source/media-source-webm-vorbis-partial.html: Renamed from LayoutTests/platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial.html.
* platform/mac/TestExpectations:
2021-03-01 Martin Robinson <mrobinson@webkit.org>
Scroll snapping doesn't kick in when dragging scrollbars
https://bugs.webkit.org/show_bug.cgi?id=146696
Reviewed by Simon Fraser.
Add support for scroll snap after dragging scrollbar thumb
This change adds support for scroll snap when the scrollbar thumb is
released from a drag operation. This animation is currently done with
the non-native scroll animator for all platforms, since that is also
what is used for smooth scrolling.
This change adjusts the non-native scroll animator's smoothness factor,
because it is too slow for short scroll snaps. I have verified that the
new smoothness factor is also a good selection for smooth scrolling
operations (still an experimental feature). A further change should use
"native" animations when possible for both smooth scrolling and scroll
snap after thumb drags. This is tracked by the following bug:
https://bugs.webkit.org/show_bug.cgi?id=218857
* css3/scroll-snap/scroll-snap-click-scrollbar-gutter-expected.txt: Added.
* css3/scroll-snap/scroll-snap-click-scrollbar-gutter.html: Added.
* css3/scroll-snap/scroll-snap-drag-scrollbar-thumb-expected.txt: Added.
* css3/scroll-snap/scroll-snap-drag-scrollbar-thumb.html: Added.
* platform/ios-wk2/TestExpectations: Mark new test as failing on iOS
which has issues with scrollbars.
* platform/ios/TestExpectations: Skip the new test on iOS which does not
support scrolling by dragging the scrollbar.
2021-03-01 Truitt Savell <tsavell@apple.com>
media/media-fullscreen-pause-inline.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=222573
RUnreviewed test gardening.
* platform/mac/TestExpectations:
2021-03-01 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/loading convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222198
<rdar://problem/74536576>
Reviewed by Jonathan Bedard.
* http/tests/loading/307-after-303-after-post-expected.txt:
* http/tests/loading/307-after-303-after-post.html:
* http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials-expected.txt:
* http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html:
* http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-1-redirect-to-auth.php: Removed.
* http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-1-redirect-to-auth.py: Added.
* http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php: Removed.
* http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.py: Added.
* http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-3-output-credentials-then-finish.php: Removed.
* http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-3-output-credentials-then-finish.py: Added.
* http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt:
* http/tests/loading/basic-auth-load-URL-with-consecutive-slashes.html:
* http/tests/loading/basic-auth-remove-credentials-expected.txt:
* http/tests/loading/basic-auth-remove-credentials.html:
* http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt:
* http/tests/loading/basic-auth-resend-wrong-credentials.html:
* http/tests/loading/basic-credentials-sent-automatically-expected.txt:
* http/tests/loading/basic-credentials-sent-automatically.html:
* http/tests/loading/nested_bad_objects.php: Removed.
* http/tests/loading/nested_bad_objects.py: Added.
* http/tests/loading/oauth.html:
* http/tests/loading/post-in-iframe-with-back-navigation-expected.txt:
* http/tests/loading/post-in-iframe-with-back-navigation.html:
* http/tests/loading/preload-append-scan.php: Removed.
* http/tests/loading/preload-append-scan.py: Added.
* http/tests/loading/preload-slow-loading.php: Removed.
* http/tests/loading/preload-slow-loading.py: Added.
* http/tests/loading/redirect-with-no-location-crash.html:
* http/tests/loading/resourceLoadStatistics/resources/get-cookies.php: Removed.
* http/tests/loading/resourceLoadStatistics/resources/get-cookies.py: Added.
* http/tests/loading/resourceLoadStatistics/resources/set-cookie.php: Removed.
* http/tests/loading/resources/303-to-307-target.php: Removed.
* http/tests/loading/resources/303-to-307-target.py: Added.
* http/tests/loading/resources/307-post-output-target.php: Removed.
* http/tests/loading/resources/307-post-output-target.py: Added.
* http/tests/loading/resources/basic-auth-testing.php: Removed.
* http/tests/loading/resources/basic-auth-testing.py: Added.
* http/tests/loading/resources/cached-stylesheet-from-different-domain-frame.css.php: Removed.
* http/tests/loading/resources/cached-stylesheet-from-different-domain-frame.css.py: Added.
* http/tests/loading/resources/cached-stylesheet-from-different-domain-frame.html:
* http/tests/loading/resources/imported-stylesheet-varying-according-domain.css.php: Removed.
* http/tests/loading/resources/imported-stylesheet-varying-according-domain.css.py: Added.
* http/tests/loading/resources/oauth-subresource.php: Removed.
* http/tests/loading/resources/oauth-subresource.py: Added.
* http/tests/loading/resources/othersubresources/protected-resource.php: Removed.
* http/tests/loading/resources/othersubresources/protected-resource.py: Added.
* http/tests/loading/resources/page-with-slow-loading-subresource.html:
* http/tests/loading/resources/post-in-iframe-with-back-navigation-page-1.php: Removed.
* http/tests/loading/resources/post-in-iframe-with-back-navigation-page-1.py: Added.
* http/tests/loading/resources/post-in-iframe-with-back-navigation-page-2.php: Removed.
* http/tests/loading/resources/post-in-iframe-with-back-navigation-page-2.py: Added.
* http/tests/loading/resources/post-in-iframe-with-back-navigation-page-3.php: Removed.
* http/tests/loading/resources/post-in-iframe-with-back-navigation-page-3.py: Added.
* http/tests/loading/resources/post-to-303-target.php: Removed.
* http/tests/loading/resources/post-to-303-target.py: Added.
* http/tests/loading/resources/protected-resource.php: Removed.
* http/tests/loading/resources/protected-resource.py: Added.
* http/tests/loading/resources/redirect-with-no-location-crash.php: Removed.
* http/tests/loading/resources/redirect-with-no-location-crash.py: Added.
* http/tests/loading/resources/resource-that-goes-back-while-still-loading.php: Removed.
* http/tests/loading/resources/resource-that-goes-back-while-still-loading.py: Added.
* http/tests/loading/resources/server-redirect-result.html:
* http/tests/loading/resources/server-redirect.php: Removed.
* http/tests/loading/resources/server-redirect.py: Added.
* http/tests/loading/resources/slowimage.php: Removed.
* http/tests/loading/resources/slowimage.py: Added.
* http/tests/loading/resources/subresources/protected-resource.php: Removed.
* http/tests/loading/resources/subresources/protected-resource.py: Added.
* http/tests/loading/resources/test2/basic-auth-testing.php: Removed.
* http/tests/loading/resources/test2/basic-auth-testing.py: Added.
* http/tests/loading/resources/test2/protected-resource.php: Removed.
* http/tests/loading/resources/test2/protected-resource.py: Added.
* http/tests/loading/server-redirect-for-provisional-load-caching-expected.txt:
* http/tests/loading/server-redirect-for-provisional-load-caching.html:
* http/tests/loading/unfinished-main-resource-back-to-cached-page-callbacks.html:
* platform/ios-wk1/TestExpectations:
* platform/win/TestExpectations:
* platform/wk2/http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials-expected.txt:
* platform/wk2/http/tests/loading/basic-credentials-sent-automatically-expected.txt:
* platform/wk2/http/tests/loading/server-redirect-for-provisional-load-caching-expected.txt:
2021-03-01 Andres Gonzalez <andresg_22@apple.com>
WebAccessibilityObjectWrapper method to retrieve related error message elements should return not-ignored accessibility elements.
https://bugs.webkit.org/show_bug.cgi?id=222375
Reviewed by Chris Fleizach.
Replaced accessibility/aria-errormessage.html with mac and ios-simulator variants.
* accessibility/ios-simulator/aria-errormessage-expected.txt: Added.
* accessibility/ios-simulator/aria-errormessage.html: Copied from LayoutTests/accessibility/aria-errormessage.html.
* accessibility/mac/aria-errormessage-expected.txt: Renamed from LayoutTests/accessibility/aria-errormessage-expected.txt.
* accessibility/mac/aria-errormessage.html: Renamed from LayoutTests/accessibility/aria-errormessage.html.
* platform/glib/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2021-03-01 Sam Weinig <weinig@apple.com>
Add experimental support for CSS Color 5 color-contrast()
https://bugs.webkit.org/show_bug.cgi?id=222530
Reviewed by Simon Fraser.
* fast/css/parsing-color-contrast-expected.txt: Added.
* fast/css/parsing-color-contrast.html: Added.
Add parsing and computed style computation tests for color-contast().
2021-03-01 Said Abou-Hallawa <said@apple.com>
[GPU Process] Some DisplayList items may not be replayed back before calling getImageData()
https://bugs.webkit.org/show_bug.cgi?id=222343
Reviewed by Tim Horton.
* gpu-process/TestExpectations:
2021-03-01 Antoine Quint <graouts@webkit.org>
REGRESSION(r272004): transform transition with delay doesn't behave correctly
https://bugs.webkit.org/show_bug.cgi?id=222545
<rdar://problem/74865413>
Reviewed by Dean Jackson.
Add a new test where an element with a non-identity transform starts a transform transition with a
long delay. Prior to this patch, this test failed because, while in the delay phase, the transition
would mean the underlying transform was applied twice: once by the non-interpolating animation
generated for the underlying "transform" value, and once by the first keyframe of the transition
since it fills backwards.
* webanimations/transform-transition-with-delay-on-forced-layer-with-transform-expected.html: Added.
* webanimations/transform-transition-with-delay-on-forced-layer-with-transform.html: Added.
2021-03-01 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/fetch convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222367
<rdar://problem/74702641>
Reviewed by Jonathan Bedard.
* http/tests/fetch/caching-with-different-options.html:
* http/tests/fetch/redirectmode-and-preload-expected.txt:
* http/tests/fetch/redirectmode-and-preload.html:
* http/tests/fetch/resources/redirect-with-cache.php: Removed.
* http/tests/fetch/resources/redirect-with-cache.py: Added.
2021-03-01 Youenn Fablet <youenn@apple.com>
[GPUP] Fix WebRTC layout test failures with GPU Process enabled
https://bugs.webkit.org/show_bug.cgi?id=222505
<rdar://problem/74814573>
Unreviewed.
* gpu-process/TestExpectations:
Removed no longer valid expectations.
2021-02-27 Sam Weinig <weinig@apple.com>
Remove support for 'pixel' and 'pos' CSSOM prefixes
https://bugs.webkit.org/show_bug.cgi?id=119712
Reviewed by Simon Fraser.
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt:
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html:
Update test to reflect removal of pos/pixel prefixes.
2021-02-27 Rob Buis <rbuis@igalia.com>
Null check ArrayBufferView RefPtr
https://bugs.webkit.org/show_bug.cgi?id=221569
Reviewed by Ryosuke Niwa.
Add test to verify oom situation does not result in a crash.
* crypto/crypto-random-values-oom-expected.txt: Added.
* crypto/crypto-random-values-oom.html: Added.
* platform/win/TestExpectations:
2021-02-27 Antti Koivisto <antti@apple.com>
Render tree updates for Text node content mutations should happen during rendering update
https://bugs.webkit.org/show_bug.cgi?id=222406
Reviewed by Simon Fraser.
These are progressions.
* fast/text/splitText-dirty-lines-expected.txt:
* imported/blink/fast/css/first-letter-range-insert-expected.txt:
Here we were actually drawing text that didn't exist in DOM anymore.
2021-02-26 Peng Liu <peng.liu6@apple.com>
[GPUP] Refresh test expectations after adding the support to paint GPUP hosted video to 2D canvas and WebGL surfaces
https://bugs.webkit.org/show_bug.cgi?id=222500
Reviewed by Jer Noble.
r273568 adds the support to paint GPU process hosted video in the WebContent process to
2D canvas and WebGL surfaces. This function is used by layout tests no matter
"GPU Process: Canvas Rendering" and "GPU Process: WebGL" are enabled or not.
A lot of tests depending on it are passing now.
* gpu-process/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/wk2/TestExpectations:
2021-02-26 Zalan Bujtas <zalan@apple.com>
[LFC][Coverage] Do not bail out on text underline position when text-decoration is 'none'
https://bugs.webkit.org/show_bug.cgi?id=222481
Reviewed by Antti Koivisto.
* fast/text/simple-line-layout-with-text-underline-position-expected.html:
* fast/text/simple-line-layout-with-text-underline-position.html:
2021-02-26 Amir Mark Jr <amir_mark@apple.com>
[BigSur Wk1] platform/mac-bigsur/media/media-source/media-source-webm-vp8-malformed-header.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=222493
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-26 Devin Rousso <drousso@apple.com>
[Payment Request] log when the request is cancelled while waiting for the `Promise` provided to `show()`/`updateWith()` to settle
https://bugs.webkit.org/show_bug.cgi?id=222491
Reviewed by Andy Estes.
* http/tests/paymentrequest/payment-request-show-method.https-expected.txt:
2021-02-26 Sam Weinig <weinig@apple.com>
Remove non-standard 'css'/'Css' prefixed properties on CSSStyleDeclaration
https://bugs.webkit.org/show_bug.cgi?id=218158
Reviewed by Tim Horton.
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt:
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html:
Update test to reflect removal of css prefixes.
2021-02-26 Peng Liu <peng.liu6@apple.com>
Flaky Test: media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html
https://bugs.webkit.org/show_bug.cgi?id=182571
Reviewed by Jer Noble.
Fix a flaky test by:
1) Enable "MockVideoPresentationMode".
2) Wait for a video presentation mode change to complete before moving to the next step in the test.
3) Request the video to exit fullscreen before finish the test (to avoid interference with other tests).
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-fullscreen-expected.txt:
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-fullscreen.html:
2021-02-26 John Wilander <wilander@apple.com>
Non-cookie website data not deleted after 7 days of browser use without user interaction
https://bugs.webkit.org/show_bug.cgi?id=222248
<rdar://problem/74612589>
Reviewed by Brent Fulgham and informally by Kate Cheney.
Existing test cases now make use of the new numberOfOperatingDaysPassed
parameter to testRunner.setStatisticsExpiredStatistic() to control the exact
number of operating days passed since user interaction.
A new test case makes sure website data is not deleted below the threshold.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-not-removed-with-user-interaction-6-days-ago-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-not-removed-with-user-interaction-6-days-ago.html: Added.
Sets numberOfOperatingDaysPassed to 6.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-with-user-interaction-7-days-ago-expected.txt: Renamed from LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-expected.txt.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-with-user-interaction-7-days-ago.html: Renamed from LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction.html.
Sets numberOfOperatingDaysPassed to 7.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed.html:
Sets numberOfOperatingDaysPassed to 30.
* platform/wk2/TestExpectations:
Updated existing expectation with new file name.
2021-02-26 Lauro Moura <lmoura@igalia.com>
[GLIB] Move some css3 blending baselines to glib and update expectations
Unreviewed test gardening.
These tests are passing in GTK and in WPE, so move the baselines to
glib.
The two GTK expectations left are now in GLIB and the PASS flakiness
removed as they are consistently ImageOnlyFailing. Also moved the
other expectations to the compositing section.
* platform/glib/TestExpectations:
* platform/glib/css3/blending/svg-blend-color-burn-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-color-burn-expected.txt.
* platform/glib/css3/blending/svg-blend-color-dodge-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-color-dodge-expected.txt.
* platform/glib/css3/blending/svg-blend-darken-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-darken-expected.txt.
* platform/glib/css3/blending/svg-blend-difference-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-difference-expected.txt.
* platform/glib/css3/blending/svg-blend-exclusion-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-exclusion-expected.txt.
* platform/glib/css3/blending/svg-blend-hard-light-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-hard-light-expected.txt.
* platform/glib/css3/blending/svg-blend-lighten-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-lighten-expected.txt.
* platform/glib/css3/blending/svg-blend-multiply-alpha-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-multiply-alpha-expected.txt.
* platform/glib/css3/blending/svg-blend-multiply-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-multiply-expected.txt.
* platform/glib/css3/blending/svg-blend-normal-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-normal-expected.txt.
* platform/glib/css3/blending/svg-blend-overlay-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-overlay-expected.txt.
* platform/glib/css3/blending/svg-blend-plus-darker-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-plus-darker-expected.txt.
* platform/glib/css3/blending/svg-blend-plus-lighter-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-plus-lighter-expected.txt.
* platform/glib/css3/blending/svg-blend-screen-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-screen-expected.txt.
* platform/glib/css3/blending/svg-blend-soft-light-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/svg-blend-soft-light-expected.txt.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2021-02-26 Myles C. Maxfield <mmaxfield@apple.com>
Emoji sequences with constituents in the UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A Unicode block don't get combined properly
https://bugs.webkit.org/show_bug.cgi?id=222438
<rdar://problem/74382039>
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-02-26 Devin Rousso <drousso@apple.com>
[Payment Request] log if `updateWith` is not called synchronously
https://bugs.webkit.org/show_bug.cgi?id=222436
Reviewed by Andy Estes.
* http/tests/paymentrequest/updateWith-log-error-if-not-synchronous.https.html: Added.
* http/tests/paymentrequest/updateWith-log-error-if-not-synchronous.https-expected.txt: Added.
* http/tests/paymentrequest/payment-request-change-shipping-address.https.html:
* http/tests/paymentrequest/payment-request-change-shipping-option.https.html:
* http/tests/paymentrequest/payment-request-show-method.https.html:
* http/tests/ssl/applepay/ApplePayBillingAddress.html:
* http/tests/ssl/applepay/ApplePayPaymentMethodChangeEvent.https.html:
Add `updateWith({})` calls to avoid the log.
2021-02-26 Robert Jenner <jenner@apple.com>
[ macOS ] fast/text/mending-heart.html is a constant text failure
https://bugs.webkit.org/show_bug.cgi?id=222479
Unreviewed test gardening.
* platform/mac/TestExpectations: Test consantly fails. Already marked in test for iOS, updating test expectation to fail for macOS until the test is fixed.
2021-02-26 Peng Liu <peng.liu6@apple.com>
[GPUP] Clean up TestExpectations related to media tests
https://bugs.webkit.org/show_bug.cgi?id=222456
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
Remove a duplicated expectation (imported/w3c/web-platform-tests/fetch/range/general.window.html).
Move webaudio related test expectations to platform/wk2/TestExpectations.
* platform/ios-wk2/TestExpectations:
webkit.org/b/221821 has been fixed in r273504.
* platform/mac-wk2/TestExpectations:
Two media capabilities test failures have been fixed in r273504.
Move a test expectation (platform/mac/media/media-source/videoplaybackquality-decompressionsession.html)
to platform/mac/TestExpectations.
Reorganize expectations for tests in webgl/2.0.0/conformance2/textures/video.
* platform/mac/TestExpectations:
Remove a duplicated test expectation (mediaElementAudioSourceToScriptProcessorTest.html).
* platform/wk2/TestExpectations:
Track all modern-media-controls test failures in one bug.
Track all canvas related media test failures in one bug.
2021-02-26 Zalan Bujtas <zalan@apple.com>
Remove unnecessary whitespace (css1/text_properties/text_decoration.html)
https://bugs.webkit.org/show_bug.cgi?id=222446
Reviewed by Antti Koivisto.
Whitespace characters often end up as trailing content and legacy line layout does not trim them properly.
They cause unnecessary noise in renderer tree dumps when switching to modern line layout.
* css1/box_properties/border.html:
* css1/text_properties/text_decoration.html:
* platform/mac/css1/box_properties/border-expected.txt:
* platform/mac/css1/text_properties/text_decoration-expected.txt:
2021-02-25 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening a couple crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
2021-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Emoji sequences with constituents in the UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A Unicode block don't get combined properly
https://bugs.webkit.org/show_bug.cgi?id=222438
<rdar://problem/74382039>
Reviewed by Zalan Bujtas.
* fast/text/mending-heart-expected.txt: Added.
* fast/text/mending-heart.html: Added.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2021-02-25 Saam Barati <sbarati@apple.com>
Add some exception checks to the bindings generator
https://bugs.webkit.org/show_bug.cgi?id=222434
<rdar://69066130>
Reviewed by Yusuke Suzuki.
* js/dom/local-storage-exception-checks-expected.txt: Added.
* js/dom/local-storage-exception-checks.html: Added.
2021-02-25 Amir Mark Jr <amir_mark@apple.com>
[BigSur wk1] svg/canvas/canvas-global-alpha-svg.html is flakey failing
https://bugs.webkit.org/show_bug.cgi?id=221559
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-25 Robert Jenner <jenner@apple.com>
[ macOS BigSur Wk2 ] http/tests/media/hls/hls-hdr-switch.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=222425
Unreviewed test gardening.
* platform/mac/TestExpectations: Updating test expectations as Timeout until changes made in r272842 are fully resolved.
2021-02-25 Robert Jenner <jenner@apple.com>
REGRESSION (r273461): [ macOS ] imported/w3c/web-platform-tests/media-source/mediasource-duration.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=222422
Unreviewed test gardening.
* platform/mac/TestExpectations: Updating test expectations to include slow to determine if changes caused a regression or actually made the test better.
2021-02-25 Jer Noble <jer.noble@apple.com>
[Cocoa] Appending a partial segment of a WebM audio file results in no additional samples
https://bugs.webkit.org/show_bug.cgi?id=222407
<rdar://74610383>
Reviewed by Eric Carlson.
* platform/mac-bigsur/media/media-source/content/test-48kHz-vorbis-manifest.json: Added.
* platform/mac-bigsur/media/media-source/content/test-48kHz-vorbis.webm: Added.
* platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial-expected.txt: Added.
* platform/mac-bigsur/media/media-source/media-source-webm-vorbis-partial.html: Added.
2021-02-25 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r269957): Empty font names passed to canvas2d cause all text routines to crash
https://bugs.webkit.org/show_bug.cgi?id=222402
<rdar://problem/72621268>
Reviewed by Darin Adler and Chris Lord.
* fast/text/canvas-font-resolution-2-expected.html: Added.
* fast/text/canvas-font-resolution-2.html: Added.
* fast/text/canvas-font-resolution-expected.txt: Added.
* fast/text/canvas-font-resolution.html: Added.
2021-02-25 Amir Mark Jr <amir_mark@apple.com>
[BigSur wk1] svg/clip-path/resource-clipper-multiple-repaints.html is flakey failing.
https://bugs.webkit.org/show_bug.cgi?id=221506
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-25 Eric Carlson <eric.carlson@apple.com>
[GPUP] Some media-capabilities tests fail when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221691
<rdar://problem/74439420>
Reviewed by Jer Noble.
* platform/wk2/TestExpectations: Un-skip tests that no longer fail.
2021-02-25 Jer Noble <jer.noble@apple.com>
[Cocoa] Files from webmfiles.org do not play through MSE
https://bugs.webkit.org/show_bug.cgi?id=222403
<rdar://74640660>
Reviewed by Eric Carlson.
* platform/mac-bigsur/media/media-source/content/test-vp8-malformed-header-manifest.json: Added.
* platform/mac-bigsur/media/media-source/content/test-vp8-malformed-header.webm: Added.
* platform/mac-bigsur/media/media-source/media-source-webm-vp8-malformed-header-expected.txt: Added.
* platform/mac-bigsur/media/media-source/media-source-webm-vp8-malformed-header.html: Added.
2021-02-25 Robert Jenner <jenner@apple.com>
[ macOS Wk2 ] media/media-fragments/TC0051.html is flakey crashing
https://bugs.webkit.org/show_bug.cgi?id=222277
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Skipping 3 mediacapture-record tests, and marking 1 as Pass Failure due to tests causing other tests to crash.
2021-02-25 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/contentdispositionattachmentsandbox convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221966
<rdar://problem/74393682>
Reviewed by Jonathan Bedard.
* http/tests/contentdispositionattachmentsandbox/at-import-stylesheets-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/at-import-stylesheets-disabled.html:
* http/tests/contentdispositionattachmentsandbox/cross-origin-frames-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/cross-origin-frames-disabled.html:
* http/tests/contentdispositionattachmentsandbox/external-stylesheets-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/external-stylesheets-disabled.html:
* http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html:
* http/tests/contentdispositionattachmentsandbox/http-equiv-disabled.html:
* http/tests/contentdispositionattachmentsandbox/plugins-disabled.html:
* http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-always.html:
* http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-default.html:
* http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-never.html:
* http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-no-referrer-when-downgrade.html:
* http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-no-referrer.html:
* http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-origin.html:
* http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-unsafe-url.html:
* http/tests/contentdispositionattachmentsandbox/referer-header-stripped.html:
* http/tests/contentdispositionattachmentsandbox/resources/at-import-stylesheets-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/at-import-stylesheets-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/cross-origin-frames-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/cross-origin-frames-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/echo-http-referer.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/echo-http-referer.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/external-stylesheets-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/external-stylesheets-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/form-submission-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/form-submission-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/http-equiv-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/http-equiv-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/plugins-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/plugins-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/referer-header-stripped-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/referer-header-stripped-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/scripts-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/scripts-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/resources/xml-stylesheet-processing-instructions-frame.php: Removed.
* http/tests/contentdispositionattachmentsandbox/resources/xml-stylesheet-processing-instructions-frame.py: Added.
* http/tests/contentdispositionattachmentsandbox/scripts-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/scripts-disabled.html:
* http/tests/contentdispositionattachmentsandbox/xml-stylesheet-processing-instructions-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/xml-stylesheet-processing-instructions-disabled.html:
2021-02-25 Said Abou-Hallawa <said@apple.com>
[GPU Process] Stroke and fill StateChangeFlags should be set exclusively
https://bugs.webkit.org/show_bug.cgi?id=222379
<rdar://problem/73610005>
Reviewed by Simon Fraser.
* fast/canvas/stroke-text-after-gradient-fill-change-expected.txt: Added.
* fast/canvas/stroke-text-after-gradient-fill-change.html: Added.
2021-02-25 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r273470.
New test is asserting on WK1 and iOS bots
Reverted changeset:
"[css-grid] Do not allow negative heights"
https://bugs.webkit.org/show_bug.cgi?id=221439
https://commits.webkit.org/r273470
2021-02-24 Peng Liu <peng.liu6@apple.com>
[GPUP] Remove duplicated items in LayoutTests/gpu-process/TestExpectations related to media
https://bugs.webkit.org/show_bug.cgi?id=222390
Unreviewed test gardening.
We have enabled "Media in GPU Process" by default in WKTR, so platform-specific TestExpectations
such as platform/wk2/TestExpectations will be used as the baseline for media related tests.
* gpu-process/TestExpectations:
2021-02-24 Rob Buis <rbuis@igalia.com>
[css-grid] Do not allow negative heights
https://bugs.webkit.org/show_bug.cgi?id=221439
Reviewed by Darin Adler.
Add test for this.
* fast/css-grid-layout/zero-height-crash-expected.txt: Added.
* fast/css-grid-layout/zero-height-crash.html: Added.
2021-02-24 Imanol Fernandez <ifernandez@igalia.com>
Set xrCompatible in WebGLRenderingContextBase::getContextAttributes
https://bugs.webkit.org/show_bug.cgi?id=222360
Reviewed by Sam Weinig.
Update WebXR xrCompatible attribute test expectations.
* platform/wpe/TestExpectations:
2021-02-24 Jean-Yves Avenard <jya@apple.com>
[MSE] Media segment is incorrectly dropped when using negative timestampOffset or when source buffer appendWindow is set.
https://bugs.webkit.org/show_bug.cgi?id=222260
Reviewed by Eric Carlson.
* media/media-source/media-source-timestampoffset-trim.html:
2021-02-24 Chris Dumez <cdumez@apple.com>
Device motion / orientation events not working in third-party iframes despite Feature-Policy allowing it
https://bugs.webkit.org/show_bug.cgi?id=221399
<rdar://problem/74229227>
Reviewed by Youenn Fablet.
Add layout test coverage.
* TestExpectations:
* fast/device-orientation/device-motion-request-permission-denied-expected.txt:
* fast/device-orientation/device-motion-request-permission-granted-expected.txt:
* fast/device-orientation/device-motion-request-permission-user-gesture-expected.txt:
* fast/device-orientation/device-orientation-request-permission-denied-expected.txt:
* fast/device-orientation/device-orientation-request-permission-granted-expected.txt:
* fast/device-orientation/device-orientation-request-permission-user-gesture-expected.txt:
* fast/device-orientation/device-orientation-request-permission-user-gesture.html:
* http/tests/device-orientation/device-motion-allowed-in-first-party-only-expected.txt: Added.
* http/tests/device-orientation/device-motion-allowed-in-first-party-only.html: Added.
* http/tests/device-orientation/device-motion-third-party-iframe-allowed-by-feature-policy-expected.txt: Added.
* http/tests/device-orientation/device-motion-third-party-iframe-allowed-by-feature-policy.html: Added.
* http/tests/device-orientation/device-motion-third-party-iframe-denied-by-insufficient-feature-policy-expected.txt: Added.
* http/tests/device-orientation/device-motion-third-party-iframe-denied-by-insufficient-feature-policy.html: Added.
* http/tests/device-orientation/device-motion-third-party-iframe-denied-expected.txt: Added.
* http/tests/device-orientation/device-motion-third-party-iframe-denied.html: Added.
* http/tests/device-orientation/device-orientation-allowed-in-first-party-only-expected.txt: Added.
* http/tests/device-orientation/device-orientation-allowed-in-first-party-only.html: Added.
* http/tests/device-orientation/device-orientation-third-party-iframe-allowed-by-feature-policy-expected.txt: Added.
* http/tests/device-orientation/device-orientation-third-party-iframe-allowed-by-feature-policy.html: Added.
* http/tests/device-orientation/device-orientation-third-party-iframe-denied-by-insufficient-feature-policy-expected.txt: Added.
* http/tests/device-orientation/device-orientation-third-party-iframe-denied-by-insufficient-feature-policy.html: Added.
* http/tests/device-orientation/device-orientation-third-party-iframe-denied-expected.txt: Added.
* http/tests/device-orientation/device-orientation-third-party-iframe-denied.html: Added.
* http/tests/device-orientation/resources/request-motion-events.html: Added.
* http/tests/device-orientation/resources/request-orientation-events.html: Added.
* platform/ios-wk2/TestExpectations:
2021-02-24 Chris Dumez <cdumez@apple.com>
Regression(r268700) postMessage changes prototype of basic types
https://bugs.webkit.org/show_bug.cgi?id=222228
<rdar://problem/74612853>
Reviewed by Geoffrey Garen.
Add layout test coverage.
* fast/dom/Window/postMessage-Object-prototype-expected.txt: Added.
* fast/dom/Window/postMessage-Object-prototype.html: Added.
* fast/dom/Window/resources/postMessage-Object-prototype-frame.html: Added.
2021-02-24 Jonathan Bedard <jbedard@apple.com>
Unreviewed Windows test gardening to speed up EWS.
* platform/win/TestExpectations:
2021-02-24 Robert Jenner <jenner@apple.com>
[ macOS Wk2 ] imported/w3c/web-platform-tests/media-source/mediasource-activesourcebuffers.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=222371
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2021-02-24 Sam Weinig <weinig@apple.com>
Fix model test differences between platforms
https://bugs.webkit.org/show_bug.cgi?id=222323
<rdar://problem/74678133>
Reviewed by Zalan Bujtas.
* platform/ios/TestExpectations:
Unskip the tests that were changed to no longer rely on platform differences.
2021-02-24 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r273373.
The test added with this change is frequently failing
Reverted changeset:
"Null check ArrayBufferView RefPtr"
https://bugs.webkit.org/show_bug.cgi?id=221569
https://commits.webkit.org/r273373
2021-02-24 Robert Jenner <jenner@apple.com>
[ macOS Wk2 ] inspector/dom/attributeModified.html is flakey timing out
https://bugs.webkit.org/show_bug.cgi?id=222365
Unreviewed test gardenign.
* platform/mac-wk2/TestExpectations:
2021-02-24 Said Abou-Hallawa <said@apple.com>
[GPU Process] In process DisplayList display should have a higher precedence than GPUP display
https://bugs.webkit.org/show_bug.cgi?id=222345
Reviewed by Wenson Hsieh.
* gpu-process/TestExpectations:
2021-02-24 Said Abou-Hallawa <said@apple.com>
[GPU Process] Implement ImageBufferShareableBitmapBackend::bytesPerRow()
https://bugs.webkit.org/show_bug.cgi?id=222348
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-02-24 Zalan Bujtas <zalan@apple.com>
[LegacyLineLayout] Inline level box should not stick out at the bottom of its containing block
https://bugs.webkit.org/show_bug.cgi?id=222334
Reviewed by Antti Koivisto.
* platform/mac/css1/text_properties/vertical_align-expected.txt:
* platform/mac/fast/table/table-display-types-strict-expected.txt:
2021-02-24 Simon Fraser <simon.fraser@apple.com>
Runtime-disabled CSS features still appear enabled via CSS.supports()
https://bugs.webkit.org/show_bug.cgi?id=222280
rdar://74595641
Reviewed by Sam Weinig.
* css3/color-filters/color-filter-exposed-if-disabled-expected.txt: Added. Fails tracked in webkit.org/b/217626
* css3/color-filters/color-filter-exposed-if-disabled.html: Added.
* fast/css/overscroll-behavior-invalidate-if-disabled-expected.txt:
* fast/css/overscroll-behavior-invalidate-if-disabled.html:
* fast/css/scroll-behavior-exposed-if-disabled-expected.txt: Added.
* fast/css/scroll-behavior-exposed-if-disabled.html: Added.
2021-02-24 Imanol Fernandez <ifernandez@igalia.com>
Implement WebXR getViewport
https://bugs.webkit.org/show_bug.cgi?id=222270
Reviewed by Sergio Villar Senin.
Update WebXR Viewport test expectations.
* platform/wpe/TestExpectations:
2021-02-17 Sergio Villar Senin <svillar@igalia.com>
Nullptr crash in ApplyStyleCommand::applyRelativeFontStyleChange
https://bugs.webkit.org/show_bug.cgi?id=221393
Reviewed by Ryosuke Niwa.
* editing/execCommand/font-size-delta-crash-expected.txt: Added.
* editing/execCommand/font-size-delta-crash.html: Added.
2021-02-24 Frederic Wang <fwang@igalia.com>
Nullptr crash in CompositeEditCommand::splitTreeToNode via InsertParagraphSeparatorCommand::doApply
https://bugs.webkit.org/show_bug.cgi?id=221387
Reviewed by Ryosuke Niwa.
* fast/editing/paste-and-match-style-with-table-crash-expected.txt: Added.
* fast/editing/paste-and-match-style-with-table-crash.html: Added.
2021-02-24 Carlos Garcia Campos <cgarcia@igalia.com>
Nullptr crash in Document::contextDocument() inside FontFaceSet::FontFaceSet
https://bugs.webkit.org/show_bug.cgi?id=221385
Reviewed by Ryosuke Niwa.
* fast/css/fontloader-on-detached-document-crash-expected.txt: Added.
* fast/css/fontloader-on-detached-document-crash.html: Added.
2021-02-24 Rob Buis <rbuis@igalia.com>
Null check ArrayBufferView RefPtr
https://bugs.webkit.org/show_bug.cgi?id=221569
Reviewed by Yusuke Suzuki.
Add test to verify oom situation does not result in a crash.
* crypto/crypto-random-values-oom-expected.txt: Added.
* crypto/crypto-random-values-oom.html: Added.
2021-02-23 Sam Weinig <weinig@apple.com>
Fix model test differences between platforms
https://bugs.webkit.org/show_bug.cgi?id=222323
Reviewed by Ryosuke Niwa.
* model-element/model-element-renderer-no-source.html:
* model-element/model-element-renderer.html:
Try to fix these on iOS by removing the doctype.
2021-02-23 Ryan Haddad <ryanhaddad@apple.com>
Fix model test differences between platforms
https://bugs.webkit.org/show_bug.cgi?id=222323
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark tests as failing until fix is reviewed & landed.
2021-02-23 Devin Rousso <drousso@apple.com>
[ macOS ] media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-fullscreen.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=222134
<rdar://problem/74494853>
Unreviewed, this is an identical change to r273357.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-fullscreen.html:
Add a rAF+0s delay before attempting to hover the mute button to give it a chance to
"settle" after it becomes visible (based off of `.getBoundingClientRect().width`).
* platform/mac/TestExpectations:
2021-02-23 Devin Rousso <drousso@apple.com>
REGRESSION (r273004): [ macOS ] media/modern-media-controls/volume-support/volume-support-drag.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=222117
<rdar://problem/74484639>
Unreviewed, this is an identical change to r273357.
* media/modern-media-controls/volume-support/volume-support-drag.html:
Add a rAF+0s delay before attempting to hover the mute button to give it a chance to
"settle" after it becomes visible (based off of `.getBoundingClientRect().width`).
* platform/mac/TestExpectations:
2021-02-23 Devin Rousso <drousso@apple.com>
REGRESSION: media/modern-media-controls/volume-support/volume-support-click.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=222181
<rdar://problem/74527698>
Reviewed by Eric Carlson.
* media/modern-media-controls/volume-support/volume-support-click.html:
Add a rAF+0s delay before attempting to hover the mute button to give it a chance to
"settle" after it becomes visible (based off of `.getBoundingClientRect().width`).
2021-02-23 Robert Jenner <jenner@apple.com>
[ Big Sur Wk1 ] http/tests/security/http-0.9/default-port-script-blocked.html is flakey timing out
https://bugs.webkit.org/show_bug.cgi?id=221717
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-23 Robert Jenner <jenner@apple.com>
[ macOS BigSur Wk2 ] compositing/video/video-border-radius-clipping.html is a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=222332
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Added new test expectation to resolve issues with old expectation.
* platform/mac/TestExpectations: Removed incorrect test expectation set as Pass Fail Timeout.
2021-02-23 Amir Mark Jr <amir_mark@apple.com>
[BigSur Wk2] imported/w3c/web-platform-tests/media-source/mediasource-seek-during-pending-seek.html is a flakey failure.
https://bugs.webkit.org/show_bug.cgi?id=222183
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2021-02-23 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed Windows test gardening to speed up EWS.
* platform/win/TestExpectations:
2021-02-23 Frederic Wang <fwang@igalia.com>
Nullptr crash in ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline
https://bugs.webkit.org/show_bug.cgi?id=221651
Reviewed by Ryosuke Niwa.
* fast/editing/mutation-with-display-contents-container-crash-expected.txt: Added.
* fast/editing/mutation-with-display-contents-container-crash.html: Added.
* platform/ios/fast/editing/mutation-with-display-contents-container-crash-expected.txt: Added.
2021-02-23 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver incorrectly announces groups in ARIA tree instances as empty
https://bugs.webkit.org/show_bug.cgi?id=221716
<rdar://problem/74205567>
Reviewed by Zalan Bujtas.
* accessibility/mac/treeitem-row-delegation-expected.txt: Added.
* accessibility/mac/treeitem-row-delegation.html: Added.
2021-02-22 Ryan Haddad <ryanhaddad@apple.com>
[BigSur] imported/w3c/web-platform-tests/css/css-counter-styles/tibetan/css3-counter-styles-156.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=222118
Unreviewed test gardening.
* platform/mac/TestExpectations: This test is an ImageOnlyFailure.
2021-02-23 Rob Buis <rbuis@igalia.com>
aspect-ratio shows in computed style when disabled
https://bugs.webkit.org/show_bug.cgi?id=222286
Reviewed by Simon Fraser.
Add test.
* fast/css/aspect-ratio-invalidate-if-disabled-expected.txt: Added.
* fast/css/aspect-ratio-invalidate-if-disabled.html: Added.
2021-02-23 Philippe Normand <pnormand@igalia.com>
[GStreamer] fast/mediastream/captureStream/canvas2d.html is flaky timing out since GStreamer 1.18 update
https://bugs.webkit.org/show_bug.cgi?id=218580
Reviewed by Xabier Rodriguez-Calvar.
* platform/glib/TestExpectations: Unflag no-longer-flaky and now-passing media tests.
2021-02-23 Frederic Wang <fwang@igalia.com>
Nullptr crash in ModifySelectionListLevelCommand::appendSiblingNodeRange
https://bugs.webkit.org/show_bug.cgi?id=221650
Reviewed by Ryosuke Niwa.
* fast/editing/modify-selection-list-level-crash-expected.txt: Added.
* fast/editing/modify-selection-list-level-crash.html: Added.
2021-02-23 Kimmo Kinnunen <kkinnunen@apple.com>
HTMLCanvasElement::copiedImage() contains old image with GPU Process on
https://bugs.webkit.org/show_bug.cgi?id=222101
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-02-22 Said Abou-Hallawa <said@apple.com>
[GPU Process] Implement the ClipToDrawingCommands item by using begin and end markers
https://bugs.webkit.org/show_bug.cgi?id=222230
Reviewed by Simon Fraser.
The text with gradient tests will be fixed by this change.
* gpu-process/TestExpectations:
2021-02-22 Sam Weinig <weinig@apple.com>
HTMLModelElement needs a renderer
https://bugs.webkit.org/show_bug.cgi?id=222114
Reviewed by Simon Fraser.
Add basic tests for loading HTMLModelElement elements and rendering
RenderModel elements.
* model-element/model-element-ready-expected.txt: Added.
* model-element/model-element-ready-load-aborted-expected.txt: Added.
* model-element/model-element-ready-load-aborted.html: Added.
* model-element/model-element-ready-load-failed-expected.txt: Added.
* model-element/model-element-ready-load-failed.html: Added.
* model-element/model-element-ready.html: Added.
* model-element/model-element-renderer-expected.txt: Added.
* model-element/model-element-renderer-no-source-expected.txt: Added.
* model-element/model-element-renderer-no-source.html: Added.
* model-element/model-element-renderer.html: Added.
* model-element/resources: Added.
* model-element/resources/heart.usdz: Added.
2021-02-22 Rob Buis <rbuis@igalia.com>
Resync web-platform-tests/css/css-sizing/aspect-ratio from upstream
https://bugs.webkit.org/show_bug.cgi?id=222266
Reviewed by Manuel Rego Casasnovas.
Adapt platform test expectations.
* TestExpectations:
2021-02-22 Sam Weinig <weinig@apple.com>
Add experimental support for CSS Color 5 color-mix()
https://bugs.webkit.org/show_bug.cgi?id=222258
Reviewed by Antti Koivisto.
* fast/css/parsing-color-mix-expected.txt: Added.
* fast/css/parsing-color-mix.html: Added.
Add parsing and computed style computation tests for color-mix().
2021-02-22 Sam Weinig <weinig@apple.com>
Update web-platform-tests/css/css-color
https://bugs.webkit.org/show_bug.cgi?id=222235
Reviewed by Antti Koivisto.
* TestExpectations:
Remove some tests that were removed on updating.
2021-02-21 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening and updating baselines
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/webaudio/audioworklet-addModule-failure-expected.txt: Removed.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/wpe/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/wpe/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/wpe/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
2021-02-21 Andres Gonzalez <andresg_22@apple.com>
Add [WebAccessibilityObjectWrapper textMarkerRangeForNSRange] to allow clients to efficiently get a TextMarkerRange from an NSRange.
https://bugs.webkit.org/show_bug.cgi?id=222154
Reviewed by Chris Fleizach and Darin Adler.
* accessibility/mac/textmarker-range-for-range-expected.txt: Added.
* accessibility/mac/textmarker-range-for-range.html: Added.
2021-02-20 Chris Fleizach <cfleizach@apple.com>
AX: Image should report the embedded accessibility description if available
https://bugs.webkit.org/show_bug.cgi?id=221875
<rdar://problem/74320584>
Reviewed by Jer Noble.
* accessibility/embedded-image-description-expected.txt: Added.
* accessibility/embedded-image-description.html: Added.
* accessibility/resources/embedded-image-description-example.jpg: Added.
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
2021-02-20 Youenn Fablet <youenn@apple.com>
Add support for adding/removing/clearing mock devices in GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=222174
Reviewed by Eric Carlson.
* fast/mediastream/device-change-event-2.html:
2021-02-20 Sam Weinig <weinig@apple.com>
color(lab ...) should serialize as color(lab ...) not lab() according to latest CSS Color 4 spec
https://bugs.webkit.org/show_bug.cgi?id=222110
Reviewed by Dean Jackson.
* fast/css/parsing-lab-colors-expected.txt:
* fast/css/parsing-lab-colors.html:
Update test and results for new serialization of color(lab ...).
2021-02-20 Jiewen Tan <jiewen_tan@apple.com>
PCM: Store and report source unlinkable tokens
https://bugs.webkit.org/show_bug.cgi?id=222208
<rdar://problem/73582032>
Reviewed by John Wilander.
* http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start-expected.txt:
* http/tests/privateClickMeasurement/resources/signToken.php:
* http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt:
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce-expected.txt:
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce.html:
Modifies the test to mock the whole round trip.
2021-02-20 Rob Buis <rbuis@igalia.com>
"min-content" & "max-content" keywords should behave as initial value in block axis (but WebKit improperly treats them as the content-size)
https://bugs.webkit.org/show_bug.cgi?id=191390
Reviewed by Darin Adler.
Adapt test to new behavior.
* fast/css-intrinsic-dimensions/height-expected.html: Removed.
* fast/css-intrinsic-dimensions/height.html: Removed.
2021-02-20 Kimmo Kinnunen <kkinnunen@apple.com>
WebGL GPU process IPC should use shared memory for asynchronous messages
https://bugs.webkit.org/show_bug.cgi?id=219641
<rdar://problem/72340651>
Reviewed by Geoff Garen.
Mark few tests as not timing out now that the implementation is not so slow.
* gpu-process/TestExpectations:
2021-02-19 Yusuke Suzuki <ysuzuki@apple.com>
JS Modules in Workers
https://bugs.webkit.org/show_bug.cgi?id=164860
Reviewed by Saam Barati.
* TestExpectations:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-redirect-expected.txt:
* http/tests/subresource-integrity/sri-module-expected.txt:
* webaudio/audioworklet-addModule-failure-expected.txt:
* webaudio/worklet-crash-expected.txt:
2021-02-19 Rob Buis <rbuis@igalia.com>
Support aspect-ratio on flexbox items
https://bugs.webkit.org/show_bug.cgi?id=219679
Reviewed by Sergio Villar Senin.
Unskip tests that pass now.
* TestExpectations:
2021-02-19 Robert Jenner <jenner@apple.com>
[ macOS Wk 2 ] inspector/debugger/async-stack-trace-basic.html is flakey timing out
https://bugs.webkit.org/show_bug.cgi?id=222209
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Marking as flakey timeout to skip in EWS, timeouts also occurring in production.
2021-02-19 Robert Jenner <jenner@apple.com>
inspector/animation/lifecycle-css-transition.html is a flakey timeout on EWS
https://bugs.webkit.org/show_bug.cgi?id=222195
Unreviewed testing gardneing.
* platform/mac/TestExpectations: Marking as flakey timeout to skip in EWS, but not in produciton.
2021-02-19 Robert Jenner <jenner@apple.com>
css3/calc/transforms-translate.html is a flakey image failure in EWS
https://bugs.webkit.org/show_bug.cgi?id=222205
Unreviewed test gardening.
* platform/mac/TestExpectations: Marking as flakey Image Failure to skip in EWS, but not in production.
2021-02-19 Robert Jenner <jenner@apple.com>
media/modern-media-controls/tracks-support/tracks-support-audio-tracks.html is a flakey timeout on EWS
https://bugs.webkit.org/show_bug.cgi?id=222197
Unreviewed test gardening.
* platform/mac/TestExpectations: Marking as flakey time out to skip in EWS, but not in production.
2021-02-19 Robert Jenner <jenner@apple.com>
media/media-extension-with-fragment.html is crashing on EWS
https://bugs.webkit.org/show_bug.cgi?id=222185
Unreviewed test gardening.
* platform/mac/TestExpectations: Marking as Crash to skip in EWS, but not in production.
2021-02-19 Youenn Fablet <youenn@apple.com>
Allow to use BigInt as key identifier
https://bugs.webkit.org/show_bug.cgi?id=222165
Reviewed by Darin Adler.
* webrtc/sframe-keys-expected.txt:
* webrtc/sframe-keys.html:
2021-02-19 Fujii Hironori <Hironori.Fujii@sony.com>
A number of offscreencanvas tests are asserting isMainThread trying to access strictCSSParserContext
https://bugs.webkit.org/show_bug.cgi?id=222156
Reviewed by Carlos Garcia Campos.
* platform/glib/TestExpectations:
2021-02-19 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Enable the new appearance by default
https://bugs.webkit.org/show_bug.cgi?id=222015
<rdar://problem/74415537>
Reviewed by Wenson Hsieh.
Rebaseline tests to account for the new appearance.
* editing/editable-region/overflow-scroll-text-field-and-contenteditable-expected.txt:
* editing/editable-region/search-field-basic-expected.txt:
* editing/editable-region/text-field-basic-expected.txt:
* editing/editable-region/text-field-inside-composited-negative-z-index-layer-expected.txt:
* editing/editable-region/textarea-basic-expected.txt:
* fast/forms/button-set-display-flex-justifyContent-center-expected.html:
* fast/forms/button-set-display-flex-justifyContent-center.html:
Specify a color to ensure the text color always matches.
* fast/forms/datalist/datalist-fallback-content.html:
Ensure the button is hidden on iOS for this reference test. Previously
the button was hidden by default.
* fast/forms/datalist/datalist-textinput-suggestions-order.html:
* fast/forms/date/date-input-rendering-basic-expected.txt:
* fast/forms/date/date-pseudo-elements-expected.txt:
* fast/forms/ios/choose-select-option.html:
* fast/forms/ios/disabled-options-in-multi-select-picker.html:
* fast/forms/ios/form-control-refresh/datalist/datalist-show-hide-expected.txt: Removed.
* fast/forms/ios/form-control-refresh/datalist/datalist-show-hide.html: Removed.
Replaced by a test with the same name in fast/forms/datalist.
* fast/forms/ios/form-control-refresh/datalist/datalist-textinput-suggestions-order-expected.txt: Removed.
* fast/forms/ios/form-control-refresh/datalist/datalist-textinput-suggestions-order.html: Removed.
Replaced by a test with the same name in fast/forms/datalist.
* fast/forms/ios/no-stale-checked-items-in-select-picker.html:
* fast/forms/ios/select-picker-change-and-focus-another-select.html:
* fast/forms/time/time-input-rendering-basic-expected.txt:
* fast/shadow-dom/color-input-element-shadow-manipulation.html:
Use the center of element to ensure the element is detected. The new
border-radius means that the top left corner of the element is empty.
* platform/ios-simulator/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/input-credit-card-auto-fill-button-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/input-strong-password-viewable-expected.txt:
* platform/ios-simulator/fast/forms/datalist/datalist-searchinput-appearance-expected.txt:
* platform/ios-simulator/fast/forms/datalist/datalist-textinput-appearance-expected.txt:
* platform/ios-wk2/compositing/contents-opaque/control-layer-expected.txt:
* platform/ios-wk2/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/ios-wk2/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/ios-wk2/editing/inserting/4960120-1-expected.txt:
* platform/ios-wk2/editing/inserting/before-after-input-element-expected.txt:
* platform/ios-wk2/editing/pasteboard/4641033-expected.txt:
* platform/ios-wk2/editing/pasteboard/4944770-1-expected.txt:
* platform/ios-wk2/editing/pasteboard/4944770-2-expected.txt:
* platform/ios-wk2/editing/pasteboard/input-field-1-expected.txt:
* platform/ios-wk2/editing/pasteboard/pasting-tabs-expected.txt:
* platform/ios-wk2/editing/selection/4895428-3-expected.txt:
* platform/ios-wk2/editing/selection/caret-before-select-expected.txt:
* platform/ios-wk2/editing/selection/drag-select-1-expected.txt:
* platform/ios-wk2/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/ios-wk2/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/ios-wk2/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/ios-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/ios-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/ios-wk2/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/ios-wk2/fast/block/basic/011-expected.txt:
* platform/ios-wk2/fast/block/float/overhanging-tall-block-expected.txt:
* platform/ios-wk2/fast/block/margin-collapse/103-expected.txt:
* platform/ios-wk2/fast/dynamic/008-expected.txt:
* platform/ios-wk2/fast/forms/basic-buttons-expected.txt:
* platform/ios-wk2/fast/forms/basic-textareas-quirks-expected.txt:
* platform/ios-wk2/fast/forms/datalist/input-appearance-range-with-datalist-rtl-expected-mismatch.html: Added.
Now that range inputs have a filled track, the RTL appearance should
mismatch the LTR appearance.
* platform/ios-wk2/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/ios-wk2/fast/forms/input-text-click-outside-expected.txt:
* platform/ios-wk2/fast/forms/input-text-double-click-expected.txt:
* platform/ios-wk2/fast/forms/input-text-drag-down-expected.txt:
* platform/ios-wk2/fast/forms/input-text-option-delete-expected.txt:
* platform/ios-wk2/fast/forms/range/input-appearance-range-rtl-expected-mismatch.html: Added.
Now that range inputs have a filled track, the RTL appearance should
mismatch the LTR appearance.
* platform/ios-wk2/fast/forms/targeted-frame-submission-expected.txt:
* platform/ios-wk2/fast/forms/textAreaLineHeight-expected.txt:
* platform/ios-wk2/fast/forms/textarea-align-expected.txt:
* platform/ios-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/ios-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/ios-wk2/fast/forms/textarea-scroll-height-expected.txt:
* platform/ios-wk2/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/ios-wk2/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/ios-wk2/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/ios-wk2/fast/overflow/scrollRevealButton-expected.txt:
* platform/ios-wk2/fast/parser/document-write-option-expected.txt:
* platform/ios-wk2/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/ios-wk2/fast/parser/open-comment-in-textarea-expected.txt:
* platform/ios-wk2/fast/repaint/placeholder-after-caps-lock-hidden-expected.txt:
* platform/ios-wk2/fast/replaced/border-radius-clip-expected.txt:
* platform/ios-wk2/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
* platform/ios-wk2/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/ios-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/ios-wk2/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/radiobutton-min-size-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-pseudo/file-chooser-button-display-toggle-crash.tentative-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/abspos-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/select-wrap-no-spill.optional-expected.txt:
* platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt:
* platform/ios/compositing/overflow/theme-affects-visual-overflow-expected.txt:
* platform/ios/css1/box_properties/acid_test-expected.txt:
* platform/ios/css2.1/20110323/replaced-elements-001-expected.txt:
* platform/ios/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/ios/css3/flexbox/button-expected.txt:
* platform/ios/editing/pasteboard/4806874-expected.txt:
* platform/ios/editing/selection/3690703-2-expected.txt:
* platform/ios/editing/selection/3690703-expected.txt:
* platform/ios/editing/selection/3690719-expected.txt:
* platform/ios/editing/selection/4397952-expected.txt:
* platform/ios/editing/selection/4975120-expected.txt:
* platform/ios/editing/selection/5240265-expected.txt:
* platform/ios/editing/selection/replaced-boundaries-3-expected.txt:
* platform/ios/editing/selection/select-box-expected.txt:
* platform/ios/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/ios/editing/selection/selection-button-text-expected.txt:
* platform/ios/fast/block/float/032-expected.txt:
* platform/ios/fast/block/float/float-avoidance-expected.txt:
* platform/ios/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/ios/fast/box-sizing/percentage-height-expected.txt:
* platform/ios/fast/css/continuationCrash-expected.txt:
* platform/ios/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/ios/fast/css/input-search-padding-expected.txt:
* platform/ios/fast/css/line-height-expected.txt:
* platform/ios/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/ios/fast/css/non-standard-checkbox-size-expected.txt:
* platform/ios/fast/css/rtl-ordering-expected.txt:
* platform/ios/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/ios/fast/css/text-overflow-input-expected.txt:
* platform/ios/fast/css/text-transform-select-expected.txt:
* platform/ios/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/ios/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/ios/fast/dom/HTMLMeterElement/meter-element-expected.txt:
* platform/ios/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
* platform/ios/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/ios/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
* platform/ios/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/ios/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/ios/fast/events/context-no-deselect-expected.txt:
* platform/ios/fast/forms/001-expected.txt:
* platform/ios/fast/forms/003-expected.txt:
* platform/ios/fast/forms/004-expected.txt:
* platform/ios/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
* platform/ios/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/ios/fast/forms/auto-fill-button/input-strong-password-auto-fill-button-expected.txt:
* platform/ios/fast/forms/basic-inputs-expected.txt:
* platform/ios/fast/forms/basic-selects-expected.txt:
* platform/ios/fast/forms/basic-textareas-expected.txt:
* platform/ios/fast/forms/blankbuttons-expected.txt:
* platform/ios/fast/forms/box-shadow-override-expected.txt:
* platform/ios/fast/forms/button-align-expected.txt:
* platform/ios/fast/forms/button-cannot-be-nested-expected.txt:
* platform/ios/fast/forms/button-default-title-expected.txt:
* platform/ios/fast/forms/button-generated-content-expected.txt:
* platform/ios/fast/forms/button-positioned-expected.txt:
* platform/ios/fast/forms/button-sizes-expected.txt:
* platform/ios/fast/forms/button-style-color-expected.txt:
* platform/ios/fast/forms/button-table-styles-expected.txt:
* platform/ios/fast/forms/button-text-transform-expected.txt:
* platform/ios/fast/forms/button-white-space-expected.txt:
* platform/ios/fast/forms/color/input-appearance-color-expected.txt:
* platform/ios/fast/forms/control-clip-expected.txt:
* platform/ios/fast/forms/control-clip-overflow-expected.txt:
* platform/ios/fast/forms/control-restrict-line-height-expected.txt:
* platform/ios/fast/forms/disabled-select-change-index-expected.txt:
* platform/ios/fast/forms/encoding-test-expected.txt:
* platform/ios/fast/forms/fieldset-align-expected.txt:
* platform/ios/fast/forms/file/file-input-direction-expected.txt:
* platform/ios/fast/forms/file/file-input-disabled-expected.txt:
* platform/ios/fast/forms/floating-textfield-relayout-expected.txt:
* platform/ios/fast/forms/form-element-geometry-expected.txt:
* platform/ios/fast/forms/formmove-expected.txt:
* platform/ios/fast/forms/formmove2-expected.txt:
* platform/ios/fast/forms/formmove3-expected.txt:
* platform/ios/fast/forms/hidden-listbox-expected.txt:
* platform/ios/fast/forms/indeterminate-expected.txt:
* platform/ios/fast/forms/input-align-expected.txt:
* platform/ios/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/ios/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/ios/fast/forms/input-appearance-disabled-expected.txt:
* platform/ios/fast/forms/input-appearance-focus-expected.txt:
* platform/ios/fast/forms/input-appearance-height-expected.txt:
* platform/ios/fast/forms/input-appearance-readonly-expected.txt:
* platform/ios/fast/forms/input-appearance-selection-expected.txt:
* platform/ios/fast/forms/input-appearance-visibility-expected.txt:
* platform/ios/fast/forms/input-appearance-width-expected.txt:
* platform/ios/fast/forms/input-button-sizes-expected.txt:
* platform/ios/fast/forms/input-disabled-color-expected.txt:
* platform/ios/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/ios/fast/forms/input-field-text-truncated-expected.txt:
* platform/ios/fast/forms/input-first-letter-expected.txt:
* platform/ios/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/ios/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/ios/fast/forms/input-readonly-dimmed-expected.txt:
* platform/ios/fast/forms/input-readonly-empty-expected.txt:
* platform/ios/fast/forms/input-spaces-expected.txt:
* platform/ios/fast/forms/input-table-expected.txt:
* platform/ios/fast/forms/input-text-click-inside-expected.txt:
* platform/ios/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/ios/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/ios/fast/forms/input-type-text-min-width-expected.txt:
* platform/ios/fast/forms/input-value-expected.txt:
* platform/ios/fast/forms/input-width-expected.txt:
* platform/ios/fast/forms/listbox-bidi-align-expected.txt:
* platform/ios/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/ios/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/ios/fast/forms/listbox-width-change-expected.txt:
* platform/ios/fast/forms/menulist-clip-expected.txt:
* platform/ios/fast/forms/menulist-deselect-update-expected.txt:
* platform/ios/fast/forms/menulist-narrow-width-expected.txt:
* platform/ios/fast/forms/menulist-no-overflow-expected.txt:
* platform/ios/fast/forms/menulist-option-wrap-expected.txt:
* platform/ios/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/ios/fast/forms/menulist-separator-painting-expected.txt:
* platform/ios/fast/forms/menulist-style-color-expected.txt:
* platform/ios/fast/forms/menulist-width-change-expected.txt:
* platform/ios/fast/forms/minWidthPercent-expected.txt:
* platform/ios/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/ios/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/ios/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/ios/fast/forms/option-script-expected.txt:
* platform/ios/fast/forms/option-strip-whitespace-expected.txt:
* platform/ios/fast/forms/option-text-clip-expected.txt:
* platform/ios/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/ios/fast/forms/plaintext-mode-2-expected.txt:
* platform/ios/fast/forms/range/input-appearance-range-expected.txt:
* platform/ios/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/ios/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/ios/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/ios/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/ios/fast/forms/search-input-rtl-expected.txt:
* platform/ios/fast/forms/search-styled-expected.txt:
* platform/ios/fast/forms/search/search-zoom-computed-style-height-expected.txt:
* platform/ios/fast/forms/select-align-expected.txt:
* platform/ios/fast/forms/select-background-none-expected.txt:
* platform/ios/fast/forms/select-baseline-expected.txt:
* platform/ios/fast/forms/select-block-background-expected.txt:
* platform/ios/fast/forms/select-change-listbox-size-expected.txt:
* platform/ios/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/ios/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/ios/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/ios/fast/forms/select-disabled-appearance-expected.txt:
* platform/ios/fast/forms/select-element-focus-ring-expected.txt:
* platform/ios/fast/forms/select-empty-option-height-expected.txt:
* platform/ios/fast/forms/select-initial-position-expected.txt:
* platform/ios/fast/forms/select-item-background-clip-expected.txt:
* platform/ios/fast/forms/select-list-box-with-height-expected.txt:
* platform/ios/fast/forms/select-non-native-rendering-direction-expected.txt:
* platform/ios/fast/forms/select-selected-expected.txt:
* platform/ios/fast/forms/select-style-expected.txt:
* platform/ios/fast/forms/select-visual-hebrew-expected.txt:
* platform/ios/fast/forms/select-writing-direction-natural-expected.txt:
* platform/ios/fast/forms/select/optgroup-rendering-expected.txt:
* platform/ios/fast/forms/selectlist-minsize-expected.txt:
* platform/ios/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/ios/fast/forms/tabbing-input-iframe-expected.txt:
* platform/ios/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/ios/fast/forms/textarea-scrollbar-expected.txt:
* platform/ios/fast/forms/textarea-scrolled-type-expected.txt:
* platform/ios/fast/forms/textarea-width-expected.txt:
* platform/ios/fast/forms/textfield-focus-ring-expected.txt:
* platform/ios/fast/forms/textfield-outline-expected.txt:
* platform/ios/fast/forms/textfield-overflow-expected.txt:
* platform/ios/fast/frames/take-focus-from-iframe-expected.txt:
* platform/ios/fast/hidpi/video-controls-in-hidpi-expected.txt:
* platform/ios/fast/html/details-no-summary4-expected.txt:
* platform/ios/fast/html/details-open-javascript-expected.txt:
* platform/ios/fast/html/details-open2-expected.txt:
* platform/ios/fast/html/details-open4-expected.txt:
* platform/ios/fast/html/details-replace-summary-child-expected.txt:
* platform/ios/fast/html/details-replace-text-expected.txt:
* platform/ios/fast/html/keygen-expected.txt:
* platform/ios/fast/inline/positionedLifetime-expected.txt:
* platform/ios/fast/invalid/014-expected.txt:
* platform/ios/fast/layers/video-layer-expected.txt:
* platform/ios/fast/lists/dynamic-marker-crash-expected.txt:
* platform/ios/fast/multicol/client-rects-expected.txt:
* platform/ios/fast/multicol/client-rects-spanners-complex-expected.txt:
* platform/ios/fast/multicol/client-rects-spanners-expected.txt:
* platform/ios/fast/multicol/newmulticol/client-rects-expected.txt:
* platform/ios/fast/overflow/overflow-x-y-expected.txt:
* platform/ios/fast/parser/bad-xml-slash-expected.txt:
* platform/ios/fast/replaced/replaced-breaking-expected.txt:
* platform/ios/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/ios/fast/replaced/three-selects-break-expected.txt:
* platform/ios/fast/replaced/width100percent-button-expected.txt:
* platform/ios/fast/replaced/width100percent-checkbox-expected.txt:
* platform/ios/fast/replaced/width100percent-menulist-expected.txt:
* platform/ios/fast/replaced/width100percent-radio-expected.txt:
* platform/ios/fast/replaced/width100percent-searchfield-expected.txt:
* platform/ios/fast/replaced/width100percent-textarea-expected.txt:
* platform/ios/fast/replaced/width100percent-textfield-expected.txt:
* platform/ios/fast/scrolling/ios/textarea-scroll-touch-expected.txt:
* platform/ios/fast/selectors/064-expected.txt:
* platform/ios/fast/table/append-cells2-expected.txt:
* platform/ios/fast/table/colspanMinWidth-expected.txt:
* platform/ios/fast/table/remove-td-display-none-expected.txt:
* platform/ios/fast/table/spanOverlapRepaint-expected.txt:
* platform/ios/fast/table/text-field-baseline-expected.txt:
* platform/ios/fast/text/drawBidiText-expected.txt:
* platform/ios/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/ios/fast/text/international/bidi-listbox-expected.txt:
* platform/ios/fast/text/international/bidi-menulist-expected.txt:
* platform/ios/fast/text/international/hindi-spacing-expected.txt:
* platform/ios/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/ios/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt:
* platform/ios/media/audio-controls-rendering-expected.txt:
* platform/ios/media/audio-repaint-expected.txt:
* platform/ios/media/controls-strict-expected.txt:
* platform/ios/media/controls-styling-strict-expected.txt:
* platform/ios/media/controls-without-preload-expected.txt:
* platform/ios/media/media-controls-clone-expected.txt:
* platform/ios/media/video-controls-rendering-expected.txt:
* platform/ios/media/video-zoom-controls-expected.txt:
* platform/ios/svg/custom/foreign-object-skew-expected.txt:
* platform/ios/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/ios/svg/hixie/mixed/003-expected.txt:
* platform/ios/tables/mozilla/bugs/45621-expected.txt:
* platform/ios/tables/mozilla/bugs/bug1188-expected.txt:
* platform/ios/tables/mozilla/bugs/bug12384-expected.txt:
* platform/ios/tables/mozilla/bugs/bug1318-expected.txt:
* platform/ios/tables/mozilla/bugs/bug138725-expected.txt:
* platform/ios/tables/mozilla/bugs/bug18359-expected.txt:
* platform/ios/tables/mozilla/bugs/bug194024-expected.txt:
* platform/ios/tables/mozilla/bugs/bug24200-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/ios/tables/mozilla/bugs/bug26178-expected.txt:
* platform/ios/tables/mozilla/bugs/bug28928-expected.txt:
* platform/ios/tables/mozilla/bugs/bug29326-expected.txt:
* platform/ios/tables/mozilla/bugs/bug30559-expected.txt:
* platform/ios/tables/mozilla/bugs/bug30692-expected.txt:
* platform/ios/tables/mozilla/bugs/bug33855-expected.txt:
* platform/ios/tables/mozilla/bugs/bug39209-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4382-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4429-expected.txt:
* platform/ios/tables/mozilla/bugs/bug44505-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4527-expected.txt:
* platform/ios/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/ios/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug51037-expected.txt:
* platform/ios/tables/mozilla/bugs/bug51727-expected.txt:
* platform/ios/tables/mozilla/bugs/bug52505-expected.txt:
* platform/ios/tables/mozilla/bugs/bug52506-expected.txt:
* platform/ios/tables/mozilla/bugs/bug55545-expected.txt:
* platform/ios/tables/mozilla/bugs/bug59354-expected.txt:
* platform/ios/tables/mozilla/bugs/bug60749-expected.txt:
* platform/ios/tables/mozilla/bugs/bug68912-expected.txt:
* platform/ios/tables/mozilla/bugs/bug7342-expected.txt:
* platform/ios/tables/mozilla/bugs/bug92647-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug96334-expected.txt:
* platform/ios/tables/mozilla/bugs/bug99948-expected.txt:
* platform/ios/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/ios/tables/mozilla/core/margins-expected.txt:
* platform/ios/tables/mozilla/dom/tableDom-expected.txt:
* platform/ios/tables/mozilla/other/move_row-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/ios/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/ios/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/ios/transforms/2d/zoom-menulist-expected.txt:
* platform/ios/transforms/3d/general/perspective-non-layer-expected.txt:
* platform/ipad/fast/forms/choose-select-option.html:
This test is covered by a test of the same name in
fast/forms/ios/form-control-refresh/select.
* platform/ipad/fast/forms/select-with-title.html:
This test assumes a popover appearance, which is gone with the redesign.
This test can eventually be removed entirely.
2021-02-19 Robert Jenner <jenner@apple.com>
[ MacOS Wk2 ] media/media-fragments/TC0034.html is flakey crashing
https://bugs.webkit.org/show_bug.cgi?id=221930
Uneviewed test gardening.
* platform/mac-wk2/TestExpectations: Skipping test until it can be fixed.
2021-02-19 Rini Patel <rini_patel@apple.com>
[GPU Process] Repopulate the TestExpectations file #4
https://bugs.webkit.org/show_bug.cgi?id=222147
Unreviewed test gardening.
* gpu-process/TestExpectations:
2021-02-19 Jiewen Tan <jiewen_tan@apple.com>
PCM: Request server public key to generate secret token
https://bugs.webkit.org/show_bug.cgi?id=222141
<rdar://problem/74462955>
Reviewed by John Wilander.
* http/tests/privateClickMeasurement/resources/getTokenSigningData.php:
* http/tests/privateClickMeasurement/resources/signToken.php:
* http/tests/privateClickMeasurement/resources/util.js:
(tearDownAndFinish):
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce-expected.txt:
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce.html:
This patch modifies the above tests to be able to record two consecutive server requests.
2021-02-19 Imanol Fernandez <ifernandez@igalia.com> and Sergio Villar Senin <svillar@igalia.com>
Implement WebXR getViewerPose and getPose
https://bugs.webkit.org/show_bug.cgi?id=221225
<rdar://problem/74112910>
Reviewed by Youenn Fablet.
Mark pose related WebXR tests as passing.
* platform/wpe/TestExpectations:
2021-02-18 Simon Fraser <simon.fraser@apple.com>
Scrolling on https://www.apple.com/ipad-air/ can jitter on certain sections
https://bugs.webkit.org/show_bug.cgi?id=222136
rdar://71881767
Reviewed by Zalan Bujtas.
* platform/mac/compositing/layer-creation/compositing-policy-expected.txt: Added.
2021-02-18 Sam Weinig <weinig@apple.com>
Add experimental support for CSS Color 5 Relative Color Syntax
https://bugs.webkit.org/show_bug.cgi?id=221880
Reviewed by Darin Adler.
* fast/css/parsing-relative-color-syntax-expected.txt: Added.
* fast/css/parsing-relative-color-syntax.html: Added.
Add basic parsing and computed style computation tests for relative color syntax.
2021-02-18 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening debug OffscreenCanvas crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
2021-02-18 Myles C. Maxfield <mmaxfield@apple.com>
[GPU Process] Temporarily disable drawing OT-SVG glyphs in the GPU process until it can be implemented properly
https://bugs.webkit.org/show_bug.cgi?id=221744
<rdar://problem/74222334>
Reviewed by Simon Fraser.
Create an OTSVG font for testing.
The A glyph is a green rectangle.
The B glyph is an image.
The C glyph is another image, with a different EXIF orientation than the B glyph.
This test makes sure that two glyphs with an OTSVG glyph between them don't get smooshed together in canvas.
I'm explicitly not testing the behavior of OTSVG itself in canvas, because this test explicitly disables
that behavior. I think it's wrong to create tests that make sure some functionality is broken, because the
functionality, philosophically, shouldn't be broken.
* fast/text/otsvg-spacing-expected.html: Added.
* fast/text/otsvg-spacing.html: Added.
* fast/text/resources/Ahem-SVG.ttf: Added.
2021-02-18 Julian Gonzalez <julian_a_gonzalez@apple.com>
Crash in IPC::decode(Decoder& decoder, RetainPtr<SecKeychainItemRef>& result)
https://bugs.webkit.org/show_bug.cgi?id=222084
Reviewed by Ryosuke Niwa.
Add the test provided by Nils Sommer that catches this crash.
* ipc/argument-coders-crash-expected.txt: Added.
* ipc/argument-coders-crash.html: Added.
2021-02-18 Devin Rousso <drousso@apple.com>
[Payment Request] add an `object data` to `PaymentItem` so that data specific to Apple Pay can be provided
https://bugs.webkit.org/show_bug.cgi?id=221970
<rdar://problem/69806999>
Reviewed by Alex Christensen.
* http/tests/inspector/paymentrequest/payment-request-internal-properties.https-expected.txt:
2021-02-18 Robert Jenner <jenner@apple.com>
[ macOS Wk2 ]inspector/indexeddb/clearObjectStore.html is a flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=222140
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2021-02-18 Ryosuke Niwa <rniwa@webkit.org>
ASSERTION FAILED: m_state == State::Committed in WebKit::FrameLoadState::didFailLoad()
https://bugs.webkit.org/show_bug.cgi?id=221783
<rdar://problem/74257153>
Skip the test temporarily on debug bots while we figure out how to fix it.
* platform/wk2/TestExpectations:
2021-02-18 Robert Jenner <jenner@apple.com>
REGRESSION (r273004): [ macOS ] media/modern-media-controls/volume-support/volume-support-drag.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=222117
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-02-18 Amir Mark Jr <amir_mark@apple.com>
[BigSur] imported/w3c/web-platform-tests/css/css-counter-styles/tibetan/css3-counter-styles-156.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=222118
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-02-18 John Wilander <wilander@apple.com>
PCM: Request signature for unlinkable token using attributionSourceNonce
https://bugs.webkit.org/show_bug.cgi?id=222076
<rdar://73581651>
Reviewed by Chris Dumez.
* http/tests/contentextensions/block-private-click-measurement.html:
Adoption of renamed TestRunner function setPrivateClickMeasurementAttributionReportURLForTesting().
* http/tests/privateClickMeasurement/conversion-disabled-in-ephemeral-session.html:
Adoption of renamed TestRunner function setPrivateClickMeasurementAttributionReportURLForTesting().
* http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start.html:
Adoption of renamed TestRunner function setPrivateClickMeasurementAttributionReportURLForTesting().
* http/tests/privateClickMeasurement/resources/getConversionData.php:
Adoption of renamed TestRunner function setPrivateClickMeasurementAttributionReportURLForTesting().
* http/tests/privateClickMeasurement/resources/getTokenSigningData.php: Added.
* http/tests/privateClickMeasurement/resources/signToken.php: Added.
* http/tests/privateClickMeasurement/resources/tokenSigningFilePath.php: Added.
* http/tests/privateClickMeasurement/resources/util.js:
(tearDownAndFinish):
Adoption of renamed TestRunner function setPrivateClickMeasurementAttributionReportURLForTesting().
Now also calls setPrivateClickMeasurementTokenSignatureURLForTesting().
* http/tests/privateClickMeasurement/send-attribution-conversion-request.html:
Adoption of renamed TestRunner function setPrivateClickMeasurementAttributionReportURLForTesting().
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce-expected.txt: Added.
* http/tests/privateClickMeasurement/store-private-click-measurement-with-source-nonce.html: Added.
2021-02-18 Michael Saboff <msaboff@apple.com>
[JSC] Implement RegExp Match Indices proposal
https://bugs.webkit.org/show_bug.cgi?id=202475
Reviewed by Yusuke Suzuki.
Updated tests.
* js/Object-getOwnPropertyNames-expected.txt:
* js/regexp-named-capture-groups-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/regexp-named-capture-groups.js:
2021-02-18 Kimmo Kinnunen <kkinnunen@apple.com>
WebGL contexts do not work as source for Context2D drawImage calls in GPU process
https://bugs.webkit.org/show_bug.cgi?id=221811
Reviewed by Darin Adler.
Remove now passing tests from the expectations.
* gpu-process/TestExpectations:
2021-02-17 Sam Weinig <weinig@apple.com>
lch() colors should serialize as lch(), not lab()
https://bugs.webkit.org/show_bug.cgi?id=222085
Reviewed by Darin Adler.
The spec was updated to require lch() to serialize to itself.
* fast/css/parsing-lab-colors-expected.txt:
* fast/css/parsing-lab-colors.html:
Update test to reflect new serialization of lch().
2021-02-18 Martin Robinson <mrobinson@igalia.com>
Root scroll snapping broken when overflow:scroll is set on the <body>
https://bugs.webkit.org/show_bug.cgi?id=221407
Reviewed by Simon Fraser.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-scroll-snap/scrollTo-scrollBy-snaps-expected.txt: Removed.
This baseline no longer differs between platforms.
2021-02-15 Sergio Villar Senin <svillar@igalia.com>
[css-flex] Implement section 9.8 Definite and Indefinite Sizes case 1
https://bugs.webkit.org/show_bug.cgi?id=219538
<rdar://problem/72136484>
Reviewed by Manuel Rego Casasnovas.
* TestExpectations: Unskipped 8 tests that are passing now.
2021-02-18 Youenn Fablet <youenn@apple.com>
[GPUP] Test webrtc/audio-video-element-playing.html fails when media in GPU Process is enabled
https://bugs.webkit.org/show_bug.cgi?id=221844
<rdar://problem/74388532>
Reviewed by Eric Carlson.
* webrtc/audio-video-element-playing.html:
2021-02-18 Martin Robinson <mrobinson@igalia.com>
[GTK][WPE] Implement support for CSS Scroll Snap
https://bugs.webkit.org/show_bug.cgi?id=203684
Reviewed by Carlos Garcia Campos.
* css3/scroll-snap/scroll-padding-mainframe-paging.html: Since the GTK+ port has
animated scrolling, we need to modify this test to support a scroll operation
that does not happen immediately.
* platform/gtk/TestExpectations: Unskip scroll snap tests.
* platform/wpe/TestExpectations: Ditto.
* resources/ui-helper.js:
(window.UIHelper.waitForTargetScrollAnimationToSettle): Added a new helper that
uses rAF to detect when an animated scroll operation has finished. This is the
same strategy that the WPT tests use to detect this.
2021-02-17 Tyler Wilcock <twilco.o@protonmail.com>
Import CSS @counter-style WPTs
https://bugs.webkit.org/show_bug.cgi?id=222024
Reviewed by Fujii Hironori.
* TestExpectations: Update test expectations to reflect newly imported
css-counter-style WPTs.
2021-02-17 Robert Jenner <jenner@apple.com>
media/track/track-in-band-style.html needs to be rebaselined after changes in r272055
https://bugs.webkit.org/show_bug.cgi?id=221835
Unreviewed test gardening.
* media/track/track-in-band-style-expected.txt: rebaseline
2021-02-17 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new datalist dropdown for text inputs
https://bugs.webkit.org/show_bug.cgi?id=222008
<rdar://problem/74410513>
Reviewed by Wenson Hsieh.
Modified two tests from fast/forms/datalist to work with the new
dropdown. These tests will replace the old ones once the form control
refresh is enabled by default.
* fast/forms/ios/form-control-refresh/datalist/datalist-show-hide-expected.txt: Added.
* fast/forms/ios/form-control-refresh/datalist/datalist-show-hide.html: Added.
* fast/forms/ios/form-control-refresh/datalist/datalist-textinput-suggestions-order-expected.txt: Added.
* fast/forms/ios/form-control-refresh/datalist/datalist-textinput-suggestions-order.html: Added.
2021-02-17 Robert Jenner <jenner@apple.com>
[Mac] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-channel-count.https.html flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=221100
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-02-17 Robert Jenner <jenner@apple.com>
[ BigSur ] imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framesize.html is flakey failing
https://bugs.webkit.org/show_bug.cgi?id=221218
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-02-17 Robert Jenner <jenner@apple.com>
[ BigSur WK1] media/video-multiple-concurrent-playback.html is flakey text failing
https://bugs.webkit.org/show_bug.cgi?id=221368
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-17 Robert Jenner <jenner@apple.com>
[ MacOS Wk2 ] inspector/model/remote-object/array-large.html is a flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=221849
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2021-02-17 Robert Jenner <jenner@apple.com>
[ MacOS Wk2 ] inspector/debugger/stepping/stepInto.html is a flakey timeout
https://bugs.webkit.org/show_bug.cgi?id=221853
Unreviewed test gardneing.
* platform/mac-wk2/TestExpectations:
2021-02-17 Robert Jenner <jenner@apple.com>
[ macOS ] media/webaudio-background-playback.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=221935
Ureviewed test gardening.
* platform/mac/TestExpectations:
2021-02-17 Robert Jenner <jenner@apple.com>
[ macOS Wk2 ] fast/selectors/text-field-selection-window-inactive-text-shadow.html is a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=221857
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2021-02-17 Robert Jenner <jenner@apple.com>
REGRESSION (r272842): [ BigSur Wk2 ] imported/w3c/web-platform-tests/media-source/mediasource-seekable.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=221965
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2021-02-17 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/preconnect convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221980
<rdar://problem/74399549>
Reviewed by Jonathan Bedard.
* http/tests/preconnect/link-header-rel-preconnect-http.html:
* http/tests/preconnect/resources/header-preconnect.php: Removed.
* http/tests/preconnect/resources/header-preconnect.py: Added.
2021-02-17 Fujii Hironori <Hironori.Fujii@sony.com>
[CoordinatedGraphics] The whole content is unnecessarily repainted by animations in non-AC mode pages
https://bugs.webkit.org/show_bug.cgi?id=221391
<rdar://problem/74207093>
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unmarked tests for Bug 222026.
2021-02-17 Robert Jenner <jenner@apple.com>
[ BigSur ] platform/mac-bigsur/media/media-webm-no-duration.html is constantly text failing
https://bugs.webkit.org/show_bug.cgi?id=221973
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-02-17 Martin Robinson <mrobinson@igalia.com>
Add a test to exercise CSS scroll snap in an independently scrollable body
https://bugs.webkit.org/show_bug.cgi?id=222031
Reviewed by Simon Fraser.
* css3/scroll-snap/scroll-snap-on-independently-scrollable-body-expected.txt: Added.
* css3/scroll-snap/scroll-snap-on-independently-scrollable-body.html: Added.
2021-02-17 Devin Rousso <drousso@apple.com>
[iOS] don't "promote" media controls contextmenu items if they are the only item being shown
https://bugs.webkit.org/show_bug.cgi?id=221939
Reviewed by Eric Carlson.
* media/modern-media-controls/tracks-support/ios/tracks-support-click-track-in-contextmenu.html:
* media/modern-media-controls/tracks-support/ios/tracks-support-text-track-selected-via-media-api.html:
* media/modern-media-controls/tracks-support/ios/tracks-support-text-track-selected-via-media-api-expected.txt:
2021-02-17 Devin Rousso <drousso@apple.com>
[iOS] Add an overflow button that's shown when controls are dropped so that it's still possible to trigger the dropped button's actions
https://bugs.webkit.org/show_bug.cgi?id=221937
<rdar://problem/20968078>
Reviewed by Eric Carlson.
* media/modern-media-controls/audio/audio-controls-buttons.html:
* media/modern-media-controls/audio/audio-controls-buttons-expected.txt:
* media/modern-media-controls/ios-inline-media-controls/ios-inline-media-controls-layout.html:
* media/modern-media-controls/ios-inline-media-controls/ios-inline-media-controls-layout-expected.txt:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-layout.html:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-layout-expected.txt:
2021-02-17 Antti Koivisto <antti@apple.com>
Animated keyframe style needs to go through full style adjuster
https://bugs.webkit.org/show_bug.cgi?id=222036
rdar://72421747
Reviewed by Zalan Bujtas.
* fast/animation/animation-position-crash-expected.html: Added.
* fast/animation/animation-position-crash.html: Added.
2021-02-17 Philippe Normand <pnormand@igalia.com>
Unreviewed, GLib/GTK test expectations gardening
* platform/glib/TestExpectations: These tests are expected to fail with GPU process and on
Mac, but pass on GTK and WPE
* platform/gtk/TestExpectations: Unflag
http/tests/inspector/network/intercept-request-properties.html passing since r272582.
2021-02-17 Antoine Quint <graouts@webkit.org>
CSS properties that disallow negative values should not animate to negative values
https://bugs.webkit.org/show_bug.cgi?id=222034
Reviewed by Antti Koivisto.
Mark WPT output changes for a couple tests with platform-specific results.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-bottom-composition-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-box/animation/padding-top-composition-expected.txt:
2021-02-17 Andres Gonzalez <andresg_22@apple.com>
Support aria-errormessage on iOS.
https://bugs.webkit.org/show_bug.cgi?id=221975
<rdar://problem/74397704>
Reviewed by Chris Fleizach.
* accessibility/aria-errormessage-expected.txt: Added.
* accessibility/aria-errormessage.html: Added.
* platform/gtk/TestExpectations: Skip.
* platform/ios/TestExpectations: Pass.
* platform/mac-wk1/TestExpectations: Skip.
* platform/win/TestExpectations: Skip.
2021-02-17 Rob Buis <rbuis@igalia.com>
Improve percentage height in shouldComputeLogicalWidthFromAspectRatio
https://bugs.webkit.org/show_bug.cgi?id=221405
Reviewed by Simon Fraser.
Enable some tests that pass now.
* TestExpectations:
2021-02-16 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] :focus-visible parsing and experimental flag
https://bugs.webkit.org/show_bug.cgi?id=221895
Reviewed by Darin Adler.
* platform/ios/TestExpectations: Skip test that timeouts in iOS platform.
* platform/mac/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt:
Slightly different rebaseline due to default outline color on Mac.
2021-02-16 Jonathan Bedard <JonWBedard@gmail.com>
[LayoutTests] Convert http/tests/resources/redirect.php to Python
https://bugs.webkit.org/show_bug.cgi?id=221784
<rdar://problem/74257227>
Reviewed by Dewei Zhu.
* http/tests/appcache/decide-navigation-policy-after-delay.html:
* http/tests/appcache/interrupted-update.html:
* http/tests/appcache/main-resource-redirect-with-sw.html:
* http/tests/contentextensions/main-resource-redirect-error-expected.txt:
* http/tests/contentextensions/main-resource-redirect-error.html:
* http/tests/contentextensions/sync-xhr-redirection-blocked-expected.txt:
* http/tests/contentextensions/sync-xhr-redirection-blocked.html:
* http/tests/contentfiltering/allow-after-redirect.html:
* http/tests/contentfiltering/block-after-redirect.html:
* http/tests/contentfiltering/load-substitute-data-from-appcache.html:
* http/tests/contentfiltering/modify-redirect-request-url.html:
* http/tests/cookies/same-site/fetch-after-top-level-cross-origin-redirect.html:
* http/tests/cookies/same-site/fetch-after-top-level-same-origin-redirect.html:
* http/tests/cookies/same-site/popup-same-site-via-cross-site-redirect.html:
* http/tests/cookies/same-site/popup-same-site-via-same-site-redirect.html:
* http/tests/cookies/same-site/user-load-cross-site-redirect.php:
* http/tests/css/css-imports-redirect-cycle.css:
* http/tests/css/css-imports-url-fragment.css:
* http/tests/download/anchor-download-redirect.html:
* http/tests/globalhistory/history-delegate-basic-302-redirect-expected.txt:
* http/tests/globalhistory/history-delegate-basic-302-redirect.html:
* http/tests/globalhistory/history-delegate-basic-refresh-redirect-expected.txt:
* http/tests/globalhistory/history-delegate-basic-refresh-redirect.html:
* http/tests/misc/form-submit-file-cross-site-redirect.html:
* http/tests/misc/webtiming-two-redirects.php:
* http/tests/plugins/get-url-redirect-notify.html:
* http/tests/resources/redirect.php: Removed.
* http/tests/resources/redirect.py: Added.
(addCacheControl):
* http/tests/security/beforeload-iframe-server-redirect.html:
* http/tests/security/blocked-on-redirect-expected.txt:
* http/tests/security/blocked-on-redirect.html:
* http/tests/security/cannot-read-cssrules-redirect.html:
* http/tests/security/canvas-remote-read-data-url-image-redirect.html:
* http/tests/security/canvas-remote-read-redirect-to-remote-image.html:
* http/tests/security/canvas-remote-read-remote-image-redirect.html:
* http/tests/security/canvas-remote-read-remote-video-redirect.html:
* http/tests/security/contentSecurityPolicy/audio-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/audio-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/audio-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-secure-image-after-upgrade-redirect.html:
* http/tests/security/contentSecurityPolicy/embed-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/embed-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/embed-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/embed-redirect-blocked2.html:
* http/tests/security/contentSecurityPolicy/embed-redirect-blocked3.html:
* http/tests/security/contentSecurityPolicy/font-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/font-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/font-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/form-action-src-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/form-action-src-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/iframe-redirect-allowed-by-child-src.html:
* http/tests/security/contentSecurityPolicy/iframe-redirect-allowed-by-child-src2.html:
* http/tests/security/contentSecurityPolicy/iframe-redirect-allowed-by-frame-src.html:
* http/tests/security/contentSecurityPolicy/iframe-redirect-allowed-by-frame-src2.html:
* http/tests/security/contentSecurityPolicy/iframe-redirect-blocked-by-child-src.html:
* http/tests/security/contentSecurityPolicy/iframe-redirect-blocked-by-frame-src.html:
* http/tests/security/contentSecurityPolicy/image-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/image-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/image-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/object-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/object-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/object-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/object-redirect-blocked2.html:
* http/tests/security/contentSecurityPolicy/object-redirect-blocked3.html:
* http/tests/security/contentSecurityPolicy/resources/xsl-redirect-allowed.php:
* http/tests/security/contentSecurityPolicy/resources/xsl-redirect-blocked.php:
* http/tests/security/contentSecurityPolicy/script-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/script-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/script-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/stylesheet-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/stylesheet-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/stylesheet-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/svg-font-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/svg-font-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/svg-font-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/svg-image-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/svg-image-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/svg-image-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/track-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/track-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/track-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/basic-upgrade-after-redirect.https.html:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/resources/frame-with-redirect-http-to-https-script.html:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/resources/frame-with-redirect-https-to-http-script.html:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/resources/insecure-sync-xhr-in-main-frame-window.html:
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-image-after-redirect.html:
* http/tests/security/contentSecurityPolicy/video-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/video-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/video-redirect-blocked.html:
* http/tests/security/contentSecurityPolicy/worker-redirect-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/worker-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/xsl-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/xsl-redirect-allowed2.html:
* http/tests/security/cors-post-redirect-301.html:
* http/tests/security/cors-post-redirect-302.html:
* http/tests/security/cors-post-redirect-303.html:
* http/tests/security/cors-post-redirect-307-pson.html:
* http/tests/security/cors-post-redirect-307.html:
* http/tests/security/cors-post-redirect-308.html:
* http/tests/security/cross-origin-css-1-expected.txt:
* http/tests/security/cross-origin-css-1.html:
* http/tests/security/cross-origin-css-2-expected.txt:
* http/tests/security/cross-origin-css-2.html:
* http/tests/security/cross-origin-css-3.html:
* http/tests/security/cross-origin-css-5-expected.txt:
* http/tests/security/cross-origin-css-5.html:
* http/tests/security/cross-origin-css-6.html:
* http/tests/security/cross-origin-css-in-quirks-1-expected.txt:
* http/tests/security/cross-origin-css-in-quirks-1.html:
* http/tests/security/cross-origin-css-in-quirks-2-expected.txt:
* http/tests/security/cross-origin-css-in-quirks-2.html:
* http/tests/security/cross-origin-css-in-quirks-3.html:
* http/tests/security/cross-origin-css-in-quirks-5-expected.txt:
* http/tests/security/cross-origin-css-in-quirks-5.html:
* http/tests/security/cross-origin-css-in-quirks-6.html:
* http/tests/security/cross-origin-script-error-event-redirected.html:
* http/tests/security/cross-origin-script-window-onerror-redirected.html:
* http/tests/security/load-image-after-redirection-2-expected.txt:
* http/tests/security/load-image-after-redirection-2.html:
* http/tests/security/load-image-after-redirection-expected.txt:
* http/tests/security/load-image-after-redirection.html:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials-expected.txt:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-expected.txt:
* http/tests/security/mixedContent/insecure-script-redirects-to-basic-auth-secure-script-expected.https.txt:
* http/tests/security/mixedContent/insecure-script-redirects-to-basic-auth-secure-script-expected.txt:
* http/tests/security/mixedContent/insecure-stylesheet-redirects-to-basic-auth-secure-stylesheet-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/resources/frame-with-insecure-image-redirects-to-basic-auth-secure-image.html:
* http/tests/security/mixedContent/resources/frame-with-insecure-script-redirects-to-basic-auth-secure-script.html:
* http/tests/security/mixedContent/resources/frame-with-insecure-stylesheet-redirects-to-basic-auth-secure-stylesheet.html:
* http/tests/security/mixedContent/resources/frame-with-programmatically-added-insecure-image-redirects-to-basic-auth-secure-image.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-script.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-frame.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-image-secure-cookie-block.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-image-secure-cookie.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-script.html:
* http/tests/security/mixedContent/secure-page-navigates-to-basic-auth-secure-page-via-insecure-redirect.https-expected.txt:
* http/tests/security/mixedContent/secure-page-navigates-to-basic-auth-secure-page-via-insecure-redirect.https.html:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image.https.html:
* http/tests/security/redirect-BLOCKED-to-localURL.html:
* http/tests/security/regress-52192.html:
* http/tests/security/resources/cross-origin-xsl-redirect.xml:
* http/tests/security/resources/referrer-policy-redirect-link-downgrade.html:
* http/tests/security/resources/referrer-policy-redirect-link.html:
* http/tests/security/resources/referrer-policy-redirect.html:
* http/tests/security/resources/xsl-using-document-redirect.xsl:
* http/tests/security/resources/xsl-using-external-entity-redirect.xsl:
* http/tests/security/same-origin-css-1-expected.txt:
* http/tests/security/same-origin-css-1.html:
* http/tests/security/same-origin-css-2-expected.txt:
* http/tests/security/same-origin-css-2.html:
* http/tests/security/same-origin-css-3.html:
* http/tests/security/same-origin-css-5-expected.txt:
* http/tests/security/same-origin-css-5.html:
* http/tests/security/same-origin-css-6.html:
* http/tests/security/same-origin-css-in-quirks.html:
* http/tests/security/shape-image-cors-redirect-error-message-logging-1.html:
* http/tests/security/shape-image-cors-redirect-error-message-logging-3.html:
* http/tests/security/shape-image-cors-redirect.html:
* http/tests/security/strip-referrer-to-origin-for-third-party-redirects-in-private-mode.html:
* http/tests/security/stylesheet-href-redirect-expected.txt:
* http/tests/security/stylesheet-href-redirect.html:
* http/tests/security/worker-cross-origin-expected.txt:
* http/tests/security/worker-cross-origin.html:
* http/tests/security/worker-same-origin-expected.txt:
* http/tests/security/worker-same-origin.html:
* http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-referrer.html:
* http/tests/security/xssAuditor/script-tag-open-redirect.html:
* http/tests/security/xssAuditor/script-tag-redirect.html:
* http/tests/workers/resources/worker-importScripts-error.js:
* http/tests/workers/resources/worker-importScripts.js:
* http/tests/workers/resources/worker-redirect.js:
* http/tests/xmlhttprequest/access-control-and-redirects-async-same-origin-expected.txt:
* http/tests/xmlhttprequest/access-control-and-redirects-async-same-origin.html:
* http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* http/tests/xmlhttprequest/access-control-and-redirects.html:
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html:
* http/tests/xmlhttprequest/redirect-cross-origin-2.html:
* http/tests/xmlhttprequest/redirect-cross-origin-post-sync.html:
* http/tests/xmlhttprequest/redirect-cross-origin-post.html:
* http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html:
* http/tests/xmlhttprequest/redirect-cross-origin-sync.html:
* http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html:
* http/tests/xmlhttprequest/redirect-cross-origin.html:
* http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html:
* platform/gtk/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt:
* platform/mac-wk1/http/tests/security/worker-cross-origin-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* platform/win/http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image.https-expected.txt:
* platform/win/http/tests/security/worker-cross-origin-expected.txt:
* platform/win/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* platform/wk2/http/tests/security/blocked-on-redirect-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials-expected.txt:
* platform/wk2/http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
* platform/wk2/http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
* platform/wk2/http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
2021-02-16 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening GTK crashes and canvas failures
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.image.broken-expected.txt: Added
after r272776.
* platform/gtk/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.image.nonexistent-expected.txt:
Ditto.
2021-02-16 Ryosuke Niwa <rniwa@webkit.org>
EventHandler::updateSelectionForMouseDownDispatchingSelectStart should not use an orphaned selection
https://bugs.webkit.org/show_bug.cgi?id=221942
Reviewed by Wenson Hsieh.
Added a regression test for the bug 221786 / r272777.
Also updated a test imported from blink to expect rangeCount of 0 instead of 1
since we no longer update the selection when the target node has been removed
during selectstart.
* editing/selection/click-selection-with-selectstart-node-removal-expected.txt: Added.
* editing/selection/click-selection-with-selectstart-node-removal.html: Added.
* imported/blink/editing/selection/selectstart-event-crash.html:
2021-02-16 Antoine Quint <graouts@webkit.org>
REGRESSION(r271515): ::marker fired at wrong time
https://bugs.webkit.org/show_bug.cgi?id=221961
<rdar://problem/74397846>
Reviewed by Dean Jackson.
Remove flakiness for this test since it didn't allow us to spot the regression introduced by r271515.
* TestExpectations:
2021-02-16 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/eventsource convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221940
<rdar://problem/74372782>
Reviewed by Jonathan Bedard.
* http/tests/eventsource/eventsource-content-type-charset.html:
* http/tests/eventsource/eventsource-cors-basic-expected.txt:
* http/tests/eventsource/eventsource-cors-basic.html:
* http/tests/eventsource/eventsource-cors-with-credentials-expected.txt:
* http/tests/eventsource/eventsource-cors-with-credentials.html:
* http/tests/eventsource/eventsource-eof.html:
* http/tests/eventsource/eventsource-events-after-close.html:
* http/tests/eventsource/eventsource-page-cache-connected.html:
* http/tests/eventsource/eventsource-page-cache-connecting.html:
* http/tests/eventsource/eventsource-parse-event-stream.html:
* http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html:
* http/tests/eventsource/eventsource-reconnect.html:
* http/tests/eventsource/eventsource-status-code-states.html:
* http/tests/eventsource/eventsource-url-attribute-expected.txt:
* http/tests/eventsource/eventsource-url-attribute.html:
* http/tests/eventsource/resources/es-cors-basic.php: Removed.
* http/tests/eventsource/resources/es-cors-basic.py: Added.
* http/tests/eventsource/resources/es-cors-credentials.php: Removed.
* http/tests/eventsource/resources/es-cors-credentials.py: Added.
* http/tests/eventsource/resources/es-eof.php: Removed.
* http/tests/eventsource/resources/es-eof.py: Added.
* http/tests/eventsource/resources/event-stream.php: Removed.
* http/tests/eventsource/resources/event-stream.py: Added.
* http/tests/eventsource/resources/infinite-event-stream.php: Removed.
* http/tests/eventsource/resources/infinite-event-stream.py: Added.
* http/tests/eventsource/resources/reconnect.php: Removed.
* http/tests/eventsource/resources/reconnect.py: Added.
* http/tests/eventsource/resources/request-existent-eventsource-error.html:
* http/tests/eventsource/resources/response-content-type-charset.php: Removed.
* http/tests/eventsource/resources/response-content-type-charset.py: Added.
* http/tests/eventsource/resources/status-codes.php: Removed.
* http/tests/eventsource/resources/status-codes.py: Added.
* http/tests/eventsource/resources/wait-then-notify-done.php: Removed.
* http/tests/eventsource/resources/wait-then-notify-done.py: Added.
2021-02-16 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/plugins convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221941
<rdar://problem/74373443>
Reviewed by Jonathan Bedard.
* http/tests/plugins/get-url-redirect.html:
* http/tests/plugins/resources/redirection-response.php: Removed.
* http/tests/plugins/resources/redirection-response.py: Added.
2021-02-16 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening and updating baselines
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
Replaced these custom baselines with DumpJSConsoleLogInStdErr for the
soup messages to keep a single baseline. They were failing in WPE
after the php/py XMLHTTPRequest test server changes.
* platform/wpe/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: Removed.
* platform/wpe/http/tests/xmlhttprequest/connection-error-sync-expected.txt: Removed.
* platform/wpe/http/tests/xmlhttprequest/onloadend-event-after-error-expected.txt: Removed.
* platform/wpe/http/tests/xmlhttprequest/onloadend-event-after-sync-requests-expected.txt: Removed.
* platform/wpe/http/tests/xmlhttprequest/response-access-on-error-expected.txt: Removed.
2021-02-16 Youenn Fablet <youenn@apple.com>
Reenable GPUProcess Media flag in WebRTC tests
https://bugs.webkit.org/show_bug.cgi?id=221911
Reviewed by Eric Carlson.
* platform/mac-wk2/TestExpectations:
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
* webrtc/captureCanvas-webrtc-software-h264-baseline.html:
* webrtc/captureCanvas-webrtc-software-h264-high.html:
* webrtc/captureCanvas-webrtc.html:
* webrtc/concurrentVideoPlayback2.html:
* webrtc/direction-change.html:
* webrtc/disable-encryption.html:
* webrtc/h264-baseline.html:
* webrtc/h264-high.html:
* webrtc/multi-audio.html:
* webrtc/multi-video.html:
* webrtc/peer-connection-track-end.html:
* webrtc/peerconnection-page-cache-long.html:
* webrtc/peerconnection-page-cache.html:
* webrtc/remove-track.html:
* webrtc/utf8-sdp.html:
* webrtc/video-addTrack.html:
* webrtc/video-addTransceiver.html:
* webrtc/video-autoplay.html:
* webrtc/video-disabled-black.html:
* webrtc/video-h264.html:
* webrtc/video-interruption.html:
* webrtc/video-mediastreamtrack-stats.html:
* webrtc/video-mute.html:
* webrtc/video-remote-mute.html:
* webrtc/video-replace-muted-track.html:
* webrtc/video-replace-track-to-null.html:
* webrtc/video-replace-track.html:
* webrtc/video-rotation-no-cvo.html:
* webrtc/video-rotation.html:
* webrtc/video-setDirection.html:
* webrtc/video-sframe.html:
* webrtc/video-stats.html:
* webrtc/video-unmute.html:
* webrtc/video-with-data-channel.html:
* webrtc/video.html:
2021-02-16 Sam Weinig <weinig@apple.com>
lab() and lch() are not clamping out of bounds values at parse time
https://bugs.webkit.org/show_bug.cgi?id=221947
Reviewed by Simon Fraser.
The model level assertions caught this (yay). The spec requires that we
clamp negative lightness values to 0 for lab(), lch() and color(lab)
and negative chroma values to 0 for lch().
* fast/css/parsing-lab-colors-expected.txt:
* fast/css/parsing-lab-colors.html:
2021-02-16 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/in-app-browser-privacy convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221928
<rdar://problem/74366517>
Reviewed by Jonathan Bedard.
* http/tests/in-app-browser-privacy/resources/redirect.php: Removed.
* http/tests/in-app-browser-privacy/resources/redirect.py: Added.
* http/tests/in-app-browser-privacy/sub-frame-redirect-to-non-app-bound-domain-blocked.html:
* http/tests/in-app-browser-privacy/top-frame-redirect-to-non-app-bound-domain-blocked.html:
2021-02-16 Antti Koivisto <antti@apple.com>
[LFC][Integration] Pass child inline block scroll overflow to parent
https://bugs.webkit.org/show_bug.cgi?id=221958
rdar://74050874
Reviewed by Zalan Bujtas.
* fast/overflow/inline-block-scroll-overflow-expected.html: Added.
* fast/overflow/inline-block-scroll-overflow.html: Added.
2021-02-16 Antoine Quint <graouts@webkit.org>
Web Animations JS API does not support "inherit" CSS values for keyframes
https://bugs.webkit.org/show_bug.cgi?id=221931
Reviewed by Antti Koivisto.
Mark WPT progressions for a couple tests with platform-specific results.
* platform/ios/imported/w3c/web-platform-tests/css/css-backgrounds/animations/border-width-interpolation-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/css/css-color/animation/opacity-interpolation-expected.txt:
2021-02-16 Chris Lord <clord@igalia.com>
[GLIB] Many service worker tests unexpectedly pass consistently
https://bugs.webkit.org/show_bug.cgi?id=221954
Unreviewed test gardening.
* platform/glib/TestExpectations: Remove a bunch of failure expectations in service worker tests
2021-02-16 Chris Lord <clord@igalia.com>
[GTK][WPE] tex-image-and-sub-image-2d-with-video tests pass unexpectedly
https://bugs.webkit.org/show_bug.cgi?id=221951
Unreviewed test gardening.
* platform/glib/TestExpectations:
2021-02-16 Carlos Garcia Campos <cgarcia@igalia.com>
Teardown shadow root renderers on hostChildElementDidChange
https://bugs.webkit.org/show_bug.cgi?id=221386
Reviewed by Antti Koivisto.
* tables/table-col-indent-crash-expected.txt:
2021-02-16 Chris Lord <clord@igalia.com>
REGRESSION(r214503): [GTK] Test canvas/philip/tests/2d.pattern.animated.gif.html started to fail after r214503
https://bugs.webkit.org/show_bug.cgi?id=170335
It looks like this was fixed by r272776.
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2021-02-15 Alexey Shvayka <shvaikalesh@gmail.com>
[JSC] PropertySlot should allow passing custom setters
https://bugs.webkit.org/show_bug.cgi?id=221872
Reviewed by Yusuke Suzuki.
* fast/dom/Window/getOwnPropertyDescriptor-other-window-expected.txt:
* fast/dom/Window/getOwnPropertyDescriptor-other-window.html:
* js/instance-property-getter-other-instance-expected.txt:
* js/instance-property-getter-other-instance.html:
2021-02-15 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for input type=range with datalist
https://bugs.webkit.org/show_bug.cgi?id=221782
<rdar://problem/74251214>
Reviewed by Darin Adler.
Added a reference mismatch test to verify that range inputs with
different datalist option values do not appear the same.
* fast/forms/ios/form-control-refresh/range/datalist-expected-mismatch.html:
* fast/forms/ios/form-control-refresh/range/datalist.html:
2021-02-15 Rini Patel <rini_patel@apple.com>
[GPU Process] Repopulate the TestExpectations file #3
https://bugs.webkit.org/show_bug.cgi?id=221708
Unreviewed test gardening.
* gpu-process/TestExpectations:
2021-02-15 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/svg convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221859
<rdar://problem/74298062>
Reviewed by Jonathan Bedard.
* http/tests/svg/cached-image-sizing.html:
* http/tests/svg/resources/delayCachedLoad.php: Removed.
* http/tests/svg/resources/delayCachedLoad.py: Added.
* imported/blink/http/tests/svg/svgload-vs-load.svg:
2021-02-15 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/incremental convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221902
<rdar://problem/74348931>
Reviewed by Jonathan Bedard.
* http/tests/incremental/resources/delayed-css.php: Removed.
* http/tests/incremental/resources/delayed-css.py: Added.
* http/tests/incremental/stylesheet-body-incremental-rendering.html:
2021-02-15 Youenn Fablet <youenn@apple.com>
Use page setting to expose or not registerRTCRtpScriptTransformer in workers
https://bugs.webkit.org/show_bug.cgi?id=221892
Reviewed by Eric Carlson.
* http/wpt/webrtc/no-webrtc-transform-expected.txt: Added.
* http/wpt/webrtc/no-webrtc-transform.html: Added.
* http/wpt/webrtc/no-webrtc-transform.js: Added.
2021-02-15 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/ssl convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221862
<rdar://problem/74298527>
Reviewed by Jonathan Bedard.
* http/tests/ssl/referer-301.html:
* http/tests/ssl/referer-303.html:
* http/tests/ssl/resources/ping-with-unsafe-redirect-frame.html:
* http/tests/ssl/resources/redirect-ping-to-http.php: Removed.
* http/tests/ssl/resources/redirect-ping-to-http.py: Added.
* http/tests/ssl/resources/referer-301-redir.php: Removed.
* http/tests/ssl/resources/referer-301-redir.py: Added.
* http/tests/ssl/resources/referer-303-redir.php: Removed.
* http/tests/ssl/resources/referer-303-redir.py: Added.
* http/tests/ssl/verify-ssl-enabled.php: Removed.
* http/tests/ssl/verify-ssl-enabled.py: Added.
* platform/win/TestExpectations:
2021-02-15 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] Update WPT test suite
https://bugs.webkit.org/show_bug.cgi?id=221890
Reviewed by Carlos Alberto Lopez Perez.
* TestExpectations: Add test failure for :dir().
2021-02-15 Frederic Wang <fwang@igalia.com>
Crash in RetainPtr<CGImage*>::RetainPtr via ImageBufferCGBackend::toCFData
https://bugs.webkit.org/show_bug.cgi?id=221376
Reviewed by Said Abou-Hallawa.
* fast/canvas/resize-to-large-canvas-and-convert-to-blog-expected.txt: Added.
* fast/canvas/resize-to-large-canvas-and-convert-to-blog-expected.txt: Added.
* fast/canvas/resize-to-large-canvas-and-convert-to-blog.html: Added.
2021-02-14 Peng Liu <peng.liu6@apple.com>
[GPUP] Move UseGPUProcessForMediaEnabled from WebPreferencesInternal to WebPreferencesExperimental
https://bugs.webkit.org/show_bug.cgi?id=221310
Reviewed by Eric Carlson.
Update expectations of the tests which are affected by the "Media In GPUProcess" feature
(WebKitTestRunner will enable the feature by default). Also set "UseGPUProcessForMediaEnabled=false"
for some webrtc tests.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
* platform/wk2/TestExpectations:
* webrtc/captureCanvas-webrtc-software-h264-baseline.html:
* webrtc/captureCanvas-webrtc-software-h264-high.html:
* webrtc/captureCanvas-webrtc.html:
* webrtc/concurrentVideoPlayback2.html:
* webrtc/direction-change.html:
* webrtc/disable-encryption.html:
* webrtc/h264-baseline.html:
* webrtc/h264-high.html:
* webrtc/multi-audio.html:
* webrtc/multi-video.html:
* webrtc/peer-connection-track-end.html:
* webrtc/peerconnection-page-cache-long.html:
* webrtc/peerconnection-page-cache.html:
* webrtc/remove-track.html:
* webrtc/utf8-sdp.html:
* webrtc/video-addTrack.html:
* webrtc/video-addTransceiver.html:
* webrtc/video-autoplay.html:
* webrtc/video-disabled-black.html:
* webrtc/video-h264.html:
* webrtc/video-interruption.html:
* webrtc/video-mediastreamtrack-stats.html:
* webrtc/video-mute.html:
* webrtc/video-remote-mute.html:
* webrtc/video-replace-muted-track.html:
* webrtc/video-replace-track-to-null.html:
* webrtc/video-replace-track.html:
* webrtc/video-rotation-no-cvo.html:
* webrtc/video-rotation.html:
* webrtc/video-setDirection.html:
* webrtc/video-sframe.html:
* webrtc/video-stats.html:
* webrtc/video-unmute.html:
* webrtc/video-with-data-channel.html:
* webrtc/video.html:
2021-02-13 Darin Adler <darin@apple.com>
Crash calling replaceTrack on a sender that outlives its RTCPeerConnection
https://bugs.webkit.org/show_bug.cgi?id=221870
Reviewed by Youenn Fablet.
* fast/mediastream/RTCRtpSender-outlives-RTCPeerConnection-expected.txt: Added.
* fast/mediastream/RTCRtpSender-outlives-RTCPeerConnection.html: Added.
2021-02-12 Jer Noble <jer.noble@apple.com>
[Mac] Sound does not play on YouTube after switching back to foreground
https://bugs.webkit.org/show_bug.cgi?id=221858
<rdar://70602677>
Reviewed by Eric Carlson.
* platform/mac/media/unmute-after-loading-expected.txt: Added.
* platform/mac/media/unmute-after-loading.html: Added.
2021-02-12 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/mime convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221737
<rdar://problem/74219024>
Reviewed by Jonathan Bedard.
* http/tests/mime/quoted-charset.php: Removed.
* http/tests/mime/quoted-charset.py: Added.
* http/tests/mime/resources/style-with-charset.php: Removed.
* http/tests/mime/resources/style-with-charset.py: Added.
* http/tests/mime/resources/style-with-text-css-and-invalid-type.php: Removed.
* http/tests/mime/resources/style-with-text-css-and-invalid-type.py: Added.
* http/tests/mime/resources/style-with-text-plain.php: Removed.
* http/tests/mime/resources/style-with-text-plain.py: Added.
* http/tests/mime/resources/uppercase-mime-type.php: Removed.
* http/tests/mime/resources/uppercase-mime-type.py: Added.
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension-expected.txt:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension.html:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-expected.txt:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain.html:
* http/tests/mime/standard-mode-loads-stylesheet-with-charset-and-css-extension.html:
* http/tests/mime/standard-mode-loads-stylesheet-with-charset.html:
* http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html:
* http/tests/mime/uppercase-mime-type-expected.txt:
* http/tests/mime/uppercase-mime-type.html:
2021-02-12 Alex Christensen <achristensen@webkit.org>
REGRESSION (r272784): [macOS Release] fast/animation/request-animation-frame-throttling-lowPowerMode.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=221843
Reviewed by Chris Dumez.
Something about r272784 subtly changed timing, which caused there to be a little bit of a lag in RAF throttling.
I could reproduce it making the way this test measures frame rate go up to 35, but not 36.
This test is still good, though, because if you remove setLowPowerModeEnabled it spikes up to 60 or 61 frames per second.
* fast/animation/request-animation-frame-throttling-lowPowerMode-expected.txt:
* fast/animation/request-animation-frame-throttling-lowPowerMode.html:
2021-02-12 Jer Noble <jer.noble@apple.com>
[Mac] Unable to play WebM/Opus generated from Chrome MediaRecorder
https://bugs.webkit.org/show_bug.cgi?id=221808
Reviewed by Eric Carlson.
* platform/mac-bigsur/media/media-webm-no-duration-expected.txt: Added.
* platform/mac-bigsur/media/media-webm-no-duration.html: Added.
2021-02-12 Ryan Haddad <ryanhaddad@apple.com>
[ Big Sur ] media/media-source/media-source-webm-init-inside-segment.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220552
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Skip the test for WK1.
2021-02-12 Robert Jenner <jenner@apple.com>
imported/w3c/web-platform-tests/html/dom/idlharness.worker.html is timing out on Catalina wk1 debug EWS
https://bugs.webkit.org/show_bug.cgi?id=206503
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Changed expectation from Mojave to Catalina to suppress failure.
2021-02-12 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/storageAccess convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221720
<rdar://problem/74207513>
Reviewed by Jonathan Bedard.
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access.html:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking-ephemeral.html:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/deny-storage-access-under-opener-ephemeral.html:
* http/tests/storageAccess/deny-storage-access-under-opener-if-auto-dismiss-ephemeral.html:
* http/tests/storageAccess/deny-storage-access-under-opener-if-auto-dismiss.html:
* http/tests/storageAccess/deny-storage-access-under-opener.html:
* http/tests/storageAccess/grant-storage-access-under-opener-at-popup-user-gesture-ephemeral.html:
* http/tests/storageAccess/grant-storage-access-under-opener-at-popup-user-gesture.html:
* http/tests/storageAccess/grant-with-prompt-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies-ephemeral.html:
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-with-cookie-ephemeral.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-with-cookie.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-non-sandboxed-iframe-ephemeral.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe.html:
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-same-site-should-have-access.html:
* http/tests/storageAccess/request-and-grant-access-with-per-page-scope-access-from-another-frame.html:
* http/tests/storageAccess/resources/echo-incoming-cookies-as-json.php: Removed.
* http/tests/storageAccess/resources/echo-incoming-cookies-as-json.py: Added.
* http/tests/storageAccess/resources/get-cookies.php: Removed.
* http/tests/storageAccess/resources/get-cookies.py: Added.
* http/tests/storageAccess/resources/has-storage-access-iframe.html:
* http/tests/storageAccess/resources/request-storage-access-iframe.html:
* http/tests/storageAccess/resources/set-cookie.php: Removed.
* http/tests/storageAccess/resources/set-cookie.py: Added.
2021-02-12 Antti Koivisto <antti@apple.com>
[LFC][Integration] Make accessibility/aria-modal-in-aria-hidden.html more robust
https://bugs.webkit.org/show_bug.cgi?id=221812
Reviewed by Zalan Bujtas.
It is very dependent on exact interactions between the internal testing API and the DOM.
It also seems to be partially testing a wrong thing (probably as workaround for above).
* accessibility/aria-modal-in-aria-hidden-expected.txt:
* accessibility/aria-modal-in-aria-hidden.html:
Do rendering update between every mutation and check, not just the last one.
Fix the middle test to use isIgnored too.
(isValid() is not even a function, it is a property, so this relied on getting null to pass)
2021-02-12 Amir Mark Jr <amir_mark@apple.com>
REGRESSION (r272241) [MacOS wk1] imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-006.html is flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=221347
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-12 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Another WPT test import
https://bugs.webkit.org/show_bug.cgi?id=221813
Reviewed by Youenn Fablet.
Imported the most recent changes in flexbox WPT tests. This implies deleting a local test that
was upstreamed to WPT, so it does not make sense to have a duplicate.
* TestExpectations: Removed a test that is currently passing. Adding a new expected failure.
* css3/flexbox/percentage-descendants-of-skipped-flex-item-expected.html: Removed.
* css3/flexbox/percentage-descendants-of-skipped-flex-item.html: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/radiobutton-min-size-expected.txt:
Updated expectations.
2021-02-12 Julian Gonzalez <julian_a_gonzalez@apple.com>
Crash in WebCore::RenderThemeMac::paintSearchFieldResultsDecorationPart() from large scale
https://bugs.webkit.org/show_bug.cgi?id=221635
Reviewed by Darin Adler.
Add a test with a very large value of scale that tests that
we do not trigger the assertion here.
Thanks to Ryosuke Niwa for help in cleaning up the test
and making it more reliable.
* fast/rendering/searchfield-scale-crash-expected.txt: Added.
* fast/rendering/searchfield-scale-crash.html: Added.
2021-02-12 Robert Jenner <jenner@apple.com>
[ macOS wk2 ] webgpu/whlsl/do-while-loop-break.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215606
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Switch expectation from Failure to ImageOnlyFailure.
2021-02-10 Sergio Villar Senin <svillar@igalia.com>
Crash in InsertTextCommand::doApply
https://bugs.webkit.org/show_bug.cgi?id=213514
Reviewed by Ryosuke Niwa.
* editing/deleting/insert-in-orphaned-selection-crash-expected.txt: Added.
* editing/deleting/insert-in-orphaned-selection-crash.html: Added.
2021-02-12 Youenn Fablet <youenn@apple.com>
Make RemoteRealtimeVideoSource a RealtimeVideoCaptureSource
https://bugs.webkit.org/show_bug.cgi?id=221747
Reviewed by Eric Carlson.
* fast/mediastream/resources/getDisplayMedia-utils.js:
(async waitForHeight):
(async waitForWidth):
Updated to fail instead of timing out.
* fast/mediastream/resources/getUserMedia-helper.js:
Removing no longer needed code that made it impossible to run the tests in browser.
2021-02-12 Said Abou-Hallawa <said@apple.com>
[GPU Process] Implement SetState DisplayList item
https://bugs.webkit.org/show_bug.cgi?id=219468
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
Unmark tests that are no longer crash.
2021-02-11 Manuel Rego Casasnovas <rego@igalia.com>
[WPE] event.ctrlKey and other are false in keydown event
https://bugs.webkit.org/show_bug.cgi?id=221760
Reviewed by Adrian Perez de Castro.
* platform/wpe/TestExpectations: The test passes now.
2021-02-11 Alex Christensen <achristensen@webkit.org>
REGRESSION(r272293) WebGL 1.0.2 test expectations say HTTPS
https://bugs.webkit.org/show_bug.cgi?id=221774
<rdar://problem/74149867>
Reviewed by Geoff Garen.
* http/tests/contentextensions/make-https-expected.txt:
* http/tests/webgl/1.0.2/origin-clean-conformance-expected.txt:
* http/tests/webgl/1.0.2/readPixelsBadArgs-expected.txt:
2021-02-11 Jonathan Bedard <jbedard@apple.com>
[run-webkit-tests] Update PHP module configuration
https://bugs.webkit.org/show_bug.cgi?id=221776
<rdar://problem/74248860>
Reviewed by Alexey Proskuryakov.
* http/conf/apache2.4-x-httpd.conf: Added.
2021-02-11 Said Abou-Hallawa <said@apple.com>
Unreviewed, reverting r270578.
https://bugs.webkit.org/show_bug.cgi?id=221110
Caused incorrect image layout inside a flexbox container.
* TestExpectations:
2021-02-11 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new picker for <select multiple> elements
https://bugs.webkit.org/show_bug.cgi?id=221636
<rdar://problem/72399337>
Reviewed by Wenson Hsieh.
Added a test which selects options using the new multi-select picker.
Grouped, ungrouped, and disabled options are all tested.
* fast/forms/ios/form-control-refresh/select/select-multiple-picker-expected.txt: Added.
* fast/forms/ios/form-control-refresh/select/select-multiple-picker.html: Added.
2021-02-11 Chris Dumez <cdumez@apple.com>
[GPUP] <audio> won't load when URL ends with .php causing some tests to time out
https://bugs.webkit.org/show_bug.cgi?id=221695
Reviewed by Eric Carlson.
Unskip tests that are no longer timing out.
* gpu-process/TestExpectations:
2021-02-11 Aditya Keerthi <akeerthi@apple.com>
[iOS] Some checkboxes and radio buttons are clipped on top
https://bugs.webkit.org/show_bug.cgi?id=221736
<rdar://problem/73956812>
Reviewed by Simon Fraser.
Added reference mismatch tests to verify that the clipping no longer
occurs. The tests work by drawing an overlay smaller than the actual
size of the checkbox/radio input. If the input is clipped, only the
overlay will be visible, matching the "-expected-mismatch.html".
However, if the input is drawn correctly, the overlay will not cover
the entire input, and a mismatch will occur.
* fast/forms/ios/form-control-refresh/checkbox/subpixel-clipping-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/subpixel-clipping.html: Added.
* fast/forms/ios/form-control-refresh/radio/subpixel-clipping-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/radio/subpixel-clipping.html: Added.
2021-02-11 Chris Dumez <cdumez@apple.com>
[ MacOS Debug wk2] imported/w3c/web-platform-tests/worklets/animation-worklet-service-worker-interception.https.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=221731
<rdar://problem/74213595>
Unreviewed, skip animation & layout worklets tests since we do not support those and it is
causing those tests to be flaky.
* TestExpectations:
2021-02-11 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Range inputs have an incorrect RTL appearance
https://bugs.webkit.org/show_bug.cgi?id=221758
<rdar://problem/74236993>
Reviewed by Wenson Hsieh.
Added a reference mismatch test to verify that a range input with
dir="rtl" has a distinct appearance from a standard range input.
* fast/forms/ios/form-control-refresh/range/rtl-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/range/rtl-appearance.html: Added.
2021-02-11 Sergio Villar Senin <svillar@igalia.com> and Imanol Fernandez <ifernandez@igalia.com>
Complete XRSession::requestAnimationFrame implementation
https://bugs.webkit.org/show_bug.cgi?id=220979
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations:
2021-02-11 Manuel Rego Casasnovas <rego@igalia.com>
Add more Selenium key codes for test_driver.send_keys()
https://bugs.webkit.org/show_bug.cgi?id=221674
Reviewed by Carlos Garcia Campos.
* platform/ios/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/implicit-submission.optional-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/implicit-submission.optional-expected.txt.
2021-02-11 Youenn Fablet <youenn@apple.com>
Remove GPUProcess flag in MediaRecorder tests
https://bugs.webkit.org/show_bug.cgi?id=221401
Reviewed by Eric Carlson.
We will remove http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html once rdar://problem/74043225 is fixed.
* http/wpt/mediarecorder/pause-recording.html:
Increase timer to cope with added latency introduced by IPC messaging.
2021-02-11 Sergio Villar Senin <svillar@igalia.com>
Unreviewed test gardening.
* platform/ios/TestExpectations: Replaced Failure by ImageOnlyFailure for a couple of tests I imported yesterday.
2021-02-11 Rob Buis <rbuis@igalia.com>
Handle min-width/min-height:auto for aspect-ratio
https://bugs.webkit.org/show_bug.cgi?id=220582
Reviewed by Antti Koivisto.
Enable tests that pass now.
* TestExpectations:
2021-02-11 Myles C. Maxfield <mmaxfield@apple.com>
Remove another use of FontSelector from within CSSFontFace
https://bugs.webkit.org/show_bug.cgi?id=221071
Reviewed by Darin Adler.
* fast/text/font-loading-multiple-documents-expected.html: Added.
* fast/text/font-loading-multiple-documents.html: Added.
* fast/text/font-loading-multiple-sets-expected.txt: Added.
* fast/text/font-loading-multiple-sets.html: Added.
2021-02-10 Rob Buis <rbuis@igalia.com>
Use event loop to set title
https://bugs.webkit.org/show_bug.cgi?id=218496
Reviewed by Darin Adler.
Adapt tests to make sure pending title change tasks
are processed before the test is done.
* TestExpectations:
* fast/dom/title-text-property-2.html:
* fast/dom/title-text-property-assigning-empty-string.html:
* fast/dom/title-text-property.html:
* http/tests/globalhistory/history-delegate-basic-title-expected.txt:
* http/tests/globalhistory/history-delegate-basic-title.html:
* http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt:
* http/tests/loading/basic-auth-load-URL-with-consecutive-slashes.html:
* http/tests/loading/redirect-with-no-location-crash-expected.txt:
* http/tests/loading/redirect-with-no-location-crash.html:
* platform/mac-wk2/TestExpectations:
* platform/win/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt: Copied from LayoutTests/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt.
* platform/wk2/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt:
* platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt:
2021-02-10 Ryan Haddad <ryanhaddad@apple.com>
[ Big Sur ] imported/w3c/web-platform-tests/css/css-flexbox/contain-size-layout-abspos-flex-container-crash.html is failing
https://bugs.webkit.org/show_bug.cgi?id=221681
Unreviewed test gardening.
Consolidate test baselines for mac since the result is the same across configurations.
* platform/mac-catalina/imported/w3c/web-platform-tests/css/css-flexbox/contain-size-layout-abspos-flex-container-crash-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/css/css-flexbox/contain-size-layout-abspos-flex-container-crash-expected.txt: Renamed from LayoutTests/platform/mac-catalina-wk1/imported/w3c/web-platform-tests/css/css-flexbox/contain-size-layout-abspos-flex-container-crash-expected.txt.
2021-02-10 Amir Mark Jr <amir_mark@apple.com>
[MacOS] animations/keyframe-pseudo-shadow.html is flakey failing.
https://bugs.webkit.org/show_bug.cgi?id=221491
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-02-10 Peng Liu <peng.liu6@apple.com>
[GPUP] Reset expectations of media related tests
https://bugs.webkit.org/show_bug.cgi?id=221700
Unreviewed test gardening.
* gpu-process/TestExpectations:
2021-02-10 Rob Buis <rbuis@igalia.com>
Rename testcase to indicate hang
https://bugs.webkit.org/show_bug.cgi?id=221375
Reviewed by Ryosuke Niwa.
Rename testcase to indicate hang rather than crash.
* plugins/embed-creation-hang-expected.txt: Renamed from LayoutTests/plugins/embed-creation-crash-expected.txt.
* plugins/embed-creation-hang.html: Renamed from LayoutTests/plugins/embed-creation-crash.html.
2021-02-10 Razvan Caliman <rcaliman@apple.com>
Web Inspector: Display all CSS grids on page in Layout panel
https://bugs.webkit.org/show_bug.cgi?id=221145
<rdar://problem/73764515>
Reviewed by Devin Rousso.
DOMNode.layoutContextType is null when not defined.
Update layout test and corresponding expected result.
* inspector/css/nodeLayoutContextTypeChanged-expected.txt:
* inspector/css/nodeLayoutContextTypeChanged.html:
2021-02-10 Antti Koivisto <antti@apple.com>
[LFC][Integration] Paint invalidation for inline element style changes
https://bugs.webkit.org/show_bug.cgi?id=221669
Reviewed by Zalan Bujtas.
* fast/repaint/inline-style-change-expected.txt: Added.
* fast/repaint/inline-style-change.html: Added.
2021-02-10 Wenson Hsieh <wenson_hsieh@apple.com>
[watchOS] Adopt PUICQuickboardController for text input
https://bugs.webkit.org/show_bug.cgi?id=221649
Reviewed by Tim Horton.
Enable `QuickboardControllerForTextInputEnabled`, on relevant versions of watchOS.
* fast/forms/watchos/delete-content-in-text-field.html:
* fast/forms/watchos/edit-text-field-calls-injected-bundle.html:
* fast/forms/watchos/form-control-label-text.html:
* fast/forms/watchos/time-picker-value-change.html:
* fast/forms/watchos/username-text-content-type.html:
2021-02-10 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/css convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221511
<rdar://problem/74049585>
Reviewed by Jonathan Bedard.
* http/tests/css/font-face-src-loading.html:
* http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html:
* http/tests/css/resources/500.php: Removed.
* http/tests/css/resources/500.py: Added.
* http/tests/css/resources/webfont-request.php: Removed.
* http/tests/css/resources/webfont-request.py: Added.
(getRequestCount):
(setRequestCount):
2021-02-10 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r263255): Text styles without an explicit language tag do not honor the system language
https://bugs.webkit.org/show_bug.cgi?id=221598
<rdar://problem/69194294>
Reviewed by Zalan Bujtas.
* fast/text/international/system-language/jp-circled-expected-mismatch.html: Added.
* fast/text/international/system-language/jp-circled.html: Added.
2021-02-10 Manuel Rego Casasnovas <rego@igalia.com>
Add support for modifier keys in test_driver.send_keys()
https://bugs.webkit.org/show_bug.cgi?id=221465
Reviewed by Carlos Garcia Campos.
Add specific -expected.txt file for Mac platform. Meta key is detected differently than in other platforms.
* platform/ios/TestExpectations: Skip test as it's timing out on iOS.
* platform/mac/imported/w3c/web-platform-tests/uievents/keyboard/modifier-keys-combinations-expected.txt: Added.
* platform/mac/imported/w3c/web-platform-tests/uievents/keyboard/modifier-keys-expected.txt: Update expectations as it nows mostly passes.
2021-02-10 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Pass in sane content width values to InlineContentBreaker
https://bugs.webkit.org/show_bug.cgi?id=221628
Reviewed by Antti Koivisto.
* fast/text/letter-spacing-produces-nan-width-expected.txt: Added.
* fast/text/letter-spacing-produces-nan-width.html: Added.
2021-02-10 Kimmo Kinnunen <kkinnunen@apple.com>
RemoteGraphicsContextGLProxy should support losing the context and should lose the context on timeouts
https://bugs.webkit.org/show_bug.cgi?id=221396
Reviewed by Simon Fraser.
Fix the lose-context-on-status-failure.html. The test was using
an internal function to lose the context and then synchronously
checking that the context was lost. With GPU process this is not
possible, so check after normal Canvas webglcontextlost event.
Enable the test for --use-gpu-process.
* fast/canvas/webgl/lose-context-on-status-failure.html:
* gpu-process/TestExpectations:
2021-02-10 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Import & update latest WPT flexbox tests
https://bugs.webkit.org/show_bug.cgi?id=221484
Reviewed by Rob Buis.
Sync'ed our local copy to latest upstream data.
* TestExpectations: Added new failing tests with bugs.
* platform/glib/TestExpectations: Removed a couple of tests that are working fine after import.
* platform/ios/TestExpectations: Added new failing tests with bugs.
* platform/ios/imported/w3c/web-platform-tests/css/css-flexbox/abspos/position-absolute-012-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-012-expected.txt.
* platform/ios/imported/w3c/web-platform-tests/css/css-flexbox/abspos/position-absolute-013-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-013-expected.txt.
* platform/ios/imported/w3c/web-platform-tests/css/css-flexbox/contain-size-layout-abspos-flex-container-crash-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-compressible-001-expected.txt: Added.
* platform/mac-catalina-wk1/imported/w3c/web-platform-tests/css/css-flexbox/contain-size-layout-abspos-flex-container-crash-expected.txt: Added.
* platform/mac-catalina/imported/w3c/web-platform-tests/css/css-flexbox/contain-size-layout-abspos-flex-container-crash-expected.txt: Added.
* platform/mac/TestExpectations: Added new failing tests with bugs.
2021-02-10 Carlos Garcia Campos <cgarcia@igalia.com>
Some privateClickMeasurement might output the information in different order depending on platform
https://bugs.webkit.org/show_bug.cgi?id=221406
Reviewed by Michael Catanzaro.
The script conversionReport.php iterates the HTTP headers to show the information, but header's order can be
different for different platforms. We could just check every value we want to show to make sure we always
provide them in the same order.
* http/tests/privateClickMeasurement/resources/conversionReport.php:
2021-02-10 Rob Buis <rbuis@igalia.com>
Do not schedule update on embed creation
https://bugs.webkit.org/show_bug.cgi?id=221375
Reviewed by Ryosuke Niwa.
Add test for this.
* plugins/embed-creation-crash-expected.txt: Added.
* plugins/embed-creation-crash.html: Added.
2021-02-10 Lauro Moura <lmoura@igalia.com>
[ATK] Support focusable-inside-hidden test
https://bugs.webkit.org/show_bug.cgi?id=221646
Reviewed by Chris Fleizach.
ATK uses a different field for the description. (See r201216 and
r201072).
* accessibility/focusable-inside-hidden.html: Add check for ATK.
* platform/glib/accessibility/focusable-inside-hidden-expected.txt: Added.
2021-02-09 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline table tests after r272100 and garden some a11 failures.
Unreviewed test gardening.
* platform/glib/TestExpectations:
Updates after r272100.
* platform/glib/fast/table/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/005-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1224-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1224-expected.txt.
* platform/wpe/fast/table/005-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1224-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/wpe/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
2021-02-09 Devin Rousso <drousso@apple.com>
[iOS] Add support for the language/subtitle tracks button using `UIMenu`
https://bugs.webkit.org/show_bug.cgi?id=221594
<rdar://problem/74129129>
Reviewed by Eric Carlson and Wenson Hsieh.
* media/modern-media-controls/resources/media-controls-utils.js:
(getTracksContextMenu): Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-auto-text-track.html: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-auto-text-track-expected.txt: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-click-track-in-contextmenu.html: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-click-track-in-contextmenu-expected.txt: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-hidden-tracks.html: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-hidden-tracks-expected.txt: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-off-text-track.html: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-off-text-track-expected.txt: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-show-contextmenu-then-double-click-on-tracks-button.html: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-show-contextmenu-then-double-click-on-tracks-button-expected.txt: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-text-track-selected-via-media-api.html: Added.
* media/modern-media-controls/tracks-support/ios/tracks-support-text-track-selected-via-media-api-expected.txt: Added.
Duplicate existing `TracksSupport` tests to test for similar results but using the new iOS path.
* media/modern-media-controls/tracks-support/mac/tracks-support-auto-text-track.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-auto-text-track.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-auto-text-track-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-auto-text-track-expected.txt.
* media/modern-media-controls/tracks-support/mac/tracks-support-click-track-in-panel.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-click-track-in-panel.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-click-track-in-panel-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-click-track-in-panel-expected.txt.
* media/modern-media-controls/tracks-support/mac/tracks-support-hidden-tracks.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-hidden-tracks.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-hidden-tracks-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-hidden-tracks-expected.txt.
* media/modern-media-controls/tracks-support/mac/tracks-support-off-text-track.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-off-text-track.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-off-text-track-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-off-text-track-expected.txt.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-and-populate-panel.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-and-populate-panel.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-and-populate-panel-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-and-populate-panel-expected.txt.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-after-dragging-controls.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-panel-after-dragging-controls.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-after-dragging-controls-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-panel-after-dragging-controls-expected.txt.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-fullscreen.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-fullscreen-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen-expected.txt.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-then-double-click-on-tracks-button.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-panel-then-double-click-on-tracks-button.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-show-panel-then-double-click-on-tracks-button-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-panel-then-double-click-on-tracks-button-expected.txt.
* media/modern-media-controls/tracks-support/mac/tracks-support-text-track-selected-via-media-api.html: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-text-track-selected-via-media-api.html.
* media/modern-media-controls/tracks-support/mac/tracks-support-text-track-selected-via-media-api-expected.txt: Renamed from LayoutTests/media/modern-media-controls/tracks-support/tracks-support-text-track-selected-via-media-api-expected.txt.
* platform/mac/TestExpectations:
Moved existing `TracksSupport` tests to a `mac` subfolder so they can be skipped on iOS.
2021-02-09 Andres Gonzalez <andresg_22@apple.com>
Descendants of row and column headers should expose the aria-sort attribute.
https://bugs.webkit.org/show_bug.cgi?id=221590
Reviewed by Chris Fleizach.
Expanded this test to include the case where the header contains a child
element that must also expose the aria-sort attribute inherited from its
parent.
* accessibility/aria-sort-expected.txt:
* accessibility/aria-sort.html:
* accessibility/ios-simulator/aria-sort-ios-expected.txt:
* accessibility/ios-simulator/aria-sort-ios.html:
2021-02-09 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r272426.
Caused test failures / flakiness
Reverted changeset:
"Remove GPUProcess flag in MediaRecorder tests"
https://bugs.webkit.org/show_bug.cgi?id=221401
https://trac.webkit.org/changeset/272426
2021-02-09 Martin Robinson <mrobinson@igalia.com>
Implement scroll-snap-stop for scroll snapping
https://bugs.webkit.org/show_bug.cgi?id=197744
<rdar://problem/50708356>
Reviewed by Simon Fraser.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2021-02-09 Jonathan Bedard <jbedard@apple.com>
[LayoutTests] Convert xmlhttprequest php to Python (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=220995
<rdar://problem/73630008>
Unreviewed test fix.
* http/tests/media/user-gesture-preserved-across-xmlhttprequest.html: Lengthen timeouts, Python is slightly slower than PHP.
* http/tests/xmlhttprequest/resources/download-with-delay.py: Match iteration behavior to PHP script.
2021-02-09 Chris Dumez <cdumez@apple.com>
Disallow alert/confirm/prompt in cross-origin-domain subframes
https://bugs.webkit.org/show_bug.cgi?id=221568
Reviewed by Geoff Garen.
Add layout test coverage and update existing tests to stop using alert() in cross-origin iframes.
* fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt:
* fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame.html:
* fast/events/popup-when-select-change-expected.txt:
* fast/events/popup-when-select-change.html:
* fast/events/resize-subframe-expected.txt:
* fast/events/resize-subframe.html:
* fast/forms/autofocus-in-sandbox-with-allow-scripts-expected.txt:
* fast/forms/autofocus-in-sandbox-with-allow-scripts.html:
* fast/frames/resources/navigate-top-by-name-to-fail.html:
* fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
* http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html:
* http/tests/cookies/third-party-cookie-relaxing-expected.txt:
* http/tests/history/cross-origin-replace-history-object-child-expected.txt:
* http/tests/history/cross-origin-replace-history-object-expected.txt:
* http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html:
* http/tests/history/resources/cross-origin-replaces-history-object-iframe.html:
* http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html:
* http/tests/plugins/third-party-cookie-accept-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/embed-redirect-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/embed-redirect-allowed2-expected.txt:
* http/tests/security/contentSecurityPolicy/frame-src-cross-origin-load-expected.txt:
* http/tests/security/contentSecurityPolicy/iframe-allowed-when-loaded-via-javascript-url-expected.txt:
* http/tests/security/contentSecurityPolicy/iframe-inside-csp-expected.txt:
* http/tests/security/contentSecurityPolicy/iframe-redirect-allowed-by-child-src-expected.txt:
* http/tests/security/contentSecurityPolicy/iframe-redirect-allowed-by-child-src2-expected.txt:
* http/tests/security/contentSecurityPolicy/iframe-redirect-allowed-by-frame-src-expected.txt:
* http/tests/security/contentSecurityPolicy/iframe-redirect-allowed-by-frame-src2-expected.txt:
* http/tests/security/contentSecurityPolicy/object-redirect-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/object-redirect-allowed2-expected.txt:
* http/tests/security/contentSecurityPolicy/resources/alert-fail.html:
* http/tests/security/contentSecurityPolicy/resources/alert-fail.js:
(catch):
* http/tests/security/contentSecurityPolicy/resources/alert-pass.html:
* http/tests/security/contentSecurityPolicy/resources/alert-pass.js:
(catch):
* http/tests/security/contentSecurityPolicy/resources/sandbox.php:
* http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php:
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/proper-nested-upgrades-expected.txt:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrades-mixed-content-expected.txt:
* http/tests/security/cross-origin-js-prompt-forbidden-expected.txt: Added.
* http/tests/security/cross-origin-js-prompt-forbidden.html: Added.
* http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html:
* http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/mixedContent/resources/frame-with-insecure-websocket.html:
* http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt:
* http/tests/security/resources/cross-origin-js-prompt-forbidden.html: Added.
* http/tests/security/same-origin-different-domain-js-prompt-forbidden-expected.txt: Added.
* http/tests/security/same-origin-different-domain-js-prompt-forbidden.html: Added.
* http/tests/security/xssAuditor/base-href-control-char-expected.txt:
* http/tests/security/xssAuditor/base-href-direct-expected.txt:
* http/tests/security/xssAuditor/base-href-expected.txt:
* http/tests/security/xssAuditor/base-href-null-char-expected.txt:
* http/tests/security/xssAuditor/base-href-safe-expected.txt:
* http/tests/security/xssAuditor/base-href-safe2-expected.txt:
* http/tests/security/xssAuditor/base-href-safe3-expected.txt:
* http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
* http/tests/security/xssAuditor/cached-frame-expected.txt:
* http/tests/security/xssAuditor/cached-frame.html:
* http/tests/security/xssAuditor/cookie-injection-expected.txt:
* http/tests/security/xssAuditor/data-urls-work-expected.txt:
* http/tests/security/xssAuditor/data-urls-work.html:
* http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
* http/tests/security/xssAuditor/dom-write-innerHTML.html:
* http/tests/security/xssAuditor/form-action-expected.txt:
* http/tests/security/xssAuditor/formaction-on-button-expected.txt:
* http/tests/security/xssAuditor/formaction-on-input-expected.txt:
* http/tests/security/xssAuditor/javascript-link-safe-expected.txt:
* http/tests/security/xssAuditor/javascript-link-safe.html:
* http/tests/security/xssAuditor/property-escape-noquotes-expected.txt:
* http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars-expected.txt:
* http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars.html:
* http/tests/security/xssAuditor/property-escape-noquotes.html:
* http/tests/security/xssAuditor/property-inject-expected.txt:
* http/tests/security/xssAuditor/property-inject.html:
* http/tests/security/xssAuditor/resources/base-href/really-safe-script.js:
* http/tests/security/xssAuditor/resources/base-href/safe-script.js:
* http/tests/security/xssAuditor/resources/echo-intertag.pl:
* http/tests/security/xssAuditor/resources/javascript-link-safe.html:
* http/tests/security/xssAuditor/resources/nph-cached.pl:
* http/tests/security/xssAuditor/resources/safe-script-noquotes.js:
* http/tests/security/xssAuditor/resources/safe-script.js:
* http/tests/security/xssAuditor/resources/script-tag-safe2.html:
* http/tests/security/xssAuditor/script-tag-near-start-expected.txt:
* http/tests/security/xssAuditor/script-tag-near-start.html:
* http/tests/security/xssAuditor/script-tag-safe2-expected.txt:
* http/tests/security/xssAuditor/script-tag-safe2.html:
* http/tests/security/xssAuditor/script-tag-safe3-expected.txt:
* http/tests/security/xssAuditor/script-tag-safe3.html:
* http/tests/security/xssAuditor/script-tag-src-redirect-safe-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-injected-comment-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-injected-comment.html:
* http/tests/security/xssAuditor/script-tag-with-source-same-host-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/proper-nested-upgrades-expected.txt:
2021-02-09 Peng Liu <peng.liu6@apple.com>
[GPUP] Test media/track/audio-track-add-remove.html crashes on debug bots
https://bugs.webkit.org/show_bug.cgi?id=221595
Reviewed by Eric Carlson.
* gpu-process/TestExpectations:
2021-02-09 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Use UIColorPickerViewController for color inputs
https://bugs.webkit.org/show_bug.cgi?id=221572
<rdar://problem/72183130>
Reviewed by Sam Weinig.
Added a test which displays the new color picker and verifies that
selecting a color updates the corresponding input's value.
* fast/forms/color/color-input-activate-crash.html:
Replaced call to activateElementAndWaitForInputSession with
activateElement and ensurePresentationUpdate, since tapping on a
color input no longer presents a keyboard input view.
* fast/forms/ios/choose-color-from-color-picker-expected.txt: Added.
* fast/forms/ios/choose-color-from-color-picker.html: Added.
* resources/ui-helper.js:
(UIHelper.setSelectedColorForColorPicker):
2021-02-09 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r271660): Unable to interact with page after long-pressing image on images.google.com
https://bugs.webkit.org/show_bug.cgi?id=221584
<rdar://problem/74073581>
Reviewed by Andy Estes.
Add a new layout test that (sometimes) exercises the problem. Given the nature of the bug, it doesn't seem
possible to write a test that reproduces the bug 100% of the time. See WebKit ChangeLog for more details.
* fast/events/touch/ios/tap-after-long-press-on-image-expected.txt: Added.
* fast/events/touch/ios/tap-after-long-press-on-image.html: Added.
* resources/ui-helper.js:
(UIHelper.EventStreamBuilder.prototype.wait):
Add a helper to simply increment the time offset when building an event stream.
2021-02-09 Youenn Fablet <youenn@apple.com>
MediaStream-backed video elements should not compute the mediaType based on track muted states
https://bugs.webkit.org/show_bug.cgi?id=221601
Reviewed by Eric Carlson.
* fast/mediastream/MediaStream-video-element-enter-background-expected.txt: Added.
* fast/mediastream/MediaStream-video-element-enter-background.html: Added.
2021-02-09 Chris Gambrell <cgambrell@apple.com>
[LayoutTests] Convert http/tests/inspector/ convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221140
<rdar://problem/73758592>
Reviewed by Jonathan Bedard.
* http/tests/inspector/network/beacon-type.html:
* http/tests/inspector/network/fetch-response-body-304.html:
* http/tests/inspector/network/fetch-response-body.html:
* http/tests/inspector/network/intercept-request-properties-expected.txt:
* http/tests/inspector/network/intercept-request-properties.html:
* http/tests/inspector/network/ping-type.html:
* http/tests/inspector/network/resource-mime-type.html:
* http/tests/inspector/network/resource-request-headers.html:
* http/tests/inspector/network/resource-sizes-network.html:
* http/tests/inspector/network/resource-timing.html:
* http/tests/inspector/network/resources/404.php: Removed.
* http/tests/inspector/network/resources/404.py: Added.
* http/tests/inspector/network/resources/basic-auth.php: Removed.
* http/tests/inspector/network/resources/basic-auth.py: Added.
* http/tests/inspector/network/resources/beacon.php: Removed.
* http/tests/inspector/network/resources/beacon.py: Added.
* http/tests/inspector/network/resources/delay.php: Removed.
* http/tests/inspector/network/resources/delay.py: Added.
* http/tests/inspector/network/resources/echo.php: Removed.
* http/tests/inspector/network/resources/echo.py: Added.
* http/tests/inspector/network/resources/fetch-cachable.php: Removed.
* http/tests/inspector/network/resources/fetch-cachable.py: Added.
* http/tests/inspector/network/resources/gzipped-lorem-no-content-length.php: Removed.
* http/tests/inspector/network/resources/gzipped-lorem-no-content-length.py: Added.
* http/tests/inspector/network/resources/gzipped-lorem.php: Removed.
* http/tests/inspector/network/resources/gzipped-lorem.py: Added.
* http/tests/inspector/network/resources/intercept-echo.php: Removed.
* http/tests/inspector/network/resources/intercept-echo.py: Added.
* http/tests/inspector/network/resources/json.php: Removed.
* http/tests/inspector/network/resources/json.py: Added.
* http/tests/inspector/network/resources/ping.php: Removed.
* http/tests/inspector/network/resources/ping.py: Added.
* http/tests/inspector/network/resources/redirect.php: Removed.
* http/tests/inspector/network/resources/redirect.py: Added.
* http/tests/inspector/network/resources/x-frame-options.php: Removed.
* http/tests/inspector/network/resources/x-frame-options.py: Added.
* http/tests/inspector/network/x-frame-options-expected.txt:
* http/tests/inspector/network/x-frame-options.html:
* http/tests/inspector/network/xhr-response-body.html:
* http/tests/inspector/page/get-cookies.html:
* http/tests/inspector/page/resources/set-cookie.php: Removed.
* http/tests/inspector/page/resources/set-cookie.py: Added.
2021-02-09 Philippe Normand <pnormand@igalia.com>
Permission request API for MediaKeySystem access support
https://bugs.webkit.org/show_bug.cgi?id=221187
Reviewed by Jer Noble.
Add basic coverage support for overriding the MediaKeySystem permission answer and thus have
the promise rejection tested in this case.
* media/encrypted-media/mock-MediaKeySystemAccess-expected.txt:
* media/encrypted-media/mock-MediaKeySystemAccess.html:
2021-02-09 Manuel Rego Casasnovas <rego@igalia.com>
Allow sending modifier keys in test_driver.send_keys()
https://bugs.webkit.org/show_bug.cgi?id=221466
Reviewed by Carlos Garcia Campos.
Add specific -expected.txt file for Mac platform. Meta key is detected differently than in other platforms,
also event.ctrlKey and other are not being set from the test (they work fine when checking that manually).
* platform/ios/TestExpectations: Skip test as it's timing out in iOS.
* platform/mac/imported/w3c/web-platform-tests/uievents/keyboard/modifier-keys-expected.txt: Added.
2021-02-08 Rob Buis <rbuis@igalia.com>
Make auto && <ratio> use content box-sizing
https://bugs.webkit.org/show_bug.cgi?id=221527
Reviewed by Simon Fraser.
Enable some tests that pass now.
* TestExpectations:
2021-02-08 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r269458): yahoo.com social / comments bar shows as transparent when scrolling page
https://bugs.webkit.org/show_bug.cgi?id=221582
Reviewed by Tim Horton.
* scrollingcoordinator/fixed-node-reattach-expected.html: Added.
* scrollingcoordinator/fixed-node-reattach.html: Added.
2021-02-08 Patrick Angle <pangle@apple.com>
Web Inspector: Add `CSS.setLayoutContextTypeChangedMode` for getting information about all layout contexts
https://bugs.webkit.org/show_bug.cgi?id=221449
Reviewed by Devin Rousso
Added layout tests for `CSS.setLayoutContextTypeChangedMode` command.
* inspector/css/setLayoutContextTypeChangedMode-expected.txt: Added.
* inspector/css/setLayoutContextTypeChangedMode.html: Added.
2021-02-08 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r272480, r272481, and r272500.
https://bugs.webkit.org/show_bug.cgi?id=221586
Caused assertion failure seen with EME tests
Reverted changesets:
"Permission request API for MediaKeySystem access support"
https://bugs.webkit.org/show_bug.cgi?id=221187
https://trac.webkit.org/changeset/272480
"Unreviewed, build fix after r272480"
https://trac.webkit.org/changeset/272481
"Permission request API for MediaKeySystem access support"
https://bugs.webkit.org/show_bug.cgi?id=221187
https://trac.webkit.org/changeset/272500
2021-02-08 Rob Buis <rbuis@igalia.com>
Make getStartEndListChildren check renderers
https://bugs.webkit.org/show_bug.cgi?id=221388
Reviewed by Alex Christensen.
Add test for this.
* editing/execCommand/insert-nested-lists-crash-expected.txt: Added.
* editing/execCommand/insert-nested-lists-crash.html: Added.
2021-02-08 Said Abou-Hallawa <said@apple.com>
A Pattern with an SVG image is not rendered correctly
https://bugs.webkit.org/show_bug.cgi?id=221550
Reviewed by Simon Fraser.
* imported/blink/svg/canvas/canvas-draw-pattern-size-expected.html:
Change the expected result to not use the pattern in its drawing.
* imported/blink/svg/canvas/canvas-draw-pattern-size.html:
Use a rectangle instead of a circle to avoid differences with the expected
result due to the edge smoothing.
2021-02-08 Jonathan Bedard <jbedard@apple.com>
[LayoutTests] Convert xmlhttprequest php to Python
https://bugs.webkit.org/show_bug.cgi?id=220995
<rdar://problem/73630008>
Reviewed by Alex Christensen.
* http/tests/local/formdata/resources/send-form-data-common.js:
(sendFormData):
* http/tests/local/formdata/send-form-data-constructed-from-form-expected.txt:
* http/tests/local/formdata/send-form-data-constructed-from-form-using-open-panel-expected.txt:
* http/tests/local/formdata/send-form-data-constructed-from-form-using-open-panel.html:
* http/tests/local/formdata/send-form-data-constructed-from-form.html:
* http/tests/local/formdata/send-form-data-with-empty-blob-filename.html:
* http/tests/local/formdata/send-form-data-with-empty-file-filename-using-open-panel.html:
* http/tests/local/formdata/send-form-data-with-empty-file-filename.html:
* http/tests/media/user-gesture-preserved-across-xmlhttprequest.html:
* http/tests/resources/__init__.py: Added.
* http/tests/resources/portabilityLayer.py: Added.
(setState):
(getState):
* http/tests/resources/reset-temp-file.py: Added.
* http/tests/xmlhttprequest/XMLHttpRequestException.html:
* http/tests/xmlhttprequest/abort-should-cancel-load-expected.txt:
* http/tests/xmlhttprequest/abort-should-cancel-load.html:
* http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html:
* http/tests/xmlhttprequest/access-control-and-redirects-async-expected.txt:
* http/tests/xmlhttprequest/access-control-and-redirects-async.html:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
* http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html:
* http/tests/xmlhttprequest/access-control-preflight-credential-async.html:
* http/tests/xmlhttprequest/access-control-preflight-credential-sync.html:
* http/tests/xmlhttprequest/access-control-preflight-headers-async.html:
* http/tests/xmlhttprequest/access-control-preflight-headers-sync.html:
* http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-not-successful.html:
* http/tests/xmlhttprequest/access-control-preflight-request-header-lowercase.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported.html:
* http/tests/xmlhttprequest/access-control-response-with-body-sync.html:
* http/tests/xmlhttprequest/access-control-response-with-body.html:
* http/tests/xmlhttprequest/access-control-response-with-expose-headers.html:
* http/tests/xmlhttprequest/auth-reject-protection-space.html:
* http/tests/xmlhttprequest/authorization-header.html:
* http/tests/xmlhttprequest/basic-auth-credentials-escaping.html:
* http/tests/xmlhttprequest/basic-auth-default.html:
* http/tests/xmlhttprequest/basic-auth-load-URL-with-consecutive-slashes.html:
* http/tests/xmlhttprequest/basic-auth-nopassword.html:
* http/tests/xmlhttprequest/basic-auth-nouser.html:
* http/tests/xmlhttprequest/basic-auth-responseURL-expected.txt:
* http/tests/xmlhttprequest/basic-auth-responseURL.html:
* http/tests/xmlhttprequest/basic-auth.html:
* http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html:
* http/tests/xmlhttprequest/connection-error-sync.html:
* http/tests/xmlhttprequest/cors-non-standard-safelisted-headers-should-trigger-preflight-expected.txt:
* http/tests/xmlhttprequest/cors-non-standard-safelisted-headers-should-trigger-preflight.html:
* http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html:
* http/tests/xmlhttprequest/cross-origin-authorization.html:
* http/tests/xmlhttprequest/cross-origin-cookie-storage.html:
* http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* http/tests/xmlhttprequest/cross-origin-no-authorization.html:
* http/tests/xmlhttprequest/cross-origin-no-credential-prompt-expected.txt:
* http/tests/xmlhttprequest/cross-origin-no-credential-prompt.html:
* http/tests/xmlhttprequest/cross-origin-preflight-get.html:
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html:
* http/tests/xmlhttprequest/detaching-frame-2.html:
* http/tests/xmlhttprequest/digest-auth.html:
* http/tests/xmlhttprequest/failed-auth-expected.txt:
* http/tests/xmlhttprequest/failed-auth.html:
* http/tests/xmlhttprequest/gzip-content-type.html:
* http/tests/xmlhttprequest/head-redirection.html:
* http/tests/xmlhttprequest/logout.html:
* http/tests/xmlhttprequest/navigation-should-abort.html:
* http/tests/xmlhttprequest/null-auth.php: Removed.
* http/tests/xmlhttprequest/null-auth.py: Added.
* http/tests/xmlhttprequest/onabort-event.html:
* http/tests/xmlhttprequest/onabort-progressevent-attributes.html:
* http/tests/xmlhttprequest/onloadend-event-after-error.html:
* http/tests/xmlhttprequest/onloadend-event-after-sync-requests.html:
* http/tests/xmlhttprequest/origin-exact-matching-expected.txt:
* http/tests/xmlhttprequest/overridemimetype-headers-received-state-force-shiftjis.html:
* http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt:
* http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt:
* http/tests/xmlhttprequest/post-blob-content-type-tests.js:
* http/tests/xmlhttprequest/re-login-async.html:
* http/tests/xmlhttprequest/re-login.html:
* http/tests/xmlhttprequest/redirect-cors-origin-null.html:
* http/tests/xmlhttprequest/redirect-credentials-responseURL-expected.txt:
* http/tests/xmlhttprequest/redirect-credentials-responseURL.html:
* http/tests/xmlhttprequest/redirect-cross-origin-tripmine-expected.txt:
* http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html:
* http/tests/xmlhttprequest/redirections-and-user-headers.html:
* http/tests/xmlhttprequest/remember-bad-password-expected.txt:
* http/tests/xmlhttprequest/remember-bad-password.html:
* http/tests/xmlhttprequest/resources/access-control-allow-lists.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-allow-lists.py: Added.
* http/tests/xmlhttprequest/resources/access-control-allow-with-body.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-allow-with-body.py: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.py: Added.
(fail):
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.py: Added.
(fail):
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.py: Added.
(fail):
* http/tests/xmlhttprequest/resources/access-control-preflight-denied-xsrf.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-preflight-denied-xsrf.py: Added.
(fail):
* http/tests/xmlhttprequest/resources/access-control-preflight-redirect.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-preflight-redirect.py: Added.
* http/tests/xmlhttprequest/resources/access-control-preflight-request-header-lowercase.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-preflight-request-header-lowercase.py: Added.
* http/tests/xmlhttprequest/resources/access-control-response-with-expose-headers.php: Removed.
* http/tests/xmlhttprequest/resources/access-control-response-with-expose-headers.py: Added.
* http/tests/xmlhttprequest/resources/basic-auth-default/dir1/basic-auth.php: Removed.
* http/tests/xmlhttprequest/resources/basic-auth-default/dir1/basic-auth.py: Added.
* http/tests/xmlhttprequest/resources/basic-auth-default/dir2/basic-auth.php: Removed.
* http/tests/xmlhttprequest/resources/basic-auth-default/dir2/basic-auth.py: Added.
* http/tests/xmlhttprequest/resources/basic-auth-default/dir2/catch.php: Removed.
* http/tests/xmlhttprequest/resources/basic-auth-default/dir2/catch.py: Added.
* http/tests/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.php: Removed.
* http/tests/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.py: Added.
* http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Removed.
* http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.py: Added.
* http/tests/xmlhttprequest/resources/basic-auth/basic-auth.php: Removed.
* http/tests/xmlhttprequest/resources/basic-auth/basic-auth.py: Added.
* http/tests/xmlhttprequest/resources/big-response.php: Removed.
* http/tests/xmlhttprequest/resources/big-response.py: Added.
* http/tests/xmlhttprequest/resources/chunked-transfer.php: Removed.
* http/tests/xmlhttprequest/resources/chunked-transfer.py: Added.
* http/tests/xmlhttprequest/resources/cors-preflight-safelisted-headers-responder.php: Removed.
* http/tests/xmlhttprequest/resources/cors-preflight-safelisted-headers-responder.py: Added.
* http/tests/xmlhttprequest/resources/cross-origin-authorization.php: Removed.
* http/tests/xmlhttprequest/resources/cross-origin-authorization.py: Added.
* http/tests/xmlhttprequest/resources/cross-origin-check-cookies.php: Removed.
* http/tests/xmlhttprequest/resources/cross-origin-check-cookies.py: Added.
* http/tests/xmlhttprequest/resources/cross-origin-no-authorization.php: Removed.
* http/tests/xmlhttprequest/resources/cross-origin-no-authorization.py: Added.
* http/tests/xmlhttprequest/resources/cross-origin-preflight-get.php: Removed.
* http/tests/xmlhttprequest/resources/cross-origin-preflight-get.py: Added.
* http/tests/xmlhttprequest/resources/cross-origin-preset-authorization-frame.html:
* http/tests/xmlhttprequest/resources/cross-origin-set-cookies.php: Removed.
* http/tests/xmlhttprequest/resources/cross-origin-set-cookies.py: Added.
* http/tests/xmlhttprequest/resources/custom-headers.php: Removed.
* http/tests/xmlhttprequest/resources/custom-headers.py: Added.
* http/tests/xmlhttprequest/resources/download-header-with-delay.php: Removed.
* http/tests/xmlhttprequest/resources/download-header-with-delay.py: Added.
* http/tests/xmlhttprequest/resources/download-with-delay.php: Removed.
* http/tests/xmlhttprequest/resources/download-with-delay.py: Added.
* http/tests/xmlhttprequest/resources/echo-auth.php: Removed.
* http/tests/xmlhttprequest/resources/echo-auth.py: Added.
* http/tests/xmlhttprequest/resources/echo-host.php: Removed.
* http/tests/xmlhttprequest/resources/echo-host.py: Added.
* http/tests/xmlhttprequest/resources/echo-request-method.php: Removed.
* http/tests/xmlhttprequest/resources/echo-request-method.py: Added.
* http/tests/xmlhttprequest/resources/echo-user-agent.php: Removed.
* http/tests/xmlhttprequest/resources/echo-user-agent.py: Added.
* http/tests/xmlhttprequest/resources/empty-content-type.php: Removed.
* http/tests/xmlhttprequest/resources/empty-content-type.py: Added.
* http/tests/xmlhttprequest/resources/endlessxml.php: Removed.
* http/tests/xmlhttprequest/resources/endlessxml.py: Added.
* http/tests/xmlhttprequest/resources/frame-load-to-cancel.html:
* http/tests/xmlhttprequest/resources/get-content.php: Removed.
* http/tests/xmlhttprequest/resources/get-content.py: Added.
* http/tests/xmlhttprequest/resources/get_method.php: Removed.
* http/tests/xmlhttprequest/resources/get_method.py: Added.
* http/tests/xmlhttprequest/resources/gzip-lorem.php: Removed.
* http/tests/xmlhttprequest/resources/gzip-lorem.py: Added.
* http/tests/xmlhttprequest/resources/headers.php: Removed.
* http/tests/xmlhttprequest/resources/headers.py: Added.
* http/tests/xmlhttprequest/resources/infinite-loop.php: Removed.
* http/tests/xmlhttprequest/resources/infinite-loop.py: Added.
* http/tests/xmlhttprequest/resources/logout/resource.php: Removed.
* http/tests/xmlhttprequest/resources/logout/resource.py: Added.
* http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Removed.
* http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.py: Added.
* http/tests/xmlhttprequest/resources/multipart-post-echo.php: Removed.
* http/tests/xmlhttprequest/resources/multipart-post-echo.py: Added.
* http/tests/xmlhttprequest/resources/no-authenticate-header-401.php: Removed.
* http/tests/xmlhttprequest/resources/no-authenticate-header-401.py: Added.
* http/tests/xmlhttprequest/resources/no-custom-header.php: Removed.
* http/tests/xmlhttprequest/resources/no-custom-header.py: Added.
* http/tests/xmlhttprequest/resources/not-ascii-status.php: Removed.
* http/tests/xmlhttprequest/resources/not-ascii-status.py: Added.
* http/tests/xmlhttprequest/resources/origin-exact-matching-iframe.html:
* http/tests/xmlhttprequest/resources/print-headers.php: Removed.
* http/tests/xmlhttprequest/resources/print-headers.py: Added.
* http/tests/xmlhttprequest/resources/print-referer.php: Removed.
* http/tests/xmlhttprequest/resources/print-referer.py: Added.
* http/tests/xmlhttprequest/resources/re-login/resource.php: Removed.
* http/tests/xmlhttprequest/resources/re-login/resource.py: Added.
* http/tests/xmlhttprequest/resources/redirect-cors-origin-null-pass.php: Removed.
* http/tests/xmlhttprequest/resources/redirect-cors-origin-null-pass.py: Added.
* http/tests/xmlhttprequest/resources/redirect-cors-origin-null.php: Removed.
* http/tests/xmlhttprequest/resources/redirect-cors-origin-null.py: Added.
* http/tests/xmlhttprequest/resources/redirect-cors.php: Removed.
* http/tests/xmlhttprequest/resources/redirect-cors.py: Added.
* http/tests/xmlhttprequest/resources/redirect-cross-origin-tripmine.php: Removed.
* http/tests/xmlhttprequest/resources/redirect-cross-origin-tripmine.py: Added.
* http/tests/xmlhttprequest/resources/redirect_methods.php: Removed.
* http/tests/xmlhttprequest/resources/redirect_methods.py: Added.
* http/tests/xmlhttprequest/resources/remember-bad-password/count-failures.php: Removed.
* http/tests/xmlhttprequest/resources/remember-bad-password/count-failures.py: Added.
* http/tests/xmlhttprequest/resources/status-404-without-body.php: Removed.
* http/tests/xmlhttprequest/resources/status-404-without-body.py: Added.
* http/tests/xmlhttprequest/resources/url-with-credentials/authenticate.php: Removed.
* http/tests/xmlhttprequest/resources/url-with-credentials/authenticate.py: Added.
* http/tests/xmlhttprequest/resources/url-with-credentials/authorize.php: Removed.
* http/tests/xmlhttprequest/resources/url-with-credentials/authorize.py: Added.
* http/tests/xmlhttprequest/resources/xmlhttprequest-in-unload.html:
* http/tests/xmlhttprequest/resources/xmlhttprequest-mimetype-mixed-case.php: Removed.
* http/tests/xmlhttprequest/resources/xmlhttprequest-mimetype-mixed-case.py: Added.
* http/tests/xmlhttprequest/response-access-on-error.html:
* http/tests/xmlhttprequest/response-special-characters.html:
* http/tests/xmlhttprequest/simple-sync.html:
* http/tests/xmlhttprequest/unauthorized-without-authenticate-header.html:
* http/tests/xmlhttprequest/url-with-credentials.html:
* http/tests/xmlhttprequest/workers/resources/endless-response.php: Removed.
* http/tests/xmlhttprequest/workers/resources/endless-response.py: Added.
* http/tests/xmlhttprequest/workers/resources/endless-sync-xhr.js:
* http/tests/xmlhttprequest/xhr-user-agent.html:
* http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html:
* http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html:
* http/tests/xmlhttprequest/xmlhttprequest-check-get-readystate-for-404-without-body.html:
* http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html:
* http/tests/xmlhttprequest/xmlhttprequest-mimetype-mixed-case.html:
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html:
* http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html:
* http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html:
* http/tests/xmlhttprequest/xmlhttprequest-responseURL.html:
* http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers.html:
* http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html:
* http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html:
* imported/blink/http/tests/security/mixedContent/resources/frame-with-insecure-sync-xhr-post.html:
* platform/mac-wk1/http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/redirect-cross-origin-tripmine-expected.txt:
* platform/win/http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* platform/win/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* platform/win/http/tests/xmlhttprequest/redirect-cross-origin-tripmine-expected.txt:
2021-02-08 Ryan Haddad <ryanhaddad@apple.com>
[iOS macOS] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219460
Unreviwed test gardening.
Skip the test since it is a flaky failure on release, and a flaky assertion failure on debug.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2021-02-08 Rob Buis <rbuis@igalia.com>
Null check document element in createGradient
https://bugs.webkit.org/show_bug.cgi?id=221378
Reviewed by Alex Christensen.
Add tests for this.
* fast/css/conic-gradient-no-document-element-crash-expected.txt: Added.
* fast/css/conic-gradient-no-document-element-crash.html: Added.
* fast/css/linear-gradient-no-document-element-crash-expected.txt: Added.
* fast/css/linear-gradient-no-document-element-crash.html: Added.
* fast/css/radial-gradient-no-document-element-crash-expected.txt: Added.
* fast/css/radial-gradient-no-document-element-crash.html: Added.
2021-02-08 Aditya Keerthi <akeerthi@apple.com>
[macOS] Return key binding for date inputs conflicts with return to submit form
https://bugs.webkit.org/show_bug.cgi?id=221532
<rdar://problem/74039204>
Reviewed by Wenson Hsieh.
Added tests to verify that pressing the space key in a focused date
input presents a calendar view, and pressing the enter key in a focused
date input submits a form.
Rebaselined existing tests to account for the fact that the space key
no longer focuses the next editable component within a date input.
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events-expected.txt:
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events.html:
* fast/forms/date/date-editable-components/date-picker-show-on-space-keypress-expected.txt: Added.
* fast/forms/date/date-editable-components/date-picker-show-on-space-keypress.html: Added.
* fast/forms/date/date-editable-components/form-submit-on-return-keypress-expected.txt: Added.
* fast/forms/date/date-editable-components/form-submit-on-return-keypress.html: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-keyboard-events-expected.txt:
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-keyboard-events.html:
* fast/forms/month/month-editable-components/month-editable-components-keyboard-events-expected.txt:
* fast/forms/month/month-editable-components/month-editable-components-keyboard-events.html:
* fast/forms/time/time-editable-components/time-editable-components-keyboard-events-expected.txt:
* fast/forms/time/time-editable-components/time-editable-components-keyboard-events.html:
2021-02-08 Antti Koivisto <antti@apple.com>
[LFC][Integration] Hit test inline boxes
https://bugs.webkit.org/show_bug.cgi?id=221545
Reviewed by Zalan Bujtas.
* fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html:
* fast/dom/nodesFromRect/nodesFromRect-culled-inlines.html:
* fast/dom/nodesFromRect/resources/nodesFromRect.js:
(nodeListToString):
Sort the vector based on node type so the order is not sensitive to engine internals.
Rect based hit testing is not web exposed and the leaf-to-root order is still maintained.
2021-02-08 Imanol Fernandez <ifernandez@igalia.com>
WebXRSystem::RequestSession with 'viewer' as a required feature should succeed
https://bugs.webkit.org/show_bug.cgi?id=221267
Reviewed by Sergio Villar Senin.
Mark xrSession_viewer_availability test as passing.
* platform/wpe/TestExpectations:
2021-02-08 Andres Gonzalez <andresg_22@apple.com>
Add support for aria-sort change notifications.
https://bugs.webkit.org/show_bug.cgi?id=221495
Reviewed by Chris Fleizach.
* accessibility/aria-sort-changed-notification-expected.txt: Added.
* accessibility/aria-sort-changed-notification.html: Added.
* accessibility/aria-sort-expected.txt:
* accessibility/aria-sort.html:
Calls sortDirection property on the JS accessible element instead of
retrieving the aria-sort attribute. This matches more accurately what an
actual client would do. Changed the expected file accordingly.
* accessibility/ios-simulator/aria-sort-ios-expected.txt:
* accessibility/ios-simulator/aria-sort-ios.html:
Same as in the Mac test above.
* platform/ios/TestExpectations:
Added the new test to be run on the ios-simulator.
2021-02-08 Manuel Rego Casasnovas <rego@igalia.com>
[GTK] event.ctrlKey and other are false in keydown event
https://bugs.webkit.org/show_bug.cgi?id=221456
Reviewed by Adrian Perez de Castro.
The test only pass in GTK right now, despite testing it manually works fine in all platforms,
it looks like they might need changes to make the test pass.
* TestExpectations:
* fast/events/keyboardevent-modifier-expected.txt: Added.
* fast/events/keyboardevent-modifier.html: Added.
* platform/gtk/TestExpectations:
2021-02-08 Philippe Normand <pnormand@igalia.com>
Permission request API for MediaKeySystem access support
https://bugs.webkit.org/show_bug.cgi?id=221187
Reviewed by Jer Noble.
Add basic coverage support for overriding the MediaKeySystem permission answer and thus have
the promise rejection tested in this case.
* media/encrypted-media/mock-MediaKeySystemAccess-expected.txt:
* media/encrypted-media/mock-MediaKeySystemAccess.html:
2021-02-07 Lauro Moura <lmoura@igalia.com>
REGRESSION(r272379) [WPE] imported/w3c/web-platform-tests/mathml/relations/css-styling/mathvariant tests are Image Failing
https://bugs.webkit.org/show_bug.cgi?id=221523
Reviewed by Adrian Perez de Castro.
* platform/wpe/TestExpectations: Remove expected failures
2021-02-07 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] ASSERT(constraints.left->x <= constraints.right->x) when left and right floats run out of space
https://bugs.webkit.org/show_bug.cgi?id=220963
<rdar://problem/73861675>
Reviewed by Simon Fraser.
* fast/inline/intrusive-left-right-floats-assert-expected.txt: Added.
* fast/inline/intrusive-left-right-floats-assert.html: Added.
2021-02-06 Lauro Moura <lmoura@igalia.com>
[WPE] Gardening mathml failures
Unreviewed test gardening.
* platform/wpe/TestExpectations:
2021-02-05 Antti Koivisto <antti@apple.com>
Remove the Timer from Style::Scope
https://bugs.webkit.org/show_bug.cgi?id=221221
<rdar://problem/73918532>
Unreviewed followup.
* platform/mac/TestExpectations:
imported/w3c/web-platform-tests/css/css-scoping/css-scoping-shadow-dynamic-remove-style-detached.html
should no longer be flaky on Mac
2021-02-05 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
Update LayoutTests/imported/w3c/web-platform-tests/shadow-dom to the upstream
https://bugs.webkit.org/show_bug.cgi?id=220768
Reviewed by Ryosuke Niwa.
* platform/ios/TestExpectations:
2021-02-05 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline and gardening commong gtk/wpe failures.
Unreviewed test gardening.
* platform/glib/TestExpectations:
Rebaselines after r272100
* platform/glib/tables/mozilla/bugs/bug106795-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug16252-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug16252-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug20579-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug82946-2-expected.txt:
Rebaseline after r272035
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
Rebaseline after r271110
* platform/gtk/fast/block/basic/014-expected.txt:
* platform/wpe/fast/block/basic/014-expected.txt:
2021-02-05 Amir Mark Jr <amir_mark@apple.com>
[BigSur WK1] media/media-source/media-source-webm-append-buffer-after-abort.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=221369
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Mark as skip because test is not supported on wk1
2021-02-05 Antti Koivisto <antti@apple.com>
[LFC][Integration] Hit testing broken for descendants of pointer-events:none boxes
https://bugs.webkit.org/show_bug.cgi?id=221460
Reviewed by Zalan Bujtas.
* fast/events/hittest-pointer-event-none-descendants-expected.html: Added.
* fast/events/hittest-pointer-event-none-descendants.html: Added.
2021-02-05 Youenn Fablet <youenn@apple.com>
Enable audio capture for speech recognition in GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=221457
Reviewed by Eric Carlson.
* fast/speechrecognition/ios/restart-recognition-after-stop.html:
* fast/speechrecognition/ios/start-recognition-then-stop.html:
* fast/speechrecognition/start-recognition-then-stop.html:
* fast/speechrecognition/start-second-recognition.html:
2021-02-05 Patrick Angle <pangle@apple.com>
Web Inspector: Implement backend support for maintaining a list of Grid layout contexts
https://bugs.webkit.org/show_bug.cgi?id=221228
Reviewed by Devin Rousso.
Added tests for `CSS.nodeLayoutContextTypeChanged` event and corresponding properties.
* inspector/css/nodeLayoutContextTypeChanged-expected.txt: Added.
* inspector/css/nodeLayoutContextTypeChanged.html: Added.
2021-02-05 Rini Patel <rini_patel@apple.com>
[GPU Process] Repopulate the TestExpectations file #2
https://bugs.webkit.org/show_bug.cgi?id=221446
Unreviewed test gardening.
* gpu-process/TestExpectations:
2021-02-05 Youenn Fablet <youenn@apple.com>
Remove GPUProcess flag in MediaRecorder tests
https://bugs.webkit.org/show_bug.cgi?id=221401
Reviewed by Eric Carlson.
Remove test that is the same as http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html.
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess-expected.txt: Removed.
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess.html: Removed.
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html:
* http/wpt/mediarecorder/pause-recording.html:
Increase timer to cope with added latency introduced by IPC messaging.
* platform/mac-wk2/TestExpectations:
2021-02-05 Youenn Fablet <youenn@apple.com>
Make sure click attribution is processed in case of redirected kept alive loads
https://bugs.webkit.org/show_bug.cgi?id=221453
<rdar://problem/70896640>
Reviewed by John Wilander.
* http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt: Added.
* http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive.html: Added.
* http/tests/privateClickMeasurement/resources/redirectToConversion.php:
2021-02-05 Chris Dumez <cdumez@apple.com>
REGRESSION (r272392): [ MacOS ] webaudio/audioworklet-addModule-failure.html is flakey timing out
https://bugs.webkit.org/show_bug.cgi?id=221469
<rdar://problem/74027196>
Unreviewed, make sure the test triggers JS garbage collection before exiting so that the next test does
not fail with an out-of-memory error.
* webaudio/audioworket-out-of-memory.html:
2021-02-05 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r271879) [SOUP] webrtc/datachannel/gather-candidates-networkprocess-crash.html is crashing in debug mode
https://bugs.webkit.org/show_bug.cgi?id=221379
Reviewed by Youenn Fablet.
Remove expectations for tests that are now passing.
* platform/glib/TestExpectations:
2021-02-05 Devin Rousso <drousso@apple.com>
Add intermediate volume icon states between "mute" and "max"
https://bugs.webkit.org/show_bug.cgi?id=221371
Unreviewed test fix.
* media/modern-media-controls/mute-button/mute-button.html:
* media/modern-media-controls/mute-button/mute-button-expected.txt:
2021-02-04 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening accessibility and font failures
Unreviewed test gardening.
The img-with-svg-source.html test differed only in the content of the
image.description field, with empty AXDescription text, like other
accessibility tests.
* platform/glib/TestExpectations:
* platform/glib/accessibility/img-with-svg-source-expected.txt: Added.
* platform/gtk/TestExpectations:
2021-02-04 Julian Gonzalez <julian_a_gonzalez@apple.com>
Null dereference in DocumentLoader::commitData()
https://bugs.webkit.org/show_bug.cgi?id=221097
Reviewed by Alex Christensen.
Add a test that catches the null dereference
in DocumentLoader::commitData().
* loader/cancel-load-crash-expected.txt: Added.
* loader/cancel-load-crash.html: Added.
2021-02-04 Chris Dumez <cdumez@apple.com>
Potential crash under BaseAudioContext's toJSNewlyCreated()
https://bugs.webkit.org/show_bug.cgi?id=221423
<rdar://73352543>
Reviewed by Darin Adler.
Add layout test coverage.
* webaudio/base-audio-context-wrapper-gc-expected.txt: Added.
* webaudio/base-audio-context-wrapper-gc.html: Added.
2021-02-04 Chris Dumez <cdumez@apple.com>
RELEASE_ASSERT(bigInt) in VM constructor when constructing a WorkletGlobalScope
https://bugs.webkit.org/show_bug.cgi?id=221425
<rdar://73747997>
Reviewed by Keith Miller.
Add layout test coverage.
* webaudio/audioworket-out-of-memory-expected.txt: Added.
* webaudio/audioworket-out-of-memory.html: Added.
2021-02-04 Chris Fleizach <cfleizach@apple.com>
AX: expose focusable elements even if element or ancestor has aria-hidden=true
https://bugs.webkit.org/show_bug.cgi?id=220534
<rdar://problem/71865875>
Reviewed by Zalan Bujtas.
* accessibility/focusable-inside-hidden-expected.txt: Added.
* accessibility/focusable-inside-hidden.html: Added.
2021-02-04 Myles C. Maxfield <mmaxfield@apple.com>
Supplementary code points (U+10000 - U+10FFFF) are not shaped correctly in the fast text codepath
https://bugs.webkit.org/show_bug.cgi?id=221356
<rdar://problem/72555297>
Reviewed by Zalan Bujtas.
* fast/text/multi-code-unit-simple-path-expected-mismatch.html: Added.
* fast/text/multi-code-unit-simple-path.html: Added.
2021-02-04 Devin Rousso <drousso@apple.com>
Add intermediate volume icon states between "mute" and "max"
https://bugs.webkit.org/show_bug.cgi?id=221371
Reviewed by Eric Carlson.
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-constructor.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-constructor-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-volume-styles.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-volume-styles-expected.txt:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-rtl.html:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-rtl-expected.txt:
* media/modern-media-controls/mute-button/mute-button.html:
* media/modern-media-controls/mute-button/mute-button-expected.txt:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* media/modern-media-controls/volume-down-support/volume-down-support.html: Removed.
* media/modern-media-controls/volume-down-support/volume-down-support-expected.txt: Removed.
* media/modern-media-controls/volume-up-support/volume-up-support.html: Removed.
* media/modern-media-controls/volume-up-support/volume-up-support-expected.txt: Removed.
2021-02-04 Devin Rousso <drousso@apple.com>
[macOS] Default to showing the total duration, only switching to time remaining when clicked
https://bugs.webkit.org/show_bug.cgi?id=221364
Reviewed by Eric Carlson.
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-time-control-styles.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-time-control-styles-expected.txt:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-layout.html:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-layout-expected.txt:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-time-control-styles.html:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-time-control-styles-expected.txt:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-dropping-controls-expected.txt:
* media/modern-media-controls/time-label/ios-time-label.html:
* media/modern-media-controls/time-label/ios-time-label-expected.txt:
* media/modern-media-controls/time-label/time-label.html:
* media/modern-media-controls/time-label/time-label-expected.txt:
* media/modern-media-controls/time-labels-support/remaining-time.html:
2021-02-04 Nikita Vasilyev <nvasilyev@apple.com>
Web Inspector: Collapse blackboxed call frames in Sources
https://bugs.webkit.org/show_bug.cgi?id=216897
Reviewed by Devin Rousso.
Test Array.prototype.groupBy.
* inspector/unit-tests/array-utilities-expected.txt:
* inspector/unit-tests/array-utilities.html:
2021-02-04 Aditya Keerthi <akeerthi@apple.com>
[macOS] Selecting a date on datetime-local inputs unexpectedly adds second and millisecond fields
https://bugs.webkit.org/show_bug.cgi?id=221350
<rdar://problem/73943517>
Reviewed by Devin Rousso.
Added a test to to verify that the presence of seconds and milliseconds
in the value of a datetime-local input after selecting a date using the
picker matches the configuration.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-choose-value-from-picker-expected.txt: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-choose-value-from-picker.html: Added.
* resources/ui-helper.js:
(window.UIHelper.chooseDateTimePickerValue):
2021-02-04 Martin Robinson <mrobinson@igalia.com>
Improve the serialization of scroll-snap-type and scroll-snap-align
https://bugs.webkit.org/show_bug.cgi?id=221324
Reviewed by Alex Christensen.
* css3/scroll-snap/resources/iframe-content-rtl.html:
* css3/scroll-snap/resources/iframe-content.html:
* css3/scroll-snap/scroll-snap-inherit-expected.txt:
* css3/scroll-snap/scroll-snap-inherit.html:
* css3/scroll-snap/scroll-snap-initial-expected.txt:
* css3/scroll-snap/scroll-snap-initial.html:
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt:
* css3/scroll-snap/scroll-snap-property-computed-style.js:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2021-02-04 Rob Buis <rbuis@igalia.com>
Make shouldComputeLogicalWidthFromAspectRatioAndInsets writing mode aware
https://bugs.webkit.org/show_bug.cgi?id=221328
Reviewed by Manuel Rego Casasnovas.
Enable some tests that pass now.
* TestExpectations:
2021-02-04 Miguel Gomez <magomez@igalia.com>
[WPE][GTK] Wrong rendering when using opacity filters on hw accelerated layers
https://bugs.webkit.org/show_bug.cgi?id=221330
Reviewed by Carlos Garcia Campos.
Update expected image.
* platform/gtk/css3/filters/effect-opacity-hw-expected.png:
2021-02-03 Rob Buis <rbuis@igalia.com>
Handle aspect-ratio: auto m/n for replaced elements
https://bugs.webkit.org/show_bug.cgi?id=221323
Reviewed by Simon Fraser.
replaced-element-030.html now passes.
* TestExpectations:
2021-02-03 Peng Liu <peng.liu6@apple.com>
[MSE] Move the call to didParseInitializationDataCallback() from the beginning of a cluster to the end of "tracks" element
https://bugs.webkit.org/show_bug.cgi?id=221120
Reviewed by Daniel Bates.
* media/media-source/media-source-webm-expected.txt:
* media/media-source/media-source-webm.html:
2021-02-03 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening more debug crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
2021-02-03 Jiewen Tan <jiewen_tan@apple.com>
[WebAuthn] Allow one user gesture free prompt for each navigation
https://bugs.webkit.org/show_bug.cgi?id=220897
<rdar://problem/73541303>
Reviewed by Brent Fulgham.
* 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:
2021-02-03 Sam Weinig <weinig@apple.com>
Add support for hwb() colors defined in CSS Color 4
https://bugs.webkit.org/show_bug.cgi?id=221352
Reviewed by Darin Adler.
* tests-options.json:
Mark WPT test as slow, matching the HSL/HSLA test it based on.
2021-02-03 Devin Rousso <drousso@apple.com>
[macOS] update media controls to use new SF Symbols
https://bugs.webkit.org/show_bug.cgi?id=221307
Reviewed by Eric Carlson.
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles-expected.txt:
2021-02-03 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new picker for select elements
https://bugs.webkit.org/show_bug.cgi?id=221153
<rdar://problem/73770389>
Reviewed by Tim Horton.
* fast/forms/ios/form-control-refresh/select/choose-select-option-expected.txt: Added.
* fast/forms/ios/form-control-refresh/select/choose-select-option.html: Added.
* resources/ui-helper.js:
(window.UIHelper.waitForContextMenuToShow):
Added a new UIHelper method to wait until a context menu is displayed.
2021-02-03 Youenn Fablet <youenn@apple.com>
Make sure GPUProcess MediaRecorder handles correctly muted tracks
https://bugs.webkit.org/show_bug.cgi?id=221325
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/mute-tracks.html:
Enable media recorder in GPUProcess and reduce the number of retries to have the test fail and not timeout.
2021-02-03 Fernando Jimenez Moreno <fjimenez@igalia.com>
[GStreamer] Add DASH support in the registry scanner
https://bugs.webkit.org/show_bug.cgi?id=215922
Reviewed by Philippe Normand.
Add test to check that 'application/dash+xml' can potentially be played
* platform/glib/media/media-can-play-dash-expected.txt: Added.
* platform/glib/media/media-can-play-dash.html: Added.
2021-02-03 Rob Buis <rbuis@igalia.com>
Rename aspect-ratio/parsing/contain-intrinsic-size*
https://bugs.webkit.org/show_bug.cgi?id=221329
Reviewed by Manuel Rego Casasnovas.
Remove entry for test that passes.
* TestExpectations:
* platform/glib/TestExpectations:
2021-02-03 Sam Weinig <weinig@apple.com>
Add support for color(xyz ...) as part of CSS Color 4
https://bugs.webkit.org/show_bug.cgi?id=221190
Reviewed by Simon Fraser.
* TestExpectations:
Remove now passing xyz test. Update comment for the other xyz test which is invalid.
Getting it removed in https://github.com/web-platform-tests/wpt/pull/27416.
* fast/css/parsing-color-function-expected.txt:
* fast/css/parsing-color-function.html:
Add xyz specific parsing tests, as the rgb ones can't be reusued due to xyz
not supporting percentages for any component.
2021-02-03 Ziran Sun <zsun@igalia.com>
[css-grid][css-flex] <table> grid item should fill the grid area for 'stretch'/'normal' self alignment
https://bugs.webkit.org/show_bug.cgi?id=191463
Reviewed by Sergio Villar Senin.
* TestExpectations: Unskip a tests that is not failing anymore.
2021-02-03 Rob Buis <rbuis@igalia.com>
Support aspect-ratio on grid items
https://bugs.webkit.org/show_bug.cgi?id=220977
Reviewed by Javier Fernandez.
Enable some tests that pass now.
* TestExpectations:
2021-02-03 Youenn Fablet <youenn@apple.com>
Enable webrtc video capture in GPUProcess for iOS WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=220966
Reviewed by Eric Carlson.
Disable capture in GPUProcess for now in these tests as:
- SpeechRecognition in GPUProcess needs some work
- Internals API in platform/ios/mediastream/video-muted-in-background-tab.html are not supported with GPUProcess.
* fast/speechrecognition/ios/audio-capture.html:
* fast/speechrecognition/ios/restart-recognition-after-stop.html:
* fast/speechrecognition/ios/start-recognition-then-stop.html:
* platform/ios/mediastream/video-muted-in-background-tab.html:
2021-02-02 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening debug timeouts
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
2021-02-02 Youenn Fablet <youenn@apple.com>
http/wpt/mediarecorder/mute-tracks.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=221195
Reviewed by Eric Carlson.
In case bot is slow, we were doing more than one analysis.
For each analysis, we were creating a new MediaElementSourceNode for the same video element which is not allowed.
Instead, do the AudioContext setup once and run the analysis steps as long as needed.
* http/wpt/mediarecorder/mute-tracks-expected.txt:
* http/wpt/mediarecorder/mute-tracks.html:
2021-02-02 Amir Mark Jr <amir_mark@apple.com>
[BigSur WK1] imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v* is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=221300
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-02 Jon Lee <jonlee@apple.com>
Update WebGL2 TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=221282
Reviewed by Dean Jackson.
* platform/ios/TestExpectations: fast/canvas/webgl/program-test.html and webgl/1.0.3/conformance/programs/program-test.html always pass.
* platform/mac/TestExpectations:
These tests now fully pass.
* webgl/2.0.0/deqp/functional/gles3/fragmentoutput/random_00-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/fragmentoutput/random_01-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/fragmentoutput/random_02-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/framebufferblit/conversion_04-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/framebufferblit/conversion_08-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/framebufferblit/conversion_10-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/framebufferblit/conversion_11-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/framebufferblit/conversion_12-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/framebufferblit/conversion_13-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/framebufferblit/conversion_18-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/framebufferblit/conversion_25-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/pixelbufferobject-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/teximage2d_pbo_2d_00-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/teximage2d_pbo_2d_01-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/teximage3d_pbo_2d_array_00-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/teximage3d_pbo_2d_array_01-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/teximage3d_pbo_3d_00-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/teximage3d_pbo_3d_01-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_2d_00-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_2d_01-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_01-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_03-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_3d_00-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_3d_01-expected.txt:
This test progressed from 13 to 2 sub-test failures.
* webgl/2.0.0/deqp/functional/gles3/negativestateapi-expected.txt:
2021-02-02 Rini Patel <rini_patel@apple.com>
[GPU Process] Repopulate the TestExpectations file
https://bugs.webkit.org/show_bug.cgi?id=221284
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-02-02 Chris Dumez <cdumez@apple.com>
Assertion failure when calling matchMedia('a'.repeat(2 ** 30)) in JS
https://bugs.webkit.org/show_bug.cgi?id=221272
<rdar://66323284>
Reviewed by Simon Fraser.
Add layout test coverage.
* fast/css/window-watch-media-large-query-expected.txt: Added.
* fast/css/window-watch-media-large-query.html: Added.
2021-02-02 Amir Mark Jr <amir_mark@apple.com>
[BigSur wk1] imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=221230
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-02 Yusuke Suzuki <ysuzuki@apple.com>
Support BigInt64Array/BigUint64Array in structured-cloning
https://bugs.webkit.org/show_bug.cgi?id=221247
Reviewed by Alexey Shvayka.
* storage/indexeddb/resources/structured-clone.js:
* storage/indexeddb/structured-clone-expected.txt:
2021-02-02 Youenn Fablet <youenn@apple.com>
Use WebRTC GPU process flag for MediaRecorder
https://bugs.webkit.org/show_bug.cgi?id=220967
Reviewed by Eric Carlson.
Update test to use feature flag instead of internals API.
Removing webrtc/video-gpuProcess.html since it is now equivalent to webrtc/video.html.
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess.html:
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html:
* http/wpt/mediarecorder/MediaRecorder-requestData.html:
* http/wpt/mediarecorder/mute-tracks.html:
* http/wpt/mediarecorder/pause-recording.html:
* platform/glib/TestExpectations:
* webrtc/video-gpuProcess-expected.txt: Deleted.
* webrtc/video-gpuProcess.html: Deleted.
2021-02-01 Antoine Quint <graouts@webkit.org>
Animation of "rotate" or "scale" property does not correctly account for static "translate" property
https://bugs.webkit.org/show_bug.cgi?id=219894
<rdar://problem/72342798>
Reviewed by Dean Jackson.
Add two new tests that ensure that translate is indeed applied before rotate and scale.
* webanimations/relative-ordering-of-translate-and-rotate-properties-accelerated-expected.html: Added.
* webanimations/relative-ordering-of-translate-and-rotate-properties-accelerated.html: Added.
* webanimations/relative-ordering-of-translate-and-scale-properties-accelerated-expected.html: Added.
* webanimations/relative-ordering-of-translate-and-scale-properties-accelerated.html: Added.
2021-02-02 Rob Buis <rbuis@igalia.com>
Provide mock dtmf sender
https://bugs.webkit.org/show_bug.cgi?id=220382
Reviewed by Youenn Fablet.
Add test for this.
* webrtc/dmtf-getter-crash-expected.txt: Added.
* webrtc/dmtf-getter-crash.html: Added.
2021-02-02 BJ Burg <bburg@apple.com>
Web Inspector: implement the basics for showing/hiding grid overlays
https://bugs.webkit.org/show_bug.cgi?id=221062
Reviewed by Devin Rousso.
* inspector/dom/showGridOverlay-expected.txt: Added.
* inspector/dom/showGridOverlay.html: Added.
This test does not cover the actual drawing code. The drawing method
will change a lot and is not easy to test currently. The new test
covers the behavior of showGridOverlay/hideGridOverlay by querying
how many grid overlays are active according to InspectorOverlay.
* inspector/model/color-expected.txt:
* inspector/model/color.html:
Add a test case to exercise WI.Color.prototype.toProtocol().
* inspector/unit-tests/test-harness-expect-functions-async-expected.txt:
Rebaseline results after adding more state dumping in the failure case
for InspectorTest.expectException().
2021-02-01 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening crashes common to both glib ports
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2021-02-01 Amir Mark Jr <amir_mark@apple.com>
[BigSur wk1] imported/w3c/web-platform-tests/media-source/mediasource-invalid-codec.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=221146
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-02-01 Youenn Fablet <youenn@apple.com>
ReadableStream C++ methods should check for exception
https://bugs.webkit.org/show_bug.cgi?id=215376
<rdar://problem/66816192>
Reviewed by Alex Christensen.
* streams/readable-stream-tee-worker-expected.txt: Added.
* streams/readable-stream-tee-worker.html: Added.
* streams/readable-stream-tee.js: Added.
(teeRepetitively):
(test):
2021-02-01 Sihui Liu <sihui_liu@appe.com>
Use user media permission prompt for speech recognition
https://bugs.webkit.org/show_bug.cgi?id=221082
rdar://problem/73372499
Reviewed by Youenn Fablet.
* fast/speechrecognition/permission-error.html:
* fast/speechrecognition/start-recognition-in-removed-iframe-expected.txt:
* fast/speechrecognition/start-recognition-in-removed-iframe.html:
2021-02-01 Rini Patel <rini_patel@apple.com>
[GPU Process] Layout tests TestExpectation file rewriting
https://bugs.webkit.org/show_bug.cgi?id=221101
Populate TestExpectations from clean state, remove all skipped dirs, add back failing tests.
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-02-01 Amir Mark Jr <amir_mark@apple.com>
[MacOS] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-automatic-pull.https.html is flaky failure
https://bugs.webkit.org/show_bug.cgi?id=221152
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-02-01 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] Add @ in Error.stack if URL exists
https://bugs.webkit.org/show_bug.cgi?id=221184
Reviewed by Keith Miller.
* inspector/model/remote-object/error-expected.txt:
* inspector/unit-tests/globals-unhandled-rejection-in-timer-callback-expected.txt:
* js/dom/line-column-numbers-expected.txt:
* js/dom/script-tests/stack-trace.js:
(catch):
* js/dom/stack-trace-expected.txt:
* js/script-tests/stack-trace.js:
(catch):
* js/stack-trace-expected.txt:
2021-01-31 Sam Weinig <weinig@apple.com>
Add support for color(prophoto-rgb ...) as part of CSS Color 4
https://bugs.webkit.org/show_bug.cgi?id=221116
Reviewed by Antti Koivisto.
* TestExpectations:
Remove now passing prophoto-rgb tests.
* fast/css/parsing-color-function-expected.txt:
* fast/css/parsing-color-function.html:
Add prophoto-rgb as an rgb type so it gets tested with the
others.
2021-01-30 Sam Weinig <weinig@apple.com>
Add support for color(rec2020 ...) as part of CSS Color 4
https://bugs.webkit.org/show_bug.cgi?id=221114
Reviewed by Antti Koivisto.
* TestExpectations:
Remove now passing rec2020 tests.
* fast/css/parsing-a98rgb-colors-expected.txt: Removed.
* fast/css/parsing-a98rgb-colors.html: Removed.
* fast/css/parsing-color-function-expected.txt: Added.
* fast/css/parsing-color-function.html: Added.
Re-write parsing-a98rgb-colors.html to test all rgb types in the color() function as
they all have the same parsing requirements. Color(lab ) must still be parsed separately
as it has a different grammar.
2021-01-30 Wenson Hsieh <wenson_hsieh@apple.com>
[macOS] Remove support for image controls
https://bugs.webkit.org/show_bug.cgi?id=221156
Reviewed by Tim Horton.
Remove the only layout test for image controls, along with all associated test expectations.
* fast/images/image-controls-basic.html: Removed.
* platform/glib/fast/images/image-controls-basic-expected.txt: Removed.
* platform/gtk/fast/images/images/image-controls-basic-expected.txt: Removed.
* platform/ios/fast/images/image-controls-basic-expected.txt: Removed.
* platform/mac-mojave/fast/images/image-controls-basic-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/fast/images/image-controls-basic-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/wincairo/fast/images/image-controls-basic-expected.txt: Removed.
2021-01-30 Ryosuke Niwa <rniwa@webkit.org>
StaticRange should keep its start and end containers alive
https://bugs.webkit.org/show_bug.cgi?id=221175
Reviewed by Wenson Hsieh.
Added a regression test.
* fast/dom/static-range-gc-expected.txt: Added.
* fast/dom/static-range-gc.html: Added.
2021-01-29 Zalan Bujtas <zalan@apple.com>
[LFC][RenderTreeAsText] Apply the "adjustForTableCells" quirk to line break runs
https://bugs.webkit.org/show_bug.cgi?id=221142
Reviewed by Antti Koivisto.
* platform/ios/fast/table/005-expected.txt:
* platform/ios/tables/mozilla/bugs/bug106795-expected.txt:
* platform/ios/tables/mozilla/bugs/bug1224-expected.txt:
* platform/ios/tables/mozilla/bugs/bug16252-expected.txt:
* platform/ios/tables/mozilla/bugs/bug20579-expected.txt:
* platform/ios/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/ios/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/ios/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac-catalina/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/fast/table/005-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106795-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
2021-01-29 Myles C. Maxfield <mmaxfield@apple.com>
WebKit doesn't automatically right-align Adlam
https://bugs.webkit.org/show_bug.cgi?id=220885
Reviewed by Alex Christensen.
* fast/text/adlam-dir-auto-expected.html: Added.
* fast/text/adlam-dir-auto.html: Added.
2021-01-29 Myles C. Maxfield <mmaxfield@apple.com>
font-stretch is not applied to system-ui
https://bugs.webkit.org/show_bug.cgi?id=221103
<rdar://problem/73719139>
Reviewed by Darin Adler.
* fast/text/system-font-width-2-expected-mismatch.html: Added.
* fast/text/system-font-width-2.html: Added.
* fast/text/system-font-width-3-expected-mismatch.html: Added.
* fast/text/system-font-width-3.html: Added.
* fast/text/system-font-width-4-expected-mismatch.html: Added.
* fast/text/system-font-width-4.html: Added.
* fast/text/system-font-width-5-expected.html: Added.
* fast/text/system-font-width-5.html: Added.
* fast/text/system-font-width-6-expected-mismatch.html: Added.
* fast/text/system-font-width-6.html: Added.
* fast/text/system-font-width-7-expected-mismatch.html: Added.
* fast/text/system-font-width-7.html: Added.
* fast/text/system-font-width-8-expected-mismatch.html: Added.
* fast/text/system-font-width-8.html: Added.
* fast/text/system-font-width-9-expected-mismatch.html: Added.
* fast/text/system-font-width-9.html: Added.
* fast/text/system-font-width-expected-mismatch.html: Added.
* fast/text/system-font-width.html: Added.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2021-01-29 Andres Gonzalez <andresg_22@apple.com>
Support for aria-current state changed notifications.
https://bugs.webkit.org/show_bug.cgi?id=221074
Reviewed by Chris Fleizach.
* accessibility/aria-current-state-changed-notification-expected.txt: Added.
* accessibility/aria-current-state-changed-notification.html: Added.
* accessibility/aria-current.html:
Use AccessibilityUIElement::currentStateValue for consistency and to
match closely how actual clients will invoke this functionality.
* platform/gtk/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2021-01-29 Amir Mark Jr <amir_mark@apple.com>
REGRESSION: [BigSur wk1] media/mediacapabilities/vp9.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=221095
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-01-29 Ryan Haddad <ryanhaddad@apple.com>
Two 'tests' are running with out expectation files that are not real tests.
https://bugs.webkit.org/show_bug.cgi?id=208477
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-01-29 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r272052.
https://bugs.webkit.org/show_bug.cgi?id=221132
WPT mediacapture-record/MediaRecorder-stop.html is broken
Reverted changeset:
"Use WebRTC GPU process flag for MediaRecorder"
https://bugs.webkit.org/show_bug.cgi?id=220967
https://trac.webkit.org/changeset/272052
2021-01-29 Said Abou-Hallawa <said@apple.com>
REGRESSION(r262893): feComponentTransfer is not rendered correctly on Retina display
https://bugs.webkit.org/show_bug.cgi?id=220576
Reviewed by Simon Fraser.
* fast/hidpi/filters-component-transfer-expected.html: Added.
* fast/hidpi/filters-component-transfer.html: Added.
2021-01-29 Philippe Normand <pnormand@igalia.com>
[GStreamer][Playbin3] Support for CEA-608 closed captioned media
https://bugs.webkit.org/show_bug.cgi?id=220654
Reviewed by Xabier Rodriguez-Calvar.
* media/track/track-in-band-style-expected.txt:
* media/track/track-in-band-style.html:
2021-01-28 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] REGRESSION(r266695): content inside a `<button>` inside a flex container has a height of `0` without a declared `min-height`
https://bugs.webkit.org/show_bug.cgi?id=220946
Reviewed by Zalan Bujtas.
* css3/flexbox/percentage-descendants-of-skipped-flex-item-expected.html: Added.
* css3/flexbox/percentage-descendants-of-skipped-flex-item.html: Added.
2021-01-29 Youenn Fablet <youenn@apple.com>
[MacOS] Enable WebKitTestRunner audio and video capture in GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=221035
Reviewed by Eric Carlson.
fast/mediastream/media-stream-track-interrupted.html needs to be run with mock audio capture in process
as interruption mock testing is only supported this way.
SpeechRecognition in GPUProcess is not yet working so we disable capture in GPU Process for these two tests
until SpeechRecognition in GPUProcess is supported.
* fast/mediastream/media-stream-track-interrupted.html:
* fast/speechrecognition/start-recognition-then-stop.html:
* fast/speechrecognition/start-second-recognition.html:
2021-01-29 Youenn Fablet <youenn@apple.com>
Use WebRTC GPU process flag for MediaRecorder
https://bugs.webkit.org/show_bug.cgi?id=220967
Reviewed by Eric Carlson.
Update test to use feature flag instead of internals API.
Removing webrtc/video-gpuProcess.html since it is now equivalent to webrtc/video.html.
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess.html:
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html:
* http/wpt/mediarecorder/MediaRecorder-requestData.html:
* http/wpt/mediarecorder/mute-tracks.html:
* http/wpt/mediarecorder/pause-recording.html:
* platform/glib/TestExpectations:
* webrtc/video-gpuProcess-expected.txt: Deleted.
* webrtc/video-gpuProcess.html: Deleted.
2021-01-29 Carlos Garcia Campos <cgarcia@igalia.com>
[SOUP] Use a GInputStream to set the request body in preparation for libsoup3
https://bugs.webkit.org/show_bug.cgi?id=221034
Reviewed by Adrian Perez de Castro.
Remove expectations of http/tests/local/blob/send-hybrid-blob-using-open-panel.html that is now passing.
* platform/gtk/TestExpectations:
2021-01-29 Rob Buis <rbuis@igalia.com>
Fix logic error in shouldComputeLogicalHeightFromAspectRatio
https://bugs.webkit.org/show_bug.cgi?id=220965
Reviewed by Darin Adler.
percentage-resolution-005.html now passes.
* TestExpectations:
2021-01-28 Jean-Yves Avenard <jya@apple.com>
[ Big Sur ] media/media-source/media-source-webm-init-inside-segment.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220552
<rdar://problem/73048070>
Reviewed by Jer Noble.
* platform/mac/TestExpectations: unskip test
2021-01-28 Peng Liu <peng.liu6@apple.com>
[GPUP][MSE] A video element does not fire “canplaythrough” event if SourceBuffer.abort() is called
https://bugs.webkit.org/show_bug.cgi?id=220964
Reviewed by Jer Noble.
* gpu-process/TestExpectations:
* media/media-source/media-source-webm-append-buffer-after-abort-expected.txt: Added.
* media/media-source/media-source-webm-append-buffer-after-abort.html: Added.
* platform/mac/TestExpectations:
2021-01-28 Amir Mark Jr <amir_mark@apple.com>
[BigSur Wk1] media/video-ended-event-negative-playback.html is flaky text failure.
https://bugs.webkit.org/show_bug.cgi?id=221106
Unreviewed test guardening.
* platform/mac-wk1/TestExpectations:
2021-01-28 Martin Robinson <mrobinson@webkit.org>
Add support for logical variants of 'scroll-padding' and 'scroll-margin'
https://bugs.webkit.org/show_bug.cgi?id=220766
<rdar://problem/73661278>
Reviewed by Darin Adler.
Update test expectations.
* css3/scroll-snap/scroll-snap-inherit-expected.txt:
* css3/scroll-snap/scroll-snap-inherit.html:
* css3/scroll-snap/scroll-snap-initial-expected.txt:
* css3/scroll-snap/scroll-snap-initial.html:
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt:
* css3/scroll-snap/scroll-snap-property-computed-style.js:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2021-01-28 Lauro Moura <lmoura@igalia.com>
REGRESSION(r271119) Check for nullness of preamble.caller
https://bugs.webkit.org/show_bug.cgi?id=220610
Reviewed by Yusuke Suzuki.
r271119 changed some kinds of functions to return null when trying to
access its caller property.
This made the preamble helper from indexeddb tests to fail when used
in places like arrow functions, like in
storage/indexeddb/result-request-cycle.html.
This commit makes preamble default to an empty name if the caller is
null.
* http/tests/IndexedDB/resources/shared.js:
(preamble):
* imported/blink/storage/indexeddb/resources/shared.js:
(preamble):
* storage/indexeddb/resources/shared.js:
(preamble):
2021-01-28 Ada Chan <ada.chan@apple.com>
REGRESSION (r271988): WebXR test failures on Big Sur
https://bugs.webkit.org/show_bug.cgi?id=221092
Reviewed by Chris Dumez.
* platform/mac/TestExpectations: Skip failing tests
2021-01-28 Chris Fleizach <cfleizach@apple.com>
AX: Long narrow tables should not be made in data tables unnecessarily
https://bugs.webkit.org/show_bug.cgi?id=221061
<rdar://problem/73681149>
Reviewed by Zalan Bujtas.
* accessibility/narrow-tables-ignored-expected.txt: Added.
* accessibility/narrow-tables-ignored.html: Added.
2021-01-28 Ada Chan <ada.chan@apple.com>
REGRESSION (r271988): XRSession.end() promise is not resolved if PlatformXR::Device::supportsSessionShutdownNotification() returns false
https://bugs.webkit.org/show_bug.cgi?id=221080
Reviewed by Chris Dumez.
Enable a test that was timing out, but now passes with the bug fix.
* platform/mac/TestExpectations:
2021-01-28 Carlos Garcia Campos <cgarcia@igalia.com>
Load data URLs in the web process also for synchronous loads
https://bugs.webkit.org/show_bug.cgi?id=220981
Reviewed by Adrian Perez de Castro.
Remove expectations for tests that are no longer crashing.
* platform/glib/TestExpectations:
2021-01-28 Julian Gonzalez <julian_a_gonzalez@apple.com>
Crash from CompositeEditCommand::moveParagraphs() using Position instead of VisiblePosition
https://bugs.webkit.org/show_bug.cgi?id=220955
Reviewed by Ryosuke Niwa.
Add a test to verify that the crash here is resolved
using requestAnimationFrame(). Thanks to Ryosuke Niwa
for cleaning this up and making it reliable.
* editing/inserting/paragraph-outdent-animationframe-crash-expected.txt: Added.
* editing/inserting/paragraph-outdent-animationframe-crash.html: Added.
2021-01-28 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] Update :focus-visible tests from WPT
https://bugs.webkit.org/show_bug.cgi?id=221037
Reviewed by Javier Fernandez.
* TestExpectations: focus-visible-007.html has been fixed upstream
and doesn't need to be skipped now.
* platform/ios/TestExpectations: Skip focus-visible-013.html
as it timeouts in iOS.
2021-01-27 Antoine Quint <graouts@webkit.org>
REGRESSION(r268615): images flicker on apple.com/ios/ios-14
https://bugs.webkit.org/show_bug.cgi?id=221054
<rdar://problem/72880447>
Reviewed by Dean Jackson.
Add a series of tests ensuring that starting an animation for transform-related properties does not clobber the static
value for this property. We only run those tests on WK2 because running those in WK1 is flaky as there doesn't seem
to be a solid test utility to determine that Core Animation animations have been committed, even with long delays
that would make tests run slow.
* TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
* webanimations/multiple-transform-properties-and-multiple-transform-properties-animation-with-delay-on-forced-layer-expected.html: Added.
* webanimations/multiple-transform-properties-and-multiple-transform-properties-animation-with-delay-on-forced-layer.html: Added.
* webanimations/resources/wait-until-animations-are-committed.js: Added.
* webanimations/rotate-property-and-rotate-animation-with-delay-on-forced-layer-expected.html: Added.
* webanimations/rotate-property-and-rotate-animation-with-delay-on-forced-layer.html: Added.
* webanimations/scale-property-and-scale-animation-with-delay-on-forced-layer-expected.html: Added.
* webanimations/scale-property-and-scale-animation-with-delay-on-forced-layer.html: Added.
* webanimations/transform-property-and-transform-animation-with-delay-on-forced-layer-expected.html: Added.
* webanimations/transform-property-and-transform-animation-with-delay-on-forced-layer.html: Added.
* webanimations/translate-property-and-translate-animation-with-delay-on-forced-layer-expected.html: Added.
* webanimations/translate-property-and-translate-animation-with-delay-on-forced-layer.html: Added.
2021-01-27 Sam Weinig <weinig@apple.com>
Add support for color(a98-rgb ...) as part of CSS Color 4
https://bugs.webkit.org/show_bug.cgi?id=221018
Reviewed by Darin Adler.
* TestExpectations:
Un-fail some now passing tests.
* fast/css/parsing-a98rgb-colors-expected.txt: Added.
* fast/css/parsing-a98rgb-colors.html: Added.
Add new tests for parsing color(a98-rgb ) colors.
2021-01-27 Ada Chan <ada.chan@apple.com>
Send the end XRSessionEvent after the platform-specific steps for session shutdown have completed
https://bugs.webkit.org/show_bug.cgi?id=220835
Reviewed by Chris Dumez.
* platform/mac/TestExpectations:
* platform/wpe/TestExpectations:
* http/wpt/webxr/xrSession_end_device_reports_shutdown.https.html: Added.
* http/wpt/webxr/xrSession_end_device_reports_shutdown.https-expected.html: Added.
* http/wpt/webxr/xrSession_ended_by_system.https.html: Added.
* http/wpt/webxr/xrSession_ended_by_system.https-expected.html: Added.
* http/wpt/webxr/xrSession_reject_multiple_end.https.html: Added.
* http/wpt/webxr/xrSession_reject_multiple_end.https-expected.html: Added.
2021-01-27 Rini Patel <rini_patel@apple.com>
[GPU Process] Remove blind skips from TestExpectations file
https://bugs.webkit.org/show_bug.cgi?id=220935
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-01-27 Nikolas Zimmermann <nzimmermann@igalia.com>
REGRESSION (r243266): SVGStopElement does not react upon 'offset' attribute changes
https://bugs.webkit.org/show_bug.cgi?id=220971
Reviewed by Said Abou-Hallawa.
Fix regression from r243266. SVGAnimatedNumber::create() needs a
reference to the owner SVGElement, otherwise it cannot react to dynamic
changes of the attribute and invalidate the element.
This is covered by two pixel tests: svg/custom/deep-dynamic-updates.svg
and svg/custom/js-update-stop.svg, however since we no longer run pixel
tests by default nobody noticed this. Convert these tests to reftests
to avoid this in the future.
* svg/custom/deep-dynamic-updates-expected.svg: Copied from LayoutTests/svg/custom/deep-dynamic-updates.svg.
* svg/custom/deep-dynamic-updates-expected.txt: Removed.
* svg/custom/deep-dynamic-updates.svg:
* svg/custom/js-update-stop-expected.svg: Copied from LayoutTests/svg/custom/js-update-stop.svg.
* svg/custom/js-update-stop-expected.txt: Removed.
* svg/custom/js-update-stop.svg:
2021-01-27 Sam Weinig <weinig@apple.com>
[iOS] imported/w3c/web-platform-tests/css/css-color/system-color-compute.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220947
Reviewed by Simon Fraser.
* platform/ios/imported/w3c/web-platform-tests/css/css-color: Added.
Add iOS specific result to account for different system colors.
2021-01-27 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r271940.
https://bugs.webkit.org/show_bug.cgi?id=221040
Some tests are failing on bots
Reverted changeset:
"[MacOS] Enable NSURLSession WebSocket code path in
WebKitTestRunner"
https://bugs.webkit.org/show_bug.cgi?id=220973
https://trac.webkit.org/changeset/271940
2021-01-27 Rob Buis <rbuis@igalia.com>
Handle zero aspect-ratio width/height
https://bugs.webkit.org/show_bug.cgi?id=220970
Reviewed by Manuel Rego Casasnovas.
Enable some tests that pass now.
* TestExpectations:
2021-01-27 Manuel Rego Casasnovas <rego@igalia.com>
Upstream to WPT Shadow DOM tests related to :focus pseudo-class
https://bugs.webkit.org/show_bug.cgi?id=220907
Reviewed by Ryosuke Niwa.
* fast/shadow-dom/focus-pseudo-on-shadow-host-1-expected.html: Removed.
* fast/shadow-dom/focus-pseudo-on-shadow-host-2-expected.html: Removed.
* fast/shadow-dom/focus-pseudo-on-shadow-host-3-expected.html: Removed.
* platform/ios/TestExpectations: Mark the new exported tests as passing.
2021-01-27 Imanol Fernandez <ifernandez@igalia.com>
Complete WebXRRigidTransform implementation
https://bugs.webkit.org/show_bug.cgi?id=220732
<rdar://problem/73617302>
Reviewed by Sergio Villar Senin.
Enable XRRigidTransform WebXR tests.
* platform/wpe/TestExpectations:
2021-01-27 Youenn Fablet <youenn@apple.com>
[MacOS] Enable NSURLSession WebSocket code path in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=220973
Reviewed by Darin Adler.
Add platform specific expectations.
The differences are mostly due to different handling in case of server-side closure of the web socket connection (see rdar://problem/73613227).
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/client-close-2-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/client-close-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/contentextensions/display-none-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/contentextensions/display-none-worker-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/deflate-frame-set-bfinal-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/inspector/client-close-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/inspector/send-and-receive-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/inspector/server-close-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/pong-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/send-arraybuffer-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/send-arraybufferview-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/send-blob-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/send-blob-onmessage-origin-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/send-empty-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/send-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/send-onmessage-origin-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/unicode-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/workers/send-arraybuffer-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/workers/send-arraybufferview-expected.txt: Added.
* platform/mac-bigsur-wk2/http/tests/websocket/tests/hybi/workers/send-blob-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.worker-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/Send-65K-data.any-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/Send-binary-65K-arraybuffer.any-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/Send-binary-arraybuffer.any-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/Send-data.any-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/Send-paired-surrogates.any-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/basic-auth.any-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/basic-auth.any.worker-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/constructor/009-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/cookies/third-party-cookie-accepted.https-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-arraybuffer-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-blob-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-getting-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-large-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/send/008-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/send/009-expected.txt: Added.
* platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/websockets/opening-handshake/003-sets-origin.worker-expected.txt: Added.
* platform/mac/TestExpectations:
2021-01-27 Andy Estes <aestes@apple.com>
[Mac] MediaSampleCursor::stepInOrderedMap can hang when stepping to the end of a track that hasn't been fully parsed
https://bugs.webkit.org/show_bug.cgi?id=220555
<rdar://problem/72910000>
Reviewed by Eric Carlson.
* http/conf/mime.types: Added an entry for video/webm.
* http/tests/media/resources/long-test-vp9-vorbis.webm: Added.
* http/tests/media/video-canplaythrough-webm-expected.txt: Added.
* http/tests/media/video-canplaythrough-webm.html: Added.
2021-01-26 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r268947) Some table elements become blank when scroll-bar is toggled
https://bugs.webkit.org/show_bug.cgi?id=221016
<rdar://72881404>
Reviewed by Zalan Bujtas.
* compositing/scrolling/async-overflow-scrolling/self-painting-layer-float-expected.html: Added.
* compositing/scrolling/async-overflow-scrolling/self-painting-layer-float.html: Added.
2021-01-26 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening soup crashes and other timeouts
Unreviewed test gardening.
* platform/glib/TestExpectations:
2021-01-26 Antti Koivisto <antti@apple.com>
REGRESSION (r271584): Hovering slowly over and out of "Top 100" items on liberation.fr does not restore animated state
https://bugs.webkit.org/show_bug.cgi?id=220862
<rdar://problem/73501684>
Reviewed by Simon Fraser.
* fast/selectors/hover-invalidation-descendant-clear-expected.html: Added.
* fast/selectors/hover-invalidation-descendant-clear.html: Added.
2021-01-26 Jonathan Bedard <jbedard@apple.com>
[LayoutTests] Pass authentication to CGI scripts
https://bugs.webkit.org/show_bug.cgi?id=221007
<rdar://problem/73630042>
Reviewed by Stephanie Lewis.
* http/conf/apache2.2-httpd.conf: Pass authentication to CGI scripts.
* http/conf/apache2.4-httpd.conf: Ditto.
* http/conf/apache2.4-php7-httpd.conf: Ditto.
* http/conf/archlinux-httpd.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.0.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.1.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.2.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.3.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.4.conf: Ditto.
* http/conf/fedora-httpd-2.2.conf: Ditto.
* http/conf/fedora-httpd-2.4-php7.conf: Ditto.
* http/conf/fedora-httpd-2.4.conf: Ditto.
* http/conf/flatpak-httpd.conf: Ditto.
* http/conf/win-httpd-2.4-php5.conf: Ditto.
* http/conf/win-httpd-2.4-php7.conf: Ditto.
2021-01-26 Truitt Savell <tsavell@apple.com>
[ Mac wk1 ] fast/harness/render-tree-as-text-options.html is flaky failing in WK1
https://bugs.webkit.org/show_bug.cgi?id=221009
unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2021-01-26 Alex Christensen <achristensen@webkit.org>
Forbid '|' in URL hosts
https://bugs.webkit.org/show_bug.cgi?id=220778
Reviewed by Youenn Fablet.
* fast/url/file-http-base-expected.txt:
* fast/url/file-http-base.html:
2021-01-26 Rob Buis <rbuis@igalia.com>
Resync web-platform-tests/css/css-sizing/aspect-ratio from upstream
https://bugs.webkit.org/show_bug.cgi?id=220968
Reviewed by Manuel Rego Casasnovas.
Adapt platform test expectations.
* TestExpectations:
2021-01-26 Ryan Haddad <ryanhaddad@apple.com>
Release assert in Document::updateStyleIfNeeded() via PrintContext::end() inside HTMLTitleElement::insertedIntoAncestor and removedFromAncestor
https://bugs.webkit.org/show_bug.cgi?id=218496
Unreviewed test gardening.
* TestExpectations: Skip the test to speed up EWS since it became flaky after r271549 was reverted.
2021-01-25 Ryosuke Niwa <rniwa@webkit.org>
Unreviewed, reverting r271514 and r271549
Made TestWebKitAPI.WebKit.PrintFrame flaky
Reverted changeset:
"Use event loop to set title"
https://bugs.webkit.org/show_bug.cgi?id=218496
https://trac.webkit.org/changeset/271514
2021-01-25 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Expand scope of tests skipped due to rdar://65287528.
2021-01-25 Zalan Bujtas <zalan@apple.com>
[Legacy Line Layout] Multiple inline boxes may stretch the line
https://bugs.webkit.org/show_bug.cgi?id=220905
Reviewed by Antti Koivisto.
* platform/ios/fast/block/basic/014-expected.txt:
* platform/mac/fast/block/basic/014-expected.txt:
2021-01-25 Jonathan Bedard <jbedard@apple.com>
[run-webkit-tests] Support python layout tests
https://bugs.webkit.org/show_bug.cgi?id=220749
Reviewed by Alexey Proskuryakov.
* html5lib/generate-test-wrappers: Copied from LayoutTests/html5lib/generate-test-wrappers.py.
* html5lib/generate-test-wrappers.py: Removed.
* http/conf/apache2.2-httpd.conf: Allow .py files to be run as CGI binaries.
* http/conf/apache2.4-httpd.conf: Ditto.
* http/conf/apache2.4-php7-httpd.conf: Ditto.
* http/conf/archlinux-httpd.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.0.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.1.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.2.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.3.conf: Ditto.
* http/conf/debian-httpd-2.4-php7.4.conf: Ditto.
* http/conf/fedora-httpd-2.2.conf: Ditto.
* http/conf/fedora-httpd-2.4-php7.conf: Ditto.
* http/conf/fedora-httpd-2.4.conf: Ditto.
* http/conf/flatpak-httpd.conf: Ditto.
* http/conf/win-httpd-2.4-php5.conf: Ditto.
* http/conf/win-httpd-2.4-php7.conf: Ditto.
* media/track/opera/track/webvtt/parsing-cue-data/buildtests: Copied from LayoutTests/media/track/opera/track/webvtt/parsing-cue-data/buildtests.py.
* media/track/opera/track/webvtt/parsing-cue-data/buildtests.py: Removed.
* webgl/generate-webgl-tests: Copied from LayoutTests/webgl/generate-webgl-tests.py.
* webgl/generate-webgl-tests.py: Removed.
2021-01-25 Sam Weinig <weinig@apple.com>
Support percentages when parsing color(srgb ...) and color(display-p3 ...) per-spec
https://bugs.webkit.org/show_bug.cgi?id=220940
Reviewed by Simon Fraser.
Add support for using percentages when using the color(srgb ) and color(display-p3 ) syntax. Also
fix color(lab ) to allow elliding parameters and defaulting them to 0 as per-spec.
* TestExpectations:
* fast/css/parsing-lab-colors-expected.txt:
* fast/css/parsing-lab-colors.html:
2021-01-25 Aditya Keerthi <akeerthi@apple.com>
[iOS] Obscured elements should not be focusable using the accessory bar
https://bugs.webkit.org/show_bug.cgi?id=220929
<rdar://problem/73239409>
Reviewed by Tim Horton.
* fast/forms/ios/accessory-bar-navigation-obscured-input-expected.txt: Added.
* fast/forms/ios/accessory-bar-navigation-obscured-input.html: Added.
2021-01-25 Ryan Haddad <ryanhaddad@apple.com>
[iOS] imported/w3c/web-platform-tests/css/css-color/system-color-compute.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220947
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as failing.
2021-01-25 Alex Christensen <achristensen@webkit.org>
REGRESSION (Big Sur): Some tests in http/tests/security/http-0.9 flakily fail
https://bugs.webkit.org/show_bug.cgi?id=220188
<rdar://problem/72709565>
Reviewed by Alexey Proskuryakov.
rdar://69534004 caused two tests to become flaky on Big Sur.
That change was correct, but caused issues with our test infrastructure.
r271652 successfully made default-port-script-blocked.html no longer flaky, but made default-port-plugin-blocked.html a flaky timeout.
Now that all plugins are blocked, let's just remove this test, which is no longer needed.
* http/tests/security/http-0.9/default-port-plugin-blocked-expected.txt: Removed.
* http/tests/security/http-0.9/default-port-plugin-blocked.html: Removed.
* http/tests/security/http-0.9/resources/nph-load-plugin-fail.pl: Removed.
* platform/mac-wk1/TestExpectations:
* platform/wk2/TestExpectations:
2021-01-25 Ryan Haddad <ryanhaddad@apple.com>
Many WPT tests in css/css-color/predefined-*.html failing
https://bugs.webkit.org/show_bug.cgi?id=220928
Unreviewed test gardening.
* TestExpectations: Switch from Failure -> ImageOnlyFailure.
2021-01-25 John Wilander <wilander@apple.com>
PCM: Use different well-known locations for triggering and reporting attribution
https://bugs.webkit.org/show_bug.cgi?id=220902
<rdar://problem/73550632>
Reviewed by Brent Fulgham.
The discussion in W3C Privacy CG concluded that we should use distinct
well-known URL paths for websites triggering attribution and for the
browser reporting attribution
(https://github.com/privacycg/private-click-measurement/issues/59).
This patch changes the one location to these two:
/.well-known/private-click-measurement/trigger-attribution
/.well-known/private-click-measurement/report-attribution
* http/tests/privateClickMeasurement/resources/redirectToConversion.php:
* http/tests/privateClickMeasurement/resources/redirectToConversionOnIPAddress.php:
2021-01-25 Sam Weinig <weinig@apple.com>
Import css/css-color tests from WPT
https://bugs.webkit.org/show_bug.cgi?id=220247
<rdar://problem/73002231>
Reviewed by Simon Fraser.
* TestExpectations:
Add failing expectations for newly imported reftests that fail. Fixing them is
tracked in https://bugs.webkit.org/show_bug.cgi?id=220928.
2021-01-25 Andres Gonzalez <andresg_22@apple.com>
AX: @alt and bounds ignored when using img[src] points to an inaccessible SVG
https://bugs.webkit.org/show_bug.cgi?id=160705
<rdar://problem/27771579>
Reviewed by Chris Fleizach and Darin Adler.
* accessibility/img-with-svg-source-expected.txt: Added.
* accessibility/img-with-svg-source.html: Added.
* accessibility/ios-simulator/img-with-svg-source-expected.txt: Added.
* accessibility/ios-simulator/img-with-svg-source.html: Added.
* accessibility/svg-shape-labelled-expected.txt:
* accessibility/svg-shape-labelled.html:
Removed the <img> test cases since they are covered correctly in the new
test img-with-svg-source.html.
2021-01-25 Sihui Liu <sihui_liu@appe.com>
Nullptr dereference in SpeechRecognition::stop()
https://bugs.webkit.org/show_bug.cgi?id=220869
<rdar://problem/73507085>
Reviewed by Ryosuke Niwa.
* fast/speechrecognition/detached-iframe-expected.txt: Added.
* fast/speechrecognition/detached-iframe.html: Added.
2021-01-25 Chris Fleizach <cfleizach@apple.com>
AX: iOS: VO: Web: Column Names Not Announced
https://bugs.webkit.org/show_bug.cgi?id=220829
<rdar://problem/73469037>
Reviewed by Zalan Bujtas.
* accessibility/ios-simulator/table-ancestory.html: Added.
* accessibility/ios-simulator/table-ancestory-expected.txt: Added.
* accessibility/ios-simulator/tables-lists.html: Updated.
2021-01-25 Martin Robinson <mrobinson@igalia.com>
scroll-padding should affect paging operations
https://bugs.webkit.org/show_bug.cgi?id=219074
<rdar://problem/71747786>
Reviewed by Simon Fraser.
* css3/scroll-snap/scroll-padding-mainframe-paging-expected.txt: Added.
* css3/scroll-snap/scroll-padding-mainframe-paging.html: Added.
* css3/scroll-snap/scroll-padding-overflow-paging-expected.txt: Added.
* css3/scroll-snap/scroll-padding-overflow-paging.html: Added.
* platform/ios-wk2/TestExpectations: Skip failing tests.
* platform/mac-wk1/TestExpectations: Skip failing tests.
2021-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
Null Ptr Deref @ WebCore::ReplaceSelectionCommand::doApply
https://bugs.webkit.org/show_bug.cgi?id=218493
Reviewed by Youenn Fablet.
* editing/execCommand/insert-image-replace-selection-crash-expected.txt: Added.
* editing/execCommand/insert-image-replace-selection-crash.html: Added.
2021-01-24 Simon Fraser <simon.fraser@apple.com>
[iOS WK2] theverge.com - rubber band scrolling at the top of the page causes an abrupt jump
https://bugs.webkit.org/show_bug.cgi?id=220886
<rdar://71177566>
Reviewed by Sam Weinig.
Add test infrastructure to allow UIScriptController::scrollToOffset() and
UIScriptController::immediateScrollToOffset() to take an options argument with
a 'unconstrained' property, which allows scrolling to unstable offset to simulate
rubberbanding.
* fast/scrolling/ios/content-size-change-during-rubberband-expected.txt: Added.
* fast/scrolling/ios/content-size-change-during-rubberband.html: Added.
* resources/ui-helper.js:
(window.UIHelper.scrollTo.return.new.Promise.):
(window.UIHelper.scrollTo.return.new.Promise):
(window.UIHelper.scrollTo):
(window.UIHelper.immediateScrollTo):
(window.UIHelper.immediateUnstableScrollTo):
2021-01-24 Simon Fraser <simon.fraser@apple.com>
SVG reference filter chain with errors applies only some of the filters, producing incorrect output
https://bugs.webkit.org/show_bug.cgi?id=220893
Reviewed by Sam Weinig.
* css3/filters/invalid-reference-filter-expected.html: Added.
* css3/filters/invalid-reference-filter-in-chain-expected.html: Added.
* css3/filters/invalid-reference-filter-in-chain.html: Added.
* css3/filters/invalid-reference-filter.html: Added.
2021-01-23 Per Arne Vollan <pvollan@apple.com>
[macOS] Deny mach lookup access to "com.apple.iconservices" in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=220013
<rdar://problem/60649036>
Reviewed by Brent Fulgham.
* fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* fast/sandbox/mac/sandbox-mach-lookup.html:
* platform/mac-catalina/fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* platform/mac-mojave/fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
2021-01-23 Eric Carlson <eric.carlson@apple.com>
[iOS] Set background playback restriction for WebAudio
https://bugs.webkit.org/show_bug.cgi?id=220879
<rdar://72949281>
Reviewed by Jer Noble.
* media/media-session-restrictions-expected.txt: Update expectations.
* media/webaudio-background-playback-expected.txt: Added.
* media/webaudio-background-playback.html: Added.
2021-01-23 Per Arne Vollan <pvollan@apple.com>
[macOS] Deny mach-lookup to the service 'com.apple.iconservices.store' in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=220014
<rdar://problem/68923110>
Reviewed by Brent Fulgham.
* fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* fast/sandbox/mac/sandbox-mach-lookup.html:
* platform/mac-catalina/fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* platform/mac-mojave/fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
2021-01-23 Per Arne Vollan <pvollan@apple.com>
[macOS] Deny mach-lookup to the service 'com.apple.hiservices-xpcservice' in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=220321
<rdar://problem/68878470>
Reviewed by Darin Adler.
* fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* fast/sandbox/mac/sandbox-mach-lookup.html:
* platform/mac-catalina/fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* platform/mac-mojave/fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
2021-01-22 Jonathan Bedard <jbedard@apple.com>
[LayoutTests] Move service-worker python files to resources
https://bugs.webkit.org/show_bug.cgi?id=220881
<rdar://problem/73518780>
Reviewed by Alexey Proskuryakov.
* http/wpt/service-workers/check-service-worker-header.https.html:
* http/wpt/service-workers/check-service-worker-header.py: Moved.
* http/wpt/service-workers/file-upload-check.py: Moved.
* http/wpt/service-workers/file-upload.html:
* http/wpt/service-workers/resources/check-service-worker-header.py: Copied from LayoutTests/http/wpt/service-workers/check-service-worker-header.py.
* http/wpt/service-workers/resources/file-upload-check.py: Copied from LayoutTests/http/wpt/service-workers/file-upload-check.py.
* http/wpt/service-workers/resources/update-worker.py: Copied from LayoutTests/http/wpt/service-workers/update-worker.py.
* http/wpt/service-workers/update-service-worker.https.html:
* http/wpt/service-workers/update-worker.py: Moved.
2021-01-22 Jonathan Bedard <jbedard@apple.com>
[LayoutTests] Move redirect.py in resources folder
https://bugs.webkit.org/show_bug.cgi?id=220876
<rdar://problem/73516627>
Reviewed by Alexey Proskuryakov.
* http/wpt/html/dom/elements/images/bypass-cache-redirection-revalidation.html:
* http/wpt/html/dom/elements/images/redirect.py: Moved to images/resources /redirect.py
* http/wpt/html/dom/elements/images/resources: Added.
* http/wpt/html/dom/elements/images/resources/redirect.py: Moved from images/redirect.py.
2021-01-22 Chris Fleizach <cfleizach@apple.com>
AX: AT-synthesized key events for common user actions (increment/decrement) are detectably different in many ways, potentially causing both web app breakage and AT identification
https://bugs.webkit.org/show_bug.cgi?id=220675
<rdar://problem/73263977>
Reviewed by Zalan Bujtas.
* accessibility/keyevents-for-actions-mimic-real-key-events-expected.txt: Added.
* accessibility/keyevents-for-actions-mimic-real-key-events.html: Added.
2021-01-22 Devin Rousso <drousso@apple.com>
Unreviewed, fix crashing test
https://bugs.webkit.org/show_bug.cgi?id=220566
* http/tests/paymentrequest/updateWith-modifiers.https.html:
2021-01-22 Chris Dumez <cdumez@apple.com>
Crash under FFTFrame::fftSetupForSize()
https://bugs.webkit.org/show_bug.cgi?id=220866
<rdar://73199504>
Reviewed by Eric Carlson.
Add layout test coverage.
* webaudio/Panner/PannerNode-crash-expected.txt: Added.
* webaudio/Panner/PannerNode-crash.html: Added.
2021-01-22 Youenn Fablet <youenn@apple.com>
Add more descriptive messages to setLocalDescription/setRemoteDescription error cases
https://bugs.webkit.org/show_bug.cgi?id=220857
Reviewed by Eric Carlson.
* fast/mediastream/RTCPeerConnection-setRemoteDescription-offer-expected.txt:
2021-01-22 Chris Dumez <cdumez@apple.com>
[ Big Sur ] imported/w3c/web-platform-tests/beacon/beacon-cors.sub.window.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=220554
<rdar://problem/73048771>
Unreviewed, unskip test as it no longer appears to be flaky.
* platform/mac/TestExpectations:
2021-01-22 Mark Lam <mark.lam@apple.com>
Disable Options:useAtMethod because of compatibility issue.
https://bugs.webkit.org/show_bug.cgi?id=220788
rdar://72933608
Reviewed by Saam Barati and Yusuke Suzuki.
Enable Options::useAtMethod for these tests.
* inspector/model/remote-object-get-properties.html:
* js/Object-getOwnPropertyNames.html:
* js/array-unscopables-properties.html:
2021-01-22 Ziran Sun <zsun@igalia.com>
[css-grid] Relayout grid items when definiteness changes.
https://bugs.webkit.org/show_bug.cgi?id=220657
Reviewed by Manuel Rego Casasnovas.
* TestExpectations:
2021-01-21 Rob Buis <rbuis@igalia.com>
Handle shapeMargin becoming NaN
https://bugs.webkit.org/show_bug.cgi?id=220352
Reviewed by Zalan Bujtas.
Add test for this.
* fast/shapes/shape-outside-floats/shape-outside-large-zoom-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-large-zoom.html: Added.
2021-01-21 Tim Horton <timothy_horton@apple.com>
REGRESSION (r271472): [ Mac WK2 ] intersection-observer/target-deleted.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=220637
<rdar://problem/73220571>
Reviewed by Simon Fraser.
* intersection-observer/target-deleted.html:
For some reason, on some configurations, this test recently stopped seeing its
intersection observer get garbage collected when it expects. The regression
point is likely irrelevant, though multiple bots agree.
Doing a full rendering update by using rAF instead of just a setInterval
seems to be enough to get the object to actually be collected promptly.
2021-01-21 Devin Rousso <drousso@apple.com>
[Apple Pay] use the first item in `shippingOptions` even when it's not `selected`
https://bugs.webkit.org/show_bug.cgi?id=220810
Reviewed by Andy Estes.
* http/tests/paymentrequest/payment-address-attributes-and-toJSON-method.https-expected.txt:
* http/tests/paymentrequest/payment-request-change-shipping-option.https.html:
* http/tests/paymentrequest/payment-request-change-shipping-option.https-expected.txt:
* http/tests/paymentrequest/payment-response-retry-method.https-expected.txt:
* http/tests/paymentrequest/updateWith-shippingOptions.https.html:
* http/tests/paymentrequest/updateWith-shippingOptions.https-expected.txt:
2021-01-21 Simon Fraser <simon.fraser@apple.com>
Scroll-chaining not triggering before complete end of overscroll
https://bugs.webkit.org/show_bug.cgi?id=219960
<rdar://problem/72595521>
Reviewed by Tim Horton.
Adjusted test for new behavior. No longer need WK1 result.
* fast/scrolling/latching/nested-cross-axis-latch-expiration-expected.txt:
* fast/scrolling/latching/nested-cross-axis-latch-expiration.html:
* platform/mac-wk1/fast/scrolling/latching/nested-cross-axis-latch-expiration-expected.txt: Removed.
2021-01-21 Julian Gonzalez <julian_a_gonzalez@apple.com>
Null dereference in CompositeEditCommand::cloneParagraphUnderNewElement(): needs to check lastNode parent
https://bugs.webkit.org/show_bug.cgi?id=220813
Reviewed by Ryosuke Niwa.
Add a test to verify that we don't iterate outside the DOM tree when
inserting an unordered list on top of existing content.
* editing/inserting/insert-ul-select-all-expected.txt: Added.
* editing/inserting/insert-ul-select-all.html: Added.
2021-01-21 Devin Rousso <drousso@apple.com>
Payment Request API - response.shippingOption is always null
https://bugs.webkit.org/show_bug.cgi?id=220566
<rdar://problem/73204387>
Reviewed by Andy Estes.
* http/tests/inspector/paymentrequest/payment-request-internal-properties.https-expected.txt:
* http/tests/paymentrequest/updateWith-displayItems.https.html: Added.
* http/tests/paymentrequest/updateWith-displayItems.https-expected.txt: Added.
* http/tests/paymentrequest/updateWith-modifiers.https.html: Added.
* http/tests/paymentrequest/updateWith-modifiers.https-expected.txt: Added.
* http/tests/paymentrequest/updateWith-shippingOptions.https.html: Added.
* http/tests/paymentrequest/updateWith-shippingOptions.https-expected.txt: Added.
* http/tests/paymentrequest/updateWith-total.https.html: Added.
* http/tests/paymentrequest/updateWith-total.https-expected.txt: Added.
2021-01-21 Rini Patel <rini_patel@apple.com>
[GPU Process] Add Layout tests timeouts and failures to TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=220803
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-01-21 Simon Fraser <simon.fraser@apple.com>
REGRESSION (?): Scroll stutters/blocked with nested scrolling
https://bugs.webkit.org/show_bug.cgi?id=219923
<rdar://72390196>
Reviewed by Sam Weinig.
* fast/scrolling/latching/nested-cross-axis-latch-expiration-expected.txt: Added.
* fast/scrolling/latching/nested-cross-axis-latch-expiration.html: Added.
* fast/scrolling/latching/overflow-hidden-on-one-axis-expected.txt: Added.
* fast/scrolling/latching/overflow-hidden-on-one-axis.html: Added.
2021-01-21 Alex Christensen <achristensen@webkit.org>
Add logs to HTTP/0.9 test
https://bugs.webkit.org/show_bug.cgi?id=220776
r271652 fixed default-port-script-blocked.html but caused default-port-plugin-blocked.html to time out.
Add logs to determine what is happening when it times out.
* http/tests/security/http-0.9/default-port-plugin-blocked-expected.txt:
* http/tests/security/http-0.9/default-port-plugin-blocked.html:
2021-01-21 Youenn Fablet <youenn@apple.com>
Allow MediaStream and non MediaStream backed videos to play together
https://bugs.webkit.org/show_bug.cgi?id=199661
<rdar://problem/68622411>
Reviewed by Eric Carlson.
* webrtc/concurrentVideoPlayback-expected.txt:
* webrtc/concurrentVideoPlayback.html:
* webrtc/concurrentVideoPlayback2-expected.txt: Added.
* webrtc/concurrentVideoPlayback2.html: Added.
2021-01-21 Youenn Fablet <youenn@apple.com>
Check for TURN username/credentials sizes in RTCPeerConnection constructor
https://bugs.webkit.org/show_bug.cgi?id=220789
Reviewed by Eric Carlson.
* webrtc/stun-server-filtering-expected.txt:
* webrtc/stun-server-filtering.html:
2021-01-21 Sam Weinig <weinig@apple.com>
Rework color clamping logic to be more consistent and clear
https://bugs.webkit.org/show_bug.cgi?id=220716
Reviewed by Simon Fraser.
* fast/canvas/canvas-overloads-setFillColor-expected.txt:
* fast/canvas/canvas-overloads-setFillColor.html:
* fast/canvas/canvas-overloads-setShadow-expected.txt:
* fast/canvas/canvas-overloads-setShadow.html:
* fast/canvas/canvas-overloads-setStrokeColor-expected.txt:
* fast/canvas/canvas-overloads-setStrokeColor.html:
Extend tests to cover testing various values including NaN, including testing what
color actually gets set as the current style.
2021-01-21 Rob Buis <rbuis@igalia.com>
Null check in WebTextIndicatorView::initWithFrame
https://bugs.webkit.org/show_bug.cgi?id=220491
Reviewed by Youenn Fablet.
Add test for this.
* ipc/set-text-indicator-expected.txt: Added.
* ipc/set-text-indicator.html: Added.
2021-01-21 Rob Buis <rbuis@igalia.com>
Null check in RTCRtpSFrameTransform::createStreams
https://bugs.webkit.org/show_bug.cgi?id=220396
Reviewed by Youenn Fablet.
Add test for this.
* http/wpt/webrtc/sframe-transform-readable-crash-expected.txt: Added.
* http/wpt/webrtc/sframe-transform-readable-crash.html: Added.
2021-01-21 Frederic Wang <fwang@igalia.com>
Update font when resolving letter-spacing: calc(...) values
https://bugs.webkit.org/show_bug.cgi?id=216659
Reviewed by Ryosuke Niwa.
* fast/css/letter-spacing-calc-with-font-relative-lengths-crash-expected.txt: Added.
* fast/css/letter-spacing-calc-with-font-relative-lengths-crash.html: Added.
2021-01-20 Kenneth Russell <kbr@chromium.org>
Support WEBGL_multi_draw extension
https://bugs.webkit.org/show_bug.cgi?id=219139
Reviewed by Dean Jackson.
Add conformance test for the multi-draw extension, which is
expected to pass. Temporarily suppress the test due to failures on
Intel GPUs on macOS caused by recently-discovered OpenGL driver
bugs, which are currently being investigated.
* TestExpectations:
* webgl/conformance/extensions/webgl-multi-draw-expected.txt: Added.
* webgl/conformance/extensions/webgl-multi-draw.html: Added.
* webgl/resources/webgl_test_files/conformance/extensions/webgl-multi-draw.html: Added.
2021-01-20 Myles C. Maxfield <mmaxfield@apple.com>
[ Big Sur ] platform/mac/fast/text/international/bidi-fallback-font-weight.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220756
<rdar://problem/73048055>
Unreviewed test gardening.
* platform/mac-catalina/fast/text/international/bidi-fallback-font-weight-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt.
* platform/mac-catalina/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt.
* platform/mac-mojave/fast/text/international/bidi-fallback-font-weight-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt.
* platform/mac-mojave/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt:
2021-01-20 Manuel Rego Casasnovas <rego@igalia.com>
[WPE] focus-visible-003.html and focus-visible-004.html are timing out in input tags
https://bugs.webkit.org/show_bug.cgi?id=220578
Reviewed by Javier Fernandez.
* platform/wpe/TestExpectations: Unskip tests that are not failing anymore.
2021-01-20 Alex Christensen <achristensen@webkit.org>
Fix nullptr dereference introduced in r268228
https://bugs.webkit.org/show_bug.cgi?id=220776
Reviewed by Chris Dumez.
* fast/files/blob-stream-crash-2-expected.txt: Added.
* fast/files/blob-stream-crash-2.html: Added.
2021-01-20 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] "touchend" events should be dispatched and handled asynchronously
https://bugs.webkit.org/show_bug.cgi?id=220256
<rdar://problem/64912551>
Reviewed by Tim Horton.
Add a layout test to verify that calling `preventDefault()` in an active `touchend` event listener prevents a
click event from being dispatched, and that a click event is dispatched when there is an active `touchend` event
listener which does not prevent default.
* fast/events/touch/ios/click-event-after-touchend-expected.txt: Added.
* fast/events/touch/ios/click-event-after-touchend.html: Added.
2021-01-20 Alex Christensen <achristensen@webkit.org>
REGRESSION (Big Sur): Some tests in http/tests/security/http-0.9 flakily fail
https://bugs.webkit.org/show_bug.cgi?id=220188
<rdar://problem/72709565>
Reviewed by Alexey Proskuryakov.
A change to CFNetwork was made in rdar://problem/69534004 that made these two tests flaky when operating near the limit of TCP connection count.
In an attempt to make them more reliable in our test environment, close existing TCP connections before making HTTP 0.9 connections.
I have been unable to reproduce the test failure, but I have verified that the test expectations of these tests is unaffected in normal conditions.
* http/tests/security/http-0.9/default-port-plugin-blocked.html:
* http/tests/security/http-0.9/default-port-script-blocked.html:
* http/tests/security/http-0.9/resources/close-connection.php: Added.
2021-01-19 Simon Fraser <simon.fraser@apple.com>
REGRESSION (Big Sur): position:absolute elements inside nested overflow:scroll don't track scrolling
https://bugs.webkit.org/show_bug.cgi?id=220761
<rdar://problem/69075263>
Reviewed by Antti Koivisto.
Add a scrolling tree dump test, and three iOS interactive tests, since testing scrolling-tree-only
behaviors is easier on iOS than macOS. absolute-in-nested-overflow-scroll.html is the basic test.
The two "stacking" variants have an opacity layer below and above the inner scroller to test some
more layer configurations.
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/absolute-in-nested-overflow-scroll-expected.txt: Added.
* scrollingcoordinator/ios/absolute-in-nested-overflow-scroll-expected.html: Added.
* scrollingcoordinator/ios/absolute-in-nested-overflow-scroll-intermediate-stacking-2-expected.html: Added.
* scrollingcoordinator/ios/absolute-in-nested-overflow-scroll-intermediate-stacking-2.html: Added.
* scrollingcoordinator/ios/absolute-in-nested-overflow-scroll-intermediate-stacking-expected.html: Added.
* scrollingcoordinator/ios/absolute-in-nested-overflow-scroll-intermediate-stacking.html: Added.
* scrollingcoordinator/ios/absolute-in-nested-overflow-scroll.html: Added.
* scrollingcoordinator/scrolling-tree/absolute-in-nested-overflow-scroll-expected.txt: Added.
* scrollingcoordinator/scrolling-tree/absolute-in-nested-overflow-scroll.html: Added.
2021-01-20 Sam Weinig <weinig@apple.com>
Remove remaining non-standard CMYKA support from canvas
https://bugs.webkit.org/show_bug.cgi?id=220760
Reviewed by Darin Adler and Wenson Hsieh.
* inspector/canvas/recording-2d-full-expected.txt:
Update test results for removal.
2021-01-20 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed gardening. Add removed WebXR tests in r270745.
These tests need actually to be marked as Pass in order to run, since
the general TestExpectations is skipping WPT WebXR tests.
* platform/wpe/TestExpectations:
2021-01-18 Sergio Villar Senin <svillar@igalia.com>
[css-multicol] OOM with 1px height columns
https://bugs.webkit.org/show_bug.cgi?id=220490
Reviewed by Ryosuke Niwa.
* fast/multicol/newmulticol/zero-height-columns-oom-crash-expected.txt: Added.
* fast/multicol/newmulticol/zero-height-columns-oom-crash.html: Added.
* imported/blink/fast/pagination/first-letter-inherit-all-crash-expected.txt: Updated expectations.
2021-01-19 Megan Gardner <megan_gardner@apple.com>
Elements in a table are incorrectly selected in JavaScript.
https://bugs.webkit.org/show_bug.cgi?id=220607
Reviewed by Wenson Hsieh.
* editing/execCommand/null_calc_primitive_value_for_css_property.html:
Added ending tag that was missing and does not affect the issue the test was verifying.
* editing/inserting/insert-list-in-table-cell-07-expected.txt:
Restored expected text file to original output.
* editing/selection/editable-table-cell-selection-expected.txt: Added.
* editing/selection/editable-table-cell-selection.html: Added.
2021-01-19 Sergio Villar Senin <svillar@igalia.com>
REGRESSION(r266695) Range control with custom track width sized incorrectly
https://bugs.webkit.org/show_bug.cgi?id=220608
Reviewed by Zalan Bujtas.
New test case to verify that input range controls are sized correctly with specified widths.
* fast/forms/range/input-range-sizing-fixed-size-expected.html: Added.
* fast/forms/range/input-range-sizing-fixed-size.html: Added.
2021-01-19 Devin Rousso <drousso@apple.com>
Payment Request API - PaymentDetailsUpdate requires "total"
https://bugs.webkit.org/show_bug.cgi?id=220561
<rdar://problem/73204405>
Reviewed by Andy Estes.
* http/tests/paymentrequest/updateWith-error.https.html: Added.
* http/tests/paymentrequest/updateWith-error.https-expected.txt: Added.
2021-01-19 Rob Buis <rbuis@igalia.com>
Null check ResourceRequest IPC decode
https://bugs.webkit.org/show_bug.cgi?id=220400
Reviewed by Youenn Fablet.
Add test for this.
* ipc/web-authenticator-get-assertion-expected.txt: Added.
* ipc/web-authenticator-get-assertion.html: Added.
2021-01-18 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some failures and crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2021-01-18 Fujii Hironori <Hironori.Fujii@sony.com>
[Win][DumpRenderTree] ASSERT(!m_channel) failed in WebSocket::contextDestroyed
https://bugs.webkit.org/show_bug.cgi?id=220450
Reviewed by Per Arne Vollan.
* platform/win/TestExpectations: Marked fast/events/currentTarget-gc-crash.html.
* platform/wincairo-wk1/TestExpectations: Ditto.
2021-01-18 Andres Gonzalez <andresg_22@apple.com>
Fix for LayoutTests/accessibility/canvas-fallback-content.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=220644
Reviewed by Chris Fleizach.
* accessibility/canvas-fallback-content-2-expected.txt:
Removed the checks for the document.activeElement since the goal here is
not to test this method.
* accessibility/canvas-fallback-content-2.html:
Retrieved the accessibility Objects by ID directly from the accessibilityController.
This simplifies the code since it is not necessary to set focus to the
object via the document, to then retrieve the focused accessibility element.
This works for isolated tree mode on and off.
* accessibility/canvas-fallback-content.html:
Kept the focus manipulations but used Promises to make it work in both
isolated mode on and off.
* platform/win/accessibility/canvas-fallback-content-expected.txt: Deleted.
* platform/win/TestExpectations: Skip since this test was already failing in win.
2021-01-18 Fujii Hironori <Hironori.Fujii@sony.com>
createImageBitmap() causes null pointer dereference using Cairo lib
https://bugs.webkit.org/show_bug.cgi?id=220584
Reviewed by Carlos Garcia Campos.
* fast/images/createImageBitmap-with-ImageData-expected.txt: Added.
* fast/images/createImageBitmap-with-ImageData.html: Added.
2021-01-18 Youenn Fablet <youenn@apple.com>
[ Mac WK1 ] REGRESSION (r239145) Layout Test http/wpt/mediarecorder/MediaRecorder-dataavailable.html is flaky text diff failure
https://bugs.webkit.org/show_bug.cgi?id=194779
<rdar://problem/48166474>
Tests are no longer flaky no webkit bots.
Unreviewed.
* platform/ios/TestExpectations:
2021-01-18 Youenn Fablet <youenn@apple.com>
WebRTC live Opus audio stream stutters
https://bugs.webkit.org/show_bug.cgi?id=220599
<rdar://problem/73190139>
Reviewed by Darin Adler.
Add media stream source nodes to ensure that concurrent reading is not an issue anymore.
* fast/mediastream/mock-media-source-webaudio.html:
2021-01-15 Rob Buis <rbuis@igalia.com>
https://bugs.webkit.org/show_bug.cgi?id=220224
Support transferred min/max block size for aspect-ratio
Reviewed by Darin Adler.
Enable some tests that pass now.
* TestExpectations:
2021-01-15 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening a couple failures
Unreviewed test gardening.
* platform/glib/TestExpectations:
2021-01-15 Ryosuke Niwa <rniwa@webkit.org>
Release assert in Document::updateStyleIfNeeded() via PrintContext::end() inside HTMLTitleElement::insertedIntoAncestor and removedFromAncestor
https://bugs.webkit.org/show_bug.cgi?id=218496
Reviewed by Darin Adler.
Remove the title element to eliminiate the non-determinism.
* http/tests/loading/redirect-with-no-location-crash-expected.txt:
* http/tests/loading/redirect-with-no-location-crash.html:
* platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt:
2021-01-15 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] Emoji keyboard covers text field on twitter.com/messages
https://bugs.webkit.org/show_bug.cgi?id=220664
<rdar://problem/68400471>
Reviewed by Devin Rousso.
Add a test to verify that after disconnecting a hardware keyboard and showing the software keyboard, we scroll
up to reveal the caret in a focused text field.
* editing/selection/ios/scroll-to-reveal-selection-when-showing-software-keyboard-expected.txt: Added.
* editing/selection/ios/scroll-to-reveal-selection-when-showing-software-keyboard.html: Added.
2021-01-15 Chris Fleizach <cfleizach@apple.com>
AX: increment/decrement synthetic arrow events don't work in ARIA slider examples
https://bugs.webkit.org/show_bug.cgi?id=220626
<rdar://problem/73228924>
Reviewed by Zalan Bujtas.
* accessibility/keyevents-posted-for-increment-actions-expected.txt:
* accessibility/keyevents-posted-for-increment-actions.html:
2021-01-15 Jer Noble <jer.noble@apple.com>
Playback fails at marketwatch.com
https://bugs.webkit.org/show_bug.cgi?id=220646
<rdar://72950166>
Reviewed by Xabier Rodriguez-Calvar.
* media/media-play-promise-reject-play-notallowed-audio-expected.txt: Added.
* media/media-play-promise-reject-play-notallowed-audio.html: Added.
2021-01-15 Antoine Quint <graouts@webkit.org>
Reversed transform animation not applied alongside other transform animations
https://bugs.webkit.org/show_bug.cgi?id=218655
<rdar://problem/71116284>
Reviewed by Simon Fraser.
Add new tests that start a transform-related animation that runs accelerated, then add another
transform-related animation that either initially or eventually is not accelerated. In all cases,
we check that once the second animation is no longer accelerated that the first animation is also
no longer accelerated.
* platform/win/TestExpectations:
* webanimations/combining-transform-animations-with-different-acceleration-capabilities-2-expected.txt: Added.
* webanimations/combining-transform-animations-with-different-acceleration-capabilities-2.html: Added.
* webanimations/combining-transform-animations-with-different-acceleration-capabilities-3-expected.txt: Added.
* webanimations/combining-transform-animations-with-different-acceleration-capabilities-3.html: Added.
* webanimations/combining-transform-animations-with-different-acceleration-capabilities-expected.txt: Added.
* webanimations/combining-transform-animations-with-different-acceleration-capabilities.html: Added.
2021-01-15 Tomoki Imai <Tomoki.Imai@sony.com>
When non-integer tabindex is set, the behavior of element should be same as the tabindex is omitted.
https://bugs.webkit.org/show_bug.cgi?id=220648
Reviewed by Antti Koivisto.
Add LayoutTest case for tabindex which is overwritten by non-integers.
When non-integer tabindex is specified, the element should behave the same way as the tabindex is omitted.
https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex
* fast/html/tabindex-overwrite-with-non-integer-expected.txt: Added.
* fast/html/tabindex-overwrite-with-non-integer.html: Added.
2021-01-15 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] REGRESSION (r270123) facebook.com birthday dropdown do not work when creating new account
https://bugs.webkit.org/show_bug.cgi?id=220638
<rdar://problem/73175259>
Reviewed by Simon Fraser.
* fast/inline-block/hittest-fails-on-inline-block-with-visibility-change-expected.txt: Added.
* fast/inline-block/hittest-fails-on-inline-block-with-visibility-change.html: Added.
2021-01-15 Rob Buis <rbuis@igalia.com>
Use event loop to set title
https://bugs.webkit.org/show_bug.cgi?id=218496
Reviewed by Ryosuke Niwa.
Adapt tests to make sure pending title change tasks
are processed before the test is done.
* fast/dom/title-text-property-2.html:
* fast/dom/title-text-property-assigning-empty-string.html:
* fast/dom/title-text-property.html:
* http/tests/globalhistory/history-delegate-basic-title-expected.txt:
* http/tests/globalhistory/history-delegate-basic-title.html:
* http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt:
* http/tests/loading/basic-auth-load-URL-with-consecutive-slashes.html:
* http/tests/loading/redirect-with-no-location-crash-expected.txt:
* http/tests/loading/redirect-with-no-location-crash.html:
* platform/mac-wk2/TestExpectations:
* platform/win/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt: Copied from LayoutTests/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt.
* platform/wk2/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt:
* platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt:
2021-01-14 Julian Gonzalez <julian_a_gonzalez@apple.com>
Crash from CompositeEditCommand::moveParagraphs() being passed null end
https://bugs.webkit.org/show_bug.cgi?id=220630
Reviewed by Ryosuke Niwa.
Add a test to verify that the crash here is resolved, and also remove a newline
from another related test that now renders one fewer newline
(in that case, the ultimate bug is similar, so the result should be similar).
* editing/inserting/insert-list-in-iframe-in-list-expected.txt:
* editing/inserting/paragraph-outdent-crash-expected.txt: Added.
* editing/inserting/paragraph-outdent-crash.html: Added.
2021-01-14 Simon Fraser <simon.fraser@apple.com>
[Async scrolling] Slow-scrolling reasons should not propagate across frame boundaries
https://bugs.webkit.org/show_bug.cgi?id=220635
Reviewed by Tim Horton.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-in-iframe-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-in-iframe.html: Added.
2021-01-14 Aditya Keerthi <akeerthi@apple.com>
[Cocoa] Strip DataDetectors links when copying content to the pasteboard
https://bugs.webkit.org/show_bug.cgi?id=220526
<rdar://problem/71045590>
Reviewed by Ryosuke Niwa.
Added a test which copies content containing two data detected links
and verifies that the links are removed.
* editing/pasteboard/copy-paste-data-detected-links-expected.txt: Added.
* editing/pasteboard/copy-paste-data-detected-links.html: Added.
2021-01-14 Youenn Fablet <youenn@apple.com>
MediaSessionManager should update its state as soon as an audio capture track is ended
https://bugs.webkit.org/show_bug.cgi?id=220619
Reviewed by Eric Carlson.
* fast/mediastream/audio-track-enabled-expected.txt:
* fast/mediastream/audio-track-enabled.html:
2021-01-14 Martin Robinson <mrobinson@igalia.com>
[css-scroll-snap] scroll-snap-align parsing is incorrect/backwards
https://bugs.webkit.org/show_bug.cgi?id=191865
<rdar://problem/46346516>
Reviewed by Simon Fraser.
* TestExpectations: Update test expectations.
* css3/scroll-snap/scroll-snap-mismatch.html: Flip scroll-snap-align arguments in this test.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-scroll-snap/scroll-snap-type-on-root-element-expected.txt: Update results to reflect new pass.
2021-01-13 Lauro Moura <lmoura@igalia.com>
[WPE] Rebaseline and gardening a few tests
Unreviewed test gardening.
The windowClient one differs from GTK's by running a few test cases
instead of stopping near the start in a Harness timeout.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt:
* platform/wpe/webgl/1.0.3/conformance/context/methods-expected.txt: Removed.
2021-01-13 Jer Noble <jer.noble@apple.com>
[Cocoa] Support key rotation with HLS-backed encrypted media streams
https://bugs.webkit.org/show_bug.cgi?id=220493
<rdar://68227709>
Reviewed by Youenn Fablet.
Fix a broken layout test; the test enumerates devices, then uses the deviceIds returned to generate
constraints for a call to getUserMedia(). However, it assumes all devices will either be of kind
'audioinput' or 'videoinput'. If an 'audiooutput' device is returned (as the MockRealtimeMediaSourceCenter
does), then the test turns that into a video capture constraint, which fails.
* fast/mediastream/get-user-media-device-id.html:
2021-01-13 Ryan Haddad <ryanhaddad@apple.com>
[macOS WK1] ASSERTION FAILED: !needsLayout() in WebCore::FrameView::paintContents
https://bugs.webkit.org/show_bug.cgi?id=219219
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Skip crashing tests.
2021-01-12 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, remove old iOS 13 test directories.
* platform/ios-13/TestExpectations: Removed.
* platform/ios-13/fast/forms/slider-thumb-shared-style-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: Removed.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Removed.
* platform/ios-13/http/tests/xmlhttprequest/methods-async-expected.txt: Removed.
* platform/ios-13/http/tests/xmlhttprequest/methods-expected.txt: Removed.
* platform/ios-13/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Removed.
* platform/ios-13/http/tests/xmlhttprequest/workers/methods-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Removed.
* platform/ios-13/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt: Removed.
* platform/ios-13/platform/TestExpectations: Removed.
* platform/ios-13/platform/ios/ios/fast/text/opticalFont-expected.txt: Removed.
* platform/ios-13/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Removed.
* platform/ios-13/platform/ios/ios/fast/text/opticalFontWithWeight-expected.txt: Removed.
* platform/ipad-13/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Removed.
2021-01-13 Wenson Hsieh <wenson_hsieh@apple.com>
[macOS] "Correct Spelling Automatically" menu items are inconsistent when autocorrect="off"
https://bugs.webkit.org/show_bug.cgi?id=220598
<rdar://problem/71713611>
Reviewed by Tim Horton.
Add a new API test to verify that the context menu item to toggle "Correct Spelling Automatically" is disabled
when autocorrect="off".
* editing/mac/spelling/disable-automatic-spelling-correction-context-menu-item-expected.txt: Added.
* editing/mac/spelling/disable-automatic-spelling-correction-context-menu-item.html: Added.
* platform/mac-wk1/TestExpectations:
Disable the test in DumpRenderTree, due to lack of support for context menu testing in WebKit1.
2021-01-13 Truitt Savell <tsavell@apple.com>
REGRESSION (r269627?): ASSERTION FAILED: &layoutState().establishedFormattingState(layoutBox.formattingContextRoot()) == this in WebCore::Layout::FormattingState::boxGeometry
https://bugs.webkit.org/show_bug.cgi?id=219905
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2021-01-13 Andres Gonzalez <andresg_22@apple.com>
Fix for LayoutTests/accessibility/mac/details-summary.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=220597
Reviewed by Chris Fleizach.
- Use Promises to wait for the expanded state change.
- Added a comment to clarify why it is necessary to fetch a new
accessible object by ID every time after setting the AXExpanded
attribute for <details> elements.
* accessibility/mac/details-summary-expected.txt:
The order in which the notifications come through changed.
* accessibility/mac/details-summary.html:
2021-01-13 Rob Buis <rbuis@igalia.com>
Null check selector.argumentList()
https://bugs.webkit.org/show_bug.cgi?id=220392
Reviewed by Wenson Hsieh.
Add test that triggers the relevant code path.
* highlight/highlight-crash-expected.txt: Added.
* highlight/highlight-crash.html: Added.
2021-01-13 Antti Koivisto <antti@apple.com>
REGRESSION (r257839): Broken focus when 'display' changes in an attribute selector
https://bugs.webkit.org/show_bug.cgi?id=217240
<rdar://problem/69891684>
Reviewed by Wenson Hsieh.
* fast/dom/focus-style-resolution-attribute-change-expected.html: Added.
* fast/dom/focus-style-resolution-attribute-change.html: Added.
2021-01-13 Kenneth Russell <kbr@chromium.org>
[WebGL2] fbostatequery, negativebufferapi, negativevertexarrayapi, shaderstatequery conformance failures
https://bugs.webkit.org/show_bug.cgi?id=220372
Reviewed by Darin Adler.
Rebaseline tests which are either now passing or which have
progressed.
* webgl/2.0.0/conformance/programs/program-test-expected.txt:
* webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/fbostatequery-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/negativebufferapi-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/negativevertexarrayapi-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/shaderstatequery-expected.txt:
2021-01-13 Rini Patel <rini_patel@apple.com>
[GPU process] Some more Layout tests failures in TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=220570
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2021-01-13 Rob Buis <rbuis@igalia.com>
Null check native image in createBitmapImageAfterScalingIfNeeded
https://bugs.webkit.org/show_bug.cgi?id=220348
Reviewed by Alex Christensen.
Add test for border-image with large scale factor.
* fast/css/border-image-scale-crash-expected.txt: Added.
* fast/css/border-image-scale-crash.html: Added.
2021-01-13 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r271401.
https://bugs.webkit.org/show_bug.cgi?id=220591
It is breaking iOS audio rendering
Reverted changeset:
"Unmuting a track in case of end of interruption by another
web process tab is not working well with capture muting icons"
https://bugs.webkit.org/show_bug.cgi?id=220058
https://trac.webkit.org/changeset/271401
2021-01-13 Martin Robinson <mrobinson@igalia.com>
Scroll-snap points should be triggered during programmatic scroll
https://bugs.webkit.org/show_bug.cgi?id=145330
<rdar://problem/21467780>
Reviewed by Simon Fraser.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-scroll-snap/scrollTo-scrollBy-snaps-expected.txt: Update expectation.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-overflow-script-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-overflow-script.html: Added.
2021-01-13 Sergio Villar Senin <svillar@igalia.com>
REGRESSION(r268666) Incorrect vertical position inside grid items with padding
https://bugs.webkit.org/show_bug.cgi?id=220524
Reviewed by Manuel Rego Casasnovas.
* TestExpectations: remove web-platform-tests/css/css-grid/grid-items/percentage-size-subitems-001.html
from the list of image failures.
2021-01-12 Antoine Quint <graouts@webkit.org>
REGRESSION (r267571): black line appears upon navigating back from apple.com shopping bag
https://bugs.webkit.org/show_bug.cgi?id=220550
<rdar://problem/72459816>
Reviewed by Antti Koivisto.
Add a test that checks that adding a pseudo-element for an existing host element does not use
the host element's style to consider starting a transition.
* webanimations/no-transition-on-after-pseudo-element-upon-creation-expected.html: Added.
* webanimations/no-transition-on-after-pseudo-element-upon-creation.html: Added.
2021-01-12 Lauro Moura <lmoura@igalia.com>
[WPE] Gardening Focus-visible failures
Unreviewed test gardening.
* platform/wpe/TestExpectations:
2021-01-12 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaselines after r271348
Unreviewed test gardening.
* platform/glib/fast/inline-block/tricky-baseline-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-transformed-expected.txt:
2021-01-12 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaselines after r271110
Unreviewed test gardening.
* platform/glib/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/glib/fast/dom/HTMLProgressElement/progress-element-expected.txt:
* platform/glib/fast/inline/002-expected.txt:
* platform/glib/fast/table/table-display-types-strict-expected.txt:
* platform/gtk/css1/text_properties/vertical_align-expected.txt:
* platform/gtk/fast/block/basic/014-expected.txt:
* platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
* platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
* platform/wpe/css1/text_properties/vertical_align-expected.txt:
* platform/wpe/fast/block/basic/014-expected.txt:
* platform/wpe/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/wpe/fast/encoding/utf-16-big-endian-expected.txt:
* platform/wpe/fast/encoding/utf-16-little-endian-expected.txt:
2021-01-12 Myles C. Maxfield <mmaxfield@apple.com>
Multi-codepoint CJK grapheme clusters are not oriented correctly in vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=220536
<rdar://problem/70633887>
Reviewed by Zalan Bujtas.
* fast/text/cjk-multi-codepoint-cluster-vertical-expected.html: Added.
* fast/text/cjk-multi-codepoint-cluster-vertical.html: Added.
* platform/win/TestExpectations:
2021-01-12 Myles C. Maxfield <mmaxfield@apple.com>
Make fast/text/international/complex-character-based-fallback.html more robust by migrating it to be a reftest instead of a DRT test
https://bugs.webkit.org/show_bug.cgi?id=220488
<rdar://problem/70556068>
Reviewed by Darin Adler.
Reference tests are more robust than render-tree dump tests.
* fast/text/international/complex-character-based-fallback-expected.html: Added.
* fast/text/international/complex-character-based-fallback.html:
* platform/gtk/fast/text/international/complex-character-based-fallback-expected.png: Removed.
* platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
* platform/ios/TestExpectations:
* platform/ios/fast/text/international/complex-character-based-fallback-expected.png: Removed.
* platform/ios/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.png: Removed.
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
* platform/win/fast/text/international/complex-character-based-fallback-expected.png: Removed.
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
* platform/wincairo/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
* platform/wpe/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
2021-01-12 Chris Fleizach <cfleizach@apple.com>
AX: Implement aria-braillelabel and aria-brailleroledescription
https://bugs.webkit.org/show_bug.cgi?id=220516
<rdar://problem/73004715>
Reviewed by Zalan Bujtas.
* accessibility/braille-label-role-expected.txt: Added.
* accessibility/braille-label-role.html: Added.
2021-01-12 Truitt Savell <tsavell@apple.com>
[ Big Sur ] platform/mac/fast/text/international/bidi-fallback-font-weight.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220551
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-01-12 Truitt Savell <tsavell@apple.com>
[ Big Sur ] media/media-source/media-source-webm-init-inside-segment.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220552
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-01-12 Truitt Savell <tsavell@apple.com>
[ Big Sur ] imported/w3c/web-platform-tests/beacon/beacon-cors.sub.window.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=220554
Unreviewed test gardening.
* platform/mac/TestExpectations:
2021-01-12 Peng Liu <peng.liu6@apple.com>
REGRESSION (r271341): media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-inline.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=220530
Reviewed by Eric Carlson.
Similar to r271377, this patch fixes a layout test failure/timeout by enabling "MockVideoPresentationMode"
and sending a request to enter/exit fullscreen after the current mode change is completed.
* media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-inline-expected.txt:
* media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-inline.html:
* platform/mac/TestExpectations:
2021-01-12 Martin Robinson <mrobinson@igalia.com>
Clean up some mainframe scroll snap tests
https://bugs.webkit.org/show_bug.cgi?id=220537
Reviewed by Frédéric Wang.
Clean up some mainframe scroll snap tests by removing dead code
and fixing some situations where tests cannot fail. This change
makes it so that these tests no longer sample scroll positions
before the tests. Instead they now rely on the assumption that
the initial scroll offset should be 0.
* tiled-drawing/scrolling/scroll-snap/resources/mainframe-scroll-snap-test.js:
(async doScrollTest):
(delay): Deleted.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-legacy.html: No longer use shortScrollShouldSnapBack and
scrollGlideShouldScrollTo.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-margin.html: Ditto.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html: Ditto.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html: Ditto.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html: Ditto.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-legacy.html: Ditto.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-margin.html: Ditto.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html: Ditto.
2021-01-12 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK gardening
* platform/glib/TestExpectations: media/media-fullscreen-inline.html times out.
2021-01-12 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] Update tests from WPT
https://bugs.webkit.org/show_bug.cgi?id=220312
Reviewed by Sergio Villar Senin.
* TestExpectations: Unskip :focus-visible tests, except focus-visible-{002,003,004}.html
because they timeout on Apple platforms, and focus-visible-007.html because
it has some problems (see https://crbug.com/976438).
* platform/glib/TestExpectations: Mark focus-visible-{002,003,004}.html as passing.
* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt: Removed.
2021-01-12 Rob Buis <rbuis@igalia.com>
Null check CSSFilter::output()
https://bugs.webkit.org/show_bug.cgi?id=220350
Reviewed by Youenn Fablet.
Add test for this.
* css3/filters/large-background-size-crash-expected.txt: Added.
* css3/filters/large-background-size-crash.html: Added.
2021-01-11 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/wincairo/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/wincairo/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/wincairo/fast/inline-block/tricky-baseline-expected.txt:
2021-01-11 Simon Fraser <simon.fraser@apple.com>
Safari 14 on 2x display renders NYS DMV page as blurry
https://bugs.webkit.org/show_bug.cgi?id=220528
<rdar://problem/71440246>
Reviewed by Tim Horton.
* compositing/contents-scale/hidpi-tests/rasterization-scale-expected.html: Added.
* compositing/contents-scale/hidpi-tests/rasterization-scale.html: Added.
2021-01-11 Megan Gardner <megan_gardner@apple.com>
Double tap to select does not work if the page clears selections on tap, like grammarly.com does
https://bugs.webkit.org/show_bug.cgi?id=220454
Reviewed by Wenson Hsieh.
* fast/events/touch/ios/double-tap-on-editable-content-for-selection-with-clear-on-touch-expected.txt: Added.
* fast/events/touch/ios/double-tap-on-editable-content-for-selection-with-clear-on-touch.html: Added.
2021-01-11 Julian Gonzalez <julian_a_gonzalez@apple.com>
Relax assertion in Element::dispatchFocusOutEvent() for non-web process case
https://bugs.webkit.org/show_bug.cgi?id=220478
Reviewed by Ryosuke Niwa.
Add a test that verifies we do not crash
due to the assertion failure.
* editing/inserting/caret-surround-expected.txt: Added.
* editing/inserting/caret-surround.html: Added.
2021-01-11 Sihui Liu <sihui_liu@appe.com>
Make SpeechRecognition permission error more informative
https://bugs.webkit.org/show_bug.cgi?id=220436
Reviewed by Youenn Fablet.
* fast/speechrecognition/permission-error-expected.txt:
* fast/speechrecognition/permission-error.html:
2021-01-11 Sihui Liu <sihui_liu@appe.com>
Keep newly created IDBObjectStores in deleted map when IDBTransaction is aborted
https://bugs.webkit.org/show_bug.cgi?id=220483
<rdar://problem/71934293>
Reviewed by Darin Adler.
* storage/indexeddb/modern/abort-objectstore-info-expected.txt:
* storage/indexeddb/modern/abort-objectstore-info-private-expected.txt:
* storage/indexeddb/modern/resources/abort-objectstore-info.js:
(prepareDatabase):
(secondUpgradeNeeded):
(checkState):
2021-01-11 Peng Liu <peng.liu6@apple.com>
A video element needs to ignore the request to enter/exit fullscreen before the current fullscreen mode change is completed
https://bugs.webkit.org/show_bug.cgi?id=220466
Reviewed by Jer Noble.
A follow-up patch of r271341 to fix a layout test timeout (and failure, see webkit.org/b/183490).
* media/modern-media-controls/media-controller/media-controller-fullscreen-change-expected.txt:
* media/modern-media-controls/media-controller/media-controller-fullscreen-change.html:
* platform/mac/TestExpectations:
2021-01-11 Devin Rousso <drousso@apple.com>
Web Inspector: Debugger: allow breakpoint actions to be evaluated as a user gesture
https://bugs.webkit.org/show_bug.cgi?id=200275
Reviewed by Brian Burg.
* inspector/debugger/breakpoint-action-emulateUserGesture.html: Added.
* inspector/debugger/breakpoint-action-emulateUserGesture-expected.txt: Added.
* inspector/debugger/breakpoint-action-emulateUserGesture-userIsInteracting.html: Added.
* inspector/debugger/breakpoint-action-emulateUserGesture-userIsInteracting-expected.txt: Added.
* TestExpectations:
* platform/wk2/TestExpectations:
2021-01-11 Sihui Liu <sihui_liu@appe.com>
Keep newly created IDBIndex objects in deleted map when IDBTransaction is aborted
https://bugs.webkit.org/show_bug.cgi?id=220489
<rdar://problem/70498831>
Reviewed by Youenn Fablet.
* storage/indexeddb/modern/abort-index-info-expected.txt: Added.
* storage/indexeddb/modern/abort-index-info-private-expected.txt: Added.
* storage/indexeddb/modern/abort-index-info-private.html: Added.
* storage/indexeddb/modern/abort-index-info.html: Added.
* storage/indexeddb/modern/resources/abort-index-info.js: Added.
(prepareDatabase):
(versionChangeSuccessCallback.secondRequest.onerror):
(versionChangeSuccessCallback):
(secondUpgradeNeeded):
(checkState):
2021-01-11 Antti Koivisto <antti@apple.com>
REGRESSION (r258321): CSS rules using :first-of-type are applied to any/all siblings in a group under certain circumstances
https://bugs.webkit.org/show_bug.cgi?id=218256
<rdar://problem/70749584>
Reviewed by Simon Fraser.
* fast/css/positional-selector-style-sharing-expected.html: Added.
* fast/css/positional-selector-style-sharing.html: Added.
2021-01-11 Sam Weinig <weinig@apple.com>
Support lab(), lch(), gray() and color(lab ...) colors
https://bugs.webkit.org/show_bug.cgi?id=205675
Reviewed by Simon Fraser.
Original patch by Simon Fraser.
Parsing tests for lab/lch/gray colors.
* TestExpectations: Unskip lab/lch tests.
* fast/css/parsing-lab-colors-expected.txt: Added.
* fast/css/parsing-lab-colors.html: Added.
2021-01-10 Antti Koivisto <antti@apple.com>
[LFC][Integration] Factor marked text style collection code out of InlineTextBox
https://bugs.webkit.org/show_bug.cgi?id=220249
Reviewed by Zalan Bujtas.
* TestExpectations:
Mark http/wpt/css/css-highlight-api/highlight-text-cascade.html failing.
This test requires CSS4 highlight pseudo element inheritance (https://bugs.webkit.org/show_bug.cgi?id=220325)
which we (or anyone else) don't support.
It was passing by accident because the code was getting '::highlight' pseudo element style from a wrong element
(containing block instead of inline element) in certain cases. Renderer was found via InlineBox parent() which doesn't
match render tree parent in case inline culling optimization is active. The correct way is to use render tree parent.
2021-01-09 Zalan Bujtas <zalan@apple.com>
play.google.com: App preview images are clipped
https://bugs.webkit.org/show_bug.cgi?id=220470
<rdar://problem/60258531>
Reviewed by Simon Fraser.
Progressions (matching FF and Chrome).
* fast/inline/inline-block-baseline-with-overflow-not-visible-expected.html: Added.
* fast/inline/inline-block-baseline-with-overflow-not-visible.html: Added.
2021-01-08 Brady Eidson <beidson@apple.com>
Removing broken test from r271337 until I can fix it.
https://bugs.webkit.org/show_bug.cgi?id=220486
Unreviewed test gardening.
* http/tests/loading/blob-load-fail-expected.txt: Removed.
* http/tests/loading/blob-load-fail.html: Removed.
* http/tests/loading/resources/remote-blob.php: Removed.
2021-01-08 Peng Liu <peng.liu6@apple.com>
A video element needs to ignore the request to enter/exit fullscreen before the current fullscreen mode change is completed
https://bugs.webkit.org/show_bug.cgi?id=220466
Reviewed by Jer Noble.
* media/media-fullscreen-inline-expected.txt:
* media/media-fullscreen.js:
(async beginfullscreen):
2021-01-08 Brady Eidson <beidson@apple.com>
BlobLoader lifetime cleanup.
<rdar://problem/70498831> and https://bugs.webkit.org/show_bug.cgi?id=220486
Reviewed by Chris Dumez.
* http/tests/loading/blob-load-fail-expected.txt: Added.
* http/tests/loading/blob-load-fail.html: Added.
* http/tests/loading/resources/remote-blob.php: Added.
2021-01-08 Ryan Haddad <ryanhaddad@apple.com>
[ Big Sur ] imported/w3c/web-platform-tests/mimesniff/mime-types/charset-parameter.window.html if failing
https://bugs.webkit.org/show_bug.cgi?id=220332
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark test as flaky.
2021-01-08 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: [macOS] imported/w3c/web-platform-tests/webrtc/protocol/crypto-suite.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=220077
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark test as flaky.
2021-01-08 Peng Liu <peng.liu6@apple.com>
PlaybackSessionManager::m_clientCounts is not updated correctly when a video enters picture-in-picture from fullscreen
https://bugs.webkit.org/show_bug.cgi?id=220435
Reviewed by Jer Noble.
* media/element-containing-pip-video-going-into-fullscreen-expected.txt:
* media/element-containing-pip-video-going-into-fullscreen.html:
2021-01-08 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/canvas-color-fonts/COLR.html prematurely exits
https://bugs.webkit.org/show_bug.cgi?id=220453
<rdar://problem/71056602>
Reviewed by Sam Weinig.
The test is asynchronous and I forgot to mark it as such.
* fast/text/canvas-color-fonts/COLR.html:
* platform/mac-wk1/TestExpectations:
2021-01-08 Ryan Haddad <ryanhaddad@apple.com>
[Mojave] imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=220484
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark test as flaky.
2021-01-08 Alex Christensen <achristensen@webkit.org>
REGRESSION(r267402): [ macOS iOS Release ] imported/w3c/web-platform-tests/user-timing/measure-l3.any.worker.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217118
<rdar://problem/69774340>
Reviewed by Tim Horton.
r268928 wasn't sufficient. This test still failed about 1/500 runs for me, but after further truncation of less significant bits
it successfully ran 10000 times with no failures.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2021-01-08 Fujii Hironori <Hironori.Fujii@sony.com>
[Win] Enable ENABLE_USERSELECT_ALL for -webkit-user-select:all support
https://bugs.webkit.org/show_bug.cgi?id=118740
Reviewed by Don Olmstead.
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
2021-01-08 Youenn Fablet <youenn@apple.com>
Fix count failure check in LayoutTests/webrtc/h264-high.html
https://bugs.webkit.org/show_bug.cgi?id=220234
<rdar://problem/72791771>
Reviewed by Eric Carlson.
Frame size error check should check for count being 50 instead of 20.
Update code to use a max variable instead.
Move common code between the two tests in webrtc/h264-profile-tests.js.
Add ios specific expectations since high resolutions do not seem to be supported there.
* platform/ios/webrtc/h264-baseline-expected.txt: Added.
* platform/ios/webrtc/h264-high-expected.txt: Added.
* platform/mac-wk2/TestExpectations:
* webrtc/h264-baseline.html:
* webrtc/h264-high.html:
* webrtc/h264-profile-tests.js: Added.
(async waitForVideoSize):
(testProfile):
(async testResolutions.async resolutions):
(async testResolutions):
2021-01-08 Youenn Fablet <youenn@apple.com>
PaintFrameForMedia has a null identifier when media player is a media stream track video player
https://bugs.webkit.org/show_bug.cgi?id=220411
Reviewed by Wenson Hsieh.
* gpu-process/TestExpectations:
2021-01-08 Rob Buis <rbuis@igalia.com>
Take aspect-ratio into account for percentage resolution
https://bugs.webkit.org/show_bug.cgi?id=220143
Reviewed by Darin Adler.
Enable some tests that pass now.
* TestExpectations:
2021-01-08 Philippe Normand <pnormand@igalia.com>
[GStreamer] WebAudio provider should clean-up its bin when the client disappears
https://bugs.webkit.org/show_bug.cgi?id=219245
Reviewed by Xabier Rodriguez-Calvar.
Unflag tests no longer crashing.
* platform/glib/TestExpectations:
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
2021-01-07 Zalan Bujtas <zalan@apple.com>
paypal.com: text at the bottom of the page is not aligned properly
https://bugs.webkit.org/show_bug.cgi?id=220444
<rdar://problem/60356338>
Reviewed by Simon Fraser.
* fast/css/vertical-align-block-elements-expected.html:
* fast/css/vertical-align-block-elements.html:
* fast/inline/incorrect-vertical-alignment-inside-inline-block-expected.html: Added.
* fast/inline/incorrect-vertical-alignment-inside-inline-block.html: Added.
2021-01-07 Ryan Haddad <ryanhaddad@apple.com>
[ Mac ] http/wpt/service-workers/service-worker-spinning-install.https.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=219516
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Mark test as flaky.
2021-01-07 Alex Christensen <achristensen@webkit.org>
Null check global object in Blob::stream
https://bugs.webkit.org/show_bug.cgi?id=220393
<rdar://problem/71626701>
Reviewed by Chris Dumez.
* fast/files/blob-stream-crash-expected.txt: Added.
* fast/files/blob-stream-crash.html: Added.
2021-01-07 Lauro Moura <lmoura@igalia.com>
REGRESSION(r270425) [GTK] wheel scrolling stopped working
https://bugs.webkit.org/show_bug.cgi?id=219547
Reviewed by Carlos Garcia Campos.
* platform/gtk/fast/scrolling/overflow-scrollable-after-back-expected.txt:
Rebaseline with the extra scroll events arriving
2021-01-06 Rob Buis <rbuis@igalia.com>
Fix aspect ratio handling in RenderBox::computeLogicalWidthInFragment
https://bugs.webkit.org/show_bug.cgi?id=220138
Reviewed by Simon Fraser.
Enable some tests that pass now.
* TestExpectations:
2021-01-06 Aditya Keerthi <akeerthi@apple.com>
[macOS] Text inside form controls is off center on burton.com
https://bugs.webkit.org/show_bug.cgi?id=220376
<rdar://problem/72833977>
Reviewed by Devin Rousso.
Added a test to verify that the appearance of a <select> element with
an empty size attribute is the same as one without a size attribute.
* fast/forms/select-empty-size-expected.html: Added.
* fast/forms/select-empty-size.html: Added.
2021-01-06 Ryan Haddad <ryanhaddad@apple.com>
[Mac] inspector/debugger/tail-deleted-frames/tail-deleted-frames-intermediate-frames.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=218725
Unreviewed test gardening.
This isn't specific to Rosetta, so move the expectation to mac-wk2.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectationsRosetta:
2021-01-06 Antoine Quint <graouts@webkit.org>
REGRESSION (2020-10-23): webanimations/accelerated-animation-with-easing.html is flaky on Mac Debug
https://bugs.webkit.org/show_bug.cgi?id=220187
<rdar://problem/72796329>
Reviewed by Dean Jackson.
Ensure there were two stable presentation updates prior to starting animations and two after that to ensure
they are visually running accelerated.
* platform/mac/TestExpectations:
* webanimations/accelerated-animation-with-easing.html:
2021-01-06 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r271165.
Caused the test to fail on bots
Reverted changeset:
https://trac.webkit.org/changeset/271165
2021-01-06 Rini Patel <rini_patel@apple.com>
[GPU process] Add Layout tests failures to LayoutTests/gpu-process/TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=220070
Reviewed by Darin Adler.
* gpu-process/TestExpectations:
2021-01-06 Youenn Fablet <youenn@apple.com>
REGRESSION (r267227): imported/w3c/web-platform-tests/xhr/event-timeout.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216961
<rdar://problem/69548545>
Reviewed by Darin Adler.
* platform/glib/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
2021-01-05 Simon Fraser <simon.fraser@apple.com>
REGRESSION: animated iframe painted blank
https://bugs.webkit.org/show_bug.cgi?id=220231
Reviewed by Zalan Bujtas.
* compositing/iframes/content-visibility-with-clipping-expected.html: Added.
* compositing/iframes/content-visibility-with-clipping.html: Added.
2021-01-05 Peng Liu <peng.liu6@apple.com>
media-source-webm.html: Handle frame size in HAVE_METADATA
https://bugs.webkit.org/show_bug.cgi?id=220046
Reviewed by Daniel Bates.
A follow-up patch to fix a failure on Big Sur. A 'resize' event can be fired before or
after the 'update' event. The test needs to support both cases.
* media/media-source/media-source-webm-expected.txt:
* media/media-source/media-source-webm.html:
2021-01-05 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process][MSE] SourceBuffer fires update and updateend events before the coded frames are removed
https://bugs.webkit.org/show_bug.cgi?id=220334
Reviewed by Eric Carlson.
* gpu-process/TestExpectations:
2021-01-05 Chris Fleizach <cfleizach@apple.com>
AX: aria-orientation is ignored on input[type="range"]
https://bugs.webkit.org/show_bug.cgi?id=220222
<rdar://problem/72765547>
Reviewed by Zalan Bujtas.
* accessibility/mac/range-orientation.html: Added.
2021-01-05 Truitt Savell <tsavell@apple.com>
[ Big Sur ] fast/images/webp-as-image.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220330
unreviewed test gardening.
* platform/mac/TestExpectations:
2021-01-05 Truitt Savell <tsavell@apple.com>
[ Big Sur ] fast/images/webp-as-image.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220330
unreviewed test gardening.
* platform/mac/TestExpectations:
2021-01-05 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: http/tests/inspector/network/resource-timing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=220127
Reviewed by Alex Christensen.
* http/tests/inspector/network/resource-timing.html: Ignore an
internal inspector error as was done in r270137.
2021-01-05 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] :focus should match inside the focus event
https://bugs.webkit.org/show_bug.cgi?id=220243
Reviewed by Frédéric Wang.
* TestExpectations: Skip some :focus-visible tests as current failure results
depend on the platform.
This issue has been fixed upstream in https://github.com/web-platform-tests/wpt/pull/27041
and these tests will be re-imported and unskipped in a follow-up patch.
2021-01-04 Rob Buis <rbuis@igalia.com>
Add missing support/refresh.sub.html
https://bugs.webkit.org/show_bug.cgi?id=220230
Reviewed by Sam Weinig.
Unskip test that passes now.
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/wpe/TestExpectations:
2021-01-04 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/css1/text_properties/vertical_align-expected.txt:
* platform/wincairo/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/wincairo/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/wincairo/fast/dom/HTMLProgressElement/progress-element-expected.txt:
2021-01-04 Alicia Boya García <aboya@igalia.com>
[GStreamer][MSE] Unreviewed micro-gardening (remove spurious -expected.txt references)
https://bugs.webkit.org/show_bug.cgi?id=220244
* platform/glib/TestExpectations:
2021-01-04 Alicia Boya García <aboya@igalia.com>
[GStreamer][MSE] Unreviewed micro-gardening
https://bugs.webkit.org/show_bug.cgi?id=220244
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-12-17 Sergio Villar Senin <svillar@igalia.com>
Intrinsic size not correctly stored for SVG images
https://bugs.webkit.org/show_bug.cgi?id=219981
Reviewed by Darin Adler.
* TestExpectations: Removed two flexbox aspect ratio tests that are now passing.
2021-01-03 Rob Buis <rbuis@igalia.com>
Use UTF-8 encoding for empty main resource loads
https://bugs.webkit.org/show_bug.cgi?id=220227
Reviewed by Sam Weinig.
Update improved test results.
* http/wpt/html/browsers/windows/browsing-context-expected.txt:
* platform/mac/webarchive/archive-empty-frame-source-expected.png:
* webarchive/archive-empty-frame-source-expected.webarchive:
2021-01-02 Alexey Shvayka <shvaikalesh@gmail.com>
Improve error message for uninitialized |this| in derived constructor
https://bugs.webkit.org/show_bug.cgi?id=220221
Reviewed by Yusuke Suzuki.
* js/arrowfunction-supercall-expected.txt:
* js/arrowfunction-superproperty-expected.txt:
* js/class-syntax-extends-expected.txt:
* js/class-syntax-super-expected.txt:
* js/script-tests/arrowfunction-supercall.js:
* js/script-tests/arrowfunction-superproperty.js:
* js/script-tests/class-syntax-super.js:
2021-01-02 Alexey Shvayka <shvaikalesh@gmail.com>
Don't throw if `function.caller` is a non-strict / generator / async function
https://bugs.webkit.org/show_bug.cgi?id=220216
Reviewed by Yusuke Suzuki.
* js/caller-property-expected.txt:
* js/script-tests/caller-property.js:
2020-12-30 Zalan Bujtas <zalan@apple.com>
[Legacy Line Layout] Remove unnecessary 'vertical-align: middle' integral rounding
https://bugs.webkit.org/show_bug.cgi?id=220198
Reviewed by Antti Koivisto.
Added additional 'vertical-align' values.
* fast/sub-pixel/vertical-align-middle-overflow.html:
2020-12-30 Simon Fraser <simon.fraser@apple.com>
[LFC Display] Stacking item bounds were wrong in some cases
https://bugs.webkit.org/show_bug.cgi?id=220201
Reviewed by Zalan Bujtas.
* fast/layoutformattingcontext/display/stacking-item-bounds-expected.html: Added.
* fast/layoutformattingcontext/display/stacking-item-bounds.html: Added.
2020-12-28 Alexey Proskuryakov <ap@apple.com>
Mark tests as flaky for https://bugs.webkit.org/show_bug.cgi?id=220188
* platform/mac-wk1/TestExpectations:
2020-12-28 Alexey Proskuryakov <ap@apple.com>
Mark webanimations/accelerated-animation-with-easing.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=220187
* platform/mac/TestExpectations:
2020-12-26 Alexey Shvayka <shvaikalesh@gmail.com>
[WebIDL] Remove [CustomToStringName] and Location-specific extended attributes
https://bugs.webkit.org/show_bug.cgi?id=219276
Reviewed by Sam Weinig.
* fast/dom/Window/Location/location-override-toString-using-defineGetter-expected.txt:
* fast/dom/Window/Location/location-override-toString-using-defineGetter.html:
* fast/dom/Window/Location/location-override-valueOf-using-defineGetter-expected.txt:
* fast/dom/Window/Location/location-override-valueOf-using-defineGetter.html:
2020-12-26 Simon Fraser <simon.fraser@apple.com>
Fix scrolling issues when scrolling on only one axis is enabled
https://bugs.webkit.org/show_bug.cgi?id=220134
Reviewed by Sam Weinig.
* fast/scrolling/mac/overflow-hidden-on-one-axis-async-overflow-expected.txt: Added.
* fast/scrolling/mac/overflow-hidden-on-one-axis-async-overflow.html: Added.
* fast/scrolling/mac/overflow-hidden-on-one-axis-expected.txt: Added.
* fast/scrolling/mac/overflow-hidden-on-one-axis.html: Added.
2020-12-23 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: [ Mac ] media/video-buffering-allowed.html is flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=217621
Unreviewed test gardening.
* platform/mac/TestExpectations:
* platform/mac/TestExpectationsRosetta:
Move the flaky expectation from Rosetta -> mac since this isn't
Rosetta specific.
2020-12-23 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process][MSE] Media element does not fire "resize" event
https://bugs.webkit.org/show_bug.cgi?id=220119
Reviewed by Eric Carlson.
* gpu-process/TestExpectations:
2020-12-23 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Enable WebGL 2
https://bugs.webkit.org/show_bug.cgi?id=192314
Reviewed by Kenneth Russell.
* platform/wincairo/TestExpectations:
2020-12-23 Simon Fraser <simon.fraser@apple.com>
REGRESSION: Scroll snapping triggers body scroll
https://bugs.webkit.org/show_bug.cgi?id=220056
Reviewed by Wenson Hsieh.
* fast/scrolling/latching/scroll-snap-latching-expected.txt: Added.
* fast/scrolling/latching/scroll-snap-latching.html: Added.
* platform/mac-wk1/fast/scrolling/latching/scroll-snap-latching-expected.txt: Added.
2020-12-23 Simon Fraser <simon.fraser@apple.com>
Standardize on "allows scrolling" terminology instead of asking about scrollbars
https://bugs.webkit.org/show_bug.cgi?id=220111
Reviewed by Wenson Hsieh.
* fast/scrolling/ios/change-scrollability-on-content-resize-expected.txt:
* fast/scrolling/ios/change-scrollability-on-content-resize-nested-expected.txt:
* fast/scrolling/ios/scrollbar-hiding-expected.txt:
* fast/visual-viewport/tiled-drawing/zoomed-fixed-scrolled-down-expected.txt:
* fast/visual-viewport/tiled-drawing/zoomed-fixed-scrolled-down-then-up-expected.txt:
* fast/visual-viewport/tiled-drawing/zoomed-fixed-scrolling-layers-state-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/absolute-in-nested-sc-scrollers-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/absolute-inside-stacking-in-scroller-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/clipped-layer-in-overflow-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/clipped-layer-in-overflow-nested-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/composited-in-absolute-in-overflow-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/composited-in-absolute-in-stacking-context-overflow-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/gain-scrolling-node-parent-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/lose-scrolling-node-parent-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/nested-absolute-in-absolute-overflow-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/nested-absolute-in-overflow-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/nested-absolute-in-relative-in-overflow-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/nested-absolute-in-sc-overflow-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/nested-overflow-scroll-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/overflow-in-fixed-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/positioned-nodes-complex-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/positioned-nodes-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/remove-scrolling-role-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/reparent-across-compositing-layers-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/reparent-with-layer-removal-expected.txt:
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/sticky-in-overflow-expected.txt:
* platform/ipad/fast/scrolling/ios/change-scrollability-on-content-resize-nested-expected.txt:
* platform/ipad/scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/absolute-in-nested-sc-scrollers-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/absolute-inside-stacking-in-scroller-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/clipped-layer-in-overflow-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/clipped-layer-in-overflow-nested-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/composited-in-absolute-in-overflow-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/composited-in-absolute-in-stacking-context-overflow-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/coordinated-frame-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/fixed-inside-frame-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/gain-scrolling-node-parent-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/lose-scrolling-node-parent-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/nested-absolute-in-absolute-overflow-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/nested-absolute-in-overflow-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/nested-absolute-in-relative-in-overflow-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/nested-absolute-in-sc-overflow-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/nested-overflow-scroll-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/overflow-in-fixed-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/positioned-nodes-complex-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/positioned-nodes-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/remove-coordinated-frame-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/remove-scrolling-role-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/reparent-across-compositing-layers-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/reparent-with-layer-removal-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/scrolling-tree-includes-frame-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/sticky-in-overflow-expected.txt:
* platform/wpe/scrollingcoordinator/scrolling-tree/toggle-coordinated-frame-scrolling-expected.txt:
* scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-non-cb-overflow-expected.txt:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow-expected.txt:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow2-expected.txt:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-dynamic-expected.txt:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-expected.txt:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-on-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/absolute-in-nested-sc-scrollers-expected.txt:
* scrollingcoordinator/scrolling-tree/absolute-inside-stacking-in-scroller-expected.txt:
* scrollingcoordinator/scrolling-tree/clipped-layer-in-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/clipped-layer-in-overflow-nested-expected.txt:
* scrollingcoordinator/scrolling-tree/composited-in-absolute-in-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/composited-in-absolute-in-stacking-context-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/coordinated-frame-expected.txt:
* scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt:
* scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed-expected.txt:
* scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor-expected.txt:
* scrollingcoordinator/scrolling-tree/fixed-inside-frame-expected.txt:
* scrollingcoordinator/scrolling-tree/gain-scrolling-node-parent-expected.txt:
* scrollingcoordinator/scrolling-tree/lose-scrolling-node-parent-expected.txt:
* scrollingcoordinator/scrolling-tree/nested-absolute-in-absolute-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/nested-absolute-in-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/nested-absolute-in-relative-in-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/nested-absolute-in-sc-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/nested-overflow-scroll-expected.txt:
* scrollingcoordinator/scrolling-tree/overflow-in-fixed-expected.txt:
* scrollingcoordinator/scrolling-tree/positioned-nodes-complex-expected.txt:
* scrollingcoordinator/scrolling-tree/positioned-nodes-expected.txt:
* scrollingcoordinator/scrolling-tree/remove-coordinated-frame-expected.txt:
* scrollingcoordinator/scrolling-tree/remove-scrolling-role-expected.txt:
* scrollingcoordinator/scrolling-tree/reparent-across-compositing-layers-expected.txt:
* scrollingcoordinator/scrolling-tree/reparent-with-layer-removal-expected.txt:
* scrollingcoordinator/scrolling-tree/scrolling-tree-includes-frame-expected.txt:
* scrollingcoordinator/scrolling-tree/sticky-in-overflow-expected.txt:
* scrollingcoordinator/scrolling-tree/toggle-coordinated-frame-scrolling-expected.txt:
* tiled-drawing/scrolling/clamp-out-of-bounds-scrolls-expected.txt:
* tiled-drawing/scrolling/fixed/absolute-inside-fixed-expected.txt:
* tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed-expected.txt:
* tiled-drawing/scrolling/fixed/fixed-in-overflow-expected.txt:
* tiled-drawing/scrolling/fixed/fixed-position-out-of-view-expected.txt:
* tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex-expected.txt:
* tiled-drawing/scrolling/fixed/four-bars-expected.txt:
* tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer-expected.txt:
* tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt:
* tiled-drawing/scrolling/fixed/negative-scroll-offset-expected.txt:
* tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view-expected.txt:
* tiled-drawing/scrolling/fixed/nested-fixed-expected.txt:
* tiled-drawing/scrolling/fixed/percentage-inside-fixed-expected.txt:
* tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt:
* tiled-drawing/scrolling/scrolling-tree-after-scroll-expected.txt:
* tiled-drawing/scrolling/sticky/negative-scroll-offset-expected.txt:
* tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt:
* tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt:
2020-12-22 Dean Jackson <dino@apple.com>
Update WebGL methods test to ignore makeXRCompatible
https://bugs.webkit.org/show_bug.cgi?id=220107
<rdar://problem/72603916>
Reviewed by Sam Weinig.
Sync upstream changes from
https://github.com/KhronosGroup/WebGL/pull/3198/
so that our versions of these tests can pass with
WebXR enabled.
* webgl/1.0.3/resources/webgl_test_files/conformance/context/methods.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/context/methods.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/context/methods-2.html:
2020-12-22 Beth Dakin <bdakin@apple.com>
Remove non-inclusive language from tests in http/tests/xmlhttprequest
https://bugs.webkit.org/show_bug.cgi?id=220096
Reviewed by Alexey Proskuryakov.
* http/tests/xmlhttprequest/access-control-basic-allow-list-request-headers.html:
* http/tests/xmlhttprequest/access-control-basic-allow-list-response-headers.html:
* http/tests/xmlhttprequest/resources/access-control-basic-allowlist-request-headers.cgi: Copied from http/tests/xmlhttprequest/resources/access-control-basic-whitelist-request-headers.cgi.
* http/tests/xmlhttprequest/resources/access-control-basic-allowlist-response-headers.cgi: Copied from http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi.
* http/tests/xmlhttprequest/resources/access-control-basic-whitelist-request-headers.cgi: Removed.
* http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi: Removed.
2020-12-22 Beth Dakin <bdakin@apple.com>
Remove non-inclusive language from tests in http/tests/contentextensions/
https://bugs.webkit.org/show_bug.cgi?id=220094
Reviewed by Alex Christensen.
* http/tests/contentextensions/allowlist-expected.txt: Copied from http/tests/contentextensions/whitelist-expected.txt.
* http/tests/contentextensions/allowlist.html: Copied from http/tests/contentextensions/whitelist.html.
* http/tests/contentextensions/allowlist.html.json: Copied from http/tests/contentextensions/whitelist.html.json.
* http/tests/contentextensions/basic-filter.html:
* http/tests/contentextensions/basic-filter.html.json:
* http/tests/contentextensions/crash-xhr.html.json:
* http/tests/contentextensions/filters-with-quantifiers-combined-expected.txt:
* http/tests/contentextensions/filters-with-quantifiers-combined.html:
* http/tests/contentextensions/filters-with-quantifiers-combined.html.json:
* http/tests/contentextensions/whitelist-expected.txt: Removed.
* http/tests/contentextensions/whitelist.html: Removed.
* http/tests/contentextensions/whitelist.html.json: Removed.
2020-12-22 Rob Buis <rbuis@igalia.com>
Support aspect-ratio on positioned elements
https://bugs.webkit.org/show_bug.cgi?id=219741
Reviewed by Simon Fraser.
Enable some tests that pass now.
* TestExpectations:
2020-12-22 Youenn Fablet <youenn@apple.com>
MediaStreamTrack.muted value should not change before the corresponding event is fired
https://bugs.webkit.org/show_bug.cgi?id=220084
Reviewed by Eric Carlson.
* fast/mediastream/media-stream-track-muted-event-expected.txt: Added.
* fast/mediastream/media-stream-track-muted-event.html: Added.
* platform/ios/mediastream/audio-muted-in-background-tab.html: Updated to cope with async muted change.
* platform/ios/mediastream/video-muted-in-background-tab.html: Dittod
2020-12-22 Philippe Normand <pnormand@igalia.com>
REGRESSION(r270612) [GStreamer][MSE] Some play/seek related failures
https://bugs.webkit.org/show_bug.cgi?id=219822
Reviewed by Xabier Rodriguez-Calvar.
Unflag tests now-passing and flag tests that were mis-gardened before this regression happened.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-12-22 Simon Fraser <simon.fraser@apple.com>
Sibling element wheel event regions can be wrong
https://bugs.webkit.org/show_bug.cgi?id=220071
Reviewed by Daniel Bates.
* fast/scrolling/mac/wheel-event-listener-region-siblings-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-siblings.html: Added.
2020-12-22 Simon Fraser <simon.fraser@apple.com>
Layout overflow is computed incorrectly inside flexbox (breaks sticky positioning)
https://bugs.webkit.org/show_bug.cgi?id=220075
Reviewed by Zalan Bujtas.
* fast/flexbox/preserve-layout-overflow-expected.txt: Added.
* fast/flexbox/preserve-layout-overflow.html: Added.
2020-12-21 Beth Dakin <bdakin@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=220078
Remove non-inclusive language from WebGL tests
Reviewed by Alex Christensen.
* webgl/1.0.3/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html:
* webgl/1.0.3/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/element-index-uint.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/vertex_arrays/vertex-array-object.html:
* webgl/2.0.0/resources/webgl_test_files/js/tests/no-over-optimizations-on-uniform-array.js:
(setupTests):
2020-12-21 Beth Dakin <bdakin@apple.com>
Remove non-inclusive language from layout tests
https://bugs.webkit.org/show_bug.cgi?id=220063
Reviewed by Geoffrey Garen.
This patch removes many instances of non-inclusive language from the layout tests.
* fast/canvas/webgl/oes-element-index-uint.html:
* fast/canvas/webgl/oes-vertex-array-object.html:
* fast/encoding/idn-security.html:
* fast/images/image-formats-support-expected.txt:
* fast/images/image-formats-support.html:
* fast/text/arabic-blacklisted-expected.html: Removed.
* fast/text/arabic-blacklisted.html: Removed.
* fast/text/arabic-blocked-fonts-expected.html: Copied from fast/text/arabic-blacklisted-expected.html.
* fast/text/arabic-blocked-fonts.html: Copied from fast/text/arabic-blacklisted.html.
* http/tests/appcache/online-whitelist-expected.txt:
* http/tests/appcache/online-whitelist.html:
* http/tests/appcache/resources/allowlist-wildcard.manifest: Copied from http/tests/appcache/resources/whitelist-wildcard.manifest.
* http/tests/appcache/resources/online-allowlist.manifest: Copied from http/tests/appcache/resources/online-whitelist.manifest.
* http/tests/appcache/resources/online-allowlist.php: Copied from http/tests/appcache/resources/online-whitelist.php.
* http/tests/appcache/resources/online-whitelist.manifest: Removed.
* http/tests/appcache/resources/online-whitelist.php: Removed.
* http/tests/appcache/resources/whitelist-wildcard.manifest: Removed.
* http/tests/appcache/whitelist-wildcard-expected.txt:
* http/tests/appcache/whitelist-wildcard.html:
* http/tests/misc/char-encoding-bocu-1-blacklisted-expected.txt: Removed.
* http/tests/misc/char-encoding-bocu-1-blacklisted.html: Removed.
* http/tests/misc/char-encoding-bocu-1-blocklisted-expected.txt: Added.
* http/tests/misc/char-encoding-bocu-1-blocklisted.html: Copied from http/tests/misc/char-encoding-bocu-1-blacklisted.html.
* http/tests/misc/char-encoding-scsu-blacklisted-expected.txt: Removed.
* http/tests/misc/char-encoding-scsu-blacklisted.html: Removed.
* http/tests/misc/char-encoding-scsu-blocklisted-expected.txt: Added.
* http/tests/misc/char-encoding-scsu-blocklisted.html: Copied from http/tests/misc/char-encoding-scsu-blacklisted.html.
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-allowed.html:
* http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01-expected.txt:
* http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01.html:
* http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt:
* http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html:
* http/tests/security/cross-frame-access-enumeration-expected.txt:
* http/tests/security/cross-frame-access-enumeration.html:
* http/tests/security/isolatedWorld/cross-origin-xhr-expected.txt:
* http/tests/security/isolatedWorld/cross-origin-xhr.html:
* http/tests/security/local-image-from-remote-allow-list-expected.txt:
* http/tests/security/local-image-from-remote-allow-list.html:
* http/tests/xmlhttprequest/access-control-basic-allow-list-response-headers-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-allow-list-response-headers.html:
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple.html:
* http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html:
* http/tests/xmlhttprequest/origin-allow-list-all-expected.txt:
* http/tests/xmlhttprequest/origin-allow-list-all.html:
* http/tests/xmlhttprequest/origin-allow-list-exact-match-expected.txt:
* http/tests/xmlhttprequest/origin-allow-list-exact-match.html:
* http/tests/xmlhttprequest/origin-allow-list-https-expected.txt:
* http/tests/xmlhttprequest/origin-allow-list-https.html:
* http/tests/xmlhttprequest/origin-allow-list-ip-addresses-expected.txt:
* http/tests/xmlhttprequest/origin-allow-list-ip-addresses-with-subdomains.html:
* http/tests/xmlhttprequest/origin-allow-list-ip-addresses.html:
* http/tests/xmlhttprequest/origin-allow-list-removal-expected.txt:
* http/tests/xmlhttprequest/origin-allow-list-removal.html:
* http/tests/xmlhttprequest/origin-allow-list-subdomains-expected.txt:
* http/tests/xmlhttprequest/origin-allow-list-subdomains.html:
* http/tests/xmlhttprequest/resources/origin-allowlisting-ip-address-test.html: Copied from http/tests/xmlhttprequest/resources/origin-whitelisting-ip-address-test.html.
* http/tests/xmlhttprequest/resources/origin-whitelisting-ip-address-test.html: Removed.
* http/tests/xmlhttprequest/workers/resources/access-control-basic-get-fail-non-simple.js:
(start):
* inspector/timeline/line-column.html:
* js/promises-tests/resources/mocha.js:
* media/track/captions-webvtt/allowlist.vtt: Copied from media/track/captions-webvtt/whitelist.vtt.
* media/track/captions-webvtt/whitelist.vtt: Removed.
* media/track/track-css-property-allowlist-expected.txt: Added.
* media/track/track-css-property-allowlist.html: Copied from media/track/track-css-property-whitelist.html.
* media/track/track-css-property-whitelist-expected.txt: Removed.
* media/track/track-css-property-whitelist.html: Removed.
* platform/glib/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wpe/security/block-test-expected.txt:
* security/block-test-expected.txt:
* security/block-test.html:
2020-12-21 Jessica Tallon <jtallon@igalia.com>
[JSC] Fix expectation for WASM JS-type reflection WPTs
https://bugs.webkit.org/show_bug.cgi?id=219600
Reviewed by Yusuke Suzuki.
Changed the expectations for the WASM JS-Type reflections constructor
tests as we now support the minimum parameter.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/memory/constructor-types.tentative.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/table/constructor-types.tentative.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/memory/constructor-types.tentative.any.worker-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/table/constructor-types.tentative.any.worker-expected.txt:
2020-12-21 Alicia Boya García <aboya@igalia.com>
[MSE] Fix allSamplesInTrackEnqueued() handling
https://bugs.webkit.org/show_bug.cgi?id=220055
Reviewed by Philippe Normand.
Adjusted test expectations.
* platform/glib/TestExpectations:
2020-12-21 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, rebaseline tests for Windows.
* platform/win/http/tests/xmlhttprequest/methods-async-expected.txt: Added.
* platform/win/http/tests/xmlhttprequest/methods-expected.txt: Added.
* platform/win/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
2020-12-21 Aditya Keerthi <akeerthi@apple.com>
REGRESSION (r262729): Poor contrast for specific color/background combinations on disabled input fields
https://bugs.webkit.org/show_bug.cgi?id=219991
<rdar://problem/70522921>
Reviewed by Sam Weinig.
Updated an existing test to account for the failing color/background
combination and rebaselined expectations to match the new minimum
constrast ratio.
* fast/forms/input-disabled-color.html:
* platform/ios/fast/forms/input-disabled-color-expected.txt:
* platform/mac-catalina/fast/forms/input-disabled-color-expected.txt:
* platform/mac-mojave/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
2020-12-21 Alicia Boya García <aboya@igalia.com>
media-source-webm.html: Handle frame size in HAVE_METADATA
https://bugs.webkit.org/show_bug.cgi?id=220046
Reviewed by Eric Carlson.
The current version of media-source-webm.html assumes that a `resize`
event happens after the first media segment is appended.
This is not necessarily true. In fact, an initialization segment
should cause a transition to HAVE_METADATA, and that per spec implies
the size of the video is known.
In practice, some implementations don't report this until a media
segment has arrived.
Because of the way the current code is written, an implementation
emitting `resize` on HAVE_METADATA would timeout the test. This patch
fixes that, accomodating both cases.
* media/media-source/media-source-webm.html:
* media/media-source/media-source-webm-expected.txt:
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
2020-12-20 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo][WebGL] webgl/1.0.3/conformance/misc/uninitialized-test.html is failing only for Debug builds
https://bugs.webkit.org/show_bug.cgi?id=220000
Reviewed by Kenneth Russell.
* platform/wincairo/TestExpectations:
2020-12-19 Zalan Bujtas <zalan@apple.com>
width: max-content with box-sizing: border-box should leave space for padding (Twitter date hover overflow)
https://bugs.webkit.org/show_bug.cgi?id=219687
<rdar://problem/72137685>
Reviewed by Antti Koivisto.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-12-18 Rini Patel <rini_patel@apple.com>
[GPU process] Adding more tests to TestExpectations for Layout tests crashes
https://bugs.webkit.org/show_bug.cgi?id=220035
Reviewed by Tim Horton.
* gpu-process/TestExpectations:
2020-12-18 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION(iOS 14): http/tests/cache-storage/page-cache-domcache-pending-promise.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217408
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations: Add DumpJSConsoleLogInStdErr since it was errantly removed in r268078.
2020-12-18 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process][MSE] SourceBufferPrivateRemote needs to override some track buffer related functions of SourceBufferPrivate
https://bugs.webkit.org/show_bug.cgi?id=219998
Reviewed by Jer Noble.
* gpu-process/TestExpectations:
2020-12-18 Ryan Haddad <ryanhaddad@apple.com>
[Mojave] webanimations/accelerated-transform-related-animation-property-order.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220018
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Mark test as failing.
2020-12-17 Truitt Savell <tsavell@apple.com>
[ Big Sur ] imported/w3c/web-platform-tests/fetch/content-type/script.window.html is failing
https://bugs.webkit.org/show_bug.cgi?id=219965
unreviewed test gardening.
* platform/mac/TestExpectations:
2020-12-17 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] Default namespace gets ignored inside non-type selectors for :is() and :not()
https://bugs.webkit.org/show_bug.cgi?id=219950
Reviewed by Antti Koivisto.
* TestExpectations: Two WPT tests pass now.
2020-12-17 Truitt Savell <tsavell@apple.com>
Rebase http/tests/navigation/javascriptlink-frames.html for Big Sur
https://bugs.webkit.org/show_bug.cgi?id=219186
Unreviewed test gardening
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
2020-12-17 Truitt Savell <tsavell@apple.com>
Rebase 3 tests for Big Sur
https://bugs.webkit.org/show_bug.cgi?id=219184
unreviewed test gardening
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
2020-12-17 Patrick Angle <pangle@apple.com>
Web Inspector: REGRESSION(r266467): viewing a WebSocket created before Web Inspector was opened doesn't show any message frames
https://bugs.webkit.org/show_bug.cgi?id=219510
Reviewed by Youenn Fablet.
Updated test to check that sent and received frames are correctly associated with WebSockets that were open
before the Web Inspector was opened.
* http/tests/websocket/tests/hybi/inspector/before-load-expected.txt:
* http/tests/websocket/tests/hybi/inspector/before-load.html:
2020-12-17 Truitt Savell <tsavell@apple.com>
Rebase fast/css/text-overflow-input.html
https://bugs.webkit.org/show_bug.cgi?id=219959
Unreviewed test gardening
* platform/mac/fast/css/text-overflow-input-expected.txt:
2020-12-17 Andy Estes <aestes@apple.com>
Unreviewed test gardening.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback-expected.txt: Removed.
* platform/mac-wk2/media/media-can-play-webm-expected.txt: Removed.
2020-12-17 Manuel Rego Casasnovas <rego@igalia.com>
[selectors] Update WPT test suite
https://bugs.webkit.org/show_bug.cgi?id=219958
Reviewed by Carlos Alberto Lopez Perez.
* TestExpectations: Mark failures associated with the relevant bugs.
Two focus-visible tests are skipped, as the only test they have is failing with different messages
in each platform because the outline color varies.
* platform/ios/TestExpectations: Skip 2 tests that don't work in iOS.
* tests-options.json:
2020-12-17 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Move service workers failures to GLIB.
Some of flaky failures have been passing consistently for the last
4000 revisions, so they're actually removed from test expectations.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
2020-12-16 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Gardened several flaky failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-12-16 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. fast/text/simple-line-wordspacing.html is an image failure.
* platform/wpe/TestExpectations:
2020-12-16 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update several baselines of tests failing and update expectations.
* platform/glib/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt: Update after r270882.
* platform/glib/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt: Update after r270882.
* platform/gtk/imported/w3c/web-platform-tests/css/css-color/animation/opacity-interpolation-expected.txt: Update after r270837.
* platform/gtk/TestExpectations:
2020-12-16 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Add baseline after r270823.
* platform/gtk/fast/media/mq-prefers-contrast-forced-value-expected.html: Added.
2020-12-16 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process][MSE] Add an IPC message BufferedSamplesForTrackId for testing purposes
https://bugs.webkit.org/show_bug.cgi?id=219956
Reviewed by Eric Carlson.
The tests using internals.bufferedSamplesForTrackID() need to be updated since the function
is asynchronous now.
* gpu-process/TestExpectations:
* media/media-source/media-source-append-acb-no-frame-lost.html:
* media/media-source/media-source-append-acb-tolerance.html:
* media/media-source/media-source-append-overlapping-dts.html:
* media/media-source/media-source-append-presentation-durations.html:
* media/media-source/media-source-append-twice-overlapping-sync-frame.html:
* media/media-source/media-source-append-variable-frame-lengths-with-matching-durations.html:
* media/media-source/media-source-dropped-iframe.html:
* media/media-source/media-source-overlapping-append.html:
* media/media-source/media-source-overlapping-decodetime.html:
* media/media-source/media-source-range-end-frame-not-removed.html:
* media/media-source/media-source-range-start-frame-replaced.html:
* media/media-source/media-source-remove-b-frame.html:
* media/media-source/media-source-samples-out-of-order.html:
* media/media-source/media-source-samples-resolution-change.html:
* media/media-source/media-source-sequence-timestamps.html:
* media/media-source/media-source-timeoffset.html:
* media/media-source/media-source-timestampoffset-rounding-error.html:
* media/media-source/media-source-timestampoffset-then-zero.html:
2020-12-16 Truitt Savell <tsavell@apple.com>
Remove LayoutTests/platform/mac-bigsur-wk1
https://bugs.webkit.org/show_bug.cgi?id=218359
Unreviewed test gardening
* platform/mac-catalina-wk1/editing/selection/select-across-readonly-input-4-expected.txt: Copied from LayoutTests/platform/mac-bigsur-wk1/editing/selection/select-across-readonly-input-4-expected.txt.
* platform/mac-catalina-wk1/editing/selection/select-across-readonly-input-5-expected.txt: Copied from LayoutTests/platform/mac-bigsur-wk1/editing/selection/select-across-readonly-input-5-expected.txt.
* platform/mac-catalina-wk1/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Copied from LayoutTests/platform/mac-bigsur-wk1/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt.
* platform/mac-wk1/editing/selection/select-across-readonly-input-4-expected.txt: Renamed from LayoutTests/platform/mac-bigsur-wk1/editing/selection/select-across-readonly-input-4-expected.txt.
* platform/mac-wk1/editing/selection/select-across-readonly-input-5-expected.txt: Renamed from LayoutTests/platform/mac-bigsur-wk1/editing/selection/select-across-readonly-input-5-expected.txt.
* platform/mac-wk1/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Renamed from LayoutTests/platform/mac-bigsur-wk1/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt.
2020-12-16 Rini Patel <rini_patel@apple.com>
[GPU process] Update TestExpectations to skip Layout tests crashes under encodeSingleObject()
https://bugs.webkit.org/show_bug.cgi?id=219955
Reviewed by Tim Horton.
* gpu-process/TestExpectations:
2020-12-16 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Enable USE_ANGLE
https://bugs.webkit.org/show_bug.cgi?id=219421
Reviewed by Don Olmstead.
* platform/wincairo/TestExpectations:
2020-12-16 Chris Fleizach <cfleizach@apple.com>
AX: Update list heuristics to include linked lists inside navigation containers
https://bugs.webkit.org/show_bug.cgi?id=193382
<rdar://problem/47233475>
Reviewed by Zalan Bujtas.
* accessibility/list-detection2-expected.txt:
* accessibility/list-detection2.html:
2020-12-16 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Non-quantitative values such as auto and min-content are not influenced by the box-sizing property
https://bugs.webkit.org/show_bug.cgi?id=219944
Reviewed by Antti Koivisto.
Need to fix it in RenderBox first to be able to geometry-test it (webkit.org/b/219687).
* fast/layoutformattingcontext/max-content-and-box-sizing-simple-expected.html: Added.
* fast/layoutformattingcontext/max-content-and-box-sizing-simple.html: Added.
* platform/mac-wk2/TestExpectations:
2020-12-16 Antti Koivisto <antti@apple.com>
Remove simpleUserAgentStyleSheet (to fix flaky fast/lists/001.html and fast/lists/001-vertical.html)
https://bugs.webkit.org/show_bug.cgi?id=218995
<rdar://problem/71452387>
Reviewed by Antoine Quint.
* platform/mac-wk2/TestExpectations:
2020-12-16 Youenn Fablet <youenn@apple.com>
Remove ILBC audio codec as WebRTC audio codec
https://bugs.webkit.org/show_bug.cgi?id=219912
<rdar://problem/72302868>
Reviewed by Eric Carlson.
* webrtc/audio-capabilities-expected.txt: Added.
* webrtc/audio-capabilities.html: Added.
2020-12-16 Youenn Fablet <youenn@apple.com>
Expose SFrameTransform to DedicatedWorker
https://bugs.webkit.org/show_bug.cgi?id=219890
Reviewed by Eric Carlson.
* http/wpt/webrtc/sframe-transform-in-worker-expected.txt: Added.
* http/wpt/webrtc/sframe-transform-in-worker.html: Added.
* http/wpt/webrtc/sframe-transform.js: Added.
(SFrameRTCRtpTransformer):
(SFrameRTCRtpTransformer.prototype.start):
2020-12-15 Aditya Keerthi <akeerthi@apple.com>
[macOS] Adjust date input placeholder color based on specified text color
https://bugs.webkit.org/show_bug.cgi?id=219875
<rdar://problem/72314705>
Reviewed by Darin Adler.
Added a test to verify that the color of the placeholder changes based
on the input's color property.
* fast/forms/date/date-editable-components/date-editable-components-placeholder-color-expected.html: Added.
* fast/forms/date/date-editable-components/date-editable-components-placeholder-color.html: Added.
2020-12-15 Alexey Shvayka <shvaikalesh@gmail.com>
Non-enumerable property fails to shadow inherited enumerable property from for-in
https://bugs.webkit.org/show_bug.cgi?id=38970
Reviewed by Keith Miller.
* platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
* platform/mac/fast/dom/wrapper-classes-objc.html:
2020-12-15 Alex Christensen <achristensen@webkit.org>
REGRESSION: [macOS] http/tests/inspector/network/resource-response-service-worker.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219625
Ignore an internal inspector error like I did in r270137
* http/tests/inspector/network/resource-response-service-worker.html:
* platform/mac/TestExpectations:
2020-12-15 Sihui Liu <sihui_liu@apple.com>
Add webkit- prefix to SpeechRecognition
https://bugs.webkit.org/show_bug.cgi?id=219869
Reviewed by Geoffrey Garen.
Replace SpeechRecognition with webkitSpeechRecognition in tests.
* fast/speechrecognition/ios/audio-capture-expected.txt:
* fast/speechrecognition/ios/audio-capture.html:
* fast/speechrecognition/ios/restart-recognition-after-stop-expected.txt:
* fast/speechrecognition/ios/restart-recognition-after-stop.html:
* fast/speechrecognition/ios/start-recognition-then-stop-expected.txt:
* fast/speechrecognition/ios/start-recognition-then-stop.html:
* fast/speechrecognition/permission-error-expected.txt:
* fast/speechrecognition/permission-error.html:
* fast/speechrecognition/resources/removed-iframe.html:
* fast/speechrecognition/start-recognition-then-stop-expected.txt:
* fast/speechrecognition/start-recognition-then-stop.html:
* fast/speechrecognition/start-recognition-twice-exception-expected.txt:
* fast/speechrecognition/start-recognition-twice-exception.html:
* fast/speechrecognition/start-second-recognition-expected.txt:
* fast/speechrecognition/start-second-recognition.html:
2020-12-15 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r270860.
https://bugs.webkit.org/show_bug.cgi?id=219918
We workaround it differently, so this revert is not necessary
Reverted changeset:
"Unreviewed, reverting r269320, r269341, r269502, and
r269576."
https://bugs.webkit.org/show_bug.cgi?id=219915
https://trac.webkit.org/changeset/270860
2020-12-15 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r269320, r269341, r269502, and r269576.
https://bugs.webkit.org/show_bug.cgi?id=219915
ICU C++ internal API causes trouble
Reverted changesets:
"REGRESSION (r254038): Simple.com money transfer UI is very
laggy (multiple seconds per keypress)"
https://bugs.webkit.org/show_bug.cgi?id=218348
https://trac.webkit.org/changeset/269320
"[JSC] Obtain default timezone ID from cached icu::TimeZone"
https://bugs.webkit.org/show_bug.cgi?id=218531
https://trac.webkit.org/changeset/269341
"toLocaleDateString() resolves incorrect date for some old
dates"
https://bugs.webkit.org/show_bug.cgi?id=161623
https://trac.webkit.org/changeset/269502
"[JSC] Add TimeZone range cache over ICU TimeZone API"
https://bugs.webkit.org/show_bug.cgi?id=218681
https://trac.webkit.org/changeset/269576
2020-12-15 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process][MSE] Enable media-source layout tests
https://bugs.webkit.org/show_bug.cgi?id=219906
Reviewed by Eric Carlson.
* gpu-process/TestExpectations:
2020-12-15 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: [macOS] http/tests/inspector/network/resource-response-service-worker.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219625
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark test as flaky.
2020-12-15 Truitt Savell <tsavell@apple.com>
[ Mac ] imported/w3c/web-platform-tests/server-timing/service_worker_idl.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=219907
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-12-15 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r259137): Clip-path rendering regression when element contains transformed child
https://bugs.webkit.org/show_bug.cgi?id=219829
Reviewed by Said Abou-Hallawa.
* css3/masking/clip-path-overflow-hidden-bounds-expected.html: Added.
* css3/masking/clip-path-overflow-hidden-bounds.html: Added.
2020-12-15 Devin Rousso <drousso@apple.com>
Toggling pointer-events on body does not re-enable scrolling on child
https://bugs.webkit.org/show_bug.cgi?id=218533
<rdar://problem/71009746>
Reviewed by Simon Fraser.
* fast/scrolling/ios/overflow-scroll-pointer-events.html: Added.
* fast/scrolling/ios/overflow-scroll-pointer-events-expected.txt: Added.
2020-12-15 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] REGRESSION: Event handler region is wrong
https://bugs.webkit.org/show_bug.cgi?id=219515
<rdar://problem/71955706>
Reviewed by Antti Koivisto.
* fast/scrolling/mac/event-region-is-leaking-out-expected.txt: Added.
* fast/scrolling/mac/event-region-is-leaking-out.html: Added.
progressions:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic-expected.txt:
2020-12-15 Sihui Liu <sihui_liu@apple.com>
resultIndex of SpeechRecognitionEvent should be the first index that has change
https://bugs.webkit.org/show_bug.cgi?id=219876
Reviewed by Youenn Fablet.
* fast/speechrecognition/ios/start-recognition-then-stop-expected.txt:
* fast/speechrecognition/ios/start-recognition-then-stop.html:
2020-12-15 Zalan Bujtas <zalan@apple.com>
REGRESSION: apple.com sign-in page footer does not wrap, "Site Map" option renders offscreen.
https://bugs.webkit.org/show_bug.cgi?id=219880
<rdar://problem/72128221>
Reviewed by Antti Koivisto.
* fast/inline/inline-block-no-wrap-expected.html: Added.
* fast/inline/inline-block-no-wrap.html: Added.
2020-12-15 Martin Robinson <mrobinson@webkit.org>
CSS Scroll Snap is not in effect when the user scrolls via the keyboard
https://bugs.webkit.org/show_bug.cgi?id=198566
<rdar://problem/51488088>
Reviewed by Simon Fraser.
Add support for scroll snap for keyboard scrolling
This change adds support for the concept of directional scroll snapping,
which will never snap to a snap point that is away from the original
scroll offset in the opposite direction of the scroll direction. This
allows escaping snap points.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-keyboard-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-keyboard-scaled-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-keyboard-scaled.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-keyboard.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-keyboard-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-keyboard-scaled-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-keyboard-scaled.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-keyboard.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe-horizontal-with-keyboard-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe-horizontal-with-keyboard.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe-vertical-with-keyboard-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe-vertical-with-keyboard.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-overflow-rtl-with-keyboard-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-overflow-rtl-with-keyboard.html: Added.
2020-12-15 Antoine Quint <graouts@webkit.org>
[Web Animations] Implied keyframes should not account for animations on siblings
https://bugs.webkit.org/show_bug.cgi?id=188050
<rdar://problem/71330806>
Reviewed by Antti Koivisto.
Record new PASS results thanks to no longer using shared style from a sibling when animating
elements with implied keyframes.
* platform/ios/compositing/backing/animate-into-view-expected.txt
* platform/ios/compositing/backing/animate-into-view-with-descendant-expected.txt
* platform/ios/imported/w3c/web-platform-tests/css/css-backgrounds/animations/border-width-interpolation-expected.txt
* platform/mac-wk1/imported/w3c/web-platform-tests/css/css-color/animation/opacity-interpolation-expected.txt
2020-12-14 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Gardened several flaky failures.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-network-error.sub-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-12-14 Chris Fleizach <cfleizach@apple.com>
AX: implement prefers-contrast: more
https://bugs.webkit.org/show_bug.cgi?id=215507
<rdar://problem/67077492>
Reviewed by Dean Jackson.
* TestExpectations:
* fast/media/mq-prefers-contrast-forced-value.html: Added.
* fast/media/mq-prefers-contrast-live-update-for-listener-expected.txt: Added.
* fast/media/mq-prefers-contrast-live-update-for-listener.html: Added.
* fast/media/mq-prefers-contrast-live-update.html: Added.
* fast/media/mq-prefers-contrast-matchMedia-expected.html: Added.
* fast/media/mq-prefers-contrast-matchMedia.html: Added.
* fast/media/mq-prefers-contrast.html: Added.
* platform/ios-simulator/fast/media/mq-prefers-contrast-expected.html: Added.
* platform/ios-simulator/fast/media/mq-prefers-contrast-forced-value-expected.html: Added.
* platform/ios-simulator/fast/media/mq-prefers-contrast-live-update-expected.html: Added.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/fast/media/mq-prefers-contrast-expected.html: Added.
* platform/mac/fast/media/mq-prefers-contrast-forced-value-expected.html: Added.
* platform/mac/fast/media/mq-prefers-contrast-live-update-expected.html: Added.
2020-12-14 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update baseline after r270801.
* platform/glib/imported/w3c/web-platform-tests/css/css-transforms/animation/transform-interpolation-computed-value-expected.txt:
2020-12-14 Antoine Quint <graouts@webkit.org>
Simplify transform blending for simple cases
https://bugs.webkit.org/show_bug.cgi?id=219863
Reviewed by Simon Fraser.
Rebaselining test output where -0 values are now +0.
* compositing/backing/animate-into-view-expected.txt:
* compositing/backing/animate-into-view-with-descendant-expected.txt:
2020-12-14 Youenn Fablet <youenn@apple.com>
LayoutTests/webrtc/video-sframe.html is flaky on bots
https://bugs.webkit.org/show_bug.cgi?id=219849
Reviewed by Alex Christensen.
* webrtc/video-sframe.html:
Receiver counter might increment very quickly in background thread before the sender counter is also incremented.
Add a wait loop for sender counter as well.
2020-12-14 Andy Estes <aestes@apple.com>
Unreviewed test gardening after r270758.
* platform/mac-catalina/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback-expected.txt: Added.
2020-12-14 Emilio Cobos Álvarez <emilio@crisal.io>
Implement ::file-selector-button pseudo-element.
https://bugs.webkit.org/show_bug.cgi?id=219836
Reviewed by Simon Fraser.
There are WPTs for this, but WebKit's importer doesn't handle
<link rel="mismatch"> which is used by these. Instead, I adapted UA
sheets to use the standard selector so we should get coverage, and
extended the existing tests for -webkit-file-upload-button.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html: Tweak test to cover new pseudo.
2020-12-14 Sihui Liu <sihui_liu@apple.com>
Implement recognizer for SpeechRecognition
https://bugs.webkit.org/show_bug.cgi?id=219459
<rdar://problem/71914465>
Reviewed by Youenn Fablet.
* fast/speechrecognition/ios/restart-recognition-after-stop-expected.txt: Added.
* fast/speechrecognition/ios/restart-recognition-after-stop.html: Added.
* fast/speechrecognition/ios/start-recognition-then-stop-expected.txt: Added.
* fast/speechrecognition/ios/start-recognition-then-stop.html: Added.
2020-12-14 Andy Estes <aestes@apple.com>
Unreviewed test gardening.
* platform/mac-wk2/media/media-can-play-webm-expected.txt:
2020-12-14 Lauro Moura <lmoura@igalia.com>
REGRESSSION(270435) [GStreamer] Many media source tests failing and timing out
https://bugs.webkit.org/show_bug.cgi?id=219565
Reviewed by Philippe Normand.
Revert the gardened expectations and garden remaining failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-12-13 Andy Estes <aestes@apple.com>
[Mac] Create a MediaToolbox format reader plug-in for WebM
https://bugs.webkit.org/show_bug.cgi?id=218908
<rdar://problem/71373264>
Reviewed by Eric Carlson.
* platform/mac-catalina/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt:
* platform/mac-catalina/media/media-can-play-webm-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt:
* platform/mac-wk2/media/media-can-play-webm-expected.txt:
2020-12-13 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Gardened several flaky failures happening in WPE Release Test bot.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-12-13 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update baselines after r270749.
* platform/wpe/css1/text_properties/word_spacing-expected.png: Added.
* platform/wpe/css1/text_properties/word_spacing-expected.txt:
* platform/wpe/fast/css/word-space-extra-expected.png: Added.
* platform/wpe/fast/css/word-space-extra-expected.txt:
* platform/wpe/fast/text/atsui-negative-spacing-features-expected.png: Added.
* platform/wpe/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/wpe/fast/text/atsui-spacing-features-expected.png: Added.
* platform/wpe/fast/text/atsui-spacing-features-expected.txt:
* platform/wpe/fast/text/basic/004-expected.png: Added.
* platform/wpe/fast/text/basic/004-expected.txt:
* platform/wpe/fast/text/basic/005-expected.png: Added.
* platform/wpe/fast/text/basic/005-expected.txt:
* platform/wpe/fast/text/word-space-expected.png: Added.
* platform/wpe/fast/text/word-space-expected.txt:
* platform/wpe/svg/custom/svg-fonts-word-spacing-expected.png: Added.
* platform/wpe/svg/custom/svg-fonts-word-spacing-expected.txt:
2020-12-13 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo-wk1/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wincairo/css1/text_properties/word_spacing-expected.txt:
* platform/wincairo/css3/filters/backdrop/blur-input-bounds-expected.txt: Added.
* platform/wincairo/fast/css/word-space-extra-expected.txt:
* platform/wincairo/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/wincairo/fast/text/atsui-spacing-features-expected.txt:
* platform/wincairo/fast/text/basic/004-expected.txt:
* platform/wincairo/fast/text/basic/005-expected.txt:
* platform/wincairo/fast/text/word-space-expected.txt:
2020-12-13 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Offset the content logical left by the word-spacing value
https://bugs.webkit.org/show_bug.cgi?id=219706
Reviewed by Antti Koivisto.
Now we've got dedicated runs for these content.
-and the word-space-extra-expected.txt change is an actual (though not visual) progression.
* platform/mac/css1/text_properties/word_spacing-expected.txt:
* platform/mac/fast/css/word-space-extra-expected.txt:
* platform/mac/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/mac/fast/text/atsui-spacing-features-expected.txt:
* platform/mac/fast/text/basic/004-expected.txt:
* platform/mac/fast/text/word-space-expected.txt:
* platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt:
2020-12-12 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove test entries referencing bug209859.
The bug was keeping tracking of several WebXR tests. The bug is
closed and all the tests referencing that bug are marked as passing.
WebXR feature is only enabled in WPE, all other ports skipping WebXR
tests. In conclusion, these entries in test expectations are no longer
necessary.
* platform/wpe/TestExpectations:
2020-12-12 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Add WPE baseline after r270582.
* platform/wpe/imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers-expected.txt: Added.
2020-12-12 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove tests passing after r270741.
* platform/wpe/TestExpectations:
2020-12-12 Frank Olivier <frankolivier@apple.com>
Implement WebVTT VTTCue region attribute
https://bugs.webkit.org/show_bug.cgi?id=168716
Updated VTTCue to current IDL
Reviewed by Eric Carlson.
* media/track/captions-webvtt/header-regions.vtt:
* media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt:
* media/track/regions-webvtt/text-track-cue-region-attribute.html:
* media/track/regions-webvtt/vtt-region-parser-expected.txt:
* media/track/regions-webvtt/vtt-region-parser.html:
* media/track/track-add-remove-cue-expected.txt:
* media/track/track-add-remove-cue.html:
* media/track/track-cue-container-rendering-position.html:
* media/track/track-cue-mutable-expected.txt:
* media/track/track-cue-mutable.html:
* media/track/track-vttcue-expected.txt:
* media/track/track-vttcue.html:
* media/track/track-webvtt-tc013-settings-expected.txt:
* media/track/track-webvtt-tc013-settings.html:
* media/track/track-webvtt-tc017-line-position-expected.txt:
* media/track/track-webvtt-tc017-line-position.html:
* media/track/track-webvtt-tc018-align-text-line-position-expected.txt:
* media/track/track-webvtt-tc018-align-text-line-position.html:
2020-12-12 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Remove tests passing after r270734.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-12-12 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Update test expectations.
Added two failures related with font-size visualization in
WebInspector and another one related with WebRTC.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-12-12 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Unreviewed test gardening. Update baseline after r270613.
Test results now include overscroll-behavior-x and overscroll-behavior-y properties.
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2020-12-11 Jer Noble <jer.noble@apple.com>
[Cocoa] Add Experimental VP8 support
https://bugs.webkit.org/show_bug.cgi?id=219732
Reviewed by Eric Carlson.
* platform/mac/TestExpectations:
* platform/mac-bigsur/imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer-expected.txt:
* platform/mac-bigsur/imported/w3c/web-platform-tests/media-source/mediasource-invalid-codec-expected.txt:
2020-12-11 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for select elements
https://bugs.webkit.org/show_bug.cgi?id=219507
<rdar://problem/71951874>
Reviewed by Wenson Hsieh.
Added tests to verify the stylability of select elements with the new appearance.
* fast/forms/ios/form-control-refresh/select/background-color-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/select/background-color.html: Added.
* fast/forms/ios/form-control-refresh/select/border-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/select/border-radius-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/select/border-radius.html: Added.
* fast/forms/ios/form-control-refresh/select/border.html: Added.
* fast/forms/ios/form-control-refresh/select/multiple-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/select/multiple-appearance.html: Added.
* fast/forms/ios/form-control-refresh/select/rtl-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/select/rtl-appearance.html: Added.
* fast/forms/ios/form-control-refresh/select/text-color-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/select/text-color.html: Added.
* fast/forms/ios/form-control-refresh/select/width-height-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/select/width-height.html: Added.
2020-12-11 Truitt Savell <tsavell@apple.com>
Remove LayoutTests/platform/big-sur
https://bugs.webkit.org/show_bug.cgi?id=218359
Unreviewed test gardening.
* platform/mac-bigsur/http/tests/navigation/javascriptlink-frames-expected.txt: Removed.
* platform/mac-bigsur/media/controls-after-reload-expected.txt: Removed.
* platform/mac-bigsur/media/video-no-audio-expected.txt: Removed.
* platform/mac-bigsur/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Removed.
* platform/mac-bigsur/svg/custom/svg-fonts-without-missing-glyph-expected.txt: Removed.
* platform/mac-bigsur/svg/text/bidi-tspans-expected.txt: Removed.
* platform/mac-bigsur/tables/mozilla/bugs/bug18359-expected.txt: Removed.
* platform/mac-bigsur/tables/mozilla/bugs/bug60749-expected.txt: Removed.
* platform/mac-bigsur/tables/mozilla/bugs/bug7342-expected.txt: Removed.
* platform/mac-bigsur/transforms/2d/zoom-menulist-expected.txt: Removed.
* platform/mac-catalina/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
* platform/mac-catalina/http/tests/xmlhttprequest/methods-async-expected.txt: Copied from LayoutTests/platform/mac-bigsur/http/tests/xmlhttprequest/methods-async-expected.txt.
* platform/mac-catalina/http/tests/xmlhttprequest/methods-expected.txt: Copied from LayoutTests/platform/mac-bigsur/http/tests/xmlhttprequest/methods-expected.txt.
* platform/mac-catalina/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Copied from LayoutTests/platform/mac-bigsur/http/tests/xmlhttprequest/workers/methods-async-expected.txt.
* platform/mac-catalina/http/tests/xmlhttprequest/workers/methods-expected.txt: Copied from LayoutTests/platform/mac-bigsur/http/tests/xmlhttprequest/workers/methods-expected.txt.
* platform/mac-catalina/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Added.
* platform/mac-catalina/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Added.
* platform/mac-catalina/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Copied from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt.
* platform/mac-catalina/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt: Copied from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt.
* platform/mac-catalina/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Copied from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt.
* platform/mac-catalina/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002-expected.txt: Copied from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002-expected.txt.
* platform/mac-catalina/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt: Copied from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt.
* platform/mac-catalina/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Added.
* platform/mac-catalina/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Added.
* platform/mac-catalina/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt: Added.
* platform/mac-catalina/media/controls-after-reload-expected.txt: Copied from LayoutTests/platform/mac/media/controls-after-reload-expected.txt.
* platform/mac-catalina/media/video-no-audio-expected.txt: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.txt.
* platform/mac-catalina/platform/mac/fast/text/bidi-fallback-font-weight-expected.txt: Copied from LayoutTests/platform/mac-bigsur/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt.
* platform/mac-catalina/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt.
* platform/mac-catalina/svg/custom/svg-fonts-without-missing-glyph-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt.
* platform/mac-catalina/svg/text/bidi-tspans-expected.txt: Copied from LayoutTests/platform/mac/svg/text/bidi-tspans-expected.txt.
* platform/mac-catalina/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
* platform/mac-catalina/tables/mozilla/bugs/bug60749-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.txt.
* platform/mac-catalina/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
* platform/mac-catalina/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/http/tests/xmlhttprequest/methods-async-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/http/tests/xmlhttprequest/methods-async-expected.txt.
* platform/mac/http/tests/xmlhttprequest/methods-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/http/tests/xmlhttprequest/methods-expected.txt.
* platform/mac/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/http/tests/xmlhttprequest/workers/methods-async-expected.txt.
* platform/mac/http/tests/xmlhttprequest/workers/methods-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/http/tests/xmlhttprequest/workers/methods-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt.
* platform/mac/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt.
* platform/mac/media/controls-after-reload-expected.txt:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/platform/mac/fast/loader/international/bidi-fallback-font-weight-expected.txt: Renamed from LayoutTests/platform/mac-bigsur/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt.
* platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
* platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
* platform/mac/svg/text/bidi-tspans-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac/transforms/2d/zoom-menulist-expected.txt:
2020-12-11 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening for Windows.
* platform/win/fast/url/data-url-mediatype-expected.txt: Correct the baseline.
2020-12-11 Alexey Shvayka <shvaikalesh@gmail.com>
Reflect.preventExtensions should not throw if called on WindowProxy or Location
https://bugs.webkit.org/show_bug.cgi?id=219270
Reviewed by Darin Adler.
* http/tests/security/preventExtensions-window-location-expected.txt:
2020-12-11 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Enable accelerated WebGL canvas
https://bugs.webkit.org/show_bug.cgi?id=219768
Reviewed by Don Olmstead.
* platform/wincairo/TestExpectations: Skip some WebGL tests
because WinCairo DRT and WTR don't support pixel dump yet.
2020-12-11 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper] REGRESION(r269570): mask layer doesn't clip descendent layers
https://bugs.webkit.org/show_bug.cgi?id=219136
<rdar://problem/71742605>
Reviewed by Carlos Garcia Campos.
* compositing/masks/clip-path-composited-descendent-2-expected.html: Added.
* compositing/masks/clip-path-composited-descendent-2.html: Added.
2020-12-11 Rini Patel <rini_patel@apple.com>
[GPU process] Update TestExpectations to skip Layout tests crashes
https://bugs.webkit.org/show_bug.cgi?id=219792
Reviewed by Simon Fraser.
* gpu-process/TestExpectations:
2020-12-11 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for color inputs
https://bugs.webkit.org/show_bug.cgi?id=219654
<rdar://problem/72107493>
Reviewed by Wenson Hsieh.
Added tests to verify the stylability of color inputs with the new appearance.
* fast/forms/ios/form-control-refresh/color/background-color-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/color/background-color.html: Added.
* fast/forms/ios/form-control-refresh/color/border-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/color/border-radius-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/color/border-radius.html: Added.
* fast/forms/ios/form-control-refresh/color/border.html: Added.
* fast/forms/ios/form-control-refresh/color/width-height-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/color/width-height.html: Added.
2020-12-10 John Wilander <wilander@apple.com>
PCM: Turn feature on by default
https://bugs.webkit.org/show_bug.cgi?id=219762
<rdar://problem/56118178>
Reviewed by Brent Fulgham.
This patch turns on Private Click Measurement (PCM) by default.
Test cases no longer need to enable it.
* http/tests/privateClickMeasurement/anchor-tag-attributes-reflect.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html:
* http/tests/privateClickMeasurement/clear-through-website-data-removal.html:
2020-12-10 Youenn Fablet <youenn@apple.com>
Add a SFrame VP8 experimental compatibility mode
https://bugs.webkit.org/show_bug.cgi?id=219674
Reviewed by Eric Carlson.
* webrtc/video-sframe-expected.txt:
* webrtc/video-sframe.html:
2020-12-10 Alex Christensen <achristensen@webkit.org>
Introduce new download API
https://bugs.webkit.org/show_bug.cgi?id=217747
Reviewed by Brady Eidson.
* fast/dom/HTMLAnchorElement/anchor-download-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-download-user-triggered-synthetic-click-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-async-delegate-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-nodownload-set-expected.txt:
Now that NetworkDataTaskBlob::suggestedFilename doesn't suggest "unknown"
the capitalization has changed to "Unknown" from NSURLResponse's suggestedFilename.
2020-12-10 Patrick Angle <pangle@apple.com>
Web Inspector: Show current properties for font in new Elements sidebar Font panel
https://bugs.webkit.org/show_bug.cgi?id=218964
Reviewed by Devin Rousso.
* inspector/css/getComputedPrimaryFontForNode-expected.txt: Added.
* inspector/css/getComputedPrimaryFontForNode.html: Added.
* inspector/model/font-calculate-properties-expected.txt: Added.
* inspector/model/font-calculate-properties.html: Added.
2020-12-10 Ryan Haddad <ryanhaddad@apple.com>
[Win] fast/url/data-url-mediatype.html is failing
https://bugs.webkit.org/show_bug.cgi?id=219720
Unreviewed test gardening.
* platform/win/fast/url/data-url-mediatype-expected.txt: Added.
2020-12-10 Youenn Fablet <youenn@apple.com>
Gate VP9 exposure in MediaCapabilities on VP9DecoderEnabled preference
https://bugs.webkit.org/show_bug.cgi?id=219640
Reviewed by Eric Carlson.
* media/mediacapabilities/vp9-expected.txt: Added.
* media/mediacapabilities/vp9.html: Added.
2020-12-10 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for input type=range
https://bugs.webkit.org/show_bug.cgi?id=219698
<rdar://problem/72144727>
Reviewed by Wenson Hsieh.
Added tests to verify the stylability of inputs with the new appearance.
* fast/forms/ios/form-control-refresh/range/background-color-expected.html: Added.
* fast/forms/ios/form-control-refresh/range/background-color.html: Added.
* fast/forms/ios/form-control-refresh/range/border-expected.html: Added.
* fast/forms/ios/form-control-refresh/range/border.html: Added.
* fast/forms/ios/form-control-refresh/range/datalist-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/range/datalist.html: Added.
* fast/forms/ios/form-control-refresh/range/style-height-expected.html: Added.
* fast/forms/ios/form-control-refresh/range/style-height.html: Added.
* fast/forms/ios/form-control-refresh/range/style-width-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/range/style-width.html: Added.
* fast/forms/ios/form-control-refresh/range/value-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/range/value.html: Added.
2020-12-10 Youenn Fablet <youenn@apple.com>
Expose RTCRtpSFrameTransform as SFrameTransform
https://bugs.webkit.org/show_bug.cgi?id=219675
Reviewed by Eric Carlson.
* http/wpt/webrtc/sframe-transform-expected.txt:
* http/wpt/webrtc/sframe-transform.html:
* webrtc/audio-sframe.html:
* webrtc/sframe-keys.html:
* webrtc/video-sframe.html:
2020-12-10 Jiewen Tan <jiewen_tan@apple.com>
Unreviewed, build fix after r270616
Turns the modern WebAuthn feature off for this test.
* http/wpt/webauthn/public-key-credential-create-failure-local-silent.https.html:
2020-12-10 Rob Buis <rbuis@igalia.com>
Support aspect-ratio on replaced elements
https://bugs.webkit.org/show_bug.cgi?id=219200
Reviewed by Darin Adler.
Enable some tests that pass now.
* TestExpectations:
2020-12-09 Cathie Chen <cathiechen@igalia.com>
Support overscroll-behavior parsing
https://bugs.webkit.org/show_bug.cgi?id=219305
Reviewed by Simon Fraser.
Based on Frédéric Wang's patch.
Test overscrollBehavior's validation when enable or disable OverscrollBehaviorEnabled.
* fast/css/overscroll-behavior-invalidate-if-disabled-expected.txt: Added.
* fast/css/overscroll-behavior-invalidate-if-disabled.html: Added.
* fast/css/overscroll-behavior-validate-if-enable-expected.txt: Added.
* fast/css/overscroll-behavior-validate-if-enable.html: Added.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
2020-12-09 Geoffrey Garen <ggaren@apple.com>
Marked some WPT worklet tests as flaky
https://bugs.webkit.org/show_bug.cgi?id=219717
Reviewed by Chris Dumez.
* TestExpectations: Marked as flaky:
imported/w3c/web-platform-tests/worklets/animation-worklet-csp.https.html
imported/w3c/web-platform-tests/worklets/animation-worklet-referrer.https.html
imported/w3c/web-platform-tests/worklets/layout-worklet-referrer.https.html
These tests flake a little on Apple platforms, e.g.:
https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19881
https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19880
https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19830
...and a lot on WPE platforms.
Also, animation and layout worklets are not supported features yet.
2020-12-09 Devin Rousso <drousso@apple.com>
Web Inspector: add UI for request interception
https://bugs.webkit.org/show_bug.cgi?id=217032
<rdar://problem/69925768>
Reviewed by Brian Burg.
* inspector/network/intercept-aborted-request.html: Renamed from LayoutTests/http/tests/inspector/network/intercept-aborted-request.html.
* inspector/network/intercept-aborted-request-expected.txt: Renamed from LayoutTests/http/tests/inspector/network/intercept-aborted-request-expected.txt.
* inspector/network/interceptContinue.html: Renamed from LayoutTests/http/tests/inspector/network/intercept-request-continue.html.
* inspector/network/interceptContinue-expected.txt: Renamed from LayoutTests/http/tests/inspector/network/intercept-request-continue.html.
* inspector/network/interceptRequestWithError.html: Renamed from LayoutTests/http/tests/inspector/network/intercept-request-subresource-with-error.html.
* inspector/network/interceptRequestWithError-expected.txt: Renamed from LayoutTests/http/tests/inspector/network/intercept-request-subresource-with-error.html.
* http/tests/inspector/network/intercept-request-fragment.html:
* http/tests/inspector/network/intercept-request-main-resource.html:
* http/tests/inspector/network/intercept-request-main-resource-with-response.html:
* http/tests/inspector/network/intercept-request-properties.html:
* http/tests/inspector/network/intercept-request-properties-expected.txt:
* http/tests/inspector/network/intercept-request-subresource.html:
* http/tests/inspector/network/intercept-request-subresource-with-response.html:
* http/tests/inspector/network/intercept-request-with-response.html:
* http/tests/inspector/network/intercept-request-with-response-expected.txt:
* http/tests/inspector/network/local-resource-override-basic.html:
* http/tests/inspector/network/local-resource-override-basic-expected.txt:
* http/tests/inspector/network/local-resource-override-main-resource.html:
* http/tests/inspector/network/local-resource-override-script-tag.html:
* http/tests/inspector/network/resource-response-inspector-override.html:
* inspector/network/local-resource-override-continue-response.html: Removed.
* inspector/network/local-resource-override-continue-response-expected.txt: Removed.
Merged into LayoutTests/inspector/network/interceptContinue.html.
* platform/mac-wk1/TestExpectations:
2020-12-09 John Wilander <wilander@apple.com>
PCM: Make JSON key names use underscores according to the W3C conversation
https://bugs.webkit.org/show_bug.cgi?id=219696
<rdar://problem/72143642>
Reviewed by Brent Fulgham.
Further discussion in https://github.com/privacycg/private-click-measurement/issues/30
concluded that the JSON report should use underscores in its keys instead of dashes.
This patch makes that change and shortens the "report_version" key to just "version".
* http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start-expected.txt:
* http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt:
2020-12-09 Antti Koivisto <antti@apple.com>
Font loads are triggered too late
https://bugs.webkit.org/show_bug.cgi?id=219678
Reviewed by Geoffrey Garen.
* fast/text/web-font-load-fallback-during-loading-no-multiple-expected.txt:
2020-12-09 Kimmo Kinnunen <kkinnunen@apple.com>
Implement RemoteGraphicsContextGL
https://bugs.webkit.org/show_bug.cgi?id=217216
<rdar://problem/69876258>
Reviewed by Simon Fraser.
Implements a beginning of a remote version of GraphicsContextGL for GPU
process. Current implementation is using WebKit IPC.
Adds test expectations for the missing functionality. Does not yet
enable the tests that actually pass but which were skipped before the
implementation.
* gpu-process/TestExpectations:
2020-12-09 Carlos Garcia Campos <cgarcia@igalia.com>
WebDriver: add support for pen pointer events
https://bugs.webkit.org/show_bug.cgi?id=219024
Reviewed by Brian Burg.
Update expectations of
imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers.html. The test is now
timing out, but because tesdriver doesn't correctly handle the iframe element.
* platform/gtk/imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers-expected.txt: Added.
2020-12-04 Sergio Villar Senin <svillar@igalia.com>
[css-flex] Implement 9.8.1 Definite and Indefinite Sizes
https://bugs.webkit.org/show_bug.cgi?id=219538
Reviewed by Manuel Rego Casasnovas.
* TestExpectations: Unskipped 3 tests that are passing now.
2020-12-09 Sihui Liu <sihui_liu@apple.com>
Implement audio capture for SpeechRecognition on iOS
https://bugs.webkit.org/show_bug.cgi?id=219371
<rdar://problem/71824049>
Reviewed by Youenn Fablet.
* TestExpectations:
* fast/speechrecognition/ios/audio-capture-expected.txt: Added.
* fast/speechrecognition/ios/audio-capture.html: Added.
* platform/ios-wk2/TestExpectations:
2020-12-08 Diego Pino Garcia <dpino@igalia.com>
[GLIB] REGRESSION(r270526): Several URL related tests are failing
https://bugs.webkit.org/show_bug.cgi?id=219664
Reviewed by Alex Christensen.
* platform/glib/TestExpectations: Skip fast/url/data-url-mediatype.html as it depends on non-supported feature.
2020-12-08 Sam Sneddon <gsnedders@apple.com>
imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-* and move-back-* are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=219655
Reviewed by Alexey Proskuryakov.
* TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/wpe/TestExpectations:
2020-12-08 Rob Buis <rbuis@igalia.com>
Support aspect-ratio on non-replaced elements
https://bugs.webkit.org/show_bug.cgi?id=218794
Reviewed by Simon Fraser.
Unskip some tests that pass now.
* TestExpectations:
2020-12-08 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] Enable "at" methods
https://bugs.webkit.org/show_bug.cgi?id=219631
Reviewed by Ross Kirsling.
* js/Object-getOwnPropertyNames-expected.txt:
* js/array-unscopables-properties-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/array-unscopables-properties.js:
2020-12-08 Youenn Fablet <youenn@apple.com>
Allow RTCRtpSFrameTransform to handle multiple keys
https://bugs.webkit.org/show_bug.cgi?id=219598
Reviewed by Eric Carlson.
* webrtc/sframe-keys-expected.txt: Added.
* webrtc/sframe-keys.html: Added.
2020-12-07 Truitt Savell <tsavell@apple.com>
REGRESSION (r269359): [ Mac ] http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=219225
unreviewed test gardening.
* platform/mac/TestExpectations:
2020-12-07 Alex Christensen <achristensen@webkit.org>
Parse content after # in data URLs with HLS mime types
https://bugs.webkit.org/show_bug.cgi?id=219612
<rdar://problem/71039282>
Reviewed by Darin Adler.
* fast/url/data-url-mediatype-expected.txt: Added.
* fast/url/data-url-mediatype.html: Added.
2020-12-07 Lauro Moura <lmoura@igalia.com>
[GLIB] Skip remaining sframe tests
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-12-07 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r270507.
Caused some WebRTC tests to assert
Reverted changeset:
"Allow RTCRtpSFrameTransform to handle multiple keys"
https://bugs.webkit.org/show_bug.cgi?id=219598
https://trac.webkit.org/changeset/270507
2020-12-07 Per Arne Vollan <pvollan@apple.com>
[macOS] Deny mach-lookup to the service 'com.apple.audio.SystemSoundServer-OSX' in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=219590
<rdar://problem/69019399>
Reviewed by Brent Fulgham.
* fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* fast/sandbox/mac/sandbox-mach-lookup.html:
* platform/mac-catalina/fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* platform/mac-mojave/fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
2020-12-07 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Overflowing text content should not break at inline box boundary
https://bugs.webkit.org/show_bug.cgi?id=219605
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/overflow-at-inline-box-boundary-simple-expected.html: Added.
* fast/layoutformattingcontext/overflow-at-inline-box-boundary-simple.html: Added.
2020-12-07 Lauro Moura <lmoura@igalia.com>
[GStreamer] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-channelmergernode-interface/active-processing.https.html is flaky failing
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-12-07 Youenn Fablet <youenn@apple.com>
Allow RTCRtpSFrameTransform to handle multiple keys
https://bugs.webkit.org/show_bug.cgi?id=219598
Reviewed by Eric Carlson.
* webrtc/sframe-keys-expected.txt: Added.
* webrtc/sframe-keys.html: Added.
2020-12-07 Youenn Fablet <youenn@apple.com>
Add a SFrame H264 experimental compatibility mode
https://bugs.webkit.org/show_bug.cgi?id=219532
Reviewed by Eric Carlson.
* webrtc/video-sframe-expected.txt: Added.
* webrtc/video-sframe.html: Added.
2020-12-06 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Follow-up r270469, media-source timeouts.
Also gardened flaky failure in imported/w3c/web-platform-tests/xhr/event-timeout.any.html.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
2020-12-06 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening wheel and webgl failures
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-12-06 Youenn Fablet <youenn@apple.com>
Add support for RTCRtpSender::setStreams
https://bugs.webkit.org/show_bug.cgi?id=219542
Reviewed by Eric Carlson.
* webrtc/video.html:
2020-12-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Gardened more media-source timeouts.
* platform/gtk/TestExpectations:
2020-12-04 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening media-source timeouts
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-12-04 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Add support for intrusive floats when line gets stretched vertically
https://bugs.webkit.org/show_bug.cgi?id=219528
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/intrusive-floats-and-stretchy-lines-simple-expected.html: Added.
* fast/layoutformattingcontext/intrusive-floats-and-stretchy-lines-simple.html: Added.
2020-12-04 Truitt Savell <tsavell@apple.com>
[ Mac ] inspector/animation/effectChanged.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=219555
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-12-04 Chris Dumez <cdumez@apple.com>
[macOS] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiobuffer-interface/ctor-audiobuffer.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219455
<rdar://problem/71909972>
Reviewed by Darin Adler.
Unskip test that should no longer be flaky.
* platform/glib/TestExpectations:
* platform/mac/TestExpectations:
2020-12-04 John Wilander <wilander@apple.com>
PCM: Switch to 8+4 bits for source IDs and trigger values respectively
https://bugs.webkit.org/show_bug.cgi?id=219519
<rdar://problem/70470036>
Reviewed by Brent Fulgham.
We've received a lot of feedback saying increased entropy on the click side is more
important than the current 6 bits on the conversion side. Some of that conversation
is captured in https://github.com/privacycg/private-click-measurement/issues/28.
This patch switches from 6+6 bits to 8+4 bits.
* http/tests/privateClickMeasurement/anchor-tag-attributes-validation-expected.txt:
* http/tests/privateClickMeasurement/anchor-tag-attributes-validation.html:
2020-12-04 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r270422.
https://bugs.webkit.org/show_bug.cgi?id=219554
Deleted an SPI that is still in use.
Reverted changeset:
"Introduce new download API"
https://bugs.webkit.org/show_bug.cgi?id=217747
https://trac.webkit.org/changeset/270422
2020-12-04 Kate Cheney <katherine_cheney@apple.com>
Create API to enable/disable text interaction gestures in WKWebView
https://bugs.webkit.org/show_bug.cgi?id=217784
<rdar://problem/63406241>
Reviewed by Wenson Hsieh.
Layout test coverage for iOS.
* LayoutTests/editing/selection/ios/cannot-select-after-disabling-text-interaction-expected.txt: Added.
* LayoutTests/editing/selection/ios/cannot-select-after-disabling-text-interaction.html: Added.
2020-12-04 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening wheel failures and timeouts
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-12-02 Darin Adler <darin@apple.com>
Make dump-as-markup.js dump newlines within text as "\n"
https://bugs.webkit.org/show_bug.cgi?id=216749
Reviewed by Anders Carlsson.
* editing/deleting/5115601-expected.txt:
* editing/deleting/5206311-2-expected.txt:
* editing/deleting/delete-3959464-fix-expected.txt:
* editing/deleting/delete-4038408-fix-expected.txt:
* editing/deleting/delete-across-editable-content-boundaries-2-expected.txt:
* editing/deleting/delete-across-editable-content-boundaries-3-expected.txt:
* editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
* editing/deleting/delete-br-011-expected.txt:
* editing/deleting/delete-br-012-expected.txt:
* editing/deleting/delete-br-in-last-table-cell-expected.txt:
* editing/deleting/delete-image-followed-by-two-br-expected.txt:
* editing/deleting/delete-line-break-between-paragraphs-with-same-style-expected.txt:
* editing/deleting/delete-mixed-editable-content-001-expected.txt:
* editing/deleting/delete-table-cell-contents-expected.txt:
* editing/deleting/delete-uneditable-style-expected.txt:
* editing/deleting/forward-delete-empty-table-cell-expected.txt:
* editing/deleting/merge-div-from-span-with-style-expected.txt:
* editing/deleting/merge-div-with-inline-style-expected.txt:
* editing/deleting/merge-paragraph-contatining-noneditable-expected.txt:
* editing/deleting/merge-paragraph-from-address-expected.txt:
* editing/deleting/merge-paragraph-from-h6-expected.txt:
* editing/deleting/merge-paragraph-from-h6-with-style-2-expected.txt:
* editing/deleting/merge-paragraph-from-h6-with-style-expected.txt:
* editing/deleting/merge-paragraph-from-listing-expected.txt:
* editing/deleting/merge-paragraph-from-p-with-style-2-expected.txt:
* editing/deleting/merge-paragraph-from-p-with-style-3-expected.txt:
* editing/deleting/merge-paragraph-from-p-with-style-expected.txt:
* editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-expected.txt:
* editing/deleting/merge-paragraph-from-span-with-style-expected.txt:
* editing/deleting/merge-paragraph-into-blockquote-expected.txt:
* editing/deleting/merge-paragraph-into-h1-expected.txt:
* editing/deleting/merge-paragraph-into-h1-with-dir-2-expected.txt:
* editing/deleting/merge-paragraph-into-h1-with-dir-expected.txt:
* editing/deleting/merge-paragraph-into-h1-with-style-expected.txt:
* editing/deleting/merge-paragraph-into-pre-expected.txt:
* editing/deleting/merge-paragraph-with-style-from-rule-expected.txt:
* editing/deleting/merge-paragraphs-with-transparent-background-expected.txt:
* editing/deleting/paragraph-in-preserveNewline-expected.txt:
* editing/deleting/whitespace-pre-1-expected.txt:
* editing/execCommand/change-list-type-expected.txt:
* editing/execCommand/contenteditable-justify-next-paragraph-expected.txt:
* editing/execCommand/crash-indenting-list-item-expected.txt:
* editing/execCommand/crash-on-enter-in-contentEditable-list-expected.txt:
* editing/execCommand/delete-line-and-insert-text-in-font-inside-blockquote-expected.txt:
* editing/execCommand/delete-selection-has-style-expected.txt:
* editing/execCommand/format-block-contenteditable-false-expected.txt:
* editing/execCommand/format-block-expected.txt:
* editing/execCommand/format-block-from-range-selection-expected.txt:
* editing/execCommand/format-block-multiple-paragraphs-expected.txt:
* editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt:
* editing/execCommand/format-block-table-expected.txt:
* editing/execCommand/format-block-with-braces-expected.txt:
* editing/execCommand/indent-images-2-expected.txt:
* editing/execCommand/indent-images-3-expected.txt:
* editing/execCommand/indent-pre-expected.txt:
* editing/execCommand/indent-pre-list-expected.txt:
* editing/execCommand/indent-pre-paragraphs-expected.txt:
* editing/execCommand/insert-list-in-noneditable-list-parent-expected.txt:
* editing/execCommand/insert-list-nested-with-orphaned-expected.txt:
* editing/execCommand/insert-nested-lists-in-table-expected.txt:
* editing/execCommand/insert-nested-lists-with-pre-expected.txt:
* editing/execCommand/insert-paragraph-twice-at-end-of-block-styled-listitem-expected.txt:
* editing/execCommand/insert-paragraph-twice-at-end-of-custom-listitem-expected.txt:
* editing/execCommand/insert-unordered-list-in-shadow-tree-expected.txt:
* editing/execCommand/outdent-selection-expected.txt:
* editing/execCommand/overtype-expected.txt:
* editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt:
* editing/execCommand/remove-formatting-expected.txt:
* editing/execCommand/remove-list-from-multi-list-items-expected.txt:
* editing/execCommand/switch-list-type-with-inner-list-expected.txt:
* editing/execCommand/switch-list-type-with-orphaned-li-expected.txt:
* editing/find/find-and-replace-at-editing-boundary-expected.txt:
* editing/find/find-and-replace-basic-expected.txt:
* editing/find/find-and-replace-in-subframes-expected.txt:
* editing/find/find-and-replace-no-matches-expected.txt:
* editing/find/find-and-replace-noneditable-matches-expected.txt:
* editing/inserting/insert-3786362-fix-expected.txt:
* editing/inserting/insert-3907422-fix-expected.txt:
* editing/inserting/insert-div-021-expected.txt:
* editing/inserting/insert-paragraph-after-tab-span-and-text-expected.txt:
* editing/inserting/insert-paragraph-before-space-expected.txt:
* editing/inserting/insert-paragraph-between-text-expected.txt:
* editing/inserting/insert-paragraph-in-designmode-document-expected.txt:
* editing/inserting/insert-paragraph-separator-at-break-expected.txt:
* editing/inserting/insert-paragraph-with-font-and-background-color-expected.txt:
* editing/mac/selection/double-click-and-drag-over-anchor-to-select-expected.txt:
* editing/pasteboard/avoid-copying-body-with-background-expected.txt:
* editing/pasteboard/block-wrappers-necessary-expected.txt:
* editing/pasteboard/cleanup-on-move-expected.txt:
* editing/pasteboard/copy-image-with-alt-text-expected.txt:
* editing/pasteboard/copy-null-characters-expected.txt:
* editing/pasteboard/copy-paste-across-shadow-boundaries-with-style-2-expected.txt:
* editing/pasteboard/copy-paste-bidi-expected.txt:
* editing/pasteboard/copy-paste-content-starting-and-ending-canvas-expected.txt:
* editing/pasteboard/copy-paste-converts-fixed-expected.txt:
* editing/pasteboard/copy-paste-converts-sticky-expected.txt:
* editing/pasteboard/copy-paste-doesnt-convert-sticky-and-fixed-during-partial-copy-expected.txt:
* editing/pasteboard/copy-paste-inserts-clearing-div-expected.txt:
* editing/pasteboard/copy-paste-with-important-rules-expected.txt:
* editing/pasteboard/copy-paste-wraps-position-absolute-expected.txt:
* editing/pasteboard/copy-text-with-backgroundcolor-expected.txt:
* editing/pasteboard/display-block-on-spans-expected.txt:
* editing/pasteboard/drag-drop-list-expected.txt:
* editing/pasteboard/drag-list-item-expected.txt:
* editing/pasteboard/insert-text-decoration-expected.txt:
* editing/pasteboard/interchange-newline-3-expected.txt:
* editing/pasteboard/interchange-newline-4-expected.txt:
* editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content-expected.txt:
* editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* editing/pasteboard/nested-blocks-with-text-field-expected.txt:
* editing/pasteboard/paste-4039777-fix-expected.txt:
* editing/pasteboard/paste-at-end-of-node-followed-by-inline-element-expected.txt:
* editing/pasteboard/paste-before-tab-span-expected.txt:
* editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt:
* editing/pasteboard/paste-delete-insertion-position-skip-paragraph-expected.txt:
* editing/pasteboard/paste-list-001-expected.txt:
* editing/pasteboard/paste-noscript-xhtml-expected.txt:
* editing/pasteboard/paste-table-001-expected.txt:
* editing/pasteboard/paste-table-cells-expected.txt:
* editing/pasteboard/paste-table-with-unrendered-text-nodes-expected.txt:
* editing/pasteboard/paste-text-001-expected.txt:
* editing/pasteboard/paste-text-005-expected.txt:
* editing/pasteboard/paste-text-006-expected.txt:
* editing/pasteboard/paste-text-007-expected.txt:
* editing/pasteboard/paste-text-010-expected.txt:
* editing/pasteboard/paste-text-011-expected.txt:
* editing/pasteboard/paste-text-015-expected.txt:
* editing/pasteboard/paste-text-017-expected.txt:
* editing/pasteboard/paste-text-018-expected.txt:
* editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
* editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
* editing/pasteboard/paste-text-with-style-expected.txt:
* editing/pasteboard/pasting-into-h6-should-not-nest-h6-expected.txt:
* editing/pasteboard/pasting-into-p-should-not-nest-p-expected.txt:
* editing/pasteboard/simplfiying-markup-should-not-strip-content-expected.txt:
* editing/pasteboard/style-from-rules-expected.txt:
* editing/pasteboard/testcase-9507-expected.txt:
* editing/selection/4895428-1-expected.txt:
* editing/selection/4895428-4-expected.txt:
* editing/selection/dump-as-markup-expected.txt:
* editing/selection/dump-as-markup-form-text-expected.txt:
* editing/selection/extend-selection-backward-at-beginning-of-line-by-sentence-granularity-expected.txt:
* editing/selection/home-inside-noneditable-table-expected.txt:
* editing/selection/modify-backward-inline-block-containers-expected.txt:
* editing/selection/move-between-lines-of-different-editabilities-expected.txt:
* editing/selection/move-by-line-006-expected.txt:
* editing/selection/move-selection-backward-at-beginning-of-line-by-sentence-granularity-expected.txt:
* editing/selection/move-up-into-wrapped-line-expected.txt:
* editing/selection/shift-click-includes-existing-selection-expected.txt:
* editing/selection/user-select-all-with-shift-expected.txt:
* editing/spelling/text-replacement-after-typing-to-word-expected.txt:
* editing/spelling/text-replacement-first-word-second-line-expected.txt:
* editing/style/apply-font-size-to-multiple-nodes-expected.txt:
* editing/unsupported-content/table-delete-001-expected.txt:
* editing/unsupported-content/table-delete-003-expected.txt:
* fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
* fast/events/5056619-expected.txt:
* fast/parser/attributes-on-close-script-expected.txt:
* fast/parser/document-write-svg-cdata-expected.txt:
* fast/parser/foster-parent-under-template-expected.txt:
* fast/parser/math-options-crash-expected.txt:
* fast/parser/object-with-textarea-fallback-expected.txt:
* fast/parser/residual-style-dom-expected.txt:
* fast/parser/style-in-create-contextual-fragment-expected.txt:
* fast/parser/style-in-create-contextual-fragment-head-expected.txt:
* fast/table/table-create-tbody-existing-tbody-expected.txt:
* fast/table/table-create-tbody-expected.txt:
* fast/table/table-create-tbody-multiple-tbody-expected.txt:
* platform/gtk/editing/deleting/delete-emoji-1-expected.txt:
* platform/gtk/editing/deleting/delete-emoji-expected.txt:
* platform/ios-wk1/editing/deleting/delete-emoji-expected.txt:
* platform/ios-wk2/editing/execCommand/indent-pre-expected.txt:
* platform/ios/editing/deleting/delete-3959464-fix-expected.txt:
* platform/ios/editing/deleting/delete-across-editable-content-boundaries-2-expected.txt:
* platform/ios/editing/deleting/delete-across-editable-content-boundaries-3-expected.txt:
* platform/ios/editing/deleting/delete-emoji-1-expected.txt:
* platform/ios/editing/deleting/delete-emoji-2-expected.txt:
* platform/ios/editing/deleting/delete-emoji-3-expected.txt:
* platform/ios/editing/deleting/delete-emoji-4-expected.txt:
* platform/ios/editing/deleting/delete-emoji-5-expected.txt:
* platform/ios/editing/deleting/delete-emoji-6-expected.txt:
* platform/ios/editing/deleting/delete-emoji-7-expected.txt:
* platform/ios/editing/deleting/delete-emoji-8-expected.txt:
* platform/ios/editing/deleting/delete-emoji-9-expected.txt:
* platform/ios/editing/deleting/delete-emoji-expected.txt:
* platform/ios/editing/execCommand/delete-line-and-insert-text-in-font-inside-blockquote-expected.txt:
* platform/ios/editing/pasteboard/paste-text-001-expected.txt:
* platform/ios/editing/pasteboard/paste-text-010-expected.txt:
* platform/ios/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
* platform/mac/editing/caret/emoji-expected.txt:
* platform/mac/editing/deleting/delete-emoji-1-expected.txt:
* platform/mac/editing/deleting/delete-emoji-2-expected.txt:
* platform/mac/editing/deleting/delete-emoji-3-expected.txt:
* platform/mac/editing/deleting/delete-emoji-4-expected.txt:
* platform/mac/editing/deleting/delete-emoji-5-expected.txt:
* platform/mac/editing/deleting/delete-emoji-6-expected.txt:
* platform/mac/editing/deleting/delete-emoji-7-expected.txt:
* platform/mac/editing/deleting/delete-emoji-8-expected.txt:
* platform/mac/editing/deleting/delete-emoji-9-expected.txt:
* platform/mac/editing/deleting/delete-emoji-expected.txt:
* platform/win/editing/deleting/delete-br-011-expected.txt:
* platform/win/editing/execCommand/indent-pre-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-1-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-2-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-3-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-4-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-5-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-6-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-7-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-8-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-9-expected.txt:
* platform/wincairo/editing/deleting/delete-emoji-expected.txt:
* platform/wincairo/editing/execCommand/indent-pre-expected.txt:
Updated to expect "\n".
* resources/dump-as-markup.js:
(Markup._getMarkupForTextNode): Convert newlines into "\n".
2020-12-04 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Only shrink the line with the float when it is intrusive
https://bugs.webkit.org/show_bug.cgi?id=219525
Reviewed by Antti Koivisto.
* platform/mac-wk2/TestExpectations:
2020-12-04 Truitt Savell <tsavell@apple.com>
Followup rebase for fast/forms/listbox-width-change.html and fast/forms/search/search-size-with-decorations.html
https://bugs.webkit.org/show_bug.cgi?id=218359
Unreviewed test gardening.
* platform/mac-catalina/fast/forms/listbox-width-change-expected.txt:
* platform/mac-catalina/fast/forms/search/search-size-with-decorations-expected.txt:
2020-12-04 Alicia Boya García <aboya@igalia.com>
[GStreamer] Unreviewed micro gardening
https://bugs.webkit.org/show_bug.cgi?id=214031
imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video-poster-shown-preload-auto.html
is now passing, likely due to r269407.
* platform/glib/TestExpectations:
2020-12-04 Zalan Bujtas <zalan@apple.com>
Web process assert when loading slack
https://bugs.webkit.org/show_bug.cgi?id=219079
<rdar://problem/71814675>
Reviewed by Antti Koivisto.
* fast/inline/inline-flex-on-replaced-crash-expected.txt: Added.
* fast/inline/inline-flex-on-replaced-crash.html: Added.
2020-12-04 Rob Buis <rbuis@igalia.com>
WebGL2: Null pointer dereference in std::string implementation in gl::Shader::getTransformFeedbackVaryingMappedName
https://bugs.webkit.org/show_bug.cgi?id=218602
Reviewed by Dean Jackson.
Add test that triggers the Shader::getTransformFeedbackVaryingMappedName
field code.
* fast/canvas/webgl/webgl-transformed-varying-name-crash-expected.txt: Added.
* fast/canvas/webgl/webgl-transformed-varying-name-crash.html: Added.
2020-12-03 Simon Fraser <simon.fraser@apple.com>
Only the first wheel event in a gesture should be cancelable
https://bugs.webkit.org/show_bug.cgi?id=218764
<rdar://problem/71248946>
Reviewed by Tim Horton.
* fast/scrolling/mac/rubberband-overflow-in-wheel-region-root-jiggle.html: Make more robust.
* platform/mac-wk2/fast/events/wheel/wheel-events-become-non-cancelable-expected.txt: Test now passes in WK2.
2020-12-03 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening anchor download failures after r270422
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-12-03 Alex Christensen <achristensen@webkit.org>
Introduce new download API
https://bugs.webkit.org/show_bug.cgi?id=217747
Reviewed by Brady Eidson.
* fast/dom/HTMLAnchorElement/anchor-download-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-download-user-triggered-synthetic-click-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-async-delegate-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-nodownload-set-expected.txt:
Now that NetworkDataTaskBlob::suggestedFilename doesn't suggest "unknown"
the capitalization has changed to "Unknown" from NSURLResponse's suggestedFilename.
2020-12-03 Truitt Savell <tsavell@apple.com>
Get rid of LayoutTests/platform/mac-bigsur
https://bugs.webkit.org/show_bug.cgi?id=218359
Unreviewed test gardening.
* platform/mac-bigsur/editing/pasteboard/pasting-tabs-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/select-from-textfield-outwards-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-backward-br-mixed-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-backward-p-mixed-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-forward-br-mixed-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-forward-p-mixed-expected.txt: Removed.
* platform/mac-bigsur/fast/css/apple-system-control-colors-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/basic-textareas-quirks-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/box-shadow-override-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/form-element-geometry-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/hidpi-textfield-background-bleeding-expected.html: Removed.
* platform/mac-bigsur/fast/forms/input-appearance-preventDefault-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/input-appearance-spinbutton-up-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/input-placeholder-visibility-1-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/input-placeholder-visibility-3-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/input-table-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/input-value-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/listbox-width-change-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/search-rtl-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/search/search-size-with-decorations-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/search/search-zoom-computed-style-height-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/select-visual-hebrew-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/textAreaLineHeight-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/textarea-placeholder-visibility-1-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/textarea-placeholder-visibility-2-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/visual-hebrew-text-field-expected.txt: Removed.
* platform/mac-bigsur/fast/parser/entity-comment-in-textarea-expected.txt: Removed.
* platform/mac-bigsur/fast/parser/open-comment-in-textarea-expected.txt: Removed.
* platform/mac-bigsur/fast/text/backslash-to-yen-sign-euc-expected.txt: Removed.
* platform/mac-bigsur/fast/text/drawBidiText-expected.txt: Removed.
* platform/mac-bigsur/fast/text/international/danda-space-expected.txt: Removed.
* platform/mac-bigsur/fast/text/international/system-language/system-font-punctuation-expected.txt: Removed.
* platform/mac-bigsur/fast/text/justify-ideograph-leading-expansion-expected.txt: Removed.
* platform/mac-bigsur/fast/text/vertical-rl-rtl-linebreak-expected.txt: Removed.
* platform/mac-bigsur/fast/text/vertical-rl-rtl-linebreak-mixed-expected.txt: Removed.
* platform/mac-catalina/fast/forms/listbox-width-change-expected.txt:
* platform/mac-catalina/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-mixed-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-mixed-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-mixed-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-mixed-expected.txt:
* platform/mac/fast/css/apple-system-control-colors-expected.txt:
* platform/mac/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt:
* platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac/fast/forms/input-table-expected.txt:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/fast/forms/select-visual-hebrew-expected.txt:
* platform/mac/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac/fast/text/drawBidiText-expected.txt:
* platform/mac/fast/text/international/danda-space-expected.txt:
* platform/mac/fast/text/international/system-language/system-font-punctuation-expected.txt:
* platform/mac/fast/text/justify-ideograph-leading-expansion-expected.txt:
* platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
* platform/mac/fast/text/vertical-rl-rtl-linebreak-mixed-expected.txt:
2020-12-03 Chris Dumez <cdumez@apple.com>
Crash when trying to suspend an OfflineAudioContext with a bad buffer
https://bugs.webkit.org/show_bug.cgi?id=219496
Reviewed by Geoffrey Garen.
Add layout test coverage.
* webaudio/OfflineAudioContext-bad-buffer-suspend-crash-expected.txt: Added.
* webaudio/OfflineAudioContext-bad-buffer-suspend-crash.html: Added.
2020-12-03 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for search fields
https://bugs.webkit.org/show_bug.cgi?id=219443
<rdar://problem/71902666>
Reviewed by Wenson Hsieh.
Added tests to verify the stylability of search fields with the new appearance.
* fast/forms/ios/form-control-refresh/search/background-color-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/search/background-color.html: Added.
* fast/forms/ios/form-control-refresh/search/border-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/search/border.html: Added.
* fast/forms/ios/form-control-refresh/search/font-size-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/search/font-size.html: Added.
* fast/forms/ios/form-control-refresh/search/results-attribute-expected.html: Added.
* fast/forms/ios/form-control-refresh/search/results-attribute.html: Added.
* fast/forms/ios/form-control-refresh/search/width-height-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/search/width-height.html: Added.
2020-12-03 Ryan Haddad <ryanhaddad@apple.com>
[macOS WK1] imported/w3c/web-platform-tests/css/css-scroll-snap/scroll-target-padding-003.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219498
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Mark test as flaky.
2020-12-03 Youenn Fablet <youenn@apple.com>
(r270171) [ iOS ] http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html is failing
https://bugs.webkit.org/show_bug.cgi?id=219439
<rdar://problem/71900353>
Reviewed by Darin Adler.
* http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html:
Remove the audio track to allow both video elements to play concurrently on iOS.
Tested by running the test on iOS simulator.
2020-12-02 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Gardened several flaky timeout failures.
* platform/wpe/TestExpectations:
2020-12-02 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Gardened several flaky failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-12-02 Ryan Haddad <ryanhaddad@apple.com>
[macOS Debug] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-* tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=219464
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark tests as flaky.
2020-12-02 Ryan Haddad <ryanhaddad@apple.com>
[iOS macOS] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219460
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky.
* platform/mac/TestExpectations: Ditto.
2020-12-02 Truitt Savell <tsavell@apple.com>
[ iOS ] Update expectations for http/wpt/service-workers/skipFetchEvent.https.html which is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=208581
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-12-02 Truitt Savell <tsavell@apple.com>
[ iOS ] fast/canvas/canvas-overflow-hidden-animation.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219438
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-12-02 Chris Dumez <cdumez@apple.com>
iframe with `sandbox=allow-top-navigation-by-user-activation` can navigate top frame when the user interacts with an iframe from another origin
https://bugs.webkit.org/show_bug.cgi?id=219413
<rdar://problem/64887657>
Reviewed by Geoffrey Garen.
Add layout test coverage.
* http/tests/security/block-top-level-navigations-by-sandboxed-iframe-with-propagated-user-gesture-expected.txt: Added.
* http/tests/security/block-top-level-navigations-by-sandboxed-iframe-with-propagated-user-gesture.html: Added.
* http/tests/security/resources/navigate-top-level-frame-to-failure-page-via-message-handler.html: Added.
2020-12-02 Ryan Haddad <ryanhaddad@apple.com>
[macOS] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiobuffer-interface/ctor-audiobuffer.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219455
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark test as flaky.
2020-12-02 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, skip two webgl tests that are frequently timing out on macOS.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-12-02 Chris Dumez <cdumez@apple.com>
Block suspicious top level navigations by iframes even if sandbox=allow-top-navigation is specified
https://bugs.webkit.org/show_bug.cgi?id=219408
<rdar://problem/71049726>
Reviewed by Geoffrey Garen.
Add layout test coverage.
* http/tests/security/block-top-level-navigations-by-third-party-sandboxed-iframe-expected.txt: Added.
* http/tests/security/block-top-level-navigations-by-third-party-sandboxed-iframe.html: Added.
* http/tests/security/resources/navigate-top-level-frame-to-failure-page-via-sandboxed-iframe.html: Added.
2020-12-02 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r270339.
introduced a constantly failing test.
Reverted changeset:
"Toggling pointer-events on body does not re-enable scrolling
on child"
https://bugs.webkit.org/show_bug.cgi?id=218533
https://trac.webkit.org/changeset/270339
2020-12-02 Lauro Moura <lmoura@igalia.com>
[WPE] webgl/1.0.3/conformance/rendering/multisample-corruption.html is also timing out
Unreviewed test gardening.
* platform/wpe/TestExpectations:
2020-12-02 Julian Gonzalez <julian_a_gonzalez@apple.com>
Fix crash with performance.measure() with negative duration
https://bugs.webkit.org/show_bug.cgi?id=219418
Reviewed by Alex Christensen.
Add a test to verify that an Exception is thrown when
passing a negative duration to performance.measure(),
instead of a crash occurring.
* performance-api/resources/user-timing-api.js:
* performance-api/user-timing-apis-expected.txt:
2020-12-02 James Darpinian <jdarpinian@chromium.org>
Update ANGLE 2020-11-12
https://bugs.webkit.org/show_bug.cgi?id=218877
Reviewed by Kenneth Russell.
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt: Test fixed.
2020-12-01 Lauro Moura <lmoura@igalia.com>
[GLIB] Add some WPE-specific baselines
Unreviewed test gardening.
These tests started failing by small amounts after some layout commits
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/css/named-images-expected.txt: Copied from LayoutTests/platform/glib/fast/css/named-images-expected.txt.
* platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Copied from LayoutTests/platform/glib/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt.
* platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Copied from LayoutTests/platform/glib/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt.
* platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Copied from LayoutTests/platform/glib/svg/transforms/svg-css-transforms-clip-path-expected.txt.
* platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Copied from LayoutTests/platform/glib/svg/transforms/svg-css-transforms-expected.txt.
* platform/gtk/transforms/3d/general/perspective-units-expected.txt: Copied from LayoutTests/platform/glib/transforms/3d/general/perspective-units-expected.txt.
* platform/wpe/TestExpectations:
* platform/wpe/fast/css/named-images-expected.txt: Renamed from LayoutTests/platform/glib/fast/css/named-images-expected.txt.
* platform/wpe/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Renamed from LayoutTests/platform/glib/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt.
* platform/wpe/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Renamed from LayoutTests/platform/glib/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt.
* platform/wpe/svg/transforms/svg-css-transforms-clip-path-expected.txt: Renamed from LayoutTests/platform/glib/svg/transforms/svg-css-transforms-clip-path-expected.txt.
* platform/wpe/svg/transforms/svg-css-transforms-expected.txt: Copied from LayoutTests/platform/glib/svg/transforms/svg-css-transforms-expected.txt.
* platform/wpe/transforms/3d/general/perspective-units-expected.txt: Renamed from LayoutTests/platform/glib/transforms/3d/general/perspective-units-expected.txt.
* platform/wpe/transforms/svg-vs-css-expected.txt: Renamed from LayoutTests/platform/glib/svg/transforms/svg-css-transforms-expected.txt.
2020-12-01 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening wheel timeouts
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-12-01 Devin Rousso <drousso@apple.com>
Toggling pointer-events on body does not re-enable scrolling on child
https://bugs.webkit.org/show_bug.cgi?id=218533
<rdar://problem/71009746>
Reviewed by Simon Fraser.
* fast/scrolling/ios/overflow-scroll-pointer-events.html: Added.
* fast/scrolling/ios/overflow-scroll-pointer-events-expected.txt: Added.
2020-12-01 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver does not announce the aria-checked state for ARIA treeitem
https://bugs.webkit.org/show_bug.cgi?id=218316
<rdar://problem/70787809>
Reviewed by Zalan Bujtas.
* accessibility/ios-simulator/checked-status-tree-items-expected.txt: Added.
* accessibility/ios-simulator/checked-status-tree-items.html: Added.
* accessibility/mac/checked-status-tree-items-expected.txt: Added.
* accessibility/mac/checked-status-tree-items.html: Added.
2020-12-01 Truitt Savell <tsavell@apple.com>
[macOS / iOS ] Layout Test imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-getStats.https.html a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=197662
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-12-01 Aditya Keerthi <akeerthi@apple.com>
[iOS] <button> with multi-line content does not render properly
https://bugs.webkit.org/show_bug.cgi?id=219372
<rdar://problem/6061602>
Reviewed by Darin Adler.
* fast/forms/button-multiline-height-expected.txt: Added.
* fast/forms/button-multiline-height.html: Added.
* platform/ios/css3/flexbox/button-expected.txt:
* platform/ios/fast/forms/box-shadow-override-expected.txt:
* platform/ios/fast/forms/button-sizes-expected.txt:
* platform/ios/fast/forms/control-restrict-line-height-expected.txt:
* platform/ios/fast/forms/input-button-sizes-expected.txt:
2020-12-01 Chris Dumez <cdumez@apple.com>
REGRESSION: imported/w3c/web-platform-tests/streams/transform-streams/terminate.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219366
<rdar://problem/71819641>
Unreviewed, silence console output to address flakiness.
* TestExpectations:
* platform/mac/TestExpectations:
2020-12-01 Lauro Moura <lmoura@igalia.com>
[GLIB] Add some WPE-specific baselines after r269745
Unreviewed test gardening.
* platform/gtk/fast/block/basic/013-expected.txt: Copied from LayoutTests/platform/glib/fast/block/basic/013-expected.txt.
* platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt: Copied from LayoutTests/platform/glib/fast/frames/iframe-scrolling-attribute-expected.txt.
* platform/gtk/svg/as-object/object-box-sizing-no-width-height-expected.txt: Copied from LayoutTests/platform/glib/svg/as-object/object-box-sizing-no-width-height-expected.txt.
* platform/wpe/fast/block/basic/013-expected.txt: Renamed from LayoutTests/platform/glib/fast/block/basic/013-expected.txt.
* platform/wpe/fast/frames/iframe-scrolling-attribute-expected.txt: Renamed from LayoutTests/platform/glib/fast/frames/iframe-scrolling-attribute-expected.txt.
* platform/wpe/svg/as-object/object-box-sizing-no-width-height-expected.txt: Renamed from LayoutTests/platform/glib/svg/as-object/object-box-sizing-no-width-height-expected.txt.
2020-12-01 Truitt Savell <tsavell@apple.com>
(r270252) [ Mac ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-candidate-in-sdp.https.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=219403
unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-11-30 Simon Fraser <simon.fraser@apple.com>
[WK1] Only the first wheel event in a gesture should be cancelable
https://bugs.webkit.org/show_bug.cgi?id=219384
Reviewed by Chris Dumez.
Add a temporary failing result for WK2 until the async scrolling implementation lands.
* fast/events/wheel/first-wheel-event-cancelable-expected.txt: Added.
* fast/events/wheel/first-wheel-event-cancelable.html: Added.
* fast/events/wheel/wheel-events-become-non-cancelable-expected.txt: Added.
* fast/events/wheel/wheel-events-become-non-cancelable.html: Added.
* platform/mac-wk2/fast/events/wheel/wheel-events-become-non-cancelable-expected.txt: Added.
* platform/win/TestExpectations:
2020-12-01 Youenn Fablet <youenn@apple.com>
REGRESSION(STP116): wpt.live/webrtc/RTCRtpTransceiver.https.html crashes on load
https://bugs.webkit.org/show_bug.cgi?id=219259
Reviewed by Eric Carlson.
* TestExpectations: mark test as flaky, as identified by EWS and in results.webkit.org since resyncing WPT tests.
2020-12-01 Lauro Moura <lmoura@igalia.com>
[GLIB] Skip http/wpt/webrtc/sframe-transform.html
Unreviewed test gardening
* platform/glib/TestExpectations:
2020-12-01 Youenn Fablet <youenn@apple.com>
CSSStyleSheet.cssRules and rules should throw in case of opaque stylesheets
https://bugs.webkit.org/show_bug.cgi?id=219203
Reviewed by Alex Christensen.
Rebased tests and update test to expect throwing.
* http/tests/security/cannot-read-cssrules-expected.txt:
* http/tests/security/cannot-read-cssrules-redirect-expected.txt:
* http/tests/security/cross-origin-css-9.html:
2020-12-01 Youenn Fablet <youenn@apple.com>
Allow RTCRtpScriptTransformer to request key frames
https://bugs.webkit.org/show_bug.cgi?id=219199
Reviewed by Eric Carlson.
* http/wpt/webrtc/audio-script-transform-expected.txt: Added.
* http/wpt/webrtc/audio-script-transform.html: Added.
* http/wpt/webrtc/video-script-transform-expected.txt: Added.
* http/wpt/webrtc/video-script-transform.html: Added.
* http/wpt/webrtc/context-transform.js: Added.
2020-12-01 Youenn Fablet <youenn@apple.com>
Add support for readable/writable to RTCRtpSFrameTransform
https://bugs.webkit.org/show_bug.cgi?id=219298
Reviewed by Eric Carlson.
* http/wpt/webrtc/sframe-transform-expected.txt:
* http/wpt/webrtc/sframe-transform.html:
2020-12-01 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update baselines after r270284.
* platform/wpe/css1/formatting_model/height_of_lines-expected.png: Added.
* platform/wpe/css1/formatting_model/height_of_lines-expected.txt: Update after r238730.
* platform/wpe/fast/block/float/overhanging-tall-block-expected.png: Added.
* platform/wpe/fast/block/float/overhanging-tall-block-expected.txt: Update after r270070.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-case.any-expected.txt: Update after r269947.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-case.any.worker-expected.txt: Update after r269947.
* platform/wpe/imported/w3c/web-platform-tests/html/browsers/sandboxing/sandbox-parse-noscript-expected.png: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/browsers/sandboxing/sandbox-parse-noscript-expected.txt: Update after r269745.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: Update after r270102.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: Update after r270102.
2020-12-01 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] WebKit doesn't preserve aspect ratio when computing cross size of flexed images in auto-height flex container
https://bugs.webkit.org/show_bug.cgi?id=209983
<rdar://problem/61288094>
Reviewed by Darin Adler.
* TestExpectations: Unskipped 2 tests that are working fine now
* css3/flexbox/flexitem.html: Updated expectations. Aspect ratio must be preserved.
2020-12-01 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update WPE baselines of baselines updated r238731.
* platform/wpe/fast/css/resize-corner-tracking-expected.png: Added.
* platform/wpe/fast/css/resize-corner-tracking-expected.txt:
* platform/wpe/fast/css/text-overflow-input-expected.png: Added.
* platform/wpe/fast/css/text-overflow-input-expected.txt:
* platform/wpe/fast/dom/HTMLProgressElement/native-progress-bar-expected.png: Added.
* platform/wpe/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt:
* platform/wpe/fast/text/hyphenate-limit-before-after-expected.png: Added.
* platform/wpe/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/wpe/fast/text/international/bidi-LDB-2-CSS-expected.png: Added.
* platform/wpe/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/wpe/fast/text/international/bidi-LDB-2-HTML-expected.png: Added.
* platform/wpe/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/wpe/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Added.
* platform/wpe/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
2020-11-30 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines after r270269.
* platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt:
2020-11-30 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r270129, r270194, and r270258.
r270129 broke macCatalyst build
Reverted changesets:
"Update ANGLE 2020-11-12"
https://bugs.webkit.org/show_bug.cgi?id=218877
https://trac.webkit.org/changeset/270129
"Fix ANGLE CMakeLists.txt warnings"
https://bugs.webkit.org/show_bug.cgi?id=219260
https://trac.webkit.org/changeset/270194
"Attempted build fix for Mac Catalyst. Include the SystemInfo
header."
https://trac.webkit.org/changeset/270258
2020-11-30 Sergey Rubanov <chi187@gmail.com>
Add support for the Wasm i64 sign-extension-ops proposal
https://bugs.webkit.org/show_bug.cgi?id=218990
Reviewed by Yusuke Suzuki.
* workers/wasm-references/test.js:
2020-11-30 Truitt Savell <tsavell@apple.com>
REGRESSION: imported/w3c/web-platform-tests/streams/transform-streams/terminate.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219366
unreviewed test gardening.
* platform/mac/TestExpectations:
2020-11-30 James Darpinian <jdarpinian@chromium.org>
Support KHR_parallel_shader_compile
https://bugs.webkit.org/show_bug.cgi?id=219266
Reviewed by Kenneth Russell.
* webgl/conformance/extensions/khr-parallel-shader-compile-expected.txt: Added.
* webgl/conformance/extensions/khr-parallel-shader-compile.html: Added.
* webgl/resources/webgl_test_files/conformance/extensions/khr-parallel-shader-compile.html: Added.
2020-11-30 Youenn Fablet <youenn@apple.com>
Introduce an experimental flag specific to VP9 profile 2
https://bugs.webkit.org/show_bug.cgi?id=219350
Reviewed by Eric Carlson.
* webrtc/vp9-expected.txt:
* webrtc/vp9-vtb.html:
* webrtc/vp9.html:
2020-11-30 Youenn Fablet <youenn@apple.com>
Missing WebRTC Metrics in iOS 14 Beta 5
https://bugs.webkit.org/show_bug.cgi?id=215678
<rdar://problem/67625414>
Reviewed by Eric Carlson.
* webrtc/video-stats.html:
2020-11-30 Youenn Fablet <youenn@apple.com>
Update WPT WebRTC tests
https://bugs.webkit.org/show_bug.cgi?id=219272
Reviewed by Eric Carlson.
Mark a new test as flaky in iOS simulator.
* platform/ios-simulator-wk2/TestExpectations:
* tests-options.json:
2020-11-30 Tyler Wilcock <twilco.o@protonmail.com>
getComputedStyle rounds lineHeight to nearest pixel
https://bugs.webkit.org/show_bug.cgi?id=216601
Reviewed by Simon Fraser.
Add test ensuring serialization of `line-height` from
`getComputedStyle` is represented fractionally (when appropriate).
Prior to this patch, `line-height` serialization was always an integer value.
The `line-height-rounding.html` test has been removed, as it expected
`line-height` to serialize as an integer, which seems wrong
considering the used value for `line-height` can be a `<number>`
(which is fractional). Gecko and Chromium allow fractional
`line-height`s to be returned from `getComputedStyle`, further
confirming this.
https://drafts.csswg.org/css2/#propdef-line-height
* fast/css/line-height-get-computed-style-expected.txt: Added.
* fast/css/line-height-get-computed-style.html: Added.
* fast/css/line-height-rounding-expected.txt: Removed.
* fast/css/line-height-rounding.html: Removed.
2020-11-30 Lauro Moura <lmoura@igalia.com>
[GLIB] Properly garden webrtc crashes
Unreviewed test gardening.
* platform/gtk-wayland/TestExpectations: Move wayland-specific issue here
* platform/gtk/TestExpectations: Updated already existing expectations
* platform/wpe/TestExpectations: Remove undeed pass entries from previous
unimplemented-like bugs that are already fixed. These entries were
overriding the generic glib entries.
2020-11-30 Sergio Villar Senin <svillar@igalia.com>
[css-flex] Import flex-aspect-ratio-img-* tests
https://bugs.webkit.org/show_bug.cgi?id=219344
Reviewed by Manuel Rego Casasnovas.
As part of the work to fix the images with aspect ratio handling when they're flex items, we're importing the latest
additions to the WPT test suite related to that. A few of them work as expected but others require fixes. Note that
one of the tests also updated their expectations and it's now failing now 2 subtests.
* TestExpectations: Added tests that are not working as expected.
2020-11-30 Youenn Fablet <youenn@apple.com>
REGRESSION: [ Mac wk2 ] webrtc/captureCanvas-webrtc-software-h264-baseline.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=218875
<rdar://problem/71349101>
Unreviewed.
* platform/mac-wk2/TestExpectations:
Remove flaky expectation.
2020-11-29 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening WebGL failures
Unreviewed test gardening
* platform/gtk/TestExpectations:
2020-11-29 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening webrtc crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-11-29 Zalan Bujtas <zalan@apple.com>
[LFC][Display] Enable LFC tests that are passing now
https://bugs.webkit.org/show_bug.cgi?id=219337
Unreviewed.
* TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-11-29 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Do not assume float avoiders have pre-computed vertical positions
https://bugs.webkit.org/show_bug.cgi?id=219326
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/block-only/child-containing-block-margin-collapse-when-float-avoiders-expected.html: Added.
* fast/layoutformattingcontext/block-only/child-containing-block-margin-collapse-when-float-avoiders.html: Added.
2020-11-22 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove unnecessary passes after r270017.
* platform/wpe/TestExpectations:
2020-11-27 Simon Fraser <simon.fraser@apple.com>
[LFC Display] Fix box locations for positioned elements
https://bugs.webkit.org/show_bug.cgi?id=219310
Reviewed by Zalan Bujtas.
Two table tests are now image failures because of webkit.org/b/219322.
* TestExpectations:
2020-11-27 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for meter element
https://bugs.webkit.org/show_bug.cgi?id=219103
<rdar://problem/71549155>
Reviewed by Wenson Hsieh.
Added tests to verify the stylability of native meters and to
verify that different states are painted with a different appearance.
* fast/forms/ios/form-control-refresh/meter/border-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/meter/border.html: Added.
* fast/forms/ios/form-control-refresh/meter/even-less-good-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/meter/even-less-good-appearance.html: Added.
* fast/forms/ios/form-control-refresh/meter/optimal-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/meter/optimal-appearance.html: Added.
* fast/forms/ios/form-control-refresh/meter/suboptimal-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/meter/suboptimal-appearance.html: Added.
* fast/forms/ios/form-control-refresh/meter/width-height-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/meter/width-height.html: Added.
2020-11-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
REGRESSION(r269642) [GStreamer][WebRTC] Unexpected results after update to M87
https://bugs.webkit.org/show_bug.cgi?id=218787
Reviewed by Philippe Normand.
Update expectations with fixed tests.
Also fixed a typo.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-11-27 Philippe Normand <pnormand@igalia.com>
Unreviewed, GLib webaudio gardening
* platform/glib/TestExpectations: webaudio/AudioParam/audioparam-processing.html
consistently passing since r270139.
2020-11-27 Youenn Fablet <youenn@apple.com>
[WebRTC] webrtc/audio-sframe.html is flaky crashing since added in r269830
https://bugs.webkit.org/show_bug.cgi?id=219066
<rdar://problem/71747778>
Unreviewed.
webrtc/audio-sframe.html is no longer crashing after revision 270107.
Update test expectations accordingly.
* platform/glib/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-11-26 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/css1/formatting_model/height_of_lines-expected.txt:
* platform/wincairo/css1/text_properties/vertical_align-expected.txt:
* platform/wincairo/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
* platform/wincairo/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/wincairo/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/wincairo/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/wincairo/fast/css/named-images-expected.txt:
* platform/wincairo/fast/css/text-overflow-input-expected.txt:
* platform/wincairo/fast/dom/HTMLMeterElement/meter-element-expected.txt:
* platform/wincairo/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
* platform/wincairo/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/wincairo/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
* platform/wincairo/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
* platform/wincairo/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt:
* platform/wincairo/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/wincairo/fast/dom/HTMLProgressElement/progress-element-expected.txt:
* platform/wincairo/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/wincairo/fast/text/basic/generic-family-reset-expected.txt:
* platform/wincairo/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/wincairo/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/wincairo/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/wincairo/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
2020-11-26 Youenn Fablet <youenn@apple.com>
https://collab-project.github.io/videojs-record/demo/video-only.html is not working
https://bugs.webkit.org/show_bug.cgi?id=219258
<rdar://problem/69759808>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/set-srcObject-MediaStream-Blob-expected.txt: Added.
* http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html: Added.
2020-11-22 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Updated expectations and baselines after 270164.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/editing/selection/simple-line-layout-caret-is-gone-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: Updated after r270103.
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: Updated after r270103.
2020-11-22 Philippe Normand <pnormand@igalia.com>
Unreviewed GLib gardening
Skip WebSpeech-related tests on GTK and WPE because these ports
don't support WebSpeech yet.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-11-22 Lauro Moura <lmoura@igalia.com>
[GStreamer] Gardening webspeech related crash
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-11-22 Rob Buis <rbuis@igalia.com>
Fix getIndexedParameter indexing crash
https://bugs.webkit.org/show_bug.cgi?id=218601
Reviewed by Ryosuke Niwa.
Add testcase.
* fast/canvas/webgl/getIndexedParameter-crash-expected.txt: Added.
* fast/canvas/webgl/getIndexedParameter-crash.html: Added.
2020-11-21 Sihui Liu <sihui_liu@apple.com>
Implement audio capture for SpeechRecognition on macOS
https://bugs.webkit.org/show_bug.cgi?id=218855
<rdar://problem/71331001>
Reviewed by Youenn Fablet.
* TestExpectations:
* fast/speechrecognition/start-recognition-in-removed-iframe.html: mark test as async to avoid flakiness.
* fast/speechrecognition/start-recognition-then-stop-expected.txt: Added.
* fast/speechrecognition/start-recognition-then-stop.html: Added.
* fast/speechrecognition/start-second-recognition-expected.txt: Added.
* fast/speechrecognition/start-second-recognition.html: Added.
* platform/wk2/TestExpectations:
2020-11-21 Chris Dumez <cdumez@apple.com>
Poor resampling quality when using AudioContext sampleRate parameter
https://bugs.webkit.org/show_bug.cgi?id=219201
Reviewed by Geoff Garen.
Add layout test coverage that would hit assertions in debug.
* webaudio/audiocontext-large-samplerate-expected.txt: Added.
* webaudio/audiocontext-large-samplerate.html: Added.
* webaudio/audiocontext-low-samplerate-expected.txt: Added.
* webaudio/audiocontext-low-samplerate.html: Added.
2020-11-21 Chris Dumez <cdumez@apple.com>
Unreviewed, reverting r270141.
Caused assertions on bots
Reverted changeset:
"Poor resampling quality when using AudioContext sampleRate
parameter"
https://bugs.webkit.org/show_bug.cgi?id=219201
https://trac.webkit.org/changeset/270141
2020-11-21 Antti Koivisto <antti@apple.com>
[LFC][Integration] Remove ensureLineBoxes call from RenderedPosition constructor
https://bugs.webkit.org/show_bug.cgi?id=219164
Reviewed by Zalan Bujtas.
* accessibility/mac/attachment-element-replacement-character-expected.txt:
* platform/ios/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
2020-11-21 Brian Burg <bburg@apple.com>
Web Inspector: implement Multimap.prototype.take()
https://bugs.webkit.org/show_bug.cgi?id=219231
Reviewed by Devin Rousso.
* inspector/unit-tests/multimap-expected.txt:
* inspector/unit-tests/multimap.html:
* inspector/unit-tests/set-utilities.html:
2020-11-21 Aditya Keerthi <akeerthi@apple.com>
Space between minute and meridiem fields in time inputs is too large
https://bugs.webkit.org/show_bug.cgi?id=219217
<rdar://problem/71637133>
Reviewed by Devin Rousso.
Rebaselined tests to match new appearance.
* platform/mac-catalina/fast/forms/time/time-input-rendering-basic-expected.txt:
* platform/mac-mojave/fast/forms/time/time-input-rendering-basic-expected.txt:
* platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.txt:
2020-11-20 Chris Dumez <cdumez@apple.com>
Poor resampling quality when using AudioContext sampleRate parameter
https://bugs.webkit.org/show_bug.cgi?id=219201
Reviewed by Geoff Garen.
Add layout test coverage that would hit assertions in debug.
* webaudio/audiocontext-large-samplerate-expected.txt: Added.
* webaudio/audiocontext-large-samplerate.html: Added.
* webaudio/audiocontext-low-samplerate-expected.txt: Added.
* webaudio/audiocontext-low-samplerate.html: Added.
2020-11-20 Chris Dumez <cdumez@apple.com>
(r267253) [ Mac ] webaudio/AudioParam/audioparam-processing.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=219228
<rdar://problem/71643007>
Reviewed by Geoffrey Garen.
The test was running subtests in parallel using Promise.all(), causing the output
lines to sometimes be out of order. We now enforce the ordering of the subtests
to make sure that the output is consistent.
* webaudio/AudioParam/audioparam-processing.html:
2020-11-20 Alex Christensen <achristensen@webkit.org>
Silence ApplicationCache related errors when running http/tests/inspector/network/x-frame-options.html
https://bugs.webkit.org/show_bug.cgi?id=218830
* http/tests/inspector/network/x-frame-options.html:
This makes the test output deterministic, even after trying to message a frame that has been destroyed.
The actual fix was the revision referred to in the bugzilla, but this was needed to make the test not print out mostly-unrelated errors.
2020-11-20 Kate Cheney <katherine_cheney@apple.com>
PCM: Persist pending ad clicks and attributions so they can survive browser restart
https://bugs.webkit.org/show_bug.cgi?id=219134
<rdar://problem/70470129>
Reviewed by John Wilander.
Added layout test coverage. Removed 'Conversion request sent:'
category in the toString() method because it will always be false.
Sent conversions are purged from the database, so it is not a useful
piece of information to report. Updated naming based on standards
coversations.
* http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect-expected.txt:
* http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window-expected.txt:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority-expected.txt:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority-expected.txt:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority.html:
* http/tests/privateClickMeasurement/conversion-disabled-in-ephemeral-session-expected.txt:
* http/tests/privateClickMeasurement/expired-ad-click-gets-removed-on-session-start-expected.txt: Added.
* http/tests/privateClickMeasurement/expired-ad-click-gets-removed-on-session-start.html: Copied from LayoutTests/http/tests/privateClickMeasurement/second-conversion-with-higher-priority.html.
* http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start-expected.txt: Added.
* http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start.html: Copied from LayoutTests/http/tests/privateClickMeasurement/send-attribution-conversion-request.html.
* http/tests/privateClickMeasurement/resources/conversionReport.php:
* http/tests/privateClickMeasurement/resources/getConversionData.php:
* http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority-expected.txt:
* http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority.html:
* http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority-expected.txt:
* http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority.html:
* http/tests/privateClickMeasurement/second-conversion-with-higher-priority-expected.txt:
* http/tests/privateClickMeasurement/second-conversion-with-higher-priority.html:
* http/tests/privateClickMeasurement/second-conversion-with-lower-priority-expected.txt:
* http/tests/privateClickMeasurement/second-conversion-with-lower-priority.html:
* http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt:
* http/tests/privateClickMeasurement/send-attribution-conversion-request.html:
* http/tests/privateClickMeasurement/store-private-click-measurement-expected.txt:
2020-11-20 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Rebaseline and gardening
Unreviewed test gardening.
The meter and progress tests had to be rebaselined and split after
r270044.
* platform/glib/TestExpectations: Add missing entries.
* platform/glib/fast/dom/HTMLProgressElement/progress-element-expected.txt:
* platform/glib/webaudio/BiquadFilter/tail-time-peaking-expected.txt:
Removed. Uneeded after r269972.
* platform/glib/webaudio/audioworklet-addModule-failure-expected.txt:
Rebaseline after r270033.
* platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Copied from LayoutTests/platform/glib/fast/dom/HTMLMeterElement/meter-element-expected.txt.
* platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Copied from LayoutTests/platform/glib/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt.
* platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Copied from LayoutTests/platform/glib/fast/dom/HTMLMeterElement/meter-styles-expected.txt.
* platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
Rebaselined after r270023.
* platform/glib/TestExpectations: Remove entry after test removal.
* platform/wpe/fast/dom/HTMLMeterElement/meter-element-expected.txt: Renamed from LayoutTests/platform/glib/fast/dom/HTMLMeterElement/meter-element-expected.txt.
* platform/wpe/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Renamed from LayoutTests/platform/glib/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt.
* platform/wpe/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Renamed from LayoutTests/platform/glib/fast/dom/HTMLMeterElement/meter-styles-expected.txt.
* platform/wpe/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
Rebaselined after r270023.
2020-11-20 Truitt Savell <tsavell@apple.com>
Revert r270124. Made the test worse.
https://bugs.webkit.org/show_bug.cgi?id=219212
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-11-20 James Darpinian <jdarpinian@chromium.org>
Update ANGLE 2020-11-12
https://bugs.webkit.org/show_bug.cgi?id=218877
Reviewed by Kenneth Russell.
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt: Test fixed.
2020-11-20 Chris Dumez <cdumez@apple.com>
AudioWorkletProcessor::process() may get called on non-audio worklet thread and crash
https://bugs.webkit.org/show_bug.cgi?id=219209
Reviewed by Geoffrey Garen.
Add layout test coverage.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/context-already-rendering-expected.txt: Added.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/context-already-rendering.html: Added.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/processors/basic-processor.js: Added.
(BasicProcessor.prototype.process):
(BasicProcessor):
2020-11-20 Lauro Moura <lmoura@igalia.com>
canvas: drawImage should not raise IndexSizeError on empty sources
https://bugs.webkit.org/show_bug.cgi?id=219068
Reviewed by Noam Rosenthal.
Update baselines and tests with new drawImage behavior of not raising IndexSizeError on empty src rects.
* http/wpt/2dcontext/imagebitmap/drawImage-ImageBitmap-expected.txt: Updated with new drawImage behavior
* http/wpt/2dcontext/imagebitmap/drawImage-ImageBitmap.html: Updated with new drawImage behavior
* platform/glib/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource-expected.txt.
* platform/gtk/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource-expected.txt: Removed.
2020-11-20 Truitt Savell <tsavell@apple.com>
http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-child.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=219212
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-11-20 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] Enable inline-block
https://bugs.webkit.org/show_bug.cgi?id=218889
Reviewed by Antti Koivisto.
* platform/ios/fast/block/float/overhanging-tall-block-expected.txt:
* platform/ios/fast/css/named-images-expected.txt:
* platform/ios/fast/css/text-overflow-input-expected.txt:
* platform/ios/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
* platform/ios/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
* platform/ios/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt:
* platform/ios/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/ios/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/ios/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/ios/svg/transforms/svg-css-transforms-expected.txt:
* platform/ios/transforms/3d/general/perspective-units-expected.txt:
* platform/ios/transforms/svg-vs-css-expected.txt:
* platform/mac-catalina/fast/css/text-overflow-input-expected.txt:
* platform/mac-mojave/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
* platform/mac/fast/css/named-images-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
These are progressions where the content is subpixel taller than the computed height for the containing block:
* platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/mac/svg/transforms/svg-css-transforms-expected.txt:
* platform/mac/transforms/3d/general/perspective-units-expected.txt:
* platform/mac/transforms/svg-vs-css-expected.txt:
2020-11-20 Youenn Fablet <youenn@apple.com>
Make webrtc/captureCanvas-webrtc-software-h264-*.html tests use codecs in WebProcess
https://bugs.webkit.org/show_bug.cgi?id=219147
Reviewed by Eric Carlson.
* webrtc/captureCanvas-webrtc-software-h264-baseline.html:
* webrtc/captureCanvas-webrtc-software-h264-high.html:
2020-11-20 Alan Bujtas <zalan@apple.com>
Unreviewed, reverting r270070.
broke an API test
Reverted changeset:
"[LFC][Integration] Enable inline-block"
https://bugs.webkit.org/show_bug.cgi?id=218889
https://trac.webkit.org/changeset/270070
2020-11-20 Youenn Fablet <youenn@apple.com>
Add support for RTCRtpScriptTransform
https://bugs.webkit.org/show_bug.cgi?id=219148
Reviewed by Eric Carlson.
* http/wpt/webrtc/routines.js: Added.
(createConnections):
* http/wpt/webrtc/script-transform.js: Added.
(MockRTCRtpTransformer):
(MockRTCRtpTransformer.prototype.start):
(MockRTCRtpTransformer.prototype.process):
* http/wpt/webrtc/sframe-transform-expected.txt: Added.
* http/wpt/webrtc/sframe-transform.html: Added.
* http/wpt/webrtc/webrtc-transform-expected.txt: Renamed from LayoutTests/webrtc/webrtc-transform-expected.txt.
* http/wpt/webrtc/webrtc-transform.html: Renamed from LayoutTests/webrtc/webrtc-transform.html.
* platform/glib/TestExpectations:
* webrtc/script-transform.js: Added.
(MockRTCRtpTransformer):
(MockRTCRtpTransformer.prototype.start):
2020-11-20 Philippe Normand <pnormand@igalia.com>
[MSE] Infinite loop in sample eviction when duration is NaN
https://bugs.webkit.org/show_bug.cgi?id=218228
Reviewed by Darin Adler.
* media/media-source/live-rewind-seek-and-evict-expected.txt: Renamed from LayoutTests/platform/glib/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt.
* media/media-source/live-rewind-seek-and-evict.html: Added.
* media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt:
* media/media-source/mock-media-source.js:
(makeAInit):
* platform/mac/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt: Copied from LayoutTests/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt.
2020-11-20 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper] Hidden surface removal issue for nested transform-style:perserve-3d in Snow Stack demo
https://bugs.webkit.org/show_bug.cgi?id=218969
Reviewed by Carlos Garcia Campos.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Rebaselined.
2020-11-20 Chris Lord <clord@igalia.com>
Enable font functions on OffscreenCanvas for main-thread
https://bugs.webkit.org/show_bug.cgi?id=219088
Reviewed by Simon Fraser.
Enable running OffscreenCanvas text tests.
* platform/glib/TestExpectations:
2020-11-20 Youenn Fablet <youenn@apple.com>
Add support for RTCPeerConnection.onicecandidateerror event
https://bugs.webkit.org/show_bug.cgi?id=169644
Reviewed by Alex Christensen.
* webrtc/rtcpeerconnection-error-messages-expected.txt:
* webrtc/stun-server-filtering.html:
2020-11-19 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] Enable inline-block
https://bugs.webkit.org/show_bug.cgi?id=218889
Reviewed by Antti Koivisto.
* platform/ios/fast/block/float/overhanging-tall-block-expected.txt:
* platform/ios/fast/css/named-images-expected.txt:
* platform/ios/fast/css/text-overflow-input-expected.txt:
* platform/ios/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
* platform/ios/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
* platform/ios/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt:
* platform/ios/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/ios/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/ios/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/ios/svg/transforms/svg-css-transforms-expected.txt:
* platform/ios/transforms/3d/general/perspective-units-expected.txt:
* platform/ios/transforms/svg-vs-css-expected.txt:
* platform/mac-catalina/fast/css/text-overflow-input-expected.txt:
* platform/mac-mojave/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
* platform/mac/fast/css/named-images-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
These are progressions where the content is subpixel taller than the computed height for the containing block:
* platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/mac/svg/transforms/svg-css-transforms-expected.txt:
* platform/mac/transforms/3d/general/perspective-units-expected.txt:
* platform/mac/transforms/svg-vs-css-expected.txt:
2020-11-19 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for progress bars
https://bugs.webkit.org/show_bug.cgi?id=218864
<rdar://problem/71334958>
Reviewed by Darin Adler and Wenson Hsieh.
Added tests to verify different states and appearances of native progress bars.
* fast/forms/ios/form-control-refresh/progress/filled-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/progress/filled-appearance.html: Added.
* fast/forms/ios/form-control-refresh/progress/indeterminate-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/progress/indeterminate-appearance.html: Added.
* fast/forms/ios/form-control-refresh/progress/rtl-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/progress/rtl-appearance.html: Added.
* fast/forms/ios/form-control-refresh/progress/style-height-expected.html: Added.
* fast/forms/ios/form-control-refresh/progress/style-height.html: Added.
* fast/forms/ios/form-control-refresh/progress/style-width-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/progress/style-width.html: Added.
2020-11-19 Geoffrey Garen <ggaren@apple.com>
[Mac] LayoutTest fast/mediacapturefromelement/CanvasCaptureMediaStream-webgl-events.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=175592
Reviewed by Eric Carlson.
There were two bugs here: (1) This test was flaky; (2) WebKit's canvas
capture implementation was flaky. Debugging them together was a lot of
fun!
* fast/mediacapturefromelement/CanvasCaptureMediaStream-webgl-events-expected.txt:
Reflect the fact that the test draws earlier now.
* fast/mediacapturefromelement/CanvasCaptureMediaStream-webgl-events.html:
Fixed (1): Define our WebGL shader before running the script that
references it. Otherwise, we might try to run the shader before the
HTML parser has parsed it.
Improved detection of (2): Draw to the canvas immediately instead of
waiting for an async event. This should more precisely test whether
the very first canvas frame gets captured or not.
* platform/mac/TestExpectations: Unmark test as flaky.
2020-11-19 Chris Dumez <cdumez@apple.com>
Unreviewed, some more iOS gardening after r270037.
* platform/ios-wk2/TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/click/click_events_on_input-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/order-of-events/mouse-events/mouseover-out-expected.txt: Removed.
2020-11-19 Chris Dumez <cdumez@apple.com>
Crash under JSC::Heap::acquireAccessSlow() / JSC::Heap::releaseAccess() when starting an AudioWorklet
https://bugs.webkit.org/show_bug.cgi?id=219183
<rdar://problem/71188544>
Reviewed by Mark Lam.
Add layout test coverage.
* webaudio/worklet-crash-expected.txt: Added.
* webaudio/worklet-crash.html: Added.
2020-11-19 Chris Dumez <cdumez@apple.com>
Unreviewed, skip some of the tests imported in r270037 on iOS because they are timing out.
* platform/ios-wk2/TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/click/auxclick_event-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/click/click_event_target_child_parent-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/click/click_event_target_siblings-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/mouse/layout_change_should_fire_mouseover-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/order-of-events/focus-events/focus-expected.txt: Removed.
2020-11-19 Chris Dumez <cdumez@apple.com>
Unreviewed, land iOS baselines after r270037.
* platform/ios-wk2/TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/click/auxclick_event-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/click/click_event_target_child_parent-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/click/click_event_target_siblings-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/click/click_events_on_input-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/mouse/layout_change_should_fire_mouseover-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/order-of-events/focus-events/focus-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/uievents/order-of-events/mouse-events/mouseover-out-expected.txt: Added.
2020-11-19 Chris Dumez <cdumez@apple.com>
Regression(r267865) Geolocation API's error callback should be nullable
https://bugs.webkit.org/show_bug.cgi?id=219165
Reviewed by Geoffrey Garen.
Update existing test to reflect behavior change.
* fast/dom/Geolocation/argument-types-expected.txt:
* fast/dom/Geolocation/argument-types.html:
2020-11-19 Zalan Bujtas <zalan@apple.com>
[Legacy Line Layout] Inline box's subpixel vertical top position should be enclosed
https://bugs.webkit.org/show_bug.cgi?id=219142
Reviewed by Antti Koivisto.
* platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt:
2020-11-19 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapperGL] The invert filter wrongly inverts pre-multiplied alpha color
https://bugs.webkit.org/show_bug.cgi?id=219144
Reviewed by Carlos Garcia Campos.
* compositing/filters/invert-transparent-expected.html: Added.
* compositing/filters/invert-transparent.html: Added.
2020-11-19 Chris Dumez <cdumez@apple.com>
Import web-platform-tests/uievents tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=219131
Reviewed by Sam Weinig.
* tests-options.json:
2020-11-19 Chris Dumez <cdumez@apple.com>
Worklet.addModule() should reject promise with an AbortError when the network load fails
https://bugs.webkit.org/show_bug.cgi?id=219135
Reviewed by Geoffrey Garen.
Update existing tests to reflect behavior change.
* http/wpt/webaudio/audioworklet-addModule-cors.sub.https.html:
* webaudio/audioworklet-addModule-failure-expected.txt:
* webaudio/audioworklet-addModule-failure.html:
2020-11-19 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r270009.
https://bugs.webkit.org/show_bug.cgi?id=219162
Added two broken tests on ios
Reverted changeset:
"Import web-platform-tests/compat tests from usptream"
https://bugs.webkit.org/show_bug.cgi?id=219126
https://trac.webkit.org/changeset/270009
2020-11-19 Martin Robinson <mrobinson@webkit.org>
Make scroll-padding independent of scroll-snap and have it affect scrollIntoView
https://bugs.webkit.org/show_bug.cgi?id=219073
Reviewed by Simon Fraser.
* TestExpectations: Mark some tests as passing.
* platform/mac-wk1/TestExpectations: Mark one test as failing due to WebKit1 scrollbars.
2020-11-17 Sergio Villar Senin <svillar@igalia.com>
Nullptr crash in RenderObject::parent
https://bugs.webkit.org/show_bug.cgi?id=218484
<rdar://problem/70985057>
Reviewed by Ryosuke Niwa.
Added new test case.
* fast/editing/insert-list-in-orphaned-list-item-crash-expected.txt: Added.
* fast/editing/insert-list-in-orphaned-list-item-crash.html: Added.
2020-11-19 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Move common GTK and WPE failures to GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/svg-bounds-expected.txt: Removed.
* platform/gtk/fast/shrink-wrap/rect-shrink-wrap-expected.txt: Removed.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-quota-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/resource-timing/resource-timing-level1.sub-expected.txt: Removed.
2020-11-18 Chris Dumez <cdumez@apple.com>
Import web-platform-tests/worklets tests from usptream
https://bugs.webkit.org/show_bug.cgi?id=219121
Reviewed by Sam Weinig.
* tests-options.json:
2020-11-18 Chris Dumez <cdumez@apple.com>
Import web-platform-tests/geolocation-API tests from usptream
https://bugs.webkit.org/show_bug.cgi?id=219128
Reviewed by Sam Weinig.
Skip tests that are timing out.
* TestExpectations:
* tests-options.json:
2020-11-18 Chris Dumez <cdumez@apple.com>
REGRESSION (r269598): [ Mac ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=219008
<rdar://problem/71463894>
Unreviewed, address flakiness by silencing JS CONSOLE messages.
* TestExpectations:
2020-11-18 Darin Adler <darin@apple.com>
Remove advanced plug-in feature: small plug-in blocking
https://bugs.webkit.org/show_bug.cgi?id=219101
Reviewed by Anders Carlsson.
* platform/mac-wk1/TestExpectations: Removed small-plugin-blocked.html.
* plugins/small-plugin-blocked-expected.txt: Removed.
* plugins/small-plugin-blocked.html: Removed.
2020-11-18 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip more webaudio tests on Rosetta.
Those tests are still failing on Apple Silicon but not with Rosetta.
* platform/mac/TestExpectationsRosetta:
2020-11-18 Chris Dumez <cdumez@apple.com>
Drop outdated webaudio/convolution-mono-mono.html test
https://bugs.webkit.org/show_bug.cgi?id=219107
Reviewed by Geoffrey Garen.
Drop outdated webaudio/convolution-mono-mono.html test.
An updated version is already present at:
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-convolvernode-interface/convolution-mono-mono.html
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/TestExpectationsRosetta:
* webaudio/convolution-mono-mono-expected.txt: Removed.
* webaudio/convolution-mono-mono.html: Removed.
2020-11-18 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip several webaudio tests on Apple Silicon.
Those tests are no longer failing or flaky on this platform.
* platform/mac/TestExpectations:
2020-11-18 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for radio buttons
https://bugs.webkit.org/show_bug.cgi?id=219046
<rdar://problem/71498263>
Reviewed by Wenson Hsieh.
Added tests to verify the stylability of native radio buttons and to
verify that different states are painted with a different appearance.
* fast/forms/ios/form-control-refresh/radio/border-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/radio/border.html: Added.
* fast/forms/ios/form-control-refresh/radio/checked-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/radio/checked-appearance.html: Added.
* fast/forms/ios/form-control-refresh/radio/disabled-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/radio/disabled-appearance.html: Added.
* fast/forms/ios/form-control-refresh/radio/ignored-properties-expected.html: Added.
* fast/forms/ios/form-control-refresh/radio/ignored-properties.html: Added.
* fast/forms/ios/form-control-refresh/radio/width-height-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/radio/width-height.html: Added.
2020-11-18 Yusuke Suzuki <ysuzuki@apple.com>
Unreviewed, relanding r269940
https://bugs.webkit.org/show_bug.cgi?id=219076
* js/dom/resources/webassembly-memory-normal-fail-worker.js: Added.
* js/dom/resources/webassembly-memory-shared-worker.js: Added.
(onmessage):
* js/dom/webassembly-memory-normal-fail-expected.txt: Added.
* js/dom/webassembly-memory-normal-fail.html: Added.
* js/dom/webassembly-memory-shared-basic-expected.txt: Added.
* js/dom/webassembly-memory-shared-basic.html: Added.
* js/dom/webassembly-memory-shared-fail-expected.txt: Added.
* js/dom/webassembly-memory-shared-fail.html: Added.
* platform/win/TestExpectations:
* storage/indexeddb/resources/shared-memory-structured-clone.js: Added.
(prepareDatabase):
(async startTests):
(testSharedWebAssemblyMemory):
* storage/indexeddb/shared-memory-structured-clone-expected.txt: Added.
* storage/indexeddb/shared-memory-structured-clone.html: Added.
2020-11-18 Simon Fraser <simon.fraser@apple.com>
Propagate wheel event handling back to the scrolling thread
https://bugs.webkit.org/show_bug.cgi?id=219050
Reviewed by Chris Dumez.
* fast/events/wheel/wheel-event-in-passive-region-non-cancelable-expected.txt: Added.
* fast/events/wheel/wheel-event-in-passive-region-non-cancelable.html: Added.
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2020-11-18 Chris Dumez <cdumez@apple.com>
[Rosetta] webaudio/BiquadFilter/tail-time-*.html tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=219096
Reviewed by Geoffrey Garen.
* platform/mac/TestExpectationsRosetta:
Unskip tests as they should no longer be flaky.
* resources/testharnessreport.js:
(self.testRunner.add_completion_callback):
Strip some text from tests output that tends to cause flakiness.
* webaudio/BiquadFilter/tail-time-allpass-expected.txt:
* webaudio/BiquadFilter/tail-time-bandpass-expected.txt:
* webaudio/BiquadFilter/tail-time-highpass-expected.txt:
* webaudio/BiquadFilter/tail-time-highshelf-expected.txt:
* webaudio/BiquadFilter/tail-time-lowpass-expected.txt:
* webaudio/BiquadFilter/tail-time-lowshelf-expected.txt:
* webaudio/BiquadFilter/tail-time-notch-expected.txt:
* webaudio/BiquadFilter/tail-time-peaking-expected.txt:
Rebaseline WPT tests now that their output has been simplified.
2020-11-18 Antoine Quint <graouts@webkit.org>
Tests for the <model> element should be in a dedicated top-level directory
https://bugs.webkit.org/show_bug.cgi?id=219077
Reviewed by Dean Jackson.
Move the tests for the <model> element from system-preview/model to the top-level model-element directory.
Tests under this directory run only on macOS and iOS following where the ENABLE_MODEL_ELEMENT is defined.
* TestExpectations:
* model-element/model-element-expected.txt: Renamed from LayoutTests/system-preview/model/model-element-expected.txt.
* model-element/model-element-source-expected.txt: Renamed from LayoutTests/system-preview/model/model-element-source-expected.txt.
* model-element/model-element-source.html: Renamed from LayoutTests/system-preview/model/model-element-source.html.
* model-element/model-element.html: Renamed from LayoutTests/system-preview/model/model-element.html.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-11-18 Chris Dumez <cdumez@apple.com>
Unskip a few WebAudio tests that are no longer failing on Rosetta since r269853.
* platform/mac/TestExpectationsRosetta:
2020-11-18 Truitt Savell <tsavell@apple.com>
REGRESSION (r269774): [ Mac WK2 ] fast/lists/001.html and fast/lists/001-vertical.html are flaky crashing
https://bugs.webkit.org/show_bug.cgi?id=218995
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-11-18 Antoine Quint <graouts@webkit.org>
[Web Animations] Ensure we don't schedule animation udpates when there are no styles to update
https://bugs.webkit.org/show_bug.cgi?id=219071
Reviewed by Simon Fraser.
Add a test that creates animations with various empty keyframes parameters to check that we don't
schedule animation update for them.
* webanimations/scheduling-of-animation-without-keyframes-expected.txt: Added.
* webanimations/scheduling-of-animation-without-keyframes.html: Added.
2020-11-18 Antoine Quint <graouts@webkit.org>
Support <source> as a child of <model> to specify the current source
https://bugs.webkit.org/show_bug.cgi?id=219080
Reviewed by Dean Jackson.
Add a series of tests for the HTMLModelElement.currentSrc property and its relationship with <source> elements.
* system-preview/model/model-element-source-expected.txt: Added.
* system-preview/model/model-element-source.html: Added.
2020-11-18 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r269940.
https://bugs.webkit.org/show_bug.cgi?id=219076
caused seemingly-infinite build time regression
Reverted changeset:
"[JSC] Implement WebAssembly.Memory with shared"
https://bugs.webkit.org/show_bug.cgi?id=218693
https://trac.webkit.org/changeset/269940
2020-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
Release assertion failure in Optional<WebCore::SimpleRange>::operator* via CompositeEditCommand::moveParagraphs
https://bugs.webkit.org/show_bug.cgi?id=218494
Reviewed by Ryosuke Niwa.
* editing/inserting/insert-list-with-body-child-crash-expected.txt: Added.
* editing/inserting/insert-list-with-body-child-crash.html: Added.
2020-11-17 Lauro Moura <lmoura@igalia.com>
[GLIB] Update webaudio baselines after r269853
Unreviewed test gardening.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt: Removed.
* platform/glib/webaudio/BiquadFilter/tail-time-peaking-expected.txt:
2020-11-17 Lauro Moura <lmoura@igalia.com>
Gardening webrtc/audio-sframe.html flaky crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-11-16 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] Implement WebAssembly.Memory with shared
https://bugs.webkit.org/show_bug.cgi?id=218693
Reviewed by Saam Barati.
* js/dom/resources/webassembly-memory-normal-fail-worker.js: Added.
* js/dom/resources/webassembly-memory-shared-worker.js: Added.
(onmessage):
* js/dom/webassembly-memory-normal-fail-expected.txt: Added.
* js/dom/webassembly-memory-normal-fail.html: Added.
* js/dom/webassembly-memory-shared-basic-expected.txt: Added.
* js/dom/webassembly-memory-shared-basic.html: Added.
* js/dom/webassembly-memory-shared-fail-expected.txt: Added.
* js/dom/webassembly-memory-shared-fail.html: Added.
* platform/win/TestExpectations:
* storage/indexeddb/resources/shared-memory-structured-clone.js: Added.
(prepareDatabase):
(async startTests):
(testSharedWebAssemblyMemory):
* storage/indexeddb/shared-memory-structured-clone-expected.txt: Added.
* storage/indexeddb/shared-memory-structured-clone.html: Added.
2020-11-17 Sergey Rubanov <chi187@gmail.com>
Add support for the Wasm i32 sign-extension-ops proposal
https://bugs.webkit.org/show_bug.cgi?id=210302
Reviewed by Yusuke Suzuki.
* workers/wasm-references/test.js:
2020-11-17 Aditya Keerthi <akeerthi@apple.com>
[iOS][FCR] Add new look for checkboxes
https://bugs.webkit.org/show_bug.cgi?id=218808
<rdar://problem/71286037>
Reviewed by Wenson Hsieh.
Added tests to verify the stylability of native checkboxes and to verify
that different checkbox states are painted with a different appearance.
* fast/forms/ios/form-control-refresh/checkbox/border-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/border.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/checked-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/checked-appearance.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/ignored-properties-expected.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/ignored-properties.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/indeterminate-appearance-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/indeterminate-appearance.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/width-height-expected-mismatch.html: Added.
* fast/forms/ios/form-control-refresh/checkbox/width-height.html: Added.
2020-11-17 Lauro Moura <lmoura@igalia.com>
REGRESSION(r269227) [GTK] editing/selection/navigation-clears-editor-state.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=219019
Reviewed by Chris Dumez.
Apply a similar fix to what was done in
requestidlecallback/requestidlecallback-document-gc.html in the
original revision, giving the timers a spin to allow the released
documents to be collected.
* editing/selection/navigation-clears-editor-state.html:
2020-11-17 Rob Buis <rbuis@igalia.com>
Null check anchorNode of endingSelection start
https://bugs.webkit.org/show_bug.cgi?id=218492
Reviewed by Alex Christensen.
Add testcase.
* editing/deleting/delete-contenteditable-crash-expected.txt: Added.
* editing/deleting/delete-contenteditable-crash.html: Added.
2020-11-17 Rob Buis <rbuis@igalia.com>
Clean up title-text-property.html
https://bugs.webkit.org/show_bug.cgi?id=219025
Reviewed by Žan Doberšek.
Remove unused test function, it seems this was added
for debugging purposes.
* fast/dom/title-text-property.html:
2020-11-17 Tim Horton <timothy_horton@apple.com>
REGRESSION (r269824): YouTube media control bar sometimes flickers
https://bugs.webkit.org/show_bug.cgi?id=219017
<rdar://problem/71454799>
Reviewed by Simon Fraser.
* compositing/repaint/transparent-layer-repaint-expected.html: Added.
* compositing/repaint/transparent-layer-repaint.html: Added.
Add a test that:
- repaints a backingstoreful compositing layer
- more than once
- in a small enough area that we use partial repaint
- with partially-transparent pixels
And then ensures that the background of that layer (the non-repainted part)
remains the color that it should.
2020-11-17 Rob Buis <rbuis@igalia.com>
Check whether destination still can be selected
https://bugs.webkit.org/show_bug.cgi?id=218491
Reviewed by Ryosuke Niwa.
Add testcase.
* editing/deleting/delete-selection-crash-expected.txt: Added.
* editing/deleting/delete-selection-crash.html: Added.
2020-11-16 Sam Weinig <weinig@apple.com>
Standardize enums that are used by Settings in preparation for autogeneration
https://bugs.webkit.org/show_bug.cgi?id=218960
Reviewed by Tim Horton.
Update tests and results for change in EditingBahavior enum value "win" -> "windows".
* editing/deleting/delete-ligature-003-expected.txt:
* editing/deleting/delete-ligature-003.html:
* editing/deleting/paragraph-in-preserveNewline-expected.txt:
* editing/deleting/paragraph-in-preserveNewline.html:
* editing/deleting/smart-editing-disabled-win.html:
* editing/deleting/whitespace-pre-1-expected.txt:
* editing/deleting/whitespace-pre-1.html:
* editing/execCommand/query-command-state-expected.txt:
* editing/execCommand/query-command-state.html:
* editing/execCommand/query-text-alignment-expected.txt:
* editing/execCommand/query-text-alignment.html:
* editing/execCommand/remove-format-multiple-elements-win.html:
* editing/execCommand/toggle-compound-styles-expected.txt:
* editing/execCommand/toggle-compound-styles.html:
* editing/execCommand/toggle-link-win.html:
* editing/execCommand/toggle-unlink-win.html:
* editing/selection/5195166-1.html:
* editing/selection/5354455-1.html:
* editing/selection/click-in-margins-inside-editable-div.html:
* editing/selection/click-in-padding-with-multiple-line-boxes.html:
* editing/selection/context-menu-text-selection-lookup.html:
* editing/selection/context-menu-text-selection.html:
* editing/selection/extend-after-mouse-selection.html:
* editing/selection/extend-selection-after-double-click.html:
* editing/selection/extend-selection-enclosing-block-win.html:
* editing/selection/move-by-word-visually-crash-test-1.html:
* editing/selection/move-by-word-visually-crash-test-2.html:
* editing/selection/move-by-word-visually-crash-test-3.html:
* editing/selection/move-by-word-visually-crash-test-4.html:
* editing/selection/move-by-word-visually-crash-test-5.html:
* editing/selection/move-by-word-visually-crash-test-css-generated-content.html:
* editing/selection/move-by-word-visually-crash-test-textarea.html:
* editing/selection/move-by-word-visually-inline-block-positioned-element.html:
* editing/selection/move-by-word-visually-multi-line.html:
* editing/selection/move-by-word-visually-multi-space.html:
* editing/selection/move-by-word-visually-null-box.html:
* editing/selection/move-by-word-visually-single-space-inline-element.html:
* editing/selection/move-by-word-visually-single-space-one-element.html:
* editing/selection/move-by-word-visually-textarea.html:
* editing/selection/move-by-word-visually-wrong-left-right.html:
* editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt:
* editing/selection/programmatic-selection-on-mac-is-directionless.html:
* editing/selection/rtl-move-selection-right-left.html:
* editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt:
* editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
* editing/selection/shift-click.html:
* editing/selection/user-select-all-with-shift-expected.txt:
* editing/selection/user-select-all-with-shift.html:
* editing/spelling/copy-paste-crash.html:
* editing/style/iframe-onload-crash-win.html:
* editing/style/make-text-writing-direction-inline-win.html:
* editing/style/push-down-font-styles-win.html:
* editing/style/push-down-implicit-styles-around-list-win.html:
* editing/style/toggle-style-bold-italic-expected.txt:
* editing/style/toggle-style-bold-italic-mixed-editability-expected.txt:
* editing/style/toggle-style-bold-italic-mixed-editability.html:
* editing/style/toggle-style-bold-italic.html:
* fast/events/backspace-navigates-back.html:
* fast/forms/selection-direction-expected.txt:
* fast/forms/selection-direction.html:
2020-11-16 John Wilander <wilander@apple.com>
PCM: Change attribute and JSON key names according to the W3C conversation
https://bugs.webkit.org/show_bug.cgi?id=218967
Reviewed by Brent Fulgham.
We've discussed extensively with Google and others on naming for the link
attributes and JSON key names in these issues:
https://github.com/privacycg/private-click-measurement/issues/30
https://github.com/privacycg/private-click-measurement/issues/56
This patch changes PCM accordingly.
* http/tests/contentextensions/block-private-click-measurement.html:
* http/tests/privateClickMeasurement/anchor-tag-attributes-reflect-expected.txt:
* http/tests/privateClickMeasurement/anchor-tag-attributes-reflect.html:
* http/tests/privateClickMeasurement/anchor-tag-attributes-validation-expected.txt:
* http/tests/privateClickMeasurement/anchor-tag-attributes-validation.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html:
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority.html:
* http/tests/privateClickMeasurement/clear-through-website-data-removal.html:
* http/tests/privateClickMeasurement/conversion-disabled-in-ephemeral-session.html:
* http/tests/privateClickMeasurement/expired-attributions-removed.html:
* http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority.html:
* http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority.html:
* http/tests/privateClickMeasurement/second-conversion-with-higher-priority.html:
* http/tests/privateClickMeasurement/second-conversion-with-lower-priority.html:
* http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt:
* http/tests/privateClickMeasurement/send-attribution-conversion-request.html:
* http/tests/privateClickMeasurement/store-disabled-in-ephemeral-session.html:
* http/tests/privateClickMeasurement/store-private-click-measurement.html:
2020-11-16 Antoine Quint <graouts@webkit.org>
Add an experimental <model> element
https://bugs.webkit.org/show_bug.cgi?id=218991
Reviewed by Dean Jackson.
Add a new system-preview/model subdirectory for <model> tests, which we run on macOS and iOS.
* platform/mac/TestExpectations:
* system-preview/model/model-element-expected.txt: Added.
* system-preview/model/model-element.html: Added.
2020-11-16 Truitt Savell <tsavell@apple.com>
Modify expectations for webgpu/whlsl/dont-crash-parsing-enum.html
https://bugs.webkit.org/show_bug.cgi?id=215247
unreviewed test gardening.
* platform/mac/TestExpectations:
2020-11-16 Alex Christensen <achristensen@webkit.org>
FileReaderLoader::convertToDataURL should use application/octet-stream if MIME type is empty
https://bugs.webkit.org/show_bug.cgi?id=218993
Reviewed by Geoffrey Garen.
* fast/files/read-blob-async-expected.txt:
* fast/files/workers/worker-read-blob-async-expected.txt:
* fast/files/workers/worker-read-blob-sync-expected.txt:
2020-11-13 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, land expectations for rdar://71039166.
* platform/mac/TestExpectations:
2020-11-16 Yusuke Suzuki <ysuzuki@apple.com>
Import latest wpt/wasm tests
https://bugs.webkit.org/show_bug.cgi?id=218953
Reviewed by Saam Barati.
* TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-11-16 Sam Weinig <weinig@apple.com>
Remove and re-add fast/forms/selection-direction.html without CRs
https://bugs.webkit.org/show_bug.cgi?id=218966
* fast/forms/selection-direction.html:
Re add test back without the CRs.
2020-11-16 Chris Dumez <cdumez@apple.com>
WebAudio tests may give slightly different outputs on different platforms
https://bugs.webkit.org/show_bug.cgi?id=218929
Reviewed by Geoffrey Garen.
WebAudio tests may give slightly different outputs on different platforms, causing what looks like flakiness.
This is due to the "(contains X different values)" because X may differ from one platform to another
(usually +/- 1).
* resources/testharnessreport.js:
(self.testRunner.add_completion_callback):
Strip the "(contains X different values)" strings from output lines.
* webaudio/AudioNode/tail-connections-expected.txt:
* webaudio/AudioNode/tail-processing-expected.txt:
* webaudio/BiquadFilter/biquad-829349-expected.txt:
* webaudio/BiquadFilter/tail-time-allpass-expected.txt:
* webaudio/BiquadFilter/tail-time-bandpass-expected.txt:
* webaudio/BiquadFilter/tail-time-highpass-expected.txt:
* webaudio/BiquadFilter/tail-time-highshelf-expected.txt:
* webaudio/BiquadFilter/tail-time-lowpass-expected.txt:
* webaudio/BiquadFilter/tail-time-lowshelf-expected.txt:
* webaudio/BiquadFilter/tail-time-notch-expected.txt:
* webaudio/BiquadFilter/tail-time-peaking-expected.txt:
* webaudio/IIRFilter/iir-tail-time-expected.txt:
Rebaseline tests accordingly.
2020-11-16 Youenn Fablet <youenn@apple.com>
TextEncoderStreamEncoder should not be exposed
https://bugs.webkit.org/show_bug.cgi?id=218956
Reviewed by Yusuke Suzuki.
* fast/encoding/stream-visibility-expected.txt: Added.
* fast/encoding/stream-visibility.html: Added.
2020-11-16 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper] The edges of blur backdrop-filter look gradient tranparent
https://bugs.webkit.org/show_bug.cgi?id=218645
<rdar://problem/71356999>
Reviewed by Carlos Garcia Campos.
* platform/glib/css3/filters/backdrop/blur-input-bounds-expected.png: Added.
2020-11-15 Sam Weinig <weinig@apple.com>
Remove and re-add fast/forms/selection-direction.html without CRs
https://bugs.webkit.org/show_bug.cgi?id=218966
Reviewed by Darin Adler.
* fast/forms/selection-direction.html: Removed.
Temporarily remove test. Will add back without CRs in next commit.
2020-11-15 Youenn Fablet <youenn@apple.com>
Add a WebRTC SFrame transform
https://bugs.webkit.org/show_bug.cgi?id=218752
Reviewed by Eric Carlson.
* webrtc/audio-sframe-expected.txt: Added.
* webrtc/audio-sframe.html: Added.
2020-11-15 Philippe Normand <pnormand@igalia.com>
[GStreamer] WebAudio to MediaStream support
https://bugs.webkit.org/show_bug.cgi?id=218335
Reviewed by Xabier Rodriguez-Calvar.
* platform/gtk/TestExpectations: webrtc/peer-connection-createMediaStreamDestination.html is now passing.
2020-11-14 Rob Buis <rbuis@igalia.com>
Remove -webkit-aspect-ratio support
https://bugs.webkit.org/show_bug.cgi?id=218384
Reviewed by Simon Fraser.
Remove tests for -webkit-aspect-ratio.
* fast/css/aspect-ratio-inheritance-expected.txt: Removed.
* fast/css/aspect-ratio-inheritance.html: Removed.
* fast/css/aspect-ratio-parsing-tests-expected.txt: Removed.
* fast/css/aspect-ratio-parsing-tests.html: Removed.
* fast/css/aspect-ratio/badchess-tall.png: Removed.
* fast/css/aspect-ratio/badchess-wide.png: Removed.
* fast/css/aspect-ratio/columns-expected.html: Removed.
* fast/css/aspect-ratio/columns.html: Removed.
* fast/css/aspect-ratio/containers-expected.html: Removed.
* fast/css/aspect-ratio/containers.html: Removed.
* fast/css/aspect-ratio/simple-expected.html: Removed.
* fast/css/aspect-ratio/simple.html: Removed.
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2020-11-14 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening imported/w3c/web-platform-tests/css/css-color/composited-filters-under-opacity.html
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-11-13 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some failures
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-11-13 Sihui Liu <sihui_liu@apple.com>
Implement basic permission check for SpeechRecognition
https://bugs.webkit.org/show_bug.cgi?id=218476
<rdar://problem/71222638>
Reviewed by Youenn Fablet.
* TestExpectations:
* fast/speechrecognition/permission-error-expected.txt: Added.
* fast/speechrecognition/permission-error.html: Added.
* fast/speechrecognition/resources/removed-iframe.html: Added.
* fast/speechrecognition/start-recognition-in-removed-iframe-expected.txt: Added.
* fast/speechrecognition/start-recognition-in-removed-iframe.html: Added.
* platform/wk2/TestExpectations:
2020-11-13 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r269776.
The test added with this change is asserting
Reverted changeset:
"Null check anchorNode of endingSelection start"
https://bugs.webkit.org/show_bug.cgi?id=218492
https://trac.webkit.org/changeset/269776
2020-11-13 Sergey Rubanov <chi187@gmail.com>
WebAssembly: opcodes for table.grow and table.size are mixed up
https://bugs.webkit.org/show_bug.cgi?id=218644
Reviewed by Yusuke Suzuki.
* workers/wasm-references/test.js:
2020-11-12 Darin Adler <darin@apple.com>
Remove unused advanced plug-in features: snapshotting and plug-in load policy
https://bugs.webkit.org/show_bug.cgi?id=218835
Reviewed by Tim Horton.
* http/tests/plugins/plugin-allow-then-reload-expected.txt: Removed.
* http/tests/plugins/plugin-allow-then-reload.html: Removed.
This was testing a behavior that's no longer supported, blocking a plug-in so
completely that it doesn't show up in the plug-in list.
* platform/gtk/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/css-ui/appearance-cssom-001-expected.txt:
Updated for progression.
* platform/mac-wk1/TestExpectations: Removed snapshotting expectations.
* platform/mac-wk2/TestExpectations: Ditto.
* platform/win/TestExpectations: Ditto.
* platform/wincairo/TestExpectations: Ditto.
* platform/mac-wk2/plugins/snapshotting: Removed.
* plugins/snapshotting: Removed.
2020-11-13 Sam Weinig <weinig@apple.com>
Cleanup InternalSettings
https://bugs.webkit.org/show_bug.cgi?id=218881
Reviewed by Darin Adler.
Update tests to work with update InternalSettings related enum values.
- Platforms passed to internals.settings.setEditingBehavior now must be all lowercase.
- The value "View" has been renamed to "System" for internals.settings.setUserInterfaceDirectionPolicy
* editing/mac/selection/double-click-and-drag-over-anchor-to-select.html:
* editing/selection/shift-click-includes-existing-selection.html:
* editing/selection/user-select-all-with-shift-expected.txt:
* editing/selection/user-select-all-with-shift.html:
* fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement-2-expected.html:
* fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement-expected.html:
* fast/scrolling/rtl-scrollbars-animation-property.html:
* fast/scrolling/rtl-scrollbars-elementFromPoint-static.html:
* fast/scrolling/rtl-scrollbars-elementFromPoint.html:
* fast/scrolling/rtl-scrollbars-expected.html:
* fast/scrolling/rtl-scrollbars-iframe-offset-expected.html:
* fast/scrolling/rtl-scrollbars-iframe-offset.html:
* fast/scrolling/rtl-scrollbars-iframe-position-absolute.html:
* fast/scrolling/rtl-scrollbars-iframe-scrolled-expected.html:
* fast/scrolling/rtl-scrollbars-iframe-scrolled.html:
* fast/scrolling/rtl-scrollbars-iframe.html:
* fast/scrolling/rtl-scrollbars-listbox-scroll-expected.html:
* fast/scrolling/rtl-scrollbars-listbox-scroll.html:
* fast/scrolling/rtl-scrollbars-listbox-select-left-expected.html:
* fast/scrolling/rtl-scrollbars-listbox-select-left.html:
* fast/scrolling/rtl-scrollbars-listbox-select-right-expected.html:
* fast/scrolling/rtl-scrollbars-listbox-select-right.html:
* fast/scrolling/rtl-scrollbars-listbox-simple.html:
* fast/scrolling/rtl-scrollbars-listbox.html:
* fast/scrolling/rtl-scrollbars-overflow-contents.html:
* fast/scrolling/rtl-scrollbars-overflow-dir-rtl.html:
* fast/scrolling/rtl-scrollbars-overflow-elementFromPoint.html:
* fast/scrolling/rtl-scrollbars-overflow-expected.html:
* fast/scrolling/rtl-scrollbars-overflow-padding.html:
* fast/scrolling/rtl-scrollbars-overflow-position-absolute-expected.html:
* fast/scrolling/rtl-scrollbars-overflow-position-absolute.html:
* fast/scrolling/rtl-scrollbars-overflow-simple.html:
* fast/scrolling/rtl-scrollbars-overflow-text-selection-scrolled.html:
* fast/scrolling/rtl-scrollbars-overflow.html:
* fast/scrolling/rtl-scrollbars-overlay-no-push-contents-expected.html:
* fast/scrolling/rtl-scrollbars-overlay-no-push-contents.html:
* fast/scrolling/rtl-scrollbars-position-absolute-expected.html:
* fast/scrolling/rtl-scrollbars-position-absolute.html:
* fast/scrolling/rtl-scrollbars-position-fixed-expected.html:
* fast/scrolling/rtl-scrollbars-position-fixed.html:
* fast/scrolling/rtl-scrollbars-positioning-expected.html:
* fast/scrolling/rtl-scrollbars-positioning.html:
* fast/scrolling/rtl-scrollbars-simple.html:
* fast/scrolling/rtl-scrollbars-sticky-document-2-expected.html:
* fast/scrolling/rtl-scrollbars-sticky-document-2.html:
* fast/scrolling/rtl-scrollbars-sticky-document-expected.html:
* fast/scrolling/rtl-scrollbars-sticky-document.html:
* fast/scrolling/rtl-scrollbars-sticky-iframe-2-expected.html:
* fast/scrolling/rtl-scrollbars-sticky-iframe-2.html:
* fast/scrolling/rtl-scrollbars-sticky-iframe-expected.html:
* fast/scrolling/rtl-scrollbars-sticky-iframe.html:
* fast/scrolling/rtl-scrollbars-sticky-overflow-scroll-2-expected.html:
* fast/scrolling/rtl-scrollbars-sticky-overflow-scroll-2.html:
* fast/scrolling/rtl-scrollbars-sticky-overflow-scroll-expected.html:
* fast/scrolling/rtl-scrollbars-sticky-overflow-scroll.html:
* fast/scrolling/rtl-scrollbars-text-selection-expected.html:
* fast/scrolling/rtl-scrollbars-text-selection-scrolled-expected.html:
* fast/scrolling/rtl-scrollbars-text-selection-scrolled.html:
* fast/scrolling/rtl-scrollbars-text-selection.html:
* fast/scrolling/rtl-scrollbars.html:
2020-11-12 Simon Fraser <simon.fraser@apple.com>
Force wheel event listeners on the root to be passive
https://bugs.webkit.org/show_bug.cgi?id=218842
<rdar://problem/71312668>
Reviewed by Chris Dumez.
Following Blink (https://www.chromestatus.com/feature/6662647093133312) force 'wheel' and
'mousewheel' event listeners on root objects (window, document and body) to be passive if
they were not explicitly registered as non-passive.
This behavior is controlled by an experimental feature flag, and a linked-on-or-after check
to avoid changing behavior for apps that embed WebKit until they link against new SDKs.
* fast/events/wheel/wheel-event-listeners-on-body-made-passive-expected.txt: Added.
* fast/events/wheel/wheel-event-listeners-on-body-made-passive.html: Added.
* fast/events/wheel/wheel-event-listeners-on-document-made-passive-expected.txt: Added.
* fast/events/wheel/wheel-event-listeners-on-document-made-passive.html: Added.
* fast/events/wheel/wheel-event-listeners-on-window-left-active-expected.txt: Added.
* fast/events/wheel/wheel-event-listeners-on-window-left-active.html: Added.
* fast/events/wheel/wheel-event-listeners-on-window-made-passive-expected.txt: Added.
* fast/events/wheel/wheel-event-listeners-on-window-made-passive.html: Added.
2020-11-13 Julian Gonzalez <julian_a_gonzalez@apple.com>
Crash in ReplaceSelectionCommand::moveNodeOutOfAncestor
https://bugs.webkit.org/show_bug.cgi?id=218878
Reviewed by Alex Christensen.
Add simple test that selects elements, and using execCommand() inserts text
and a horizontal rule, and performs a deletion.
* editing/execCommand/crash-deleting-after-inserting-text-horizontal-rule-expected.txt: Added.
* editing/execCommand/crash-deleting-after-inserting-text-horizontal-rule.html: Added.
2020-11-13 Rob Buis <rbuis@igalia.com>
Null check anchorNode of endingSelection start
https://bugs.webkit.org/show_bug.cgi?id=218492
Reviewed by Alex Christensen.
Add testcase.
* editing/deleting/delete-contenteditable-crash-expected.txt: Added.
* editing/deleting/delete-contenteditable-crash.html: Added.
2020-11-13 Miguel Gomez <magomez@igalia.com>
[GTK][WPE] CSS backdrop overlay corners are not rounded on results.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=215445
Reviewed by Carlos Garcia Campos.
Update expectations for passing tests.
* platform/glib/TestExpectations:
2020-11-12 Youenn Fablet <youenn@apple.com>
Add infrastructure for WebRTC transforms
https://bugs.webkit.org/show_bug.cgi?id=218750
Reviewed by Eric Carlson.
* webrtc/webrtc-transform-expected.txt: Added.
* webrtc/webrtc-transform.html: Added.
2020-11-12 Truitt Savell <tsavell@apple.com>
REGRESSION: [ Mac wk2 ] webrtc/captureCanvas-webrtc-software-h264-baseline.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=218875
unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-11-12 Simon Fraser <simon.fraser@apple.com>
Move tests in fast/events that dispatch platform wheel events to their own directory
https://bugs.webkit.org/show_bug.cgi?id=218869
Reviewed by Tim Horton.
Move tests in fast/events that rely on dispatching wheel events via eventSender to their own directory for
easier skipping on particular platforms.
Tests that synthesize DOM events remain in fast/events, since they are cross-platform.
Fix up some linter and sorting errors in TestExpectations.
* fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt.
* fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div.html: Renamed from LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div.html.
* fast/events/wheel/platform-wheelevent-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-in-scrolling-div-expected.txt.
* fast/events/wheel/platform-wheelevent-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-in-scrolling-div.html.
* fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-div-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html.
* fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-page-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html.
* fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div.html.
* fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html.
* fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-div-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html.
* fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html.
* fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-div-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html.
* fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-page-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html.
* fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html.
* fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt.
* fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html.
* fast/events/wheel/wheel-event-destroys-frame-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-destroys-frame-expected.txt.
* fast/events/wheel/wheel-event-destroys-frame.html: Renamed from LayoutTests/fast/events/wheel-event-destroys-frame.html.
* fast/events/wheel/wheel-event-destroys-overflow-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-destroys-overflow-expected.txt.
* fast/events/wheel/wheel-event-destroys-overflow.html: Renamed from LayoutTests/fast/events/wheel-event-destroys-overflow.html.
* fast/events/wheel/wheel-event-outside-body-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-outside-body-expected.txt.
* fast/events/wheel/wheel-event-outside-body.html: Renamed from LayoutTests/fast/events/wheel-event-outside-body.html.
* fast/events/wheel/wheelevent-basic-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-basic-expected.txt.
* fast/events/wheel/wheelevent-basic.html: Renamed from LayoutTests/fast/events/wheelevent-basic.html.
* fast/events/wheel/wheelevent-direction-inverted-from-device-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-direction-inverted-from-device-expected.txt.
* fast/events/wheel/wheelevent-direction-inverted-from-device.html: Renamed from LayoutTests/fast/events/wheelevent-direction-inverted-from-device.html.
* fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt.
* fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html: Renamed from LayoutTests/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html.
* fast/events/wheel/wheelevent-in-text-node-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-text-node-expected.txt.
* fast/events/wheel/wheelevent-in-text-node.html: Renamed from LayoutTests/fast/events/wheelevent-in-text-node.html.
* fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt.
* fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html: Renamed from LayoutTests/fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html.
* fast/events/wheel/wheelevent-mousewheel-interaction-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-mousewheel-interaction-expected.txt.
* fast/events/wheel/wheelevent-mousewheel-interaction.html: Renamed from LayoutTests/fast/events/wheelevent-mousewheel-interaction.html.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-expected.txt: Added.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt.
* platform/gtk/fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt.
* platform/ios/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
* platform/wpe/TestExpectations:
2020-11-12 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] Enable inline replaced support
https://bugs.webkit.org/show_bug.cgi?id=218514
<rdar://problem/71239028>
Reviewed by Antti Koivisto.
Progressions (mostly trimmable trailing whitespace).
* accessibility/mac/attachment-element-replacement-character-expected.txt:
* compositing/canvas/accelerated-canvas-compositing-size-limit-expected.txt:
* platform/mac/fast/block/basic/013-expected.txt:
* platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt:
2020-11-12 Martin Robinson <mrobinson@igalia.com>
Simplify mainframe tests tiled-drawing/scrolling/scroll-snap
https://bugs.webkit.org/show_bug.cgi?id=218757
Reviewed by Simon Fraser.
* tiled-drawing/scrolling/scroll-snap/resources/mainframe-scroll-snap-test.js: Added. Allows
sharing the mainframe scroll testing code between tests and reimplements them with Promises.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-legacy.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-margin.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-legacy.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-then-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-margin.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html:
2020-11-12 Sergio Villar Senin <svillar@igalia.com>
Crash in RenderBox::overrideContainingBlockContentHeight()
https://bugs.webkit.org/show_bug.cgi?id=218504
<rdar://problem/70989103>
Reviewed by Zalan Bujtas.
* fast/flexbox/flex-column-vertical-rl-dynamic-child-crash-expected.txt: Added.
* fast/flexbox/flex-column-vertical-rl-dynamic-child-crash.html: Added.
2020-11-12 Zalan Bujtas <zalan@apple.com>
Show legacy line layout visual coverage instead of "simple line" layout.
https://bugs.webkit.org/show_bug.cgi?id=218695
Reviewed by Antti Koivisto.
* fast/inline/simple-line-layout-16bit-content-expected-mismatch.html: Removed.
* fast/inline/simple-line-layout-16bit-content.html:
* fast/text/simple-line-layout-do-not-support-unicode-range-expected.html:
* fast/text/simple-line-layout-do-not-support-unicode-range.html:
* fast/text/simple-line-layout-line-box-contain-glyphs-expected.html:
* fast/text/simple-line-layout-line-box-contain-glyphs.html:
* fast/text/simple-line-layout-no-surrogate-pairs-expected.html:
* fast/text/simple-line-layout-no-surrogate-pairs.html:
* fast/text/simple-line-layout-simple-text-but-complex-font-path-expected.html:
* fast/text/simple-line-layout-simple-text-but-complex-font-path.html:
* fast/text/simple-line-layout-with-text-underline-position-expected.html:
* fast/text/simple-line-layout-with-text-underline-position.html:
* fast/text/simple-lines-float-expected.html:
* fast/text/simple-lines-float.html:
* fast/text/simple-lines-hover-expected.html:
* fast/text/simple-lines-hover.html:
* fast/text/simple-lines-multiple-renderers-expected.html:
* fast/text/simple-lines-multiple-renderers.html:
2020-11-11 John Wilander <wilander@apple.com>
PCM: Change from ad-click-attribution to private-click-measurement (in all forms, including .well-known URL)
https://bugs.webkit.org/show_bug.cgi?id=218730
<rdar://problem/71094296>
Reviewed by Alex Christensen.
Change to the official name of the proposed standard Private Click Measurement
https://github.com/privacycg/private-click-measurement.
This includes a change of the reporting URL from
"/.well-known/ad-click-attribution/" to
"/.well-known/private-click-measurement/".
* TestExpectations:
* http/tests/adClickAttribution/attribution-conversion-through-cross-site-image-redirect-expected.txt: Removed.
* http/tests/adClickAttribution/expired-attributions-removed-expected.txt: Removed.
* http/tests/adClickAttribution/resources/redirectToConversionOnIPAddress.php: Removed.
* http/tests/adClickAttribution/store-ad-click-attribution-expected.txt: Removed.
* http/tests/adClickAttribution/store-disabled-in-ephemeral-session-expected.txt: Removed.
* http/tests/contentextensions/block-ad-click-attribution-expected.txt: Removed.
* http/tests/contentextensions/block-private-click-measurement-expected.txt: Added.
* http/tests/contentextensions/block-private-click-measurement.html: Renamed from LayoutTests/http/tests/contentextensions/block-ad-click-attribution.html.
* http/tests/contentextensions/block-private-click-measurement.html.json: Renamed from LayoutTests/http/tests/contentextensions/block-ad-click-attribution.html.json.
* http/tests/privateClickMeasurement/anchor-tag-attributes-reflect-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-reflect-expected.txt.
* http/tests/privateClickMeasurement/anchor-tag-attributes-reflect.html: Renamed from LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-reflect.html.
* http/tests/privateClickMeasurement/anchor-tag-attributes-validation-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt.
* http/tests/privateClickMeasurement/anchor-tag-attributes-validation.html: Renamed from LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-validation.html.
* http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect-expected.txt: Added.
* http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-cross-site-image-redirect.html.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-in-new-window-expected.txt.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-in-new-window.html.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-with-priority-expected.txt.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-with-priority.html.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-without-priority-expected.txt.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-without-priority.html.
* http/tests/privateClickMeasurement/clear-through-website-data-removal-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/clear-through-website-data-removal-expected.txt.
* http/tests/privateClickMeasurement/clear-through-website-data-removal.html: Renamed from LayoutTests/http/tests/adClickAttribution/clear-through-website-data-removal.html.
* http/tests/privateClickMeasurement/conversion-disabled-in-ephemeral-session-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/conversion-disabled-in-ephemeral-session-expected.txt.
* http/tests/privateClickMeasurement/conversion-disabled-in-ephemeral-session.html: Renamed from LayoutTests/http/tests/adClickAttribution/conversion-disabled-in-ephemeral-session.html.
* http/tests/privateClickMeasurement/expired-attributions-removed-expected.txt: Added.
* http/tests/privateClickMeasurement/expired-attributions-removed.html: Renamed from LayoutTests/http/tests/adClickAttribution/expired-attributions-removed.html.
* http/tests/privateClickMeasurement/resources/conversionFilePath.php: Renamed from LayoutTests/http/tests/adClickAttribution/resources/conversionFilePath.php.
* http/tests/privateClickMeasurement/resources/conversionReport.php: Renamed from LayoutTests/http/tests/adClickAttribution/resources/conversionReport.php.
* http/tests/privateClickMeasurement/resources/convertAndPostMessageBack.html: Renamed from LayoutTests/http/tests/adClickAttribution/resources/convertAndPostMessageBack.html.
* http/tests/privateClickMeasurement/resources/getConversionData.php: Renamed from LayoutTests/http/tests/adClickAttribution/resources/getConversionData.php.
* http/tests/privateClickMeasurement/resources/redirectToConversion.php: Renamed from LayoutTests/http/tests/adClickAttribution/resources/redirectToConversion.php.
* http/tests/privateClickMeasurement/resources/redirectToConversionOnIPAddress.php: Added.
* http/tests/privateClickMeasurement/resources/util.js: Renamed from LayoutTests/http/tests/adClickAttribution/resources/util.js.
(prepareTest):
(tearDownAndFinish):
* http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/second-attribution-converted-with-higher-priority-expected.txt.
* http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/second-attribution-converted-with-higher-priority.html.
* http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/second-attribution-converted-with-lower-priority-expected.txt.
* http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/second-attribution-converted-with-lower-priority.html.
* http/tests/privateClickMeasurement/second-conversion-with-higher-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/second-conversion-with-higher-priority-expected.txt.
* http/tests/privateClickMeasurement/second-conversion-with-higher-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/second-conversion-with-higher-priority.html.
* http/tests/privateClickMeasurement/second-conversion-with-lower-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/second-conversion-with-lower-priority-expected.txt.
* http/tests/privateClickMeasurement/second-conversion-with-lower-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/second-conversion-with-lower-priority.html.
* http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/send-attribution-conversion-request-expected.txt.
* http/tests/privateClickMeasurement/send-attribution-conversion-request.html: Renamed from LayoutTests/http/tests/adClickAttribution/send-attribution-conversion-request.html.
* http/tests/privateClickMeasurement/store-disabled-in-ephemeral-session-expected.txt: Added.
* http/tests/privateClickMeasurement/store-disabled-in-ephemeral-session.html: Renamed from LayoutTests/http/tests/adClickAttribution/store-disabled-in-ephemeral-session.html.
* http/tests/privateClickMeasurement/store-private-click-measurement-expected.txt: Added.
* http/tests/privateClickMeasurement/store-private-click-measurement.html: Renamed from LayoutTests/http/tests/adClickAttribution/store-ad-click-attribution.html.
* inspector/page/overrideSetting-AdClickAttributionDebugModeEnabled-expected.txt: Removed.
* inspector/page/overrideSetting-PrivateClickMeasurementDebugModeEnabled-expected.txt: Added.
* inspector/page/overrideSetting-PrivateClickMeasurementDebugModeEnabled.html: Renamed from LayoutTests/inspector/page/overrideSetting-AdClickAttributionDebugModeEnabled.html.
* platform/mac-wk2/TestExpectations:
* platform/wk2/TestExpectations:
2020-11-11 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, add Mojave specific baselines.
* 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-en-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-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-pt-BR-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Added.
2020-11-11 Rob Buis <rbuis@igalia.com>
Resync web-platform-tests/css/css-sizing/aspect-ratio from upstream
https://bugs.webkit.org/show_bug.cgi?id=218796
Reviewed by Frédéric Wang.
Adapt platform test expectations.
* TestExpectations:
2020-11-10 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening webrtc failures
After libwebrtc M87 update in r269642
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-11-10 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r269660.
https://bugs.webkit.org/show_bug.cgi?id=218786
Crashing in EWS iOS simulator bots
Reverted changeset:
"PCM: Change from ad-click-attribution to private-click-
measurement (in all forms, including .well-known URL)"
https://bugs.webkit.org/show_bug.cgi?id=218730
https://trac.webkit.org/changeset/269660
2020-11-10 Chris Dumez <cdumez@apple.com>
Webkit incorrectly setting visibilityState to "prerender" when opening link in new tab
https://bugs.webkit.org/show_bug.cgi?id=215851
<rdar://problem/67817100>
Reviewed by Geoff Garen.
Drop dead code in test for prerender.
* fast/events/page-visibility-transition-test.html:
2020-11-10 Darin Adler <darin@apple.com>
Remove another function that implicitly uses the composed tree (intersects with range)
https://bugs.webkit.org/show_bug.cgi?id=218726
Reviewed by Ryosuke Niwa.
* fast/dom/rangeContainsBoundaryPoint-expected.txt: Added.
* fast/dom/rangeContainsBoundaryPoint.html: Added.
* fast/dom/rangeIntersectsNode-expected.txt: Added.
* fast/dom/rangeIntersectsNode.html: Added.
* fast/dom/rangeIntersectsRange-expected.txt: Added.
* fast/dom/rangeIntersectsRange.html: Added.
These tests were formerly part of TestWebKitAPI. Moving to internals-style tests at
Ryosuke's suggestion since these are not something exposed as API or SPI.
2020-11-10 John Wilander <wilander@apple.com>
PCM: Change from ad-click-attribution to private-click-measurement (in all forms, including .well-known URL)
https://bugs.webkit.org/show_bug.cgi?id=218730
<rdar://problem/71094296>
Reviewed by Devin Rousso.
Change to the official name of the proposed standard Private Click Measurement
https://github.com/privacycg/private-click-measurement.
This includes a change of the reporting URL from
"/.well-known/ad-click-attribution/" to
"/.well-known/private-click-measurement/".
* TestExpectations:
* http/tests/adClickAttribution/attribution-conversion-through-cross-site-image-redirect-expected.txt: Removed.
* http/tests/adClickAttribution/expired-attributions-removed-expected.txt: Removed.
* http/tests/adClickAttribution/resources/redirectToConversionOnIPAddress.php: Removed.
* http/tests/adClickAttribution/store-ad-click-attribution-expected.txt: Removed.
* http/tests/adClickAttribution/store-disabled-in-ephemeral-session-expected.txt: Removed.
* http/tests/contentextensions/block-ad-click-attribution-expected.txt: Removed.
* http/tests/contentextensions/block-private-click-measurement-expected.txt: Added.
* http/tests/contentextensions/block-private-click-measurement.html: Renamed from LayoutTests/http/tests/contentextensions/block-ad-click-attribution.html.
* http/tests/contentextensions/block-private-click-measurement.html.json: Renamed from LayoutTests/http/tests/contentextensions/block-ad-click-attribution.html.json.
* http/tests/privateClickMeasurement/anchor-tag-attributes-reflect-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-reflect-expected.txt.
* http/tests/privateClickMeasurement/anchor-tag-attributes-reflect.html: Renamed from LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-reflect.html.
* http/tests/privateClickMeasurement/anchor-tag-attributes-validation-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt.
* http/tests/privateClickMeasurement/anchor-tag-attributes-validation.html: Renamed from LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-validation.html.
* http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect-expected.txt: Added.
* http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-cross-site-image-redirect.html.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-in-new-window-expected.txt.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-in-new-window.html.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-with-priority-expected.txt.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-with-priority.html.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-without-priority-expected.txt.
* http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/attribution-conversion-through-image-redirect-without-priority.html.
* http/tests/privateClickMeasurement/clear-through-website-data-removal-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/clear-through-website-data-removal-expected.txt.
* http/tests/privateClickMeasurement/clear-through-website-data-removal.html: Renamed from LayoutTests/http/tests/adClickAttribution/clear-through-website-data-removal.html.
* http/tests/privateClickMeasurement/conversion-disabled-in-ephemeral-session-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/conversion-disabled-in-ephemeral-session-expected.txt.
* http/tests/privateClickMeasurement/conversion-disabled-in-ephemeral-session.html: Renamed from LayoutTests/http/tests/adClickAttribution/conversion-disabled-in-ephemeral-session.html.
* http/tests/privateClickMeasurement/expired-attributions-removed-expected.txt: Added.
* http/tests/privateClickMeasurement/expired-attributions-removed.html: Renamed from LayoutTests/http/tests/adClickAttribution/expired-attributions-removed.html.
* http/tests/privateClickMeasurement/resources/conversionFilePath.php: Renamed from LayoutTests/http/tests/adClickAttribution/resources/conversionFilePath.php.
* http/tests/privateClickMeasurement/resources/conversionReport.php: Renamed from LayoutTests/http/tests/adClickAttribution/resources/conversionReport.php.
* http/tests/privateClickMeasurement/resources/convertAndPostMessageBack.html: Renamed from LayoutTests/http/tests/adClickAttribution/resources/convertAndPostMessageBack.html.
* http/tests/privateClickMeasurement/resources/getConversionData.php: Renamed from LayoutTests/http/tests/adClickAttribution/resources/getConversionData.php.
* http/tests/privateClickMeasurement/resources/redirectToConversion.php: Renamed from LayoutTests/http/tests/adClickAttribution/resources/redirectToConversion.php.
* http/tests/privateClickMeasurement/resources/redirectToConversionOnIPAddress.php: Added.
* http/tests/privateClickMeasurement/resources/util.js: Renamed from LayoutTests/http/tests/adClickAttribution/resources/util.js.
(prepareTest):
(tearDownAndFinish):
* http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/second-attribution-converted-with-higher-priority-expected.txt.
* http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/second-attribution-converted-with-higher-priority.html.
* http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/second-attribution-converted-with-lower-priority-expected.txt.
* http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/second-attribution-converted-with-lower-priority.html.
* http/tests/privateClickMeasurement/second-conversion-with-higher-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/second-conversion-with-higher-priority-expected.txt.
* http/tests/privateClickMeasurement/second-conversion-with-higher-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/second-conversion-with-higher-priority.html.
* http/tests/privateClickMeasurement/second-conversion-with-lower-priority-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/second-conversion-with-lower-priority-expected.txt.
* http/tests/privateClickMeasurement/second-conversion-with-lower-priority.html: Renamed from LayoutTests/http/tests/adClickAttribution/second-conversion-with-lower-priority.html.
* http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt: Renamed from LayoutTests/http/tests/adClickAttribution/send-attribution-conversion-request-expected.txt.
* http/tests/privateClickMeasurement/send-attribution-conversion-request.html: Renamed from LayoutTests/http/tests/adClickAttribution/send-attribution-conversion-request.html.
* http/tests/privateClickMeasurement/store-disabled-in-ephemeral-session-expected.txt: Added.
* http/tests/privateClickMeasurement/store-disabled-in-ephemeral-session.html: Renamed from LayoutTests/http/tests/adClickAttribution/store-disabled-in-ephemeral-session.html.
* http/tests/privateClickMeasurement/store-private-click-measurement-expected.txt: Added.
* http/tests/privateClickMeasurement/store-private-click-measurement.html: Renamed from LayoutTests/http/tests/adClickAttribution/store-ad-click-attribution.html.
* inspector/page/overrideSetting-AdClickAttributionDebugModeEnabled-expected.txt: Removed.
* inspector/page/overrideSetting-PrivateClickMeasurementDebugModeEnabled-expected.txt: Added.
* inspector/page/overrideSetting-PrivateClickMeasurementDebugModeEnabled.html: Renamed from LayoutTests/inspector/page/overrideSetting-AdClickAttributionDebugModeEnabled.html.
* platform/mac-wk2/TestExpectations:
* platform/wk2/TestExpectations:
2020-11-10 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] Enable vertical alignment on replaced content
https://bugs.webkit.org/show_bug.cgi?id=218101
Reviewed by Antti Koivisto.
Combination of trailing whitespace and pixel rounding.
* platform/ios/css1/formatting_model/height_of_lines-expected.txt:
* platform/ios/css1/text_properties/vertical_align-expected.txt:
* platform/mac/css1/formatting_model/height_of_lines-expected.txt:
* platform/mac/css1/text_properties/vertical_align-expected.txt:
2020-11-10 Andres Gonzalez <andresg_22@apple.com>
Fix for LayoutTests/accessibility/mac/search-subrole.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=218766
Reviewed by Chris Fleizach.
* accessibility/mac/search-subrole.html: Modify so that it works in both
isolated tree mode on and off.
2020-11-10 Youenn Fablet <youenn@apple.com>
Update WebRTC liwebrtc to M87
https://bugs.webkit.org/show_bug.cgi?id=218436
Reviewed by Eric Carlson.
We now have to explicitly support all packetization modes, which is similar to what Chrome is doing.
* webrtc/h264-packetization-mode.html:
2020-11-10 Rob Buis <rbuis@igalia.com>
Parse aspect-ratio CSS property
https://bugs.webkit.org/show_bug.cgi?id=218437
Reviewed by Darin Adler.
Adapt platform test expectations.
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2020-11-10 Eric Carlson <eric.carlson@apple.com>
REGRESSION (r269407): ASSERTION FAILED: willBeComposited == needsToBeComposited(layer, queryData) in WebCore::RenderLayerCompositor::computeCompositingRequirements
https://bugs.webkit.org/show_bug.cgi?id=218723
<rdar://problem/71208603>
Unreviewed test gardening.
* platform/mac/TestExpectations: Skip plugins/quicktime-plugin-replacement.html, the plug-in
replacement is an iOS-only feature.
2020-11-10 Andres Gonzalez <andresg_22@apple.com>
Fix for LayoutTests/accessibility/mac/search-predicate.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=218732
Reviewed by Chris Fleizach.
This test now passes in both isolated tree mode on and off.
* accessibility/mac/search-predicate.html:
2020-11-10 Chris Dumez <cdumez@apple.com>
Crash when accessing OfflineAudioContext.length after failing to construct rendering AudioBuffer
https://bugs.webkit.org/show_bug.cgi?id=218754
<rdar://problem/71186978>
Reviewed by Eric Carlson.
Add layout test coverage and rebaseline a couple of tests now that a console message is logged.
* webaudio/OfflineAudioContext-bad-buffer-crash-expected.txt:
* webaudio/OfflineAudioContext/bad-buffer-length-expected.txt: Added.
* webaudio/OfflineAudioContext/bad-buffer-length.html: Added.
* webaudio/dom-exceptions-expected.txt:
2020-11-10 Jer Noble <jer.noble@apple.com>
Add support for AudioConfiguration.spatialRendering
https://bugs.webkit.org/show_bug.cgi?id=218727
<rdar://problem/71213348>
Reviewed by Eric Carlson.
* media/mediacapabilities/mock-decodingInfo-spatialRendering-expected.txt: Added.
* media/mediacapabilities/mock-decodingInfo-spatialRendering.html: Added.
2020-11-10 Ryan Haddad <ryanhaddad@apple.com>
[Debug] imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.ellipse.basics.html is asserting
https://bugs.webkit.org/show_bug.cgi?id=218671
Unreviewed test gardening.
* TestExpectations: Skip the test since it consistently crashes.
2020-11-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK][WPE] Rebaseline tests after r269510, r269598, r269600 and r269612.
Unreviewed GTK/WPE gardening.
* platform/gtk/editing/selection/simple-line-layout-caret-is-gone-expected.txt: Removed.
* platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/gtk/fast/repaint/focus-ring-repaint-expected.txt:
* platform/gtk/fast/table/005-expected.txt: Copied from LayoutTests/platform/glib/fast/table/005-expected.txt.
* platform/gtk/fast/table/unbreakable-images-quirk-expected.txt: Copied from LayoutTests/platform/glib/fast/table/unbreakable-images-quirk-expected.txt.
* platform/gtk/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2973-expected.txt: Renamed from LayoutTests/platform/glib/tables/mozilla/bugs/bug2973-expected.txt.
* platform/gtk/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/wpe/css3/filters/effect-brightness-clamping-expected.txt:
* platform/wpe/css3/filters/effect-brightness-clamping-hw-expected.txt:
* platform/wpe/css3/filters/effect-brightness-expected.txt:
* platform/wpe/css3/filters/effect-brightness-hw-expected.txt:
* platform/wpe/css3/filters/effect-combined-expected.txt:
* platform/wpe/css3/filters/effect-combined-hw-expected.txt:
* platform/wpe/css3/filters/effect-contrast-expected.txt:
* platform/wpe/css3/filters/effect-contrast-hw-expected.txt:
* platform/wpe/css3/filters/effect-drop-shadow-expected.txt:
* platform/wpe/css3/filters/effect-drop-shadow-hw-expected.txt:
* platform/wpe/css3/filters/effect-grayscale-expected.txt:
* platform/wpe/css3/filters/effect-grayscale-hw-expected.txt:
* platform/wpe/css3/filters/effect-hue-rotate-expected.txt:
* platform/wpe/css3/filters/effect-hue-rotate-hw-expected.txt:
* platform/wpe/css3/filters/effect-invert-expected.txt:
* platform/wpe/css3/filters/effect-invert-hw-expected.txt:
* platform/wpe/css3/filters/effect-opacity-expected.txt:
* platform/wpe/css3/filters/effect-opacity-hw-expected.txt:
* platform/wpe/css3/filters/effect-saturate-expected.txt:
* platform/wpe/css3/filters/effect-saturate-hw-expected.txt:
* platform/wpe/css3/filters/effect-sepia-expected.txt:
* platform/wpe/css3/filters/effect-sepia-hw-expected.txt:
* platform/wpe/fast/table/005-expected.txt: Renamed from LayoutTests/platform/glib/fast/table/005-expected.txt.
* platform/wpe/fast/table/unbreakable-images-quirk-expected.txt: Renamed from LayoutTests/platform/glib/fast/table/unbreakable-images-quirk-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-attribute-changes-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-empty-content-value-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-first-valid-applies-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-insert-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-no-content-value-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-presentational-hint-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove-head-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-body-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-head-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-shadow-tree-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-pointer-expected.txt: Added.
* platform/wpe/tables/mozilla/bugs/bug101674-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug2973-expected.txt: Added.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
2020-11-10 Martin Robinson <mrobinson@igalia.com>
Scroll-snap on the root aligns to the body margin edge, not the viewport edge
https://bugs.webkit.org/show_bug.cgi?id=210476
<rdar://problem/61755103>
Reviewed by Simon Fraser.
Added tests for new behavior.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-margin-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-margin.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-margin-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-margin.html: Added.
2020-11-09 Chris Dumez <cdumez@apple.com>
Unexpose obsolete HTMLAppletElement interface
https://bugs.webkit.org/show_bug.cgi?id=218677
Reviewed by Darin Adler.
* dom/html/level2/html/HTMLAppletElement01-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement01.html: Removed.
* dom/html/level2/html/HTMLAppletElement01.js: Removed.
* dom/html/level2/html/HTMLAppletElement02-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement02.html: Removed.
* dom/html/level2/html/HTMLAppletElement02.js: Removed.
* dom/html/level2/html/HTMLAppletElement03-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement03.html: Removed.
* dom/html/level2/html/HTMLAppletElement03.js: Removed.
* dom/html/level2/html/HTMLAppletElement04-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement04.html: Removed.
* dom/html/level2/html/HTMLAppletElement04.js: Removed.
* dom/html/level2/html/HTMLAppletElement06-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement06.html: Removed.
* dom/html/level2/html/HTMLAppletElement06.js: Removed.
* dom/html/level2/html/HTMLAppletElement07-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement07.html: Removed.
* dom/html/level2/html/HTMLAppletElement07.js: Removed.
* dom/html/level2/html/HTMLAppletElement08-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement08.html: Removed.
* dom/html/level2/html/HTMLAppletElement08.js: Removed.
* dom/html/level2/html/HTMLAppletElement09-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement09.html: Removed.
* dom/html/level2/html/HTMLAppletElement09.js: Removed.
* dom/html/level2/html/HTMLAppletElement10-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement10.html: Removed.
* dom/html/level2/html/HTMLAppletElement10.js: Removed.
* dom/html/level2/html/HTMLDocument08.html: Removed.
* dom/xhtml/level2/html/HTMLAppletElement01-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement01.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement01.xhtml: Removed.
* dom/xhtml/level2/html/HTMLAppletElement02-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement02.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement02.xhtml: Removed.
* dom/xhtml/level2/html/HTMLAppletElement03-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement03.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement03.xhtml: Removed.
* dom/xhtml/level2/html/HTMLAppletElement04-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement04.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement04.xhtml: Removed.
* dom/xhtml/level2/html/HTMLAppletElement06-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement06.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement06.xhtml: Removed.
* dom/xhtml/level2/html/HTMLAppletElement07-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement07.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement07.xhtml: Removed.
* dom/xhtml/level2/html/HTMLAppletElement08-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement08.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement08.xhtml: Removed.
* dom/xhtml/level2/html/HTMLAppletElement09-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement09.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement09.xhtml: Removed.
* dom/xhtml/level2/html/HTMLAppletElement10-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement10.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement10.xhtml: Removed.
* dom/xhtml/level2/html/HTMLDocument08.xhtml: Removed.
Drop outdated tests.
* fast/dom/HTMLDocument/document-special-properties-expected.txt:
* fast/dom/Window/element-constructors-on-window-expected.txt:
* fast/dom/Window/get-set-properties-expected.txt:
* fast/dom/Window/get-set-properties.html:
* fast/dom/Window/resources/window-properties.js:
* fast/dom/Window/window-lookup-precedence-expected.txt:
* fast/dom/Window/window-special-properties-expected.txt:
* fast/dom/document-all-expected.txt:
* fast/dom/document-all.html:
* fast/dom/dom-constructors-expected.txt:
* fast/dom/dom-constructors.html:
* fast/dom/element-attribute-js-null-expected.txt:
* fast/dom/element-attribute-js-null.html:
* fast/dom/html-collections-named-getter-expected.txt:
* fast/dom/html-collections-named-getter.html:
* fast/dom/htmlcollection-non-html-expected.txt:
* fast/dom/htmlcollection-non-html.html:
* fast/dom/plugin-attributes-enumeration-expected.txt:
* fast/dom/wrapper-classes-expected.txt:
* fast/dom/wrapper-classes.html:
* fast/frames/sandboxed-iframe-plugins-expected.txt:
* fast/frames/sandboxed-iframe-plugins.html:
* fast/text/text-combine-crash-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt:
* platform/mac-wk2/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt:
Update / rebaseline existing tests to reflect behavior change.
* platform/wk2/TestExpectations:
Drop outdated tests.
2020-11-09 Julian Gonzalez <julian_a_gonzalez@apple.com>
Null dereference in CompositeEditCommand::splitTreeToNode() due to not checking for top of DOM tree
https://bugs.webkit.org/show_bug.cgi?id=218215
Reviewed by Ryosuke Niwa.
Add layout test that catches crash during insertion of a list inside an iframe
(that itself is inside of a list).
* editing/inserting/insert-list-in-iframe-in-list-expected.txt: Added.
* editing/inserting/insert-list-in-iframe-in-list.html: Added.
2020-11-09 Truitt Savell <tsavell@apple.com>
REGRESSION: [ Mac ] media/video-buffering-allowed.html is flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=217621
Unreviewed test gardening.
* platform/mac/TestExpectationsRosetta:
2020-11-09 Alan Bujtas <zalan@apple.com>
Unreviewed, reverting r269603.
Needs Safari patch
Reverted changeset:
"Show legacy line layout visual coverage instead of "simple
line" layout."
https://bugs.webkit.org/show_bug.cgi?id=218695
https://trac.webkit.org/changeset/269603
2020-11-09 Truitt Savell <tsavell@apple.com>
[Mac] inspector/debugger/tail-deleted-frames/tail-deleted-frames-intermediate-frames.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=218725
Unreviewed test gardening.
* platform/mac/TestExpectationsRosetta:
2020-11-09 Zalan Bujtas <zalan@apple.com>
Show legacy line layout visual coverage instead of "simple line" layout.
https://bugs.webkit.org/show_bug.cgi?id=218695
Reviewed by Antti Koivisto.
* fast/inline/simple-line-layout-16bit-content-expected-mismatch.html: Removed.
* fast/inline/simple-line-layout-16bit-content.html:
* fast/text/simple-line-layout-do-not-support-unicode-range-expected.html:
* fast/text/simple-line-layout-do-not-support-unicode-range.html:
* fast/text/simple-line-layout-line-box-contain-glyphs-expected.html:
* fast/text/simple-line-layout-line-box-contain-glyphs.html:
* fast/text/simple-line-layout-no-surrogate-pairs-expected.html:
* fast/text/simple-line-layout-no-surrogate-pairs.html:
* fast/text/simple-line-layout-simple-text-but-complex-font-path-expected.html:
* fast/text/simple-line-layout-simple-text-but-complex-font-path.html:
* fast/text/simple-line-layout-with-text-underline-position-expected.html:
* fast/text/simple-line-layout-with-text-underline-position.html:
* fast/text/simple-lines-float-expected.html:
* fast/text/simple-lines-float.html:
* fast/text/simple-lines-hover-expected.html:
* fast/text/simple-lines-hover.html:
* fast/text/simple-lines-multiple-renderers-expected.html:
* fast/text/simple-lines-multiple-renderers.html:
2020-11-09 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] Enable inline image support
https://bugs.webkit.org/show_bug.cgi?id=217874
Combination of different issues:
1. Do not retain the whitespace (new line) after the replaced content.
2. Do not treat images+text as unbreakable content (neither FF nor Chrome does)
3. Rounding differences.
Reviewed by Antti Koivisto.
2020-11-09 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper] backdrop-filter should use the identity transform to render the root layer
https://bugs.webkit.org/show_bug.cgi?id=218699
Reviewed by Don Olmstead.
* platform/glib/TestExpectations: Unmarked
css3/filters/backdrop/{backdrop-filter-with-reflection-add-backdrop.html,
backdrop-filter-with-reflection-value-change.html,backdrop-filter-with-reflection.html}
2020-11-09 Aditya Keerthi <akeerthi@apple.com>
Remove experimental: and internal: prefixes from recently added tests
https://bugs.webkit.org/show_bug.cgi?id=218658
Reviewed by Devin Rousso.
The tests below were written before r269360. Since the experimental:
and internal: prefixes are no longer needed, they should be removed.
* contact-picker/contacts-select-after-dismissing-picker.html:
* contact-picker/contacts-select-while-presenting-picker.html:
* contact-picker/contacts-select.html:
* fast/scrolling/mac/overflow-scrollbars-toggle-dark-mode-expected.html:
* fast/scrolling/mac/overflow-scrollbars-toggle-dark-mode.html:
2020-11-09 Rob Buis <rbuis@igalia.com>
Add testcase for r269538
https://bugs.webkit.org/show_bug.cgi?id=218502
Reviewed by Simon Fraser.
I forgot to add a testcase in r269538.
* fast/css/marquee-with-layer-display-inline-crash-expected.txt: Added.
* fast/css/marquee-with-layer-display-inline-crash.html: Added.
2020-11-09 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper] The top and left sides of drop-shadow are clipped
https://bugs.webkit.org/show_bug.cgi?id=218647
Reviewed by Don Olmstead.
* compositing/filters/drop-shadow-expected.html: Added.
* compositing/filters/drop-shadow.html: Added.
2020-11-09 Devin Rousso <drousso@apple.com>
autofocus of text input should not select text
https://bugs.webkit.org/show_bug.cgi?id=218585
<rdar://problem/60130704>
Reviewed by Wenson Hsieh.
* fast/forms/input-text-autofocus.html: Added.
* fast/forms/input-text-autofocus-expected.txt: Added.
* fast/forms/input-first-letter-edit.html:
* fast/forms/input-first-letter-edit-expected.html:
2020-11-09 Per Arne Vollan <pvollan@apple.com>
[macOS] Set preference for overridden languages in the WebContent process after entering the sandbox.
https://bugs.webkit.org/show_bug.cgi?id=218097
Reviewed by Alexey Proskuryakov.
Add test for sandbox access to cfprefsd.daemon, and mark cfprefsd tests as failing for Mojave and Catalina, since CFPrefs
direct mode is not enabled on those versions of macOS.
* fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* fast/sandbox/mac/sandbox-mach-lookup.html:
* platform/mac-catalina/fast/sandbox: Added.
* platform/mac-catalina/fast/sandbox/mac: Added.
* platform/mac-catalina/fast/sandbox/mac/sandbox-mach-lookup-expected.txt: Added.
* platform/mac-mojave/fast/sandbox: Added.
* platform/mac-mojave/fast/sandbox/mac: Added.
* platform/mac-mojave/fast/sandbox/mac/sandbox-mach-lookup-expected.txt: Added.
2020-11-09 Chris Lord <clord@igalia.com>
REGRESSION(r269503): [GTK][WPE] >200 tests are failing
https://bugs.webkit.org/show_bug.cgi?id=218654
<rdar://problem/71116949>
Reviewed by Žan Doberšek.
Mark 5 canvas tests as passing.
* platform/glib/TestExpectations:
2020-11-08 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline and gardening
Unreviewed test gardening.
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: r269477
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: r269477
* platform/wpe/TestExpectations: Add bug for imported/blink/fast/forms/textarea-placeholder-visibility-3.html
* platform/wpe/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: r269477
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: r269477
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: r269477
* platform/wpe/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt: r269439-r269459
2020-11-08 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening canvas failures while patch is reviewed
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-11-08 Fujii Hironori <Hironori.Fujii@sony.com>
TextureMapperLayer::computeOverlapRegions: Accumulate nested replica transform matrices recursively
https://bugs.webkit.org/show_bug.cgi?id=218364
Reviewed by Don Olmstead.
* compositing/reflections/nested-reflection-opacity2-expected.html: Added.
* compositing/reflections/nested-reflection-opacity2.html: Added.
2020-11-08 Darin Adler <darin@apple.com>
Remove another function that implicitly uses the composed tree (documentOrder on nodes and boundary points)
https://bugs.webkit.org/show_bug.cgi?id=218673
Reviewed by Ryosuke Niwa.
* fast/dom/treeOrderBoundaryPoint-expected.txt: Added.
* fast/dom/treeOrderBoundaryPoint.html: Added.
2020-11-08 Rob Buis <rbuis@igalia.com>
Add testcase for r269537
https://bugs.webkit.org/show_bug.cgi?id=218499
Reviewed by Ryosuke Niwa.
I forgot to add a testcase in r269537.
* fast/overflow/line-clamp-crash-expected.txt: Added.
* fast/overflow/line-clamp-crash.html: Added.
2020-11-07 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r268476): Sometimes zooming does not worki on purpleair.com/map
https://bugs.webkit.org/show_bug.cgi?id=218680
Reviewed by Zalan Bujtas.
* fast/scrolling/mac/wheel-event-listener-region-tiled-layer-switch-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-tiled-layer-switch.html: Added.
2020-11-06 Simon Fraser <simon.fraser@apple.com>
Programmatic scrolls need updated scrolling geometry
https://bugs.webkit.org/show_bug.cgi?id=218676
Reviewed by Tim Horton.
* fast/scrolling/mac/programmatic-scroll-overrides-rubberband-expected.txt: Added.
* fast/scrolling/mac/programmatic-scroll-overrides-rubberband.html: Added.
2020-11-06 Andres Gonzalez <andresg_22@apple.com>
Fix for LayoutTests/accessibility/Mac/accesskey.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=218669
Reviewed by Chris Fleizach.
Re-wrote this test to work in both isolated tree mode on and off.
* accessibility/mac/accesskey-expected.txt:
* accessibility/mac/accesskey.html:
2020-11-06 Dmitry Bezhetskov <dbezhetskov@igalia.com>
[WASM-References] Rename anyref to externref
https://bugs.webkit.org/show_bug.cgi?id=218331
Reviewed by Keith Miller.
* workers/wasm-references/test.js:
2020-11-06 Joey Arhar <jarhar@chromium.org>
Text gets clobbered when assigning to input.defaultValue
https://bugs.webkit.org/show_bug.cgi?id=217156
Disabling fast/forms/defaultValue-clobbering.html since it fails on
iOS
Reviewed by Darin Adler.
* platform/ios/TestExpectations:
2020-11-06 Chris Dumez <cdumez@apple.com>
Event targets should be cleared after dispatch if target pointed to a shadow tree
https://bugs.webkit.org/show_bug.cgi?id=218638
Reviewed by Darin Adler.
* fast/events/shadow-tree-resetTargets-after-move-in-expected.txt: Added.
* fast/events/shadow-tree-resetTargets-after-move-in.html: Added.
* fast/events/shadow-tree-resetTargets-after-move-out-expected.txt: Added.
* fast/events/shadow-tree-resetTargets-after-move-out.html: Added.
* fast/events/shadow-tree-resetTargets-expected.txt: Added.
* fast/events/shadow-tree-resetTargets.html: Added.
Extend layout test coverage.
* fast/shadow-dom/event-path-with-window.html:
Update the test to expect the the event.target is null after dispatching. Note that this test
was failing in both Firefox and Chrome before this test change, and is now passing with these
engine after the test change.
2020-11-06 Devin Rousso <drousso@apple.com>
Web Inspector: use weak collections for holding event listeners
https://bugs.webkit.org/show_bug.cgi?id=196956
Reviewed by Joseph Pecoraro.
* inspector/unit-tests/heap-snapshot-collection-event.html:
Followup from r269359 which replaced the string literal `"HeapSnapshot.CollectionEvent"`
with a defined `WI.HeapSnapshotWorkerProxy.Event.Collection` value.
2020-11-06 Yusuke Suzuki <ysuzuki@apple.com>
Re-enable SharedArrayBuffer for JSC shell and Testers
https://bugs.webkit.org/show_bug.cgi?id=212069
Reviewed by Keith Miller.
* webaudio/dom-exceptions-expected.txt:
2020-11-06 Wenson Hsieh <wenson_hsieh@apple.com>
[Concurrent display lists] Encode display list items directly into shared memory
https://bugs.webkit.org/show_bug.cgi?id=218406
Reviewed by Tim Horton.
Rebaseline several existing (non-GPU-process) display list tests to account for a slight tweak in the format in
which display lists are dumped as text. More specifically, drawing item extents are now dumped after each
drawing item, rather than before.
* displaylists/canvas-display-list-expected.txt:
* displaylists/extent-includes-shadow-expected.txt:
* displaylists/extent-includes-transforms-expected.txt:
* displaylists/layer-dispay-list-expected.txt:
* displaylists/replay-skip-clipped-rect-expected.txt:
2020-11-06 Jer Noble <jer.noble@apple.com>
Do not allow pages to enter fullscreen while an exit fullscreen operation is ongoing.
https://bugs.webkit.org/show_bug.cgi?id=218640
<rdar://problem/70697738>
Reviewed by Eric Carlson.
* TestExpectations:
* fullscreen/full-screen-enter-while-exiting-expected.txt: Added.
* fullscreen/full-screen-enter-while-exiting.html: Added.
* platform/wk2/TestExpectations:
2020-11-06 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Gardened several flaky failures reported by the bot.
Also promoted several common failures (WebRTC, WebSQL) happening in GTK to GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-11-06 Martin Robinson <mrobinson@igalia.com>
Scroll snap specified on :root doesn't work
https://bugs.webkit.org/show_bug.cgi?id=210469
<rdar://problem/61746676>
Reviewed by Simon Fraser.
Modified main frame scroll snap tests to reflect the specification and add a
few more tests to test the legacy behavior which this change maintains for
backwards compatibility.
* css3/scroll-snap/scroll-snap-positions-mainframe.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-legacy-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-legacy.html: Copied from LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-legacy-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-legacy.html: Copied from LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-then-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe-legacy-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe-legacy.html: Copied from LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe.html:
2020-11-05 Alex Christensen <achristensen@webkit.org>
Align GBK and gb18030 encoder and decoder with specification and other browsers
https://bugs.webkit.org/show_bug.cgi?id=218380
Reviewed by David Kilzer.
* fast/encoding/char-encoding-expected.txt:
* fast/encoding/char-encoding.html:
2020-11-05 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] REGRESSION(r269211): Text with emoji can trigger drawing corruption
https://bugs.webkit.org/show_bug.cgi?id=218636
<rdar://problem/71066011>
Reviewed by Simon Fraser.
* fast/text/frequent-text-expected.html: Added.
* fast/text/frequent-text.html: Added.
2020-11-05 Chris Dumez <cdumez@apple.com>
unreviewed, rebaseline a couple tests on iOS after r269477.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
2020-11-05 John Wilander <wilander@apple.com>
PCM: Switch to JSON report format
https://bugs.webkit.org/show_bug.cgi?id=218634
<rdar://problem/70469923>
Reviewed by Brent Fulgham.
The standards conversation has landed in attribution reports in a JSON
format as opposed to the currently implemented URL format. Discussion
here: https://github.com/privacycg/private-click-measurement/issues/30
* http/tests/adClickAttribution/resources/conversionReport.php:
* http/tests/adClickAttribution/send-attribution-conversion-request-expected.txt:
2020-11-05 Chris Dumez <cdumez@apple.com>
Expose referrerPolicy attribute on HTMLLinkElement and HTMLAreaElement
https://bugs.webkit.org/show_bug.cgi?id=218632
Reviewed by Geoffrey Garen.
Rebaselined existing WPT tests now that more checks are passing.
* 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-11-05 Chris Dumez <cdumez@apple.com>
Crash in AudioBuffer::sampleRate()
https://bugs.webkit.org/show_bug.cgi?id=218603
Reviewed by Geoffrey Garen.
Add layout test coverage.
* webaudio/OfflineAudioContext-bad-buffer-crash-expected.txt: Added.
* webaudio/OfflineAudioContext-bad-buffer-crash.html: Added.
2020-11-05 Ryan Haddad <ryanhaddad@apple.com>
fast/forms/search/search-size-with-decorations.html is failing on Catalina.
Unreviewed test gardening.
* platform/mac-catalina/fast/forms/search/search-size-with-decorations-expected.txt: Renamed from LayoutTests/platform/mac-catalina/fast/forms/search-size-with-decorations-expected.txt.
2020-11-05 Ryan Haddad <ryanhaddad@apple.com>
[GPU Process] Add tests for sbix and COLR fonts in canvas
https://bugs.webkit.org/show_bug.cgi?id=218346
Unreviewed test gardening.
* platform/mac/TestExpectations: Skip the tests for Mojave.
2020-11-05 Youenn Fablet <youenn@apple.com>
WebSocket constructor should not throw in case port is blocked
https://bugs.webkit.org/show_bug.cgi?id=218617
<rdar://problem/71080398>
Reviewed by Alex Christensen.
Removing no longer valid test, correct version covered by WPT test.
* http/tests/websocket/tests/hybi/url-parsing-expected.txt:
* http/tests/websocket/tests/hybi/url-parsing.html:
2020-11-05 Chris Dumez <cdumez@apple.com>
<input disabled> does not fire click events after dispatchEvent
https://bugs.webkit.org/show_bug.cgi?id=215461
<rdar://problem/67030950>
Reviewed by Darin Adler.
Extend layout test coverage.
* fast/dom/HTMLInputElement/disabled-checkbox-click-expected.txt: Added.
* fast/dom/HTMLInputElement/disabled-checkbox-click.html: Added.
* fast/dom/HTMLInputElement/disabled-radio-click-expected.txt: Added.
* fast/dom/HTMLInputElement/disabled-radio-click.html: Added.
2020-11-05 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/html/browsers & web-platform-tests/html/dom tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=218590
Reviewed by Darin Adler.
* TestExpectations:
* tests-options.json:
2020-11-05 Antoine Quint <graouts@webkit.org>
REGRESSION (r263179): CSS checkbox no longer visible in iOS 14
https://bugs.webkit.org/show_bug.cgi?id=216690
<rdar://problem/69156576>
Reviewed by Simon Fraser.
Add two new tests: one that identifies the particular regression introduced by r263179 where
<div style="box-shadow: 0 0 0 10px"> would render nothing at all, and another one that does
further hit-testing on clipped child of an element with height: 0 and box-shadow to set ink
overflow which was failing even after r263179.
* fast/box-shadow/box-shadow-with-zero-height-expected.html: Added.
* fast/box-shadow/box-shadow-with-zero-height.html: Added.
* fast/box-shadow/hit-test-box-shadow-on-zero-height-clipping-container-2-expected.txt: Added.
* fast/box-shadow/hit-test-box-shadow-on-zero-height-clipping-container-2.html: Added.
2020-11-05 Aditya Keerthi <akeerthi@apple.com>
[macOS] Toggling dark mode does not update the scrollbar appearance in overflow: scroll elements
https://bugs.webkit.org/show_bug.cgi?id=218538
<rdar://problem/68953006>
Reviewed by Simon Fraser.
Added a layout test which draws a scrollbar in the dark appearance,
switches to the light appearance, and draws the scrollbar again. The
final image should have a light appearance scrollbar.
* fast/scrolling/mac/overflow-scrollbars-toggle-dark-mode-expected.html: Added.
* fast/scrolling/mac/overflow-scrollbars-toggle-dark-mode.html: Added.
2020-11-05 Youenn Fablet <youenn@apple.com>
Consider blocking ports 5060 and 5061
https://bugs.webkit.org/show_bug.cgi?id=218557
<rdar://problem/71031479>
Reviewed by Alex Christensen.
* TestExpectations:
2020-11-05 Ziran Sun <zsun@igalia.com>
[css-grid] Move tests grid-columns-rows-get-set-multiple and grid-content-sized-columns-resolution to WPT folder
https://bugs.webkit.org/show_bug.cgi?id=218565
These changes have been moved upstream in Chromium
at https://chromium-review.googlesource.com/c/chromium/src/+/2436821
and ported in WPT at
https://github.com/web-platform-tests/wpt/commit/7a287c9e26fbc12c91e1dde91859fabed96254b6
Reviewed by Manuel Rego Casasnovas.
* fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt: Removed.
* fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: Removed.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt: Removed.
* fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js: Removed.
2020-11-05 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Gardened several flaky failures reported in test bot.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-11-05 Jiewen Tan <jiewen_tan@apple.com>
[WebAuthn] Determine an AAGUID for the platform authenticators
https://bugs.webkit.org/show_bug.cgi?id=217945
<rdar://problem/70811618>
Reviewed by Brent Fulgham.
* http/wpt/webauthn/public-key-credential-create-success-local.https.html:
2020-11-04 Chris Dumez <cdumez@apple.com>
window.event may get set on wrong global when dispatching an event
https://bugs.webkit.org/show_bug.cgi?id=218546
Reviewed by Sam Weinig.
Extend layout test coverage.
* fast/events/window-event-onerror-expected.txt: Added.
* fast/events/window-event-onerror-recursive-expected.txt: Added.
* fast/events/window-event-onerror-recursive.html: Added.
* fast/events/window-event-onerror.html: Added.
* fast/events/window-event-recursive.html: Added.
2020-11-04 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update expectations of flaky text failures.
The updated tests have been failing consistently for the last 4000 revisions.
A few tests are actually passing now, after emiting a new baseline.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/content-security-policy/reporting/report-only-in-meta.sub-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-expected.txt: Added.
2020-11-04 Eric Carlson <eric.carlson@apple.com>
Transparent video poster image doesn't keep element transparent once first frame is preloaded
https://bugs.webkit.org/show_bug.cgi?id=218391
<rdar://problem/70916944>
Reviewed by Jer Noble.
* TestExpectations: Mark a test that expect video state changes to be visible on the
next rAF to be flaky. HTMLMediaElement uses taskQueues to change properties, and
taskQueue isn't synchronized to rAF, so sometimes the task runs before the next
rAF and sometimes after, making the test flaky.
* compositing/video/video-poster.html: Don't expect the transition to having layers
to be instantaneous.
* media/video-poster-visible-after-first-video-frame-expected.txt: Added.
* media/video-poster-visible-after-first-video-frame.html: Added.
2020-11-04 Truitt Savell <tsavell@apple.com>
[ Mac WK1 ] fast/text/canvas-color-fonts/COLR.html is failing
https://bugs.webkit.org/show_bug.cgi?id=218591
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-11-04 Aditya Keerthi <akeerthi@apple.com>
[Contact Picker API] Add support for picker UI on iOS
https://bugs.webkit.org/show_bug.cgi?id=218189
<rdar://problem/69862277>
Reviewed by Devin Rousso.
Added tests to verify the presentation and dismissal of a contact
picker on iOS. The new tests are only run on iOS WK2, since that is the
only platform which currently supports the presentation of a contact
picker. Note that these tests will be enabled on macOS WK2 once support
is added in a forthcoming patch.
* TestExpectations:
* contact-picker/contacts-select-after-dismissing-picker-expected.txt: Added.
* contact-picker/contacts-select-after-dismissing-picker.html: Added.
* contact-picker/contacts-select-expected.txt: Added.
* contact-picker/contacts-select-while-presenting-picker-expected.txt: Added.
* contact-picker/contacts-select-while-presenting-picker.html: Added.
* contact-picker/contacts-select.html: Added.
* platform/ios-wk2/TestExpectations:
* resources/ui-helper.js:
(window.UIHelper.waitForContactPickerToShow):
(window.UIHelper.waitForContactPickerToHide):
(window.UIHelper.dismissContactPickerWithContacts):
2020-11-04 Aditya Keerthi <akeerthi@apple.com>
REGRESSION (Big Sur): fast/forms/hidpi-textfield-background-bleeding.html is failing
https://bugs.webkit.org/show_bug.cgi?id=218540
<rdar://problem/66295552>
Reviewed by Wenson Hsieh.
The purpose of the failing test is to verify that textfield backgrounds
(which are drawn completely by WebKit) do not bleed outside of the
textfield border (which is drawn using AppKit).
The test is currently failing as there is a 0.5px shadow that appears
outside the border on Big Sur. This is a result of changes made to the
appearance of system controls in Big Sur. The failure is benign, as the
test still confirms that the background does not bleed.
In order to ensure that we can still run this test on Big Sur, update
the expectation to account for the shadow.
* platform/mac-bigsur/fast/forms/hidpi-textfield-background-bleeding-expected.html: Added.
* platform/mac/TestExpectations:
2020-11-04 Antti Koivisto <antti@apple.com>
REGRESSION (r257839): Miscomputed style due to computed 'rem' value in matched declaration cache
https://bugs.webkit.org/show_bug.cgi?id=218561
<rdar://problem/70074191>
Reviewed by Zalan Bujtas.
* fast/dom/focus-rem-style-update-expected.html: Added.
* fast/dom/focus-rem-style-update.html: Added.
2020-11-04 Chris Dumez <cdumez@apple.com>
REGRESSION(r268161?): [ macOS ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/processing-after-resume.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217542
<rdar://problem/70159546>
Reviewed by Youenn Fablet.
Unskip test that should no longer be flaky.
* platform/mac/TestExpectations:
2020-11-04 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some failures and rebaseline panner tests
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic-expected.txt:
* platform/wpe/TestExpectations:
2020-11-04 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, fix pre-existing failures for EWS.
* platform/mac-catalina/fast/forms/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac-catalina/fast/forms/search/search-size-with-decorations-expected.txt.
* platform/mac-mojave/fast/forms/listbox-width-change-expected.txt: Added.
* platform/mac-mojave/fast/forms/search-rtl-expected.txt: Added.
* platform/mac-mojave/fast/forms/search/search-size-with-decorations-expected.txt: Renamed from LayoutTests/platform/mac-catalina/fast/forms/search/search-size-with-decorations-expected.txt.
2020-11-04 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, fix the test baselines for pre-Big Sur bots that I broke with r269345.
* platform/mac-catalina/fast/forms/search/search-size-with-decorations-expected.txt: Renamed from LayoutTests/platform/mac-catalina/fast/forms/search-size-with-decorations-expected.txt.
* platform/mac-mojave/fast/forms/listbox-width-change-expected.txt: Removed.
* platform/mac-mojave/fast/forms/search-rtl-expected.txt: Removed.
* platform/mac-mojave/fast/forms/search-size-with-decorations-expected.txt: Removed.
2020-11-04 Ryan Haddad <ryanhaddad@apple.com>
[GPU Process] Add tests for sbix and COLR fonts in canvas
https://bugs.webkit.org/show_bug.cgi?id=218346
Unreviewed test gardening.
* platform/mac/TestExpectations: Skip these tests on Mojave since they
aren't supported and they crash under GuardMalloc.
2020-11-04 Antoine Quint <graouts@webkit.org>
[iOS 14 wk2] animations/unprefixed-events-mixed-with-prefixed.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=218559
<rdar://problem/67034553>
Reviewed by Dean Jackson.
Increase this test's fidelity by using a longer animation-duration to reduce the likelihood that
the the animation would be run without an intermediary frame in the second iteration.
* animations/unprefixed-events-mixed-with-prefixed.html:
2020-11-04 Antoine Quint <graouts@webkit.org>
REGRESSION (r266972): [ Mojave+ debug wk2 ] compositing/animation/repaint-after-clearing-shared-backing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217540
<rdar://problem/70157935>
Reviewed by Dean Jackson.
Improve the fidelity of this test by using a longer initial animation.
* compositing/animation/repaint-after-clearing-shared-backing.html:
* platform/mac-wk2/TestExpectations:
2020-11-04 Antoine Quint <graouts@webkit.org>
[ macOS ] webanimations/accelerated-animation-easing-update-after-pause.html is a flaky ImageOnlyFailure
https://bugs.webkit.org/show_bug.cgi?id=216481
<rdar://problem/68858100>
Reviewed by Dean Jackson.
Improve this test's fidelity by making the animation much longer (1 day) and ensuring we always wait one presentation
and one rendering update before committing any changes to the animations.
* platform/mac/TestExpectations:
* webanimations/accelerated-animation-easing-update-after-pause.html:
2020-11-04 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines of failing tests that should be actually passing.
The tests removed were marked as text flaky failures. Inspecting the
last 4000 revisions for each test shows they have been actually passing
consistently. Each test had its corresponding baseline which was
outdated causing the test to fail.
* platform/gtk/TestExpectations:
* platform/gtk/compositing/video/video-object-fit-expected.txt:
* platform/gtk/editing/input/option-page-up-down-expected.txt: Removed.
* platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt:
* platform/gtk/editing/selection/5057506-expected.txt:
* platform/gtk/fast/frames/flattening/frameset-flattening-grid-expected.txt:
* platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
* platform/gtk/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
* platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
* platform/gtk/fast/hidpi/image-set-background-dynamic-expected.txt:
* platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
* platform/gtk/fast/inline-block/14498-positionForCoordinates-expected.txt:
* platform/gtk/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
* platform/gtk/fast/multicol/scrolling-overflow-expected.txt:
* platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
* platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
* platform/gtk/fast/overflow/overflow-text-hit-testing-expected.txt:
* platform/gtk/fast/table/dynamic-caption-add-before-child-expected.txt:
* platform/gtk/fast/table/multiple-captions-display-expected.txt:
* platform/gtk/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/gtk/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
* platform/gtk/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
* platform/gtk/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
* platform/gtk/http/tests/misc/acid2-expected.txt:
* platform/gtk/http/tests/misc/acid2-pixel-expected.txt:
* platform/gtk/mathml/presentation/roots-expected.txt:
* platform/gtk/media/controls-without-preload-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/gtk/transitions/move-after-transition-expected.txt:
2020-11-04 Chris Dumez <cdumez@apple.com>
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections.html fails on some platforms
https://bugs.webkit.org/show_bug.cgi?id=218527
<rdar://problem/68947198>
Reviewed by Eric Carlson.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
Unskip test that should no longer be flaky.
* resources/testharnessreport.js:
(self.testRunner.add_completion_callback):
In addition to stripping arrays of floating point values from webaudio tests' output,
we now also truncate all floating point values to 6 decimals in those tests too.
This allows tests like k-rate-panner-connections.html to consistently pass on all
platforms because the floating point values that were causing failures are not in an
array.
2020-11-04 Sam Weinig <weinig@apple.com>
Remove experimental: and internal: prefixes from test header commands
https://bugs.webkit.org/show_bug.cgi?id=218547
Reviewed by Wenson Hsieh.
They are no longer necessary.
* accessibility/ios-simulator/scroll-in-overflow-div.html:
* compositing/backing/foreground-layer-no-paints-into-ancestor-expected.html:
* compositing/backing/foreground-layer-no-paints-into-ancestor.html:
* compositing/clipping/border-radius-async-overflow-clipping-layer.html:
* compositing/clipping/border-radius-async-overflow-non-stacking.html:
* compositing/clipping/border-radius-async-overflow-stacking.html:
* compositing/clipping/nested-overflow-with-border-radius-expected.html:
* compositing/clipping/nested-overflow-with-border-radius.html:
* compositing/geometry/fixed-inside-overflow-scroll.html:
* compositing/geometry/rtl-overflow-scroll-expected.html:
* compositing/geometry/rtl-overflow-scroll.html:
* compositing/ios/overflow-scroll-touch-tiles.html:
* compositing/ios/overflow-scroll-update-overlap.html:
* compositing/ios/rtl-overflow-scrolling-2.html:
* compositing/layer-creation/absolute-in-async-overflow-scroll.html:
* compositing/layer-creation/clipping-scope/nested-scroller-overlap.html:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-scroller.html:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-stacking-context-scroller.html:
* compositing/layer-creation/clipping-scope/scroller-with-negative-z-children.html:
* compositing/layer-creation/clipping-scope/shared-layers-in-scroller.html:
* compositing/layer-creation/overlap-in-scroller-expected.html:
* compositing/layer-creation/overlap-in-scroller.html:
* compositing/overflow/absolute-in-overflow-expected.html:
* compositing/overflow/absolute-in-overflow.html:
* compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor.html:
* compositing/overflow/iframe-inside-overflow-clipping.html:
* compositing/overflow/nested-scrolling.html:
* compositing/overflow/overflow-auto-with-touch-no-overflow.html:
* compositing/overflow/overflow-auto-with-touch-toggle.html:
* compositing/overflow/overflow-auto-with-touch.html:
* compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor.html:
* compositing/overflow/overflow-hidden-with-touch.html:
* compositing/overflow/overflow-overlay-with-touch-no-overflow.html:
* compositing/overflow/overflow-overlay-with-touch.html:
* compositing/overflow/overflow-scroll-with-touch-no-overflow.html:
* compositing/overflow/overflow-visible-with-touch.html:
* compositing/overflow/remove-overflow-crash.html:
* compositing/overflow/rtl-scrollbar-layer-positioning.html:
* compositing/overflow/scrolling-content-clip-to-viewport.html:
* compositing/overflow/scrolling-without-painting.html:
* compositing/overflow/should-not-override-z-index-for-element-with-non-auto-z-index-and-overflow-scroll-and-touch.html:
* compositing/overflow/stacking-context-composited-scroller-with-foreground-paint-phases.html:
* compositing/overflow/subpixel-overflow.html:
* compositing/overflow/textarea-scroll-touch.html:
* compositing/overflow/updating-scrolling-content.html:
* compositing/repaint/compositing-toggle-in-overflow-scroll-repaint.html:
* compositing/repaint/scroller-with-foreground-layer-repaints.html:
* compositing/rtl/rtl-overflow-scrolling.html:
* compositing/rtl/rtl-scrolling-with-transformed-descendants.html:
* compositing/scrolling/async-overflow-scrolling/become-non-scrollable-with-child-expected.html:
* compositing/scrolling/async-overflow-scrolling/become-non-scrollable-with-child.html:
* compositing/scrolling/async-overflow-scrolling/become-non-scrollable.html:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-clipped-by-scroll.html:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-nested.html:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow.html:
* compositing/scrolling/async-overflow-scrolling/foreground-layer-paint-phase-expected.html:
* compositing/scrolling/async-overflow-scrolling/foreground-layer-paint-phase.html:
* compositing/scrolling/async-overflow-scrolling/layer-for-negative-z-in-scroller.html:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-hidden.html:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-visible.html:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-gain-clipping-layer.html:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-in-clipped.html:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-lose-clipping-layer.html:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow.html:
* compositing/scrolling/async-overflow-scrolling/mac/overflow-in-flex-empty-tiles-expected.html:
* compositing/scrolling/async-overflow-scrolling/mac/overflow-in-flex-empty-tiles.html:
* compositing/scrolling/async-overflow-scrolling/negative-z-in-scroller-expected.html:
* compositing/scrolling/async-overflow-scrolling/negative-z-in-scroller.html:
* compositing/scrolling/async-overflow-scrolling/nested-scrollers-backing-attachment.html:
* compositing/scrolling/async-overflow-scrolling/overflow-scroll-paint-order-sibling-expected.html:
* compositing/scrolling/async-overflow-scrolling/overflow-scroll-paint-order-sibling.html:
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-dynamic.html:
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-inside-hidden.html:
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-nested.html:
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar.html:
* compositing/scrolling/async-overflow-scrolling/position-inside-rtl-overflow.html:
* compositing/scrolling/async-overflow-scrolling/toggle-visibility-on-scroller.html:
* compositing/scrolling/async-overflow-scrolling/transform-change-scrollbar-position.html:
* compositing/scrolling/async-overflow-scrolling/visibility-hidden-scrollers.html:
* compositing/scrolling/fixed-inside-scroll-expected.html:
* compositing/scrolling/fixed-inside-scroll.html:
* compositing/scrolling/overflow-scrolling-layers-are-self-painting.html:
* compositing/scrolling/touch-scroll-to-clip.html:
* compositing/scrolling/touch-scrolling-repaint-expected.html:
* compositing/scrolling/touch-scrolling-repaint-spans-expected.html:
* compositing/scrolling/touch-scrolling-repaint-spans.html:
* compositing/scrolling/touch-scrolling-repaint.html:
* compositing/shared-backing/clipping-and-shared-backing-expected.html:
* compositing/shared-backing/clipping-and-shared-backing.html:
* compositing/shared-backing/overflow-scroll/absolute-in-stacking-relative-in-scroller.html:
* compositing/shared-backing/overflow-scroll/composited-absolute-in-absolute-in-relative-in-scroller.html:
* compositing/shared-backing/overflow-scroll/nested-absolute-with-clipping-in-stacking-overflow.html:
* compositing/shared-backing/overflow-scroll/non-self-painting-layer-should-not-share.html:
* compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness.html:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping.html:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-relative-clipping.html:
* compositing/shared-backing/overflow-scroll/relative-in-div-in-overflow-scroll.html:
* compositing/shared-backing/overflow-scroll/repaint-shared-on-scroll-expected.html:
* compositing/shared-backing/overflow-scroll/repaint-shared-on-scroll.html:
* compositing/shared-backing/overflow-scroll/scrolled-contents-has-painted-content.html:
* compositing/shared-backing/overflow-scroll/scrolled-contents-unconstrained-clip-expected.html:
* compositing/shared-backing/overflow-scroll/scrolled-contents-unconstrained-clip.html:
* compositing/shared-backing/overflow-scroll/shared-layer-clipping-expected.html:
* compositing/shared-backing/overflow-scroll/shared-layer-clipping.html:
* compositing/shared-backing/overflow-scroll/shared-layer-composited-bounds.html:
* compositing/shared-backing/overflow-scroll/shared-layer-nested-relative-stacking.html:
* compositing/shared-backing/overflow-scroll/shared-layer-repaint.html:
* compositing/shared-backing/overflow-scroll/sharing-layer-becomes-non-scrollable-expected.html:
* compositing/shared-backing/overflow-scroll/sharing-layer-becomes-non-scrollable.html:
* compositing/shared-backing/repaint-into-shared-backing-expected.html:
* compositing/shared-backing/repaint-into-shared-backing.html:
* compositing/shared-backing/sharing-cached-clip-rects.html:
* compositing/tiling/perspective-on-scroller-tile-coverage.html:
* compositing/transforms/perspective-with-scrolling-expected.html:
* compositing/transforms/perspective-with-scrolling.html:
* contact-picker/contacts-interfaces.html:
* contact-picker/contacts-manager-get-properties.html:
* contact-picker/contacts-select-invalid-properties-and-options.html:
* contact-picker/contacts-select-requires-user-gesture.html:
* contact-picker/contacts-select-subframe.html:
* css-custom-properties-api/crash.html:
* css-custom-properties-api/cycles.html:
* css-custom-properties-api/inherits.html:
* css-custom-properties-api/initialValueJS.html:
* css-custom-properties-api/inline.html:
* css-custom-properties-api/length.html:
* css-custom-properties-api/length2.html:
* css-custom-properties-api/registerProperty.html:
* css-typedom/attributeStyleMap.html:
* css-typedom/sameobject.html:
* css3/scroll-snap/nested-elements.html:
* css3/scroll-snap/scroll-snap-children-with-overflow.html:
* css3/scroll-snap/scroll-snap-offsets-mixed-rtl.html:
* css3/scroll-snap/scroll-snap-offsets-rtl.html:
* css3/scroll-snap/scroll-snap-offsets.html:
* css3/scroll-snap/scroll-snap-positions.html:
* css3/scroll-snap/scroll-snap-programmatic-overflow-scroll.html:
* css3/scroll-snap/scroll-snap-style-changed-align.html:
* editing/async-clipboard/clipboard-change-data-while-getting-type.html:
* editing/async-clipboard/clipboard-change-data-while-reading.html:
* editing/async-clipboard/clipboard-change-data-while-writing.html:
* editing/async-clipboard/clipboard-do-not-read-text-from-platform-if-text-changes.html:
* editing/async-clipboard/clipboard-get-type-with-old-items.html:
* editing/async-clipboard/clipboard-interfaces.html:
* editing/async-clipboard/clipboard-item-basic.html:
* editing/async-clipboard/clipboard-item-get-type-basic.html:
* editing/async-clipboard/clipboard-read-basic.html:
* editing/async-clipboard/clipboard-read-text-from-platform.html:
* editing/async-clipboard/clipboard-read-text-same-origin.html:
* editing/async-clipboard/clipboard-read-text.html:
* editing/async-clipboard/clipboard-read-while-pasting.html:
* editing/async-clipboard/clipboard-read-write-images.html:
* editing/async-clipboard/clipboard-wrapper-stays-alive.html:
* editing/async-clipboard/clipboard-write-basic.html:
* editing/async-clipboard/clipboard-write-in-copy-event-handler-in-subframe.html:
* editing/async-clipboard/clipboard-write-in-copy-event-handler.html:
* editing/async-clipboard/clipboard-write-items-twice.html:
* editing/async-clipboard/clipboard-write-text-requires-user-gesture.html:
* editing/async-clipboard/clipboard-write-text.html:
* editing/async-clipboard/sanitize-when-reading-markup.html:
* editing/async-clipboard/sanitize-when-writing-image.html:
* editing/selection/expando.html:
* editing/selection/ios/update-selection-after-iframe-scroll.html:
* editing/selection/ios/update-selection-after-overflow-scroll.html:
* editing/selection/overflow-scroll-while-selecting-text.html:
* editing/undo-manager/undo-manager-add-item-exceptions.html:
* editing/undo-manager/undo-manager-add-item.html:
* editing/undo-manager/undo-manager-delete-stale-undo-items.html:
* editing/undo-manager/undo-manager-interfaces.html:
* editing/undo-manager/undo-manager-item-labels.html:
* editing/undo-manager/undo-manager-keeps-wrapper-alive.html:
* editing/undo-manager/undo-manager-undo-redo-after-garbage-collection.html:
* fast/canvas/webgl/hide-some-renderer-info.html:
* fast/css-custom-paint/animate-repaint.html:
* fast/css-custom-paint/animate.html:
* fast/css-custom-paint/arguments.html:
* fast/css-custom-paint/basic.html:
* fast/css-custom-paint/constructor.html:
* fast/css-custom-paint/delay-repaint.html:
* fast/css-custom-paint/delay.html:
* fast/css-custom-paint/image.html:
* fast/css-custom-paint/leaks.html:
* fast/css-custom-paint/multiple-worklets-isolation.html:
* fast/css-custom-paint/multiple-worklets.html:
* fast/css-custom-paint/properties-expected.html:
* fast/css-custom-paint/properties.html:
* fast/css-custom-paint/registerPaintBindings-expected.html:
* fast/css-custom-paint/registerPaintBindings.html:
* fast/css-custom-paint/resources/leaks-frame.html:
* fast/css-custom-paint/simple-hidpi.html:
* fast/css-custom-paint/worklet-expected.html:
* fast/css-custom-paint/worklet.html:
* fast/events/drag-smooth-scroll-element.html:
* fast/events/ios/ipad/fast-click-always-mobile-content-mode.html:
* fast/events/ios/ipad/fast-click-not-always.html:
* fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-overflow.html:
* fast/events/ios/touch-events-during-scroll-deceleration-in-overflow.html:
* fast/events/scroll-subframe-in-rendering-update.html:
* fast/events/touch/ios/drag-block-without-overflow-scroll-and-passive-observer-on-block.html:
* fast/events/touch/ios/drag-block-without-overflow-scroll-and-passive-observer-on-document.html:
* fast/events/touch/ios/drag-block-without-overflow-scroll.html:
* fast/events/touch/ios/mouse-events-dispatch-with-touch.html:
* fast/events/touch/ios/prevent-default-on-touch-start-with-slow-event-listener.html:
* fast/events/touch/ios/resources/finish-test-after-scrolling-with-touch-event-handlers.html:
* fast/events/touch/ios/scroll-on-touch-start-with-slow-event-listener.html:
* fast/events/touch/ios/touch-event-stall-after-navigating-with-pending-asynchronous-touch-start.html:
* fast/layers/overflow-scroll-self-painting-expected.html:
* fast/layers/overflow-scroll-self-painting.html:
* fast/layoutformattingcontext/absolute-positioned-box-with-inline-sibling-expected.html:
* fast/layoutformattingcontext/absolute-positioned-box-with-inline-sibling.html:
* fast/layoutformattingcontext/absolute-positioned-simple-table-expected.html:
* fast/layoutformattingcontext/absolute-positioned-simple-table.html:
* fast/layoutformattingcontext/absolute-positioned-simple-table2-expected.html:
* fast/layoutformattingcontext/absolute-positioned-simple-table2.html:
* fast/layoutformattingcontext/absolute-positioned-simple-table3-expected.html:
* fast/layoutformattingcontext/absolute-positioned-simple-table3.html:
* fast/layoutformattingcontext/anonymous-inline-container-simple-expected.html:
* fast/layoutformattingcontext/anonymous-inline-container-simple.html:
* fast/layoutformattingcontext/block-only/abs-pos-with-border-padding-and-float-child-expected.html:
* fast/layoutformattingcontext/block-only/abs-pos-with-border-padding-and-float-child.html:
* fast/layoutformattingcontext/block-only/absolute-auto-with-sibling-margin-bottom.html:
* fast/layoutformattingcontext/block-only/absolute-height-stretch.html:
* fast/layoutformattingcontext/block-only/absolute-left-auto.html:
* fast/layoutformattingcontext/block-only/absolute-left-right-top-bottom-auto.html:
* fast/layoutformattingcontext/block-only/absolute-nested.html:
* fast/layoutformattingcontext/block-only/absolute-nested2.html:
* fast/layoutformattingcontext/block-only/absolute-position-left-right-margin.html:
* fast/layoutformattingcontext/block-only/absolute-position-min-max-height.html:
* fast/layoutformattingcontext/block-only/absolute-position-min-max-width.html:
* fast/layoutformattingcontext/block-only/absolute-position-when-containing-block-is-not-in-the-formatting-context.html:
* fast/layoutformattingcontext/block-only/absolute-position-when-containing-block-is-not-in-the-formatting-context2.html:
* fast/layoutformattingcontext/block-only/absolute-position-with-margin-auto-simple-expected.html:
* fast/layoutformattingcontext/block-only/absolute-position-with-margin-auto-simple.html:
* fast/layoutformattingcontext/block-only/absolute-position-with-margin-auto-simple2-expected.html:
* fast/layoutformattingcontext/block-only/absolute-position-with-margin-auto-simple2.html:
* fast/layoutformattingcontext/block-only/absolute-positioned-min-max-percentage-with-parent-padding-expected.html:
* fast/layoutformattingcontext/block-only/absolute-positioned-min-max-percentage-with-parent-padding.html:
* fast/layoutformattingcontext/block-only/absolute-simple.html:
* fast/layoutformattingcontext/block-only/absolute-width-shrink-to-fit.html:
* fast/layoutformattingcontext/block-only/absolute-width-stretch.html:
* fast/layoutformattingcontext/block-only/absolute-with-static-block-position-nested.html:
* fast/layoutformattingcontext/block-only/almost-intruding-left-float-simple.html:
* fast/layoutformattingcontext/block-only/block-replaced-with-vertical-margins-expected.html:
* fast/layoutformattingcontext/block-only/block-replaced-with-vertical-margins.html:
* fast/layoutformattingcontext/block-only/block-root-top-should-start-from-float-top-expected.html:
* fast/layoutformattingcontext/block-only/block-root-top-should-start-from-float-top.html:
* fast/layoutformattingcontext/block-only/body-height-with-auto-html-height-quirk.html:
* fast/layoutformattingcontext/block-only/body-height-with-auto-html-height-quirk2.html:
* fast/layoutformattingcontext/block-only/body-height-with-non-auto-html-height-quirk.html:
* fast/layoutformattingcontext/block-only/body-height-with-non-auto-html-height-quirk2.html:
* fast/layoutformattingcontext/block-only/border-simple.html:
* fast/layoutformattingcontext/block-only/box-sizing-inflow-out-of-flow-simple.html:
* fast/layoutformattingcontext/block-only/collapsed-margin-with-min-height.html:
* fast/layoutformattingcontext/block-only/collapsed-through-siblings.html:
* fast/layoutformattingcontext/block-only/collapsed-through-with-parent.html:
* fast/layoutformattingcontext/block-only/fixed-nested.html:
* fast/layoutformattingcontext/block-only/float-and-siblings-with-margins.html:
* fast/layoutformattingcontext/block-only/float-avoider-multiple-roots.html:
* fast/layoutformattingcontext/block-only/float-avoider-simple-left.html:
* fast/layoutformattingcontext/block-only/float-avoider-simple-right.html:
* fast/layoutformattingcontext/block-only/float-avoider-with-margins.html:
* fast/layoutformattingcontext/block-only/float-clear-with-auto-width-expected.html:
* fast/layoutformattingcontext/block-only/float-clear-with-auto-width.html:
* fast/layoutformattingcontext/block-only/float-left-when-container-has-padding-margin.html:
* fast/layoutformattingcontext/block-only/float-min-max-height.html:
* fast/layoutformattingcontext/block-only/float-min-max-width.html:
* fast/layoutformattingcontext/block-only/floating-and-next-previous-inflow-with-margin-with-no-border.html:
* fast/layoutformattingcontext/block-only/floating-and-next-previous-inflow-with-margin.html:
* fast/layoutformattingcontext/block-only/floating-box-clear-both-simple.html:
* fast/layoutformattingcontext/block-only/floating-box-clear-right-simple.html:
* fast/layoutformattingcontext/block-only/floating-box-left-and-right-multiple-with-top-offset.html:
* fast/layoutformattingcontext/block-only/floating-box-left-and-right-multiple.html:
* fast/layoutformattingcontext/block-only/floating-box-right-simple.html:
* fast/layoutformattingcontext/block-only/floating-box-with-clear-siblings.html:
* fast/layoutformattingcontext/block-only/floating-box-with-clear-simple.html:
* fast/layoutformattingcontext/block-only/floating-box-with-new-formatting-context.html:
* fast/layoutformattingcontext/block-only/floating-box-with-relative-positioned-sibling.html:
* fast/layoutformattingcontext/block-only/floating-left-and-right-with-clearance.html:
* fast/layoutformattingcontext/block-only/floating-left-right-simple.html:
* fast/layoutformattingcontext/block-only/floating-left-right-with-all-margins.html:
* fast/layoutformattingcontext/block-only/floating-lefts-and-rights-simple.html:
* fast/layoutformattingcontext/block-only/floating-multiple-lefts-in-body.html:
* fast/layoutformattingcontext/block-only/floating-multiple-lefts-multiple-lines.html:
* fast/layoutformattingcontext/block-only/floating-multiple-lefts.html:
* fast/layoutformattingcontext/block-only/floating-with-new-block-formatting-context.html:
* fast/layoutformattingcontext/block-only/floats-and-block-formatting-roots-expected.html:
* fast/layoutformattingcontext/block-only/floats-and-block-formatting-roots.html:
* fast/layoutformattingcontext/block-only/inflow-min-max-height.html:
* fast/layoutformattingcontext/block-only/inflow-min-max-width.html:
* fast/layoutformattingcontext/block-only/margin-collapse-bottom-bottom.html:
* fast/layoutformattingcontext/block-only/margin-collapse-bottom-nested.html:
* fast/layoutformattingcontext/block-only/margin-collapse-first-last-are-floating.html:
* fast/layoutformattingcontext/block-only/margin-collapse-simple.html:
* fast/layoutformattingcontext/block-only/margin-collapse-top-nested.html:
* fast/layoutformattingcontext/block-only/margin-collapse-when-child-has-padding-border.html:
* fast/layoutformattingcontext/block-only/margin-collapse-with-block-formatting-context.html:
* fast/layoutformattingcontext/block-only/margin-collapse-with-block-formatting-context2.html:
* fast/layoutformattingcontext/block-only/margin-collapse-with-clearance.html:
* fast/layoutformattingcontext/block-only/margin-left-right-sizing-out-of-flow.html:
* fast/layoutformattingcontext/block-only/margin-left-right-sizing.html:
* fast/layoutformattingcontext/block-only/margin-propagation-simple-content-height.html:
* fast/layoutformattingcontext/block-only/margin-sibling-collapse-propagated.html:
* fast/layoutformattingcontext/block-only/margin-simple.html:
* fast/layoutformattingcontext/block-only/min-max-and-preferred-width-simple-expected.html:
* fast/layoutformattingcontext/block-only/min-max-and-preferred-width-simple.html:
* fast/layoutformattingcontext/block-only/min-max-height-percentage.html:
* fast/layoutformattingcontext/block-only/negative-margin-simple.html:
* fast/layoutformattingcontext/block-only/non-auto-top-bottom-height-with-auto-margins.html:
* fast/layoutformattingcontext/block-only/non-auto-top-bottom-height-with-margins.html:
* fast/layoutformattingcontext/block-only/non-auto-top-bottom-left-right-widht-height-out-of-flow.html:
* fast/layoutformattingcontext/block-only/out-of-flow-is-never-float-box-expected.html:
* fast/layoutformattingcontext/block-only/out-of-flow-is-never-float-box.html:
* fast/layoutformattingcontext/block-only/out-of-flow-with-containing-block-border-padding.html:
* fast/layoutformattingcontext/block-only/padding-nested.html:
* fast/layoutformattingcontext/block-only/padding-simple.html:
* fast/layoutformattingcontext/block-only/relative-auto-with-parent-offset.html:
* fast/layoutformattingcontext/block-only/relative-auto.html:
* fast/layoutformattingcontext/block-only/relative-bottom.html:
* fast/layoutformattingcontext/block-only/relative-position-when-containing-block-is-not-in-the-formatting-context.html:
* fast/layoutformattingcontext/block-only/relative-right.html:
* fast/layoutformattingcontext/block-only/relative-siblings.html:
* fast/layoutformattingcontext/block-only/relative-simple.html:
* fast/layoutformattingcontext/block-only/replaced-as-inline-block-simple-expected.html:
* fast/layoutformattingcontext/block-only/replaced-as-inline-block-simple.html:
* fast/layoutformattingcontext/block-only/replaced-intrinsic-width-simple-expected.html:
* fast/layoutformattingcontext/block-only/replaced-intrinsic-width-simple.html:
* fast/layoutformattingcontext/br-and-wbr-simple-expected.html:
* fast/layoutformattingcontext/br-and-wbr-simple.html:
* fast/layoutformattingcontext/br-in-inline-content-simple-expected.html:
* fast/layoutformattingcontext/br-in-inline-content-simple.html:
* fast/layoutformattingcontext/center-alignment-with-block-content-simple-expected.html:
* fast/layoutformattingcontext/center-alignment-with-block-content-simple.html:
* fast/layoutformattingcontext/empty-block-level-box-with-clearance-expected.html:
* fast/layoutformattingcontext/empty-block-level-box-with-clearance.html:
* fast/layoutformattingcontext/empty-table-box-expected.html:
* fast/layoutformattingcontext/empty-table-box.html:
* fast/layoutformattingcontext/empty-table-with-specified-height-quirk-simple-expected.html:
* fast/layoutformattingcontext/empty-table-with-specified-height-quirk-simple.html:
* fast/layoutformattingcontext/empty-table-with-specified-height-standards-simple-expected.html:
* fast/layoutformattingcontext/empty-table-with-specified-height-standards-simple.html:
* fast/layoutformattingcontext/fit-content-width-simple-expected.html:
* fast/layoutformattingcontext/fit-content-width-simple.html:
* fast/layoutformattingcontext/flex-box-simple.html:
* fast/layoutformattingcontext/float-and-br-inline-content-only-expected.html:
* fast/layoutformattingcontext/float-and-br-inline-content-only.html:
* fast/layoutformattingcontext/float-avoider-available-horizontal-space-expected.html:
* fast/layoutformattingcontext/float-avoider-available-horizontal-space.html:
* fast/layoutformattingcontext/float-avoider-available-horizontal-space2-expected.html:
* fast/layoutformattingcontext/float-avoider-available-horizontal-space2.html:
* fast/layoutformattingcontext/float-avoider-available-horizontal-space3-expected.html:
* fast/layoutformattingcontext/float-avoider-available-horizontal-space3.html:
* fast/layoutformattingcontext/float-avoider-with-inline-content-expected.html:
* fast/layoutformattingcontext/float-avoider-with-inline-content.html:
* fast/layoutformattingcontext/float-avoiding-br-last-line-expected.html:
* fast/layoutformattingcontext/float-avoiding-br-last-line.html:
* fast/layoutformattingcontext/float-avoiding-br-simple-expected.html:
* fast/layoutformattingcontext/float-avoiding-br-simple.html:
* fast/layoutformattingcontext/float-in-inline-context-simple-expected.html:
* fast/layoutformattingcontext/float-in-inline-context-simple.html:
* fast/layoutformattingcontext/float-inside-table-cell-simple-expected.html:
* fast/layoutformattingcontext/float-inside-table-cell-simple.html:
* fast/layoutformattingcontext/float-with-clear-simple-expected.html:
* fast/layoutformattingcontext/float-with-clear-simple.html:
* fast/layoutformattingcontext/floats-shrinking-line-simple-expected.html:
* fast/layoutformattingcontext/floats-shrinking-line-simple.html:
* fast/layoutformattingcontext/flow-integration-basic-paint.html:
* fast/layoutformattingcontext/flow-integration-basic.html:
* fast/layoutformattingcontext/height-percentage-quirk-to-icb-expected.html:
* fast/layoutformattingcontext/height-percentage-quirk-to-icb.html:
* fast/layoutformattingcontext/height-precentage-with-anonymous-wrapper-expected.html:
* fast/layoutformattingcontext/height-precentage-with-anonymous-wrapper.html:
* fast/layoutformattingcontext/horizontal-sizing-with-trailing-letter-spacing-expected.html:
* fast/layoutformattingcontext/horizontal-sizing-with-trailing-letter-spacing.html:
* fast/layoutformattingcontext/html-is-absolute-positioned-expected.html:
* fast/layoutformattingcontext/html-is-absolute-positioned.html:
* fast/layoutformattingcontext/inlin-box-content-fits-but-the-box-does-not-expected.html:
* fast/layoutformattingcontext/inlin-box-content-fits-but-the-box-does-not.html:
* fast/layoutformattingcontext/inline-box-overlaps-multiple-lines-expected.html:
* fast/layoutformattingcontext/inline-box-overlaps-multiple-lines.html:
* fast/layoutformattingcontext/inline-float-simple-expected.html:
* fast/layoutformattingcontext/inline-float-simple.html:
* fast/layoutformattingcontext/inline-max-width-height-simple-expected.html:
* fast/layoutformattingcontext/inline-max-width-height-simple.html:
* fast/layoutformattingcontext/inline-text-outside-of-inline-container-simple-expected.html:
* fast/layoutformattingcontext/inline-text-outside-of-inline-container-simple.html:
* fast/layoutformattingcontext/intrusive-floats-takes-entire-horizontal-space-expected.html:
* fast/layoutformattingcontext/intrusive-floats-takes-entire-horizontal-space.html:
* fast/layoutformattingcontext/line-heigt-when-text-is-inside-inline-container-expected.html:
* fast/layoutformattingcontext/line-heigt-when-text-is-inside-inline-container.html:
* fast/layoutformattingcontext/min-max-content-width-simple-expected.html:
* fast/layoutformattingcontext/min-max-content-width-simple.html:
* fast/layoutformattingcontext/min-max-content-width-simple2-expected.html:
* fast/layoutformattingcontext/min-max-content-width-simple2.html:
* fast/layoutformattingcontext/min-max-content-width-with-floats-simple-expected.html:
* fast/layoutformattingcontext/min-max-content-width-with-floats-simple.html:
* fast/layoutformattingcontext/min-max-content-width-with-nested-floats-simple-expected.html:
* fast/layoutformattingcontext/min-max-content-width-with-nested-floats-simple.html:
* fast/layoutformattingcontext/out-of-flow-html-and-body-stretches-to-viewport.html:
* fast/layoutformattingcontext/out-of-flow-positioned-line-breaks.html:
* fast/layoutformattingcontext/out-of-flow-with-non-fixed-height-simple-expected.html:
* fast/layoutformattingcontext/out-of-flow-with-non-fixed-height-simple.html:
* fast/layoutformattingcontext/quirk-margin-not-collapse-when-floating-expected.html:
* fast/layoutformattingcontext/quirk-margin-not-collapse-when-floating.html:
* fast/layoutformattingcontext/replaced-and-trailing-trimmable-content-expected.html:
* fast/layoutformattingcontext/replaced-and-trailing-trimmable-content.html:
* fast/layoutformattingcontext/replaced-box-with-margin-on-baseline-expected.html:
* fast/layoutformattingcontext/replaced-box-with-margin-on-baseline.html:
* fast/layoutformattingcontext/run-expansion-extends-line-content-width-expected.html:
* fast/layoutformattingcontext/run-expansion-extends-line-content-width.html:
* fast/layoutformattingcontext/simple-absolute-positioned-inline-element-expected.html:
* fast/layoutformattingcontext/simple-absolute-positioned-inline-element.html:
* fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height-expected.html:
* fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html:
* fast/layoutformattingcontext/simple-inline-block-expected.html:
* fast/layoutformattingcontext/simple-inline-block.html:
* fast/layoutformattingcontext/simple-table-with-empty-td.html:
* fast/layoutformattingcontext/subframe-with-display-none-html-expected.html:
* fast/layoutformattingcontext/subframe-with-display-none-html.html:
* fast/layoutformattingcontext/table-basic-row-baseline-align.html:
* fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table.html:
* fast/layoutformattingcontext/table-basic-row-vertical-align-baseline.html:
* fast/layoutformattingcontext/table-cell-baseline-offset-simple-expected.html:
* fast/layoutformattingcontext/table-cell-baseline-offset-simple.html:
* fast/layoutformattingcontext/table-cell-baseline-offset-simple2-expected.html:
* fast/layoutformattingcontext/table-cell-baseline-offset-simple2.html:
* fast/layoutformattingcontext/table-cell-height-middle-align-simple-expected.html:
* fast/layoutformattingcontext/table-cell-height-middle-align-simple.html:
* fast/layoutformattingcontext/table-cell-vertical-alignment-simple-expected.html:
* fast/layoutformattingcontext/table-cell-vertical-alignment-simple.html:
* fast/layoutformattingcontext/table-colspan-simple-expected.html:
* fast/layoutformattingcontext/table-colspan-simple.html:
* fast/layoutformattingcontext/table-fixed-row-height-simple-expected.html:
* fast/layoutformattingcontext/table-fixed-row-height-simple.html:
* fast/layoutformattingcontext/table-fixed-width-colspans.html:
* fast/layoutformattingcontext/table-fixed-width-with-max-distribution.html:
* fast/layoutformattingcontext/table-flex-width-border-collapse.html:
* fast/layoutformattingcontext/table-flex-width-colspans.html:
* fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html:
* fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html:
* fast/layoutformattingcontext/table-min-max-width-empty-content-simple-expected.html:
* fast/layoutformattingcontext/table-min-max-width-empty-content-simple.html:
* fast/layoutformattingcontext/table-min-max-width-simple-expected.html:
* fast/layoutformattingcontext/table-min-max-width-simple.html:
* fast/layoutformattingcontext/table-missing-cells-simple-expected.html:
* fast/layoutformattingcontext/table-missing-cells-simple.html:
* fast/layoutformattingcontext/table-quirk-vertical-margin-simple-expected.html:
* fast/layoutformattingcontext/table-quirk-vertical-margin-simple.html:
* fast/layoutformattingcontext/table-simple-border-collapse-expected.html:
* fast/layoutformattingcontext/table-simple-border-collapse-with-padding-expected.html:
* fast/layoutformattingcontext/table-simple-border-collapse-with-padding.html:
* fast/layoutformattingcontext/table-simple-border-collapse.html:
* fast/layoutformattingcontext/table-simple-border-collapse2-expected.html:
* fast/layoutformattingcontext/table-simple-border-collapse2.html:
* fast/layoutformattingcontext/table-simple-border-collapse3-expected.html:
* fast/layoutformattingcontext/table-simple-border-collapse3.html:
* fast/layoutformattingcontext/table-simple-collapsed-row-border-expected.html:
* fast/layoutformattingcontext/table-simple-collapsed-row-border.html:
* fast/layoutformattingcontext/table-simple-collapsed-row-border2-expected.html:
* fast/layoutformattingcontext/table-simple-collapsed-row-border2.html:
* fast/layoutformattingcontext/table-simple-collapsed-tbody-border-expected.html:
* fast/layoutformattingcontext/table-simple-collapsed-tbody-border.html:
* fast/layoutformattingcontext/table-simple-fixed-width-with-wide-content-expected.html:
* fast/layoutformattingcontext/table-simple-fixed-width-with-wide-content.html:
* fast/layoutformattingcontext/table-simple-multiple-sections-expected.html:
* fast/layoutformattingcontext/table-simple-multiple-sections-with-border-spacing-and-collapse-expected.html:
* fast/layoutformattingcontext/table-simple-multiple-sections-with-border-spacing-and-collapse.html:
* fast/layoutformattingcontext/table-simple-multiple-sections.html:
* fast/layoutformattingcontext/table-simple-row-border-expected.html:
* fast/layoutformattingcontext/table-simple-row-border.html:
* fast/layoutformattingcontext/table-simple-rowspan-with-spacing-expected.html:
* fast/layoutformattingcontext/table-simple-rowspan-with-spacing.html:
* fast/layoutformattingcontext/table-simple-tall-cell-content-with-fixed-height-expected.html:
* fast/layoutformattingcontext/table-simple-tall-cell-content-with-fixed-height.html:
* fast/layoutformattingcontext/table-simple-thead-border-ignore-expected.html:
* fast/layoutformattingcontext/table-simple-thead-border-ignore.html:
* fast/layoutformattingcontext/table-simple-with-border.html:
* fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content.html:
* fast/layoutformattingcontext/table-simple-with-padding.html:
* fast/layoutformattingcontext/table-with-column-spanner-first-row.html:
* fast/layoutformattingcontext/table-with-margin-content-simple-expected.html:
* fast/layoutformattingcontext/table-with-margin-content-simple.html:
* fast/layoutformattingcontext/table-with-margin-simple-expected.html:
* fast/layoutformattingcontext/table-with-margin-simple.html:
* fast/layoutformattingcontext/table-with-padding-and-border-simple-expected.html:
* fast/layoutformattingcontext/table-with-padding-and-border-simple.html:
* fast/layoutformattingcontext/vertical-align-bottom-nested-expected.html:
* fast/layoutformattingcontext/vertical-align-bottom-nested.html:
* fast/layoutformattingcontext/vertical-align-middle-nested-expected.html:
* fast/layoutformattingcontext/vertical-align-middle-nested.html:
* fast/layoutformattingcontext/vertical-align-middle-simple-expected.html:
* fast/layoutformattingcontext/vertical-align-middle-simple.html:
* fast/layoutformattingcontext/vertical-align-top-nested-expected.html:
* fast/layoutformattingcontext/vertical-align-top-nested.html:
* fast/layoutformattingcontext/wbr-simple-expected.html:
* fast/layoutformattingcontext/wbr-simple.html:
* fast/scrolling/ios/adjust-scroll-snap-during-gesture.html:
* fast/scrolling/ios/body-overflow-hidden-expected.html:
* fast/scrolling/ios/body-overflow-hidden-frame-expected.html:
* fast/scrolling/ios/body-overflow-hidden-frame.html:
* fast/scrolling/ios/body-overflow-hidden-height-100-percent-keyboard.html:
* fast/scrolling/ios/body-overflow-hidden-height-100-percent-zoomed-1.html:
* fast/scrolling/ios/body-overflow-hidden-height-100-percent-zoomed-2.html:
* fast/scrolling/ios/body-overflow-hidden-keyboard-expected.html:
* fast/scrolling/ios/body-overflow-hidden-keyboard.html:
* fast/scrolling/ios/body-overflow-hidden.html:
* fast/scrolling/ios/border-radius-event-region.html:
* fast/scrolling/ios/change-scrollability-on-content-resize-nested.html:
* fast/scrolling/ios/change-scrollability-on-content-resize.html:
* fast/scrolling/ios/click-events-after-long-press-during-momentum-scroll-in-overflow.html:
* fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame.html:
* fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow-after-tap-on-body.html:
* fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow.html:
* fast/scrolling/ios/clip-path-hit-test.html:
* fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor.html:
* fast/scrolling/ios/event-region-float.html:
* fast/scrolling/ios/event-region-pointer-events.html:
* fast/scrolling/ios/event-region-scale-transform-shared.html:
* fast/scrolling/ios/event-region-scrolled-contents-layer.html:
* fast/scrolling/ios/event-region-translate-transform-shared.html:
* fast/scrolling/ios/event-region-visibility-hidden.html:
* fast/scrolling/ios/fixed-inside-overflow-inside-iframe-expected.html:
* fast/scrolling/ios/fixed-inside-overflow-inside-iframe.html:
* fast/scrolling/ios/frame-scrolling-no-expected.html:
* fast/scrolling/ios/frame-scrolling-no.html:
* fast/scrolling/ios/iframe-inside-overflow-clipping.html:
* fast/scrolling/ios/non-invertible-transformed-over-scroller.html:
* fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html:
* fast/scrolling/ios/overflow-clip-with-accelerated-scrolling-ancestor.html:
* fast/scrolling/ios/overflow-scroll-inherited.html:
* fast/scrolling/ios/overflow-scroll-overlap-2.html:
* fast/scrolling/ios/overflow-scroll-overlap-3.html:
* fast/scrolling/ios/overflow-scroll-overlap-4.html:
* fast/scrolling/ios/overflow-scroll-overlap-5.html:
* fast/scrolling/ios/overflow-scroll-overlap-6.html:
* fast/scrolling/ios/overflow-scroll-overlap.html:
* fast/scrolling/ios/overflow-scroll-touch.html:
* fast/scrolling/ios/overflow-scroll-user-interaction-disabled.html:
* fast/scrolling/ios/overflow-scrolling-ancestor-clip-size.html:
* fast/scrolling/ios/overflow-scrolling-ancestor-clip.html:
* fast/scrolling/ios/overflow-scrolling-touch-disabled-stacking-expected.html:
* fast/scrolling/ios/overflow-scrolling-touch-disabled-stacking.html:
* fast/scrolling/ios/overflow-scrolling-touch-enabled-stacking-expected.html:
* fast/scrolling/ios/overflow-scrolling-touch-enabled-stacking.html:
* fast/scrolling/ios/programmatic-scroll-element-crash.html:
* fast/scrolling/ios/programmatic-scroll-via-scrollIntoView-inside-iframe-should-clamp-top.html:
* fast/scrolling/ios/reconcile-layer-position-recursive.html:
* fast/scrolling/ios/remove-overflow-crash.html:
* fast/scrolling/ios/reveal-focused-element-right-above-keyboard-on-ipad.html:
* fast/scrolling/ios/scroll-into-view-with-top-content-inset.html:
* fast/scrolling/ios/scrollbar-hiding-iframes.html:
* fast/scrolling/ios/scrollbar-hiding.html:
* fast/scrolling/ios/scrolling-content-clip-to-viewport.html:
* fast/scrolling/ios/scrollview-adjusts-to-keyboard-insets.html:
* fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor.html:
* fast/scrolling/ios/table-cell-touch-scrolling.html:
* fast/scrolling/ios/textarea-scroll-touch.html:
* fast/scrolling/ios/touch-scroll-back-forward.html:
* fast/scrolling/ios/touch-scroll-pointer-events-none.html:
* fast/scrolling/ios/touch-stacking.html:
* fast/scrolling/ios/user-then-programmatic-scroll-expected.html:
* fast/scrolling/ios/user-then-programmatic-scroll.html:
* fast/scrolling/ipad/overflow-scrolling-touch-enabled-stacking-modern-compatibility-mode-expected.html:
* fast/scrolling/ipad/overflow-scrolling-touch-enabled-stacking-modern-compatibility-mode.html:
* fast/scrolling/latching/iframe-latch-small-deltas.html:
* fast/scrolling/latching/latched-scroll-into-nonfast-region.html:
* fast/scrolling/latching/latching-stuck-to-main-page.html:
* fast/scrolling/mac/absolute-in-overflow-scroll-dynamic-expected.html:
* fast/scrolling/mac/absolute-in-overflow-scroll-dynamic.html:
* fast/scrolling/mac/absolute-in-overflow-scroll.html:
* fast/scrolling/mac/adjust-scroll-snap-after-gesture.html:
* fast/scrolling/mac/adjust-scroll-snap-during-gesture.html:
* fast/scrolling/mac/async-scroll-overflow-hidden-on-one-axis.html:
* fast/scrolling/mac/async-scroll-overflow-rtl-zoomed.html:
* fast/scrolling/mac/async-scroll-overflow-rtl.html:
* fast/scrolling/mac/async-scroll-overflow-top-inset.html:
* fast/scrolling/mac/async-scroll-overflow.html:
* fast/scrolling/mac/border-radius-event-region.html:
* fast/scrolling/mac/clip-path-hit-test.html:
* fast/scrolling/mac/event-region-scrolled-contents-layer.html:
* fast/scrolling/mac/event-region-subframe.html:
* fast/scrolling/mac/event-region-subscroller-frame.html:
* fast/scrolling/mac/event-region-subscroller-overflow.html:
* fast/scrolling/mac/event-region-visibility-hidden.html:
* fast/scrolling/mac/hit-test-overflow-tiled-layer.html:
* fast/scrolling/mac/horizontal-overflow-trapping-small-deltas.html:
* fast/scrolling/mac/mousewheel-over-scrollbar.html:
* fast/scrolling/mac/move-node-in-overflow-scroll.html:
* fast/scrolling/mac/negative-z-index-overflow-scroll.html:
* fast/scrolling/mac/nested-overflow-proxy-node.html:
* fast/scrolling/mac/non-invertible-transform-hit-testing.html:
* fast/scrolling/mac/overflow-scrollbars-should-be-visible-expected-mismatch.html:
* fast/scrolling/mac/overflow-scrollbars-should-be-visible.html:
* fast/scrolling/mac/overflow-scrolled-document.html:
* fast/scrolling/mac/overflow-zoomed-document.html:
* fast/scrolling/mac/overlapped-overflow-scroll.html:
* fast/scrolling/mac/rubberband-overflow-in-wheel-region-root-jiggle.html:
* fast/scrolling/mac/rubberband-overflow-in-wheel-region.html:
* fast/scrolling/mac/scroll-snapping-in-progress.html:
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal.html:
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-reveal.html:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-state.html:
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-reveal.html:
* fast/scrolling/mac/slow-scrolling-overflow.html:
* fast/scrolling/mac/wheel-event-listener-region-basic.html:
* fast/scrolling/mac/wheel-event-listener-region-document.html:
* fast/scrolling/mac/wheel-event-listener-region-element-invalidation.html:
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-clipped-out.html:
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll.html:
* fast/scrolling/mac/wheel-event-listener-region-layer-offset.html:
* fast/scrolling/mac/wheel-event-listener-region-root-invalidation.html:
* fast/scrolling/mac/wheel-event-listener-region-window.html:
* fast/scrolling/overflow-inside-foreignobject.html:
* fast/scrolling/programmatic-scroll-to-negative-offset.html:
* fast/scrolling/scroll-behavior-invalidate-if-disabled.html:
* fast/scrolling/scroll-behavior-validate-if-enabled.html:
* fast/scrolling/scrolling-event-target-gc.html:
* fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html:
* fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html:
* fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak-expected.html:
* fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak.html:
* fast/text/simple-lines-float-expected.html:
* fast/text/simple-lines-float.html:
* fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html:
* fast/text/whitespace/pre-wrap-long-word-simple-lines.html:
* fast/web-share/canShare-with-files-feature-disabled.html:
* fast/web-share/share-with-files-feature-disabled.html:
* highlight/highlight-interfaces.html:
* highlight/highlight-map-and-group.html:
* highlight/highlight-pseudo-element-style.html:
* http/tests/adClickAttribution/anchor-tag-attributes-reflect.html:
* http/tests/adClickAttribution/attribution-conversion-through-cross-site-image-redirect.html:
* http/tests/adClickAttribution/attribution-conversion-through-image-redirect-in-new-window.html:
* http/tests/adClickAttribution/attribution-conversion-through-image-redirect-with-priority.html:
* http/tests/adClickAttribution/clear-through-website-data-removal.html:
* 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/wpt/webauthn/ctap-hid-failure.https.html:
* http/wpt/webauthn/ctap-hid-success.https.html:
* http/wpt/webauthn/ctap-nfc-failure.https.html:
* http/wpt/webauthn/idl.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-hid-silent.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-hid.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-local-silent.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-local.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-nfc.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-u2f.https.html:
* http/wpt/webauthn/public-key-credential-create-failure.https.html:
* http/wpt/webauthn/public-key-credential-create-success-hid.https.html:
* http/wpt/webauthn/public-key-credential-create-success-local.https.html:
* http/wpt/webauthn/public-key-credential-create-success-nfc.https.html:
* http/wpt/webauthn/public-key-credential-create-success-u2f.https.html:
* http/wpt/webauthn/public-key-credential-create-with-invalid-parameters.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-hid-silent.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-hid.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-local-silent.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-local.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-nfc.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-u2f-silent.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-u2f.https.html:
* http/wpt/webauthn/public-key-credential-get-failure.https.html:
* http/wpt/webauthn/public-key-credential-get-success-hid.https.html:
* http/wpt/webauthn/public-key-credential-get-success-local.https.html:
* http/wpt/webauthn/public-key-credential-get-success-nfc.https.html:
* http/wpt/webauthn/public-key-credential-get-success-u2f.https.html:
* http/wpt/webauthn/public-key-credential-get-with-invalid-parameters.https.html:
* http/wpt/webauthn/public-key-credential-ip-address.html:
* http/wpt/webauthn/public-key-credential-is-user-verifying-platform-authenticator-available.html:
* http/wpt/webauthn/public-key-credential-same-origin-with-ancestors.https.html:
* http/wpt/webauthn/public-key-credential-unfocused-document.https.html:
* intersection-observer/intersection-observer-callback-after-gc.html:
* intersection-observer/intersection-observer-callback-leak.html:
* mathml/mathml-overflow-crash.html:
* mathml/non-core/frac-linethickness-001-expected.html:
* mathml/non-core/frac-linethickness-001.html:
* mathml/non-core/frac-linethickness-002-expected.html:
* mathml/non-core/frac-linethickness-002.html:
* mathml/non-core/frac-numalign-denomalign-001-expected.html:
* mathml/non-core/frac-numalign-denomalign-001.html:
* mathml/non-core/lengths-1-expected.html:
* mathml/non-core/lengths-1.html:
* mathml/non-core/lengths-2-expected.html:
* mathml/non-core/lengths-2.html:
* mathml/non-core/lengths-3.html:
* mathml/presentation/attributes-background-color-expected.html:
* mathml/presentation/attributes-background-color.html:
* mathml/presentation/attributes-mathvariant.html:
* mathml/presentation/mstyle-css-attributes.html:
* platform/ios/fast/scrolling/find-text-in-overflow-node-indicator-position-limit.html:
* platform/ios/fast/scrolling/find-text-in-overflow-node-indicator-position.html:
* platform/ios/fast/scrolling/find-text-in-overflow-node.html:
* platform/ios/media/video-play-glyph-composited-outside-overflow-scrolling-touch-container.html:
* pointerevents/ios/touch-action-none-in-overflow-scrolling-touch.html:
* pointerevents/ios/touch-action-none-no-scroll-indicators.html:
* pointerevents/ios/touch-action-none-with-frame-inside.html:
* pointerevents/ios/touch-action-pan-y-in-overflow-scroll-horizontal-gesture-prevents-vertical-scrolling.html:
* pointerevents/ios/touch-action-region-backing-sharing.html:
* pointerevents/ios/touch-action-region-clip-and-transform.html:
* pointerevents/ios/touch-action-region-overflow.html:
* printing/page-with-10mm-left-margin.html:
* printing/page-with-zero-margin.html:
* requestidlecallback/requestidlecallback-document-gc.html:
* requestidlecallback/requestidlecallback-enabled.html:
* requestidlecallback/requestidlecallback-id.html:
* requestidlecallback/requestidlecallback-in-page-cache.html:
* requestidlecallback/requestidlecallback-is-called.html:
* requestidlecallback/requestidlecallback-is-not-called-when-canceled.html:
* requestidlecallback/requestidlecallback-not-enabled.html:
* resize-observer/delete-observers-in-callbacks.html:
* resize-observer/element-leak.html:
* resize-observer/modify-frametree-in-callback.html:
* resize-observer/multi-frames.html:
* resize-observer/observe-element-from-other-frame.html:
* resize-observer/resize-observer-callback-leak.html:
* resize-observer/resize-observer-entry-keeps-js-wrapper-of-target-alive.html:
* resize-observer/resize-observer-keeps-js-wrapper-of-target-alive.html:
* resize-observer/resize-observer-with-zoom.html:
* scrollbars/async-overflow-custom-scrollbar-expected.html:
* scrollbars/async-overflow-custom-scrollbar.html:
* scrollingcoordinator/ios/absolute-layer-should-not-move-with-scroll-expected.html:
* scrollingcoordinator/ios/absolute-layer-should-not-move-with-scroll.html:
* scrollingcoordinator/ios/fixed-frame-overflow-swipe-expected.html:
* scrollingcoordinator/ios/fixed-frame-overflow-swipe.html:
* scrollingcoordinator/ios/fixed-in-overflow-scroll-expected.html:
* scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree.html:
* scrollingcoordinator/ios/fixed-in-overflow-scroll.html:
* scrollingcoordinator/ios/fixed-in-stacking-context-overflow-scroll-2-expected.html:
* scrollingcoordinator/ios/fixed-in-stacking-context-overflow-scroll-2.html:
* scrollingcoordinator/ios/fixed-in-stacking-context-overflow-scroll-expected.html:
* scrollingcoordinator/ios/fixed-in-stacking-context-overflow-scroll.html:
* scrollingcoordinator/ios/fixed-inside-overflow-inside-fixed-expected.html:
* scrollingcoordinator/ios/fixed-inside-overflow-inside-fixed.html:
* scrollingcoordinator/ios/fixed-inside-sticky-frame-expected.html:
* scrollingcoordinator/ios/fixed-inside-sticky-frame.html:
* scrollingcoordinator/ios/fixed-inside-sticky-no-stacking-context-2-expected.html:
* scrollingcoordinator/ios/fixed-inside-sticky-no-stacking-context-2.html:
* scrollingcoordinator/ios/fixed-inside-sticky-no-stacking-context-expected.html:
* scrollingcoordinator/ios/fixed-inside-sticky-no-stacking-context.html:
* scrollingcoordinator/ios/fixed-inside-sticky-stacking-context-expected.html:
* scrollingcoordinator/ios/fixed-inside-sticky-stacking-context.html:
* scrollingcoordinator/ios/fixed-overflow-no-stacking-context-1-expected.html:
* scrollingcoordinator/ios/fixed-overflow-no-stacking-context-1.html:
* scrollingcoordinator/ios/fixed-overflow-no-stacking-context-2-expected.html:
* scrollingcoordinator/ios/fixed-overflow-no-stacking-context-2.html:
* scrollingcoordinator/ios/fixed-overflow-stacking-context-stationary-expected.html:
* scrollingcoordinator/ios/fixed-overflow-stacking-context-stationary.html:
* scrollingcoordinator/ios/programmatic-frame-scroll-expected.html:
* scrollingcoordinator/ios/programmatic-frame-scroll.html:
* scrollingcoordinator/ios/programmatic-overflow-scroll-expected.html:
* scrollingcoordinator/ios/programmatic-overflow-scroll.html:
* scrollingcoordinator/ios/programmatic-page-scroll-expected.html:
* scrollingcoordinator/ios/programmatic-page-scroll.html:
* scrollingcoordinator/ios/relative-layer-should-move-with-scroll-expected.html:
* scrollingcoordinator/ios/relative-layer-should-move-with-scroll.html:
* scrollingcoordinator/ios/scroll-element-at-point.html:
* scrollingcoordinator/ios/scroll-position-after-reattach-expected.html:
* scrollingcoordinator/ios/scroll-position-after-reattach.html:
* scrollingcoordinator/ios/scroller-initial-scroll-position-expected.html:
* scrollingcoordinator/ios/scroller-initial-scroll-position.html:
* scrollingcoordinator/ios/sticky-overflow-no-stacking-context-no-stick-1-expected.html:
* scrollingcoordinator/ios/sticky-overflow-no-stacking-context-no-stick-1.html:
* scrollingcoordinator/ios/sticky-overflow-no-stacking-context-no-stick-2-expected.html:
* scrollingcoordinator/ios/sticky-overflow-no-stacking-context-no-stick-2.html:
* scrollingcoordinator/ios/sticky-overflow-no-stacking-context-stick-1-expected.html:
* scrollingcoordinator/ios/sticky-overflow-no-stacking-context-stick-1.html:
* scrollingcoordinator/ios/sticky-overflow-no-stacking-context-stick-2-expected.html:
* scrollingcoordinator/ios/sticky-overflow-no-stacking-context-stick-2.html:
* scrollingcoordinator/ios/sticky-overflow-stacking-context-no-stick-expected.html:
* scrollingcoordinator/ios/sticky-overflow-stacking-context-no-stick.html:
* scrollingcoordinator/ios/sticky-overflow-stacking-context-stick-expected.html:
* scrollingcoordinator/ios/sticky-overflow-stacking-context-stick.html:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-non-cb-overflow.html:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow.html:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow2.html:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-dynamic.html:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-repaint-expected.html:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-repaint.html:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow.html:
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-on-overflow.html:
* scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html:
* scrollingcoordinator/mac/latching/horizontal-overflow-in-vertical-overflow.html:
* scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html:
* scrollingcoordinator/mac/latching/zero-delta-began-should-not-latch.html:
* scrollingcoordinator/mac/programmatic-frame-scroll-expected.html:
* scrollingcoordinator/mac/programmatic-frame-scroll.html:
* scrollingcoordinator/mac/programmatic-overflow-scroll-expected.html:
* scrollingcoordinator/mac/programmatic-overflow-scroll.html:
* scrollingcoordinator/mac/rtl-programmatic-overflow-scroll.html:
* scrollingcoordinator/overflow-proxy-reattach-expected.html:
* scrollingcoordinator/overflow-proxy-reattach.html:
* scrollingcoordinator/scrolling-tree/absolute-in-nested-sc-scrollers.html:
* scrollingcoordinator/scrolling-tree/absolute-inside-stacking-in-scroller.html:
* scrollingcoordinator/scrolling-tree/clipped-layer-in-overflow-nested.html:
* scrollingcoordinator/scrolling-tree/clipped-layer-in-overflow.html:
* scrollingcoordinator/scrolling-tree/composited-in-absolute-in-overflow.html:
* scrollingcoordinator/scrolling-tree/composited-in-absolute-in-stacking-context-overflow.html:
* scrollingcoordinator/scrolling-tree/gain-scrolling-node-parent.html:
* scrollingcoordinator/scrolling-tree/lose-scrolling-node-parent.html:
* scrollingcoordinator/scrolling-tree/nested-absolute-in-absolute-overflow.html:
* scrollingcoordinator/scrolling-tree/nested-absolute-in-overflow.html:
* scrollingcoordinator/scrolling-tree/nested-absolute-in-relative-in-overflow.html:
* scrollingcoordinator/scrolling-tree/nested-absolute-in-sc-overflow.html:
* scrollingcoordinator/scrolling-tree/nested-overflow-scroll.html:
* scrollingcoordinator/scrolling-tree/overflow-in-fixed.html:
* scrollingcoordinator/scrolling-tree/positioned-nodes-complex.html:
* scrollingcoordinator/scrolling-tree/positioned-nodes.html:
* scrollingcoordinator/scrolling-tree/remove-scrolling-role.html:
* scrollingcoordinator/scrolling-tree/reparent-across-compositing-layers.html:
* scrollingcoordinator/scrolling-tree/reparent-with-layer-removal.html:
* scrollingcoordinator/scrolling-tree/resources/doc-with-sticky.html:
* scrollingcoordinator/scrolling-tree/scroller-with-negative-z-child.html:
* scrollingcoordinator/scrolling-tree/sticky-in-overflow.html:
* tiled-drawing/scrolling/overflow/overflow-scrolled-down-tile-coverage.html:
* tiled-drawing/scrolling/overflow/overflow-scrolled-up-tile-coverage.html:
* tiled-drawing/scrolling/overflow/overflow-tile-coverage.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-async-iframe.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow-stateless.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow.html:
2020-11-04 Karl Rackler <rackler@apple.com>
Rebaseline tests for after r269345, r268958, and r268520.
Unreviewed test gardening.
* platform/mac-catalina/fast/forms/listbox-width-change-expected.txt: Added.
* platform/mac-catalina/fast/forms/search-rtl-expected.txt: Added.
* platform/mac-catalina/fast/forms/search-size-with-decorations-expected.txt: Added.
* platform/mac-mojave/fast/forms/listbox-width-change-expected.txt: Added.
* platform/mac-mojave/fast/forms/search-rtl-expected.txt: Added.
* platform/mac-mojave/fast/forms/search-size-with-decorations-expected.txt: Added.
2020-11-04 Devin Rousso <drousso@apple.com>
Web Inspector: use weak collections for holding event listeners
https://bugs.webkit.org/show_bug.cgi?id=196956
Reviewed by Brian Burg.
* http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html:
Use newly named `WI.Object.prototype.activelyListeningObjectsWithPrototype` instead of the
previously named `WI.Object.prototype.retainedObjectsWithPrototype` since `WI.Object`
doesn't retain any `thisObject` anymore.
* inspector/debugger/setPauseOnMicrotasks.html:
Only remove the event listener if it didn't fire.
* inspector/dom/setEventListenerDisabled.html:
No need to remove the event listener as calling `reject` after a `Promise` is already
settled won't have any effect.
* inspector/unit-tests/event-listener.html: Removed.
* inspector/unit-tests/event-listener-expected.txt: Removed.
* inspector/unit-tests/event-listener-set.html: Removed.
* inspector/unit-tests/event-listener-set-expected.txt: Removed.
Remove the legacy `WI.EventListener` and `WI.EventListenerSet` as they basically do the same
thing as `WI.Object` with extra steps.
* inspector/unit-tests/linked-list.html: Removed.
* inspector/unit-tests/linked-list-expected.txt: Removed.
* inspector/unit-tests/list-multimap.html: Removed.
* inspector/unit-tests/list-multimap-expected.txt: Removed.
Remove `LinkedList` and `ListMultimap` as they're no longer used.
* platform/gtk/TestExpectations:
2020-11-04 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Remove text flaky failures of tests that are actually passing.
The test failures removed have been consistently passing for the last 4000
revisions.
* platform/gtk/TestExpectations:
2020-11-03 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Remove stale baselines of two mediastream tests.
Also update bug number of failing test.
* platform/gtk/TestExpectations:
* platform/gtk/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt: Removed.
* platform/gtk/fast/mediastream/RTCPeerConnection-inspect-offer-expected.txt: Removed.
2020-11-03 Lauro Moura <lmoura@igalia.com>
[WPE] Gardening adClickAttribution failure
Unreviewed test gardening.
Also grouped some target-related entries together
* platform/wpe/TestExpectations:
2020-11-03 Tyler Wilcock <twilco.o@protonmail.com>
Ignore order when parsing inset and color for box-shadow
https://bugs.webkit.org/show_bug.cgi?id=182677
Reviewed by Simon Fraser.
Add additional test coverage around rejecting invalid box-shadow
values (e.g. multiple colors, multiple insets, multiple lengths-components).
https://drafts.csswg.org/css-backgrounds/#typedef-shadow
* LayoutTests/fast/box-shadow/box-shadow-invalid-values.html: Added.
* LayoutTests/fast/box-shadow/box-shadow-invalid-values-expected.txt: Added.
2020-11-03 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update state of flaky crash tests that are actually failing.
Some tests were actually passing after removing or updating their baseline.
* platform/gtk/TestExpectations:
* platform/gtk/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: Removed.
* platform/gtk/fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt: Removed.
* platform/gtk/media/controls-styling-strict-expected.txt:
* platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
* platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
* platform/gtk/media/video-aspect-ratio-expected.txt:
2020-11-03 Sihui Liu <sihui_liu@apple.com>
Set up basic infrastructure for SpeechRecognition
https://bugs.webkit.org/show_bug.cgi?id=218216
<rdar://problem/70703788>
Reviewed by Youenn Fablet.
* fast/speechrecognition/start-recognition-twice-exception-expected.txt: Added.
* fast/speechrecognition/start-recognition-twice-exception.html: Added.
2020-11-03 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, rebaseline tests for Big Sur after r268958 and r268520.
* platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/option-text-clip-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/text/indic-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
2020-11-03 Lauro Moura <lmoura@igalia.com>
[GTK] Layout Test webaudio/codec-tests/mp3/128kbps-44khz.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=132056
Unreviewed test gardening.
This tests has been stable for a long time. Checking the actual
audio file with Audacity, the gstreamer one, the baseline, the mac one,
and the mp3 source differs only in the delay before the sound starts
playing, likely due to platform-specific loading time or something
similar. So a rebaseline should be enough.
* platform/glib/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
* platform/gtk/TestExpectations:
2020-11-03 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper] Crashed in TextureMapperLayer::paintUsingOverlapRegions
https://bugs.webkit.org/show_bug.cgi?id=214817
<rdar://problem/66489090>
Reviewed by Don Olmstead.
* compositing/tiling/huge-layer-with-opacity-expected.html: Added.
* compositing/tiling/huge-layer-with-opacity.html: Added.
2020-11-03 Yusuke Suzuki <ysuzuki@apple.com>
REGRESSION (r254038): Simple.com money transfer UI is very laggy (multiple seconds per keypress)
https://bugs.webkit.org/show_bug.cgi?id=218348
Reviewed by Darin Adler.
* js/date-constructor-expected.txt: The time before America/Los_Angeles timezone is effective should be handled as UTC-0752. Use 1995 to test the intent correctly.
* js/date-timeClip-large-values-expected.txt: Ditto about old timezone.
* js/dom/script-tests/date-DST-time-cusps.js: Our timezone database was broken. Nov 02 2014 01:00:00 is not PDT.
(1.toString.match):
* js/dom/script-tests/date-big-setdate.js: Fix and adjust for right DST periods.
(1.toString.match):
* js/script-tests/date-constructor.js:
(object.valueOf):
* platform/mac/fast/AppleScript/date-expected.txt: Ditto, 1800 does not have America/Los_Angeles.
* platform/mac/fast/AppleScript/date.html:
* storage/indexeddb/modern/date-basic-expected.txt: Nov 04 1955 is PST, not PDT.
* storage/indexeddb/modern/date-basic-private-expected.txt: Ditto.
* storage/indexeddb/modern/get-keyrange-expected.txt: Ditto.
* storage/indexeddb/modern/get-keyrange-private-expected.txt: Ditto.
2020-11-03 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r268564, r268957, and r268962.
https://bugs.webkit.org/show_bug.cgi?id=218525
Caused 9% binary size increase in WebCore
Reverted changesets:
"CSSStyleDeclaration breaks JS spec (properties not showing up
in Object.getOwnPropertyNames)"
https://bugs.webkit.org/show_bug.cgi?id=217623
https://trac.webkit.org/changeset/268564
"Remove support for 'pixel' and 'pos' CSSOM prefixes"
https://bugs.webkit.org/show_bug.cgi?id=119712
https://trac.webkit.org/changeset/268957
"Remove non-standard 'css'/'Css' prefixed properties on
CSSStyleDeclaration"
https://bugs.webkit.org/show_bug.cgi?id=218158
https://trac.webkit.org/changeset/268962
2020-11-03 Hector Lopez <hector_i_lopez@apple.com>
Test expectation adjustment to cover internal testers
<rdar://68947198>
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-11-03 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK][WPE] Move passing tests to the top of the TestExpectation files.
Some tests like http/tests/contentextensions/service-worker.https.html
are flaky and we have it marked as such at the GTK/WPE expectation file.
But the bots continue to complain about unexpected flakiness for this test.
This is because we have our section of tests passing at the bottom
of the TestExpectation files. And the layout test runner evaluates
the rules from top to bottom and it picks as the valid rule the last
one matching.
So when we unskip folders from the main TestExpectation file like
"http/tests/contentextensions [ Pass ]" we are also resetting the
value of all those tests to just Pass.
To avoid this problem move the expected passes to the top of the files.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-11-03 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Remove stale flaky crashes.
All the tests failures removed were flaky crashes that were consistently
passing in the last 4000 revisions.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/media/video-played-collapse-expected.txt: Removed.
* platform/wpe/TestExpectations:
2020-11-03 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening fast/dom/Range/getBoundingClientRect.html failure
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-11-02 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations.
Also remove stale WPE baseline for test imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001.html
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001-expected.txt.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001-expected.txt: Removed.
2020-11-02 Chris Dumez <cdumez@apple.com>
Unreviewed, deflake imported/w3c/web-platform-tests/payment-request/show-method-optional-promise-rejects.https.html
Dump its console logging to stderr to address flakiness.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-11-02 Antti Koivisto <antti@apple.com>
[LFC][Integration] RenderText::absoluteQuadsForRange should use iterator
https://bugs.webkit.org/show_bug.cgi?id=218444
Reviewed by Zalan Bujtas.
* fast/dom/Range/getBoundingClientRect-expected.txt:
* fast/dom/Range/getBoundingClientRect.html:
On legacy path <br> y position is miscomputed affecting getBoundingClientRect().
Update the test to match the new behavior. Results now match Firefox and Chrome.
2020-11-02 Chris Dumez <cdumez@apple.com>
[ macOS ] webaudio/OfflineAudioContext/onstatechange.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217543
<rdar://problem/70160122>
Reviewed by Alex Christensen.
* platform/mac/TestExpectations:
Unskip test that should no longer be flaky.
* webaudio/OfflineAudioContext/onstatechange-expected.txt:
Rebaseline test now that the order of the promise resolution and the statechange event have changed.
Note that the new ordering is consistent with both Chrome and Firefox.
2020-11-02 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove outdated baselines no longer necessary after r269104.
* platform/wpe/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Removed.
* platform/wpe/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Removed.
* platform/wpe/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav: Removed.
* platform/wpe/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Removed.
* platform/wpe/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav: Removed.
* platform/wpe/webaudio/codec-tests/wav/24bit-44khz-expected.wav: Removed.
2020-11-02 Chris Dumez <cdumez@apple.com>
Unreviewed, skip imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections.html on mac-arm64 only.
Sadly, there is no way to land a mac-arm64 specific baseline yet so we have to mark the test as failing on this platform, even though it
is actually passing (with slightly different values).
* platform/mac/TestExpectations:
2020-11-02 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines of several tests failing.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt: Needs update after r269224.
* platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt: Needs update after r269214.
* platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.png: Needs update after r269214.
* platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/trailing-space-before-br-001-expected.txt: Needs update after r269238.
* platform/gtk/tables/mozilla/bugs/bug28928-expected.txt: Needs update after r269238.
2020-11-02 Zalan Bujtas <zalan@apple.com>
[LFC] Do not [ ImageOnlyFailure ] all the tests in fast/layoutformattingcontext
https://bugs.webkit.org/show_bug.cgi?id=218446
Many tests pass now.
Reviewed by Simon Fraser.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-11-02 Chris Dumez <cdumez@apple.com>
REGRESSION (r268897): [macOS WK1] inspector/cpu-profiler/threads.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=218253
<rdar://problem/70732755>
Reviewed by Geoffrey Garen.
Check the thread name to identify the 2 worker threads. This is needed so that worklet thread are
not identified as worker threads after r268897.
* inspector/cpu-profiler/threads.html:
2020-11-01 Darin Adler <darin@apple.com>
Start removing functions that implicitly use composed tree
https://bugs.webkit.org/show_bug.cgi?id=218424
Reviewed by Ryosuke Niwa.
* fast/dom/rangeContainsNode-expected.txt: Added.
* fast/dom/rangeContainsNode.html: Added.
* fast/dom/rangeContainsRange-expected.txt: Added.
* fast/dom/rangeContainsRange.html: Added.
* fast/dom/treeOrder-expected.txt: Added.
* fast/dom/treeOrder.html: Added.
These tests were formerly part of TestWebKitAPI, although treeOrder was named documentOrder.
Moving to internals-style tests at Ryosuke's suggestion since these are not something exposed
as API or even SPI.
2020-11-02 Martin Robinson <mrobinson@igalia.com>
[GLIB] REGRESSION(r269144) imported/w3c/web-platform-tests/css/cssom-view/scrollIntoView-scrollMargin.html is failing
https://bugs.webkit.org/show_bug.cgi?id=218358
Reviewed by Simon Fraser.
* platform/glib/TestExpectations: Mark test as passing.
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Update expectations.
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Ditto.
2020-11-01 Mason Xiao <me@masonx.ca>
REGRESSION (r252689): box-shadow with inset and negative spread renders incorrectly
https://bugs.webkit.org/show_bug.cgi?id=209930
Reviewed by Simon Fraser.
* fast/box-shadow/negative-inset-box-shadow-expected.html: Added.
* fast/box-shadow/negative-inset-box-shadow.html: Added.
2020-11-01 Diego Pino Garcia <dpino@igalia.com>
Emit baselines for WPT css-sizing/aspect-ratio/quirks-mode* tests after resync in r269187
Unreviewed test gardening.
* TestExpectations:
2020-11-01 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Unreviewed test gardening. Update baselines of WPT test 'html/dom/idlharness' after r269214.
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: Renamed from LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt:
2020-11-01 Zalan Bujtas <zalan@apple.com>
[LegacyInlineLayout] Remove collapsible trailing whitespace when it is followed by a hard line break
https://bugs.webkit.org/show_bug.cgi?id=216902
<rdar://problem/69812136>
Reviewed by Darin Adler.
* fast/text/trimmable-whitespace-followed-by-br-expected.html: Added.
* fast/text/trimmable-whitespace-followed-by-br.html: Added.
2020-11-01 Tyler Wilcock <twilco.o@protonmail.com>
background-size should not accept negative values
https://bugs.webkit.org/show_bug.cgi?id=183990
Reviewed by Darin Adler.
We now reject negative background-size values. Update newly passing
test expectations to reflect this.
* TestExpectations:
2020-11-01 Sam Weinig <weinig@apple.com>
Remove remaining alternative preference setting mechanisms from LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=218417
Reviewed by Simon Fraser.
Update tests to only rely on test header commands and internals.settings for
changing preferences to simplify test writing.
* editing/async-clipboard/clipboard-do-not-read-text-from-platform-if-text-changes.html:
* editing/async-clipboard/clipboard-read-text-from-platform.html:
* editing/async-clipboard/clipboard-read-text-same-origin.html:
* editing/async-clipboard/clipboard-write-in-copy-event-handler-in-subframe.html:
* editing/async-clipboard/clipboard-write-in-copy-event-handler.html:
* editing/async-clipboard/clipboard-write-text-requires-user-gesture.html:
* editing/execCommand/clipboard-access-with-user-gesture.html:
* editing/execCommand/clipboard-access.html:
* fast/css/disabled-author-styles.html:
* fast/css/object-fit/object-fit-embed-expected.html:
* fast/css/object-fit/object-fit-embed.html:
* fast/css/object-position/object-position-embed.html:
* fast/events/before-unload-navigate-different-window.html:
* fast/events/before-unload-open-window.html:
* fast/events/ios/submit-form-target-blank-using-return-key.html:
* fast/events/open-window-from-another-frame.html:
* fast/events/popup-allowed-from-gesture-initiated-event.html:
* fast/events/popup-allowed-from-gesture-initiated-form-submit.html:
* fast/events/popup-blocked-from-fake-button-click.html:
* fast/events/popup-blocked-from-fake-focus.html:
* fast/events/popup-blocked-from-fake-user-gesture.html:
* fast/events/popup-blocked-from-history-reload.html:
* fast/events/popup-blocked-from-iframe-script.html:
* fast/events/popup-blocked-from-iframe-src.html:
* fast/events/popup-blocked-from-mousemove.html:
* fast/events/popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame.html:
* fast/events/popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame2.html:
* fast/events/popup-blocked-from-untrusted-click-event-on-anchor.html:
* fast/events/popup-blocked-from-untrusted-mouse-click.html:
* fast/events/popup-blocked-from-window-open.html:
* fast/events/popup-blocked-to-post-blank.html:
* fast/events/popup-blocking-click-in-iframe.html:
* fast/events/popup-blocking-timers1.html:
* fast/events/popup-blocking-timers2.html:
* fast/events/popup-blocking-timers3.html:
* fast/events/popup-blocking-timers5.html:
* fast/events/popup-blocking-timers6.html:
* fast/events/popup-when-select-change.html:
* fast/files/file-reader-file-url.html:
* fast/files/file-reader-sandbox-iframe.html:
* fast/files/workers/inline-worker-via-blob-url.html:
* fast/forms/formtarget-attribute-button-html.html:
* fast/forms/formtarget-attribute-input-2.html:
* fast/forms/formtarget-attribute-input-html.html:
* fast/forms/xss-auditor-doesnt-crash-on-post-submit.html:
* fast/frames/resources/no-file-access-frame-1.html:
* fast/frames/xss-auditor-handles-file-urls.html:
* fast/images/embed-image.html:
* fast/images/move-image-to-new-document.html:
* fast/loader/url-selected-user-gesture.html:
* fast/replaced/border-radius-clip-content-edge.html:
* fast/replaced/outline-replaced-elements.html:
* fast/replaced/pdf-as-embed-with-no-mime-type-is-not-blank.html:
* fast/xmlhttprequest/xmlhttprequest-no-file-access.html:
* fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html:
* fullscreen/full-screen-request-rejected.html:
* fullscreen/full-screen-request-removed.html:
* fullscreen/full-screen-restrictions.html:
* http/tests/cookies/resources/cookie-utilities.js:
* http/tests/dom/window-open-about-blank-and-access-document.html:
* http/tests/dom/window-open-about-uppercase-blank-and-access-document.html:
* http/tests/dom/window-open-about-webkit-org-and-access-document-async-delegates.html:
* http/tests/dom/window-open-about-webkit-org-and-access-document.html:
* http/tests/download/convert-cached-load-to-download.html:
* http/tests/security/popup-blocked-from-fake-event.html:
* http/tests/security/popup-blocked-from-window-open.html:
* http/tests/security/window-opened-from-sandboxed-iframe-should-inherit-sandbox.html:
* http/tests/security/xss-DENIED-click-and-form-submission-from-inactive-domwindow.html:
* http/tests/security/xss-DENIED-script-inject-into-inactive-window.html:
* http/tests/security/xss-DENIED-script-inject-into-inactive-window2-pson.html:
* http/tests/security/xss-DENIED-script-inject-into-inactive-window2.html:
* http/tests/security/xss-DENIED-script-inject-into-inactive-window3.html:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.html:
* http/tests/security/xssAuditor/anchor-url-dom-write-location.html:
* http/tests/security/xssAuditor/anchor-url-dom-write-location2.html:
* http/tests/security/xssAuditor/base-href-control-char.html:
* http/tests/security/xssAuditor/base-href-direct.html:
* http/tests/security/xssAuditor/base-href-null-char.html:
* http/tests/security/xssAuditor/base-href-safe.html:
* http/tests/security/xssAuditor/base-href-safe2.html:
* http/tests/security/xssAuditor/base-href-safe3.html:
* http/tests/security/xssAuditor/base-href-scheme-relative.html:
* http/tests/security/xssAuditor/base-href.html:
* http/tests/security/xssAuditor/block-does-not-leak-location.html:
* http/tests/security/xssAuditor/block-does-not-leak-referrer.html:
* http/tests/security/xssAuditor/block-does-not-leak-that-page-was-blocked-using-empty-data-url.html:
* http/tests/security/xssAuditor/cached-frame.html:
* http/tests/security/xssAuditor/cookie-injection.html:
* http/tests/security/xssAuditor/crash-while-loading-tag-with-pause.html:
* http/tests/security/xssAuditor/data-urls-work.html:
* http/tests/security/xssAuditor/dom-write-URL.html:
* http/tests/security/xssAuditor/dom-write-innerHTML.html:
* http/tests/security/xssAuditor/dom-write-location-dom-write-open-img-onerror.html:
* http/tests/security/xssAuditor/dom-write-location-inline-event.html:
* http/tests/security/xssAuditor/dom-write-location-javascript-URL.html:
* http/tests/security/xssAuditor/dom-write-location-open-img-onerror.html:
* http/tests/security/xssAuditor/dom-write-location.html:
* http/tests/security/xssAuditor/embed-tag-code-attribute-2.html:
* http/tests/security/xssAuditor/embed-tag-code-attribute.html:
* http/tests/security/xssAuditor/embed-tag-control-char.html:
* http/tests/security/xssAuditor/embed-tag-in-path-unterminated.html:
* http/tests/security/xssAuditor/embed-tag-javascript-url.html:
* http/tests/security/xssAuditor/embed-tag-null-char.html:
* http/tests/security/xssAuditor/embed-tag.html:
* http/tests/security/xssAuditor/faux-script1.html:
* http/tests/security/xssAuditor/faux-script2.html:
* http/tests/security/xssAuditor/faux-script3.html:
* http/tests/security/xssAuditor/form-action.html:
* http/tests/security/xssAuditor/formaction-on-button.html:
* http/tests/security/xssAuditor/formaction-on-input.html:
* http/tests/security/xssAuditor/frameset-injection.html:
* http/tests/security/xssAuditor/full-block-base-href.html:
* http/tests/security/xssAuditor/full-block-get-from-iframe.html:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url.html:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
* http/tests/security/xssAuditor/full-block-javascript-link.html:
* http/tests/security/xssAuditor/full-block-link-onclick.html:
* http/tests/security/xssAuditor/full-block-object-tag.html:
* http/tests/security/xssAuditor/full-block-post-from-iframe.html:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html:
* http/tests/security/xssAuditor/full-block-script-tag-with-source.html:
* http/tests/security/xssAuditor/full-block-script-tag.html:
* http/tests/security/xssAuditor/get-from-iframe.html:
* http/tests/security/xssAuditor/iframe-injection-allowed-2.html:
* http/tests/security/xssAuditor/iframe-injection-allowed-3.html:
* http/tests/security/xssAuditor/iframe-injection-allowed.html:
* http/tests/security/xssAuditor/iframe-injection.html:
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html:
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded.html:
* http/tests/security/xssAuditor/iframe-javascript-url.html:
* http/tests/security/xssAuditor/iframe-onload-GBK-char.html:
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag.html:
* http/tests/security/xssAuditor/iframe-srcdoc-property-blocked.html:
* http/tests/security/xssAuditor/iframe-srcdoc.html:
* http/tests/security/xssAuditor/img-onerror-GBK-char.html:
* http/tests/security/xssAuditor/img-onerror-accented-char.html:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding.html:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char.html:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding.html:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2.html:
* http/tests/security/xssAuditor/img-onerror-tricky.html:
* http/tests/security/xssAuditor/img-tag-with-comma.html:
* http/tests/security/xssAuditor/inline-event-HTML-entities.html:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char.html:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-named.html:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char.html:
* http/tests/security/xssAuditor/javascript-link-HTML-entities.html:
* http/tests/security/xssAuditor/javascript-link-ampersand.html:
* http/tests/security/xssAuditor/javascript-link-control-char.html:
* http/tests/security/xssAuditor/javascript-link-control-char2.html:
* http/tests/security/xssAuditor/javascript-link-null-char.html:
* http/tests/security/xssAuditor/javascript-link-one-plus-one.html:
* http/tests/security/xssAuditor/javascript-link-safe.html:
* http/tests/security/xssAuditor/javascript-link-url-encoded.html:
* http/tests/security/xssAuditor/javascript-link.html:
* http/tests/security/xssAuditor/link-onclick-ampersand.html:
* http/tests/security/xssAuditor/link-onclick-control-char.html:
* http/tests/security/xssAuditor/link-onclick-entities.html:
* http/tests/security/xssAuditor/link-onclick-null-char.html:
* http/tests/security/xssAuditor/link-onclick.html:
* http/tests/security/xssAuditor/link-opens-new-window.html:
* http/tests/security/xssAuditor/malformed-HTML.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-1.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-2.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-3.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-4.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-5.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-6.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-7.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-8.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-9.html:
* http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html:
* http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-ignored.html:
* http/tests/security/xssAuditor/nested-dom-write-location-open-img-onerror.html:
* http/tests/security/xssAuditor/no-protection-script-tag.html:
* http/tests/security/xssAuditor/non-block-javascript-url-frame.html:
* http/tests/security/xssAuditor/object-embed-tag-control-char.html:
* http/tests/security/xssAuditor/object-embed-tag-null-char.html:
* http/tests/security/xssAuditor/object-embed-tag.html:
* http/tests/security/xssAuditor/object-src-inject.html:
* http/tests/security/xssAuditor/object-tag-javascript-url.html:
* http/tests/security/xssAuditor/object-tag.html:
* http/tests/security/xssAuditor/open-attribute-body.html:
* http/tests/security/xssAuditor/open-event-handler-iframe.html:
* http/tests/security/xssAuditor/open-iframe-src-01.html:
* http/tests/security/xssAuditor/open-iframe-src-02.html:
* http/tests/security/xssAuditor/open-iframe-src-03.html:
* http/tests/security/xssAuditor/open-script-src-01.html:
* http/tests/security/xssAuditor/open-script-src-02.html:
* http/tests/security/xssAuditor/open-script-src-03.html:
* http/tests/security/xssAuditor/open-script-src-04.html:
* http/tests/security/xssAuditor/post-from-iframe.html:
* http/tests/security/xssAuditor/property-escape-comment-01.html:
* http/tests/security/xssAuditor/property-escape-comment-02.html:
* http/tests/security/xssAuditor/property-escape-comment-03.html:
* http/tests/security/xssAuditor/property-escape-entity-01.html:
* http/tests/security/xssAuditor/property-escape-entity-02.html:
* http/tests/security/xssAuditor/property-escape-entity-03.html:
* http/tests/security/xssAuditor/property-escape-long.html:
* http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars.html:
* http/tests/security/xssAuditor/property-escape-noquotes.html:
* http/tests/security/xssAuditor/property-escape-quote-01.html:
* http/tests/security/xssAuditor/property-escape-quote-02.html:
* http/tests/security/xssAuditor/property-escape-quote-03.html:
* http/tests/security/xssAuditor/property-escape.html:
* http/tests/security/xssAuditor/property-inject.html:
* http/tests/security/xssAuditor/reflection-in-path.html:
* http/tests/security/xssAuditor/regress-167121.html:
* http/tests/security/xssAuditor/report-script-tag-and-do-not-follow-redirect-when-sending-report.html:
* http/tests/security/xssAuditor/report-script-tag-full-block-and-do-not-follow-redirect-when-sending-report.html:
* http/tests/security/xssAuditor/report-script-tag-full-block.html:
* http/tests/security/xssAuditor/report-script-tag-replace-state.html:
* http/tests/security/xssAuditor/report-script-tag.html:
* http/tests/security/xssAuditor/resources/base-href/base-href-safe2.html:
* http/tests/security/xssAuditor/resources/base-href/base-href-safe3.html:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode.html:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode.html:
* http/tests/security/xssAuditor/script-tag-Big5-char.html:
* http/tests/security/xssAuditor/script-tag-Big5-char2.html:
* http/tests/security/xssAuditor/script-tag-addslashes-backslash.html:
* http/tests/security/xssAuditor/script-tag-addslashes-double-quote.html:
* http/tests/security/xssAuditor/script-tag-addslashes-null-char.html:
* http/tests/security/xssAuditor/script-tag-addslashes-single-quote.html:
* http/tests/security/xssAuditor/script-tag-control-char.html:
* http/tests/security/xssAuditor/script-tag-convoluted.html:
* http/tests/security/xssAuditor/script-tag-entities.html:
* http/tests/security/xssAuditor/script-tag-expression-follows.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3.html:
* http/tests/security/xssAuditor/script-tag-near-start.html:
* http/tests/security/xssAuditor/script-tag-null-char.html:
* http/tests/security/xssAuditor/script-tag-open-redirect.html:
* http/tests/security/xssAuditor/script-tag-post-control-char.html:
* http/tests/security/xssAuditor/script-tag-post-null-char.html:
* http/tests/security/xssAuditor/script-tag-post.html:
* http/tests/security/xssAuditor/script-tag-redirect.html:
* http/tests/security/xssAuditor/script-tag-safe.html:
* http/tests/security/xssAuditor/script-tag-safe2.html:
* http/tests/security/xssAuditor/script-tag-safe3.html:
* http/tests/security/xssAuditor/script-tag-safe4.html:
* http/tests/security/xssAuditor/script-tag-src-redirect-safe.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode2.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode3.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5.html:
* http/tests/security/xssAuditor/script-tag-with-actual-comma.html:
* http/tests/security/xssAuditor/script-tag-with-callbacks.html:
* http/tests/security/xssAuditor/script-tag-with-comma-01.html:
* http/tests/security/xssAuditor/script-tag-with-comma-02.html:
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html:
* http/tests/security/xssAuditor/script-tag-with-injected-comment.html:
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html:
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html:
* http/tests/security/xssAuditor/script-tag-with-source-control-char.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url2.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url3.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url4.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url5.html:
* http/tests/security/xssAuditor/script-tag-with-source-double-quote.html:
* http/tests/security/xssAuditor/script-tag-with-source-entities.html:
* http/tests/security/xssAuditor/script-tag-with-source-no-quote.html:
* http/tests/security/xssAuditor/script-tag-with-source-null-char.html:
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme.html:
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query.html:
* http/tests/security/xssAuditor/script-tag-with-source-same-host.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html:
* http/tests/security/xssAuditor/script-tag-with-source.html:
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-script-and-urlencode.html:
* http/tests/security/xssAuditor/script-tag.html:
* http/tests/security/xssAuditor/svg-animate.html:
* http/tests/security/xssAuditor/svg-script-tag.html:
* http/tests/security/xssAuditor/window-open-without-url-should-not-assert.html:
* http/tests/security/xssAuditor/xss-filter-bypass-big5.html:
* http/tests/security/xssAuditor/xss-filter-bypass-long-string.html:
* http/tests/security/xssAuditor/xss-filter-bypass-sjis.html:
* http/tests/security/xssAuditor/xss-protection-parsing-01.html:
* http/tests/security/xssAuditor/xss-protection-parsing-02.html:
* http/tests/security/xssAuditor/xss-protection-parsing-03.html:
* http/tests/security/xssAuditor/xss-protection-parsing-04.html:
* http/tests/storageAccess/deny-with-prompt-does-not-preserve-gesture.html:
* http/tests/storageAccess/deny-without-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-with-prompt-preserves-gesture.html:
* http/tests/storageAccess/resources/request-storage-access-iframe-and-pop-window.html:
* 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:
* imported/blink/fast/events/popup-forwarded-gesture.html:
* imported/blink/fast/workers/worker-shared-asm-buffer.html:
* platform/ios/ios/fast/text/data-detectors/phone-disabled.html:
* platform/ios/ios/fast/text/data-detectors/phone.html:
* platform/mac/plugins/disable-plugins.html:
* plugins/js-from-destroy.html:
* plugins/navigator-plugin-crash.html:
* plugins/navigator-plugins-disabled.html:
* plugins/plugin-initiate-popup-window.html:
* security/cannot-read-self-from-file.html:
* storage/domstorage/localstorage/blocked-file-access-permitted-by-quirk.html:
* storage/domstorage/localstorage/blocked-file-access.html:
* storage/domstorage/localstorage/file-can-access.html:
* storage/domstorage/sessionstorage/blocked-file-access.html:
* webrtc/datachannel/mdns-ice-candidates.html:
* webrtc/peerconnection-new-candidate-page-cache.html:
2020-11-01 Karl Rackler <rackler@apple.com>
REGRESSION (r269070): [ Big Sur ] editing/input/reveal-caret-of-multiline-input.html is a constant failure
rdar://70819245
Re-baseline for Catalina after r269174.
Unreviewed test gardening.
* platform/mac-catalina/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
2020-11-01 Karl Rackler <rackler@apple.com>
REGRESSION (r269070): [ Big Sur ] editing/input/reveal-caret-of-multiline-input.html is a constant failure
rdar://70819245
Re-baseline for Catalina after r269174. Capital letter in Input folder.
Unreviewed test gardening.
* platform/mac-catalina/editing/Input/reveal-caret-of-multiline-input-expected.txt: Removed.
2020-10-31 Chris Dumez <cdumez@apple.com>
Promises returned by our DOM API have the caller's global instead of the callee's
https://bugs.webkit.org/show_bug.cgi?id=218363
Reviewed by Darin Adler and Ryosuke Niwa.
* fast/js-promise-from-detached-iframe-expected.txt: Added.
* fast/js-promise-from-detached-iframe.html: Added.
Add layout test to verify that JS promises from iframes properly get settled after the
the iframe gets removed from the doucment. I have verified that this test passes in
both Firefox and Chrome.
* http/tests/eventloop/promise-from-cross-origin-detached-iframe-expected.txt: Added.
* http/tests/eventloop/promise-from-cross-origin-detached-iframe.html: Added.
* http/tests/eventloop/resources/promise-from-cross-origin-detached-iframe-subframe.html: Added.
Similar test as above but in a cross-origin iframe. Ryosuke recommended adding this test
since event loops only shared between documents of similar origins. I have verified that this
test passes in both Firefox and Chrome.
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
Rebaseline existing test that has slightly different output.
* requestidlecallback/requestidlecallback-document-gc-expected.txt:
* requestidlecallback/requestidlecallback-document-gc.html:
Tweak test to check that enough documents are gc's at regular intervals, instead of expecting
them to be collected in a 0-timer.
* webaudio/promise-global-object-expected.txt: Added.
* webaudio/promise-global-object.html: Added.
Add test to verify that the global object of the promise is correct when the promise comes
from calling a DOM API in an subframe. Previously, we would incorrectly use the caller's
global instead of the callee's global. I have verified that this test passes in both Firefox
and Chrome.
2020-10-31 Sam Weinig <weinig@apple.com>
Remove all remaining testRunner.overridePreference calls
https://bugs.webkit.org/show_bug.cgi?id=218373
Reviewed by Simon Fraser.
Removes remaining uses of testRunner.overridePreference and addresses some
recent feedback by removing some unnecessary "window." uses.
Also removed test cross-origin-local-storage-wk1.html as it is redundant with
other tests such as cross-origin-local-storage.html which uses internals instead.
* fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html:
* fast/parser/noscript-with-javascript-disabled.html:
* fast/text/international/locale-sensitive-fonts.html:
* fast/text/zero-font-size.html:
* http/tests/download/default-encoding.html:
* http/tests/misc/favicon-loads-with-images-disabled.html:
* http/tests/security/cross-origin-local-storage-wk1-expected.txt: Removed.
* http/tests/security/cross-origin-local-storage-wk1.html: Removed.
* http/tests/security/resources/load-local-storage.html:
* http/tests/xsl/xslt-transform-with-javascript-disabled.html:
* platform/ios-wk1/TestExpectations:
* platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Removed.
* platform/mac/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/win/inverted-colors/non-composited.html:
* platform/wk2/TestExpectations:
* svg/as-image/svg-image-with-data-uri-images-disabled.html:
2020-10-29 Sam Weinig <weinig@apple.com>
* fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html:
* fast/parser/noscript-with-javascript-disabled.html:
* fast/text/international/locale-sensitive-fonts.html:
* fast/text/zero-font-size.html:
* http/tests/download/default-encoding.html:
* http/tests/misc/favicon-loads-with-images-disabled.html:
* http/tests/security/cross-origin-local-storage-wk1.html:
* http/tests/security/resources/load-local-storage.html:
* http/tests/xsl/xslt-transform-with-javascript-disabled.html:
* platform/win/inverted-colors/non-composited.html:
* platform/wk2/TestExpectations:
* svg/as-image/svg-image-with-data-uri-images-disabled.html:
2020-10-31 Zalan Bujtas <zalan@apple.com>
Remove unneeded whitespace between content and <br>
https://bugs.webkit.org/show_bug.cgi?id=218151
<rdar://problem/70662471>
Reviewed by Antti Koivisto.
Missed these files in r268958.
* editing/inserting/paragraph-separator-in-table-1.html:
* platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt:
2020-10-30 Karl Rackler <rackler@apple.com>
REGRESSION (r269070): [ Big Sur ] editing/input/reveal-caret-of-multiline-input.html is a constant failure
rdar://70819245
Re-baseline for Big Sur.
Unreviewed test gardening.
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
2020-10-30 Karl Rackler <rackler@apple.com>
REGRESSION (r268178): [iOS] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-multiple-times.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217741
Remove test expectation after revert of r268178.
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-30 Karl Rackler <rackler@apple.com>
REGRESSION (iOS 14): [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html is a constant failure (217419)
https://bugs.webkit.org/show_bug.cgi?id=217419
Re-baseline
Unreviewed test gardening.
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
2020-10-30 Karl Rackler <rackler@apple.com>
REGRESSION (r268958): [ Big Sur ] fast/forms/basic-inputs.html is a constant failure
rdar://70904424
Unreviewed test gardening.
* platform/mac/fast/forms/basic-inputs-expected.txt:
2020-10-30 Brian Burg <bburg@apple.com>
Web Inspector: move InspectorFrontendAPIDispatcher to WebCore, clean up uses
https://bugs.webkit.org/show_bug.cgi?id=217835
<rdar://problem/70384407>
Reviewed by Devin Rousso.
* inspector/dom/dom-remove-events.html:
* inspector/dom/remove-multiple-nodes.html:
The order of events received has changed slightly due to the new auto-suspend behavior
in InspectorFrontendAPIDispatcher. Remove event handlers when the test is complete to
ensure that events which arrive after the test has finished do not stomp on the expected results.
* inspector/debugger/call-frame-function-name.html:
* inspector/debugger/call-frame-this-host.html:
* inspector/debugger/hit-breakpoint-from-console.html:
* inspector/debugger/setBreakpoint-autoContinue.html:
* inspector/debugger/setBreakpoint-column.html:
* inspector/debugger/setBreakpoint-condition.html:
* inspector/debugger/setBreakpoint.html:
* inspector/debugger/setBreakpointByUrl-sourceURL.html:
Some tests seem to call ProtocolTest.completeTest() from the handler of Debugger.paused, when
the debugger is still paused. This causes timeouts after this refactoring, since not resuming means that
we'll get stuck in the debugger's nested run loop and never return.
2020-10-30 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper] Replica layers don't blend correctly because computeOverlapRegions doesn't take TextureMapperPaintOptions::transform into account
https://bugs.webkit.org/show_bug.cgi?id=218307
Reviewed by Don Olmstead.
* compositing/reflections/opacity-in-reflection-expected.html: Added.
* compositing/reflections/opacity-in-reflection.html: Added.
2020-10-30 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/resources tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=218351
Reviewed by Sam Weinig.
Rebaseline test that has different output.
* platform/mac-wk2/imported/w3c/web-platform-tests/web-share/share-url-invalid.https-expected.txt:
2020-10-30 Philippe Normand <pnormand@igalia.com>
Unreviewed GTK gardening
Remove tests marked as flaky for bug #198830 that have been consistently passing in the last
4000 GTK Release builds.
* platform/gtk/TestExpectations:
2020-10-29 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK][WPE] Gardening of new failures after r269177 and mark more flaky tests.
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-29 Myles C. Maxfield <mmaxfield@apple.com>
[GPU Process] Add tests for sbix and COLR fonts in canvas
https://bugs.webkit.org/show_bug.cgi?id=218346
Reviewed by Simon Fraser.
Test all the relevant combinations of:
{CTM, no CTM} x
{line dash, no line dash} x
{color style, gradient style} x
{shadow, no shadow} x
{fill, stroke} x
{sbix, COLR}.
We actually care about the combinations because we have some codepaths (e.g. emulated shadows)
that only are triggered when 2 or more of the above are active.
Image orientation only works in http tests, so the sbix font is used in http/tests/.
See https://bugs.webkit.org/show_bug.cgi?id=217808 for more information.
* fast/text/canvas-color-fonts/COLR-expected.html: Added.
* fast/text/canvas-color-fonts/COLR.html: Added.
* fast/text/canvas-color-fonts/ctm-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/ctm-COLR.html: Added.
* fast/text/canvas-color-fonts/fill-color-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/fill-color-COLR.html: Added.
* fast/text/canvas-color-fonts/fill-color-shadow-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/fill-color-shadow-COLR.html: Added.
* fast/text/canvas-color-fonts/fill-color-shadow-ctm-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/fill-color-shadow-ctm-COLR.html: Added.
* fast/text/canvas-color-fonts/fill-gradient-COLR-2-expected-mismatch.html: Added.
* fast/text/canvas-color-fonts/fill-gradient-COLR-2.html: Added.
* fast/text/canvas-color-fonts/fill-gradient-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/fill-gradient-COLR.html: Added.
* fast/text/canvas-color-fonts/linedash-COLR-expected-mismatch.html: Added.
* fast/text/canvas-color-fonts/linedash-COLR.html: Added.
* fast/text/canvas-color-fonts/linedash-outlines-expected-mismatch.html: Added.
* fast/text/canvas-color-fonts/linedash-outlines.html: Added.
* fast/text/canvas-color-fonts/resources/Ahem-COLR.ttf: Added.
* fast/text/canvas-color-fonts/stroke-color-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/stroke-color-COLR.html: Added.
* fast/text/canvas-color-fonts/stroke-color-shadow-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/stroke-color-shadow-COLR.html: Added.
* fast/text/canvas-color-fonts/stroke-color-shadow-ctm-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/stroke-color-shadow-ctm-COLR.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-2-expected-mismatch.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-2.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-3-expected-mismatch.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-3.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-4-expected-mismatch.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-4.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-5-expected-mismatch.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-5.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR-expected.html: Added.
* fast/text/canvas-color-fonts/stroke-gradient-COLR.html: Added.
* http/tests/canvas/color-fonts/ctm-sbix-2-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/ctm-sbix-2.html: Added.
* http/tests/canvas/color-fonts/ctm-sbix-3-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/ctm-sbix-3.html: Added.
* http/tests/canvas/color-fonts/ctm-sbix-4-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/ctm-sbix-4.html: Added.
* http/tests/canvas/color-fonts/ctm-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/ctm-sbix.html: Added.
* http/tests/canvas/color-fonts/fill-color-sbix-2-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/fill-color-sbix-2.html: Added.
* http/tests/canvas/color-fonts/fill-color-sbix-3-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/fill-color-sbix-3.html: Added.
* http/tests/canvas/color-fonts/fill-color-sbix-4-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/fill-color-sbix-4.html: Added.
* http/tests/canvas/color-fonts/fill-color-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/fill-color-sbix.html: Added.
* http/tests/canvas/color-fonts/fill-color-shadow-ctm-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/fill-color-shadow-ctm-sbix.html: Added.
* http/tests/canvas/color-fonts/fill-color-shadow-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/fill-color-shadow-sbix.html: Added.
* http/tests/canvas/color-fonts/fill-gradient-sbix-2-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/fill-gradient-sbix-2.html: Added.
* http/tests/canvas/color-fonts/fill-gradient-sbix-3-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/fill-gradient-sbix-3.html: Added.
* http/tests/canvas/color-fonts/fill-gradient-sbix-4-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/fill-gradient-sbix-4.html: Added.
* http/tests/canvas/color-fonts/fill-gradient-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/fill-gradient-sbix.html: Added.
* http/tests/canvas/color-fonts/linedash-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/linedash-sbix.html: Added.
* http/tests/canvas/color-fonts/resources/Ahem-sbix.ttf: Added.
* http/tests/canvas/color-fonts/resources/image1.jpg: Added.
* http/tests/canvas/color-fonts/resources/image2.jpg: Added.
* http/tests/canvas/color-fonts/stroke-color-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/stroke-color-sbix.html: Added.
* http/tests/canvas/color-fonts/stroke-color-shadow-ctm-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/stroke-color-shadow-ctm-sbix.html: Added.
* http/tests/canvas/color-fonts/stroke-color-shadow-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/stroke-color-shadow-sbix.html: Added.
* http/tests/canvas/color-fonts/stroke-gradient-sbix-2-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/stroke-gradient-sbix-2.html: Added.
* http/tests/canvas/color-fonts/stroke-gradient-sbix-3-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/stroke-gradient-sbix-3.html: Added.
* http/tests/canvas/color-fonts/stroke-gradient-sbix-4-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/stroke-gradient-sbix-4.html: Added.
* http/tests/canvas/color-fonts/stroke-gradient-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/stroke-gradient-sbix.html: Added.
* http/tests/canvas/color-fonts/text-sbix-2-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/text-sbix-2.html: Added.
* http/tests/canvas/color-fonts/text-sbix-3-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/text-sbix-3.html: Added.
* http/tests/canvas/color-fonts/text-sbix-4-expected-mismatch.html: Added.
* http/tests/canvas/color-fonts/text-sbix-4.html: Added.
* http/tests/canvas/color-fonts/text-sbix-expected.html: Added.
* http/tests/canvas/color-fonts/text-sbix.html: Added.
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2020-10-29 Sam Weinig <weinig@apple.com>
Remove all remaining boolean overridePreference calls
https://bugs.webkit.org/show_bug.cgi?id=218355
Reviewed by Darin Adler.
Remove unnecessary testRunner.overridePreference calls (for features on
by default) and replace others with test header commands or internals.settings
as appropriate.
* fast/canvas/webgl/resources/js-test-pre.js:
* fast/dom/timer-throttling-hidden-page-non-nested.html:
* fast/dom/timer-throttling-hidden-page.html:
* fast/events/resources/tabindex-focus-blur-all.js:
* fast/harness/override-preferences-2-expected.txt: Removed.
* fast/harness/override-preferences-2.html: Removed.
* fast/harness/override-preferences-expected.txt: Removed.
* fast/harness/override-preferences.html: Removed.
* fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html:
* fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html:
* fast/mediacapturefromelement/resources/webgl-test.js:
* fast/parser/noscript-with-javascript-disabled.html:
* fast/parser/noscript-with-javascript-enabled.html:
* http/tests/cache/display-image-unset-allows-cached-image-load.html:
* http/tests/misc/favicon-loads-with-icon-loading-override.html:
* http/tests/misc/favicon-loads-with-images-disabled.html:
* http/tests/xsl/xslt-transform-with-javascript-disabled.html:
* media/remove-video-best-media-element-in-main-frame-crash.html:
* platform/mac-wk2/plugins/asychronous-deadlock-with-timer-and-evaluate.html:
* platform/mac-wk2/plugins/asynchronous-destroy-before-initialization.html:
* platform/mac-wk2/plugins/destroy-during-async-npp-new.html:
* platform/mac-wk2/plugins/script-object-access-fails-during-slow-initialization.html:
* platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-multiple.html:
* platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization.html:
* svg/as-image/svg-image-with-data-uri-images-disabled.html:
* webaudio/resources/audio-testing.js:
* webgl/1.0.3/resources/webgl_test_files/conformance/more/unit.js:
* webgl/1.0.3/resources/webgl_test_files/resources/js-test-pre.js:
* webgl/2.0.0/resources/webgl_test_files/conformance/more/unit.js:
* webgl/2.0.0/resources/webgl_test_files/js/js-test-pre.js:
* webgl/resources/js-test-pre.js:
* webgl/resources/webgl_test_files/js/js-test-pre.js:
2020-10-30 Karl Rackler <rackler@apple.com>
REGRESSION (r269070): [ Big Sur ] editing/input/reveal-caret-of-multiline-input.html is a constant failure
rdar://70819245
Re-baseline for Mojave after r269174.
Unreviewed test gardening.
* platform/mac-bigsur/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
* platform/mac-mojave/editing/input/reveal-caret-of-multiline-input-expected.txt:
2020-10-29 Karl Rackler <rackler@apple.com>
REGRESSION (r269070): [ Big Sur ] editing/input/reveal-caret-of-multiline-input.html is a constant failure
rdar://70819245
Re-baseline for Big Sur.
Unreviewed test gardening.
* platform/mac-bigsur/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac-catalina/editing/Input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac-bigsur/editing/input/reveal-caret-of-multiline-input-expected.txt.
* platform/mac-mojave/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac-bigsur/editing/input/reveal-caret-of-multiline-input-expected.txt.
2020-10-29 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening scroll failure
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-10-29 Karl Rackler <rackler@apple.com>
Unreviewed, reverting r269167.
This reverts commit 269167 because it was in the incorrect
location.
Reverted changeset:
"REGRESSION (r269070): [ Big Sur ] editing/input/reveal-caret-
of-multiline-input.html is a constant failure"
https://trac.webkit.org/changeset/269167
2020-10-29 Jiewen Tan <jiewen_tan@apple.com>
[WebAuthn] Make WebContent process talk to the WebAuthn process for WebAuthn requests
https://bugs.webkit.org/show_bug.cgi?id=218070
<rdar://problem/70384404>
Reviewed by Brent Fulgham.
Modifies tests that can run on the new WebAuthn process run on it. Some tests will require
mock UI interactions which is not currently supported for the new WebAuthn process. Therefore,
they still run on the UI process.
* http/wpt/webauthn/ctap-hid-failure.https.html:
* http/wpt/webauthn/ctap-hid-success.https.html:
* http/wpt/webauthn/ctap-nfc-failure.https.html:
* http/wpt/webauthn/idl.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-hid-silent.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-hid.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-local-silent.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-local.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-nfc.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-u2f.https.html:
* http/wpt/webauthn/public-key-credential-create-failure.https.html:
* http/wpt/webauthn/public-key-credential-create-success-hid.https.html:
* http/wpt/webauthn/public-key-credential-create-success-local.https.html:
* http/wpt/webauthn/public-key-credential-create-success-nfc.https.html:
* http/wpt/webauthn/public-key-credential-create-success-u2f.https.html:
* http/wpt/webauthn/public-key-credential-create-with-invalid-parameters.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-hid-silent.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-hid.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-local-silent.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-local.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-nfc.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-u2f-silent.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-u2f.https.html:
* http/wpt/webauthn/public-key-credential-get-failure.https.html:
* http/wpt/webauthn/public-key-credential-get-success-hid.https.html:
* http/wpt/webauthn/public-key-credential-get-success-local.https.html:
* http/wpt/webauthn/public-key-credential-get-success-nfc.https.html:
* http/wpt/webauthn/public-key-credential-get-success-u2f.https.html:
* http/wpt/webauthn/public-key-credential-get-with-invalid-parameters.https.html:
* http/wpt/webauthn/public-key-credential-ip-address.html:
* http/wpt/webauthn/public-key-credential-is-user-verifying-platform-authenticator-available.html:
* http/wpt/webauthn/public-key-credential-same-origin-with-ancestors.https.html:
* http/wpt/webauthn/public-key-credential-unfocused-document.https.html:
2020-10-29 Karl Rackler <rackler@apple.com>
REGRESSION (r269070): [ Big Sur ] editing/input/reveal-caret-of-multiline-input.html is a constant failure
rdar://70819245
Re-baseline for Big Sur.
Unreviewed test gardening.
* platform/mac-bigsur/editing/input/reveal-caret-of-multiline-input-expected.txt:
2020-10-29 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some failures
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Rebaseline
2020-10-29 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/payment-request tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=218308
Reviewed by Geoff Garen.
Skip a few new tests that are failing.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-10-29 Said Abou-Hallawa <said@apple.com>
REGRESSION(269065): [GPU Process]: Order of drawing has to be preserved when drawing a canvas to another canvas
https://bugs.webkit.org/show_bug.cgi?id=218324
Reviewed by Simon Fraser.
* fast/canvas/canvas-draw-canvas-on-canvas-flushing-order-expected.html: Added.
* fast/canvas/canvas-draw-canvas-on-canvas-flushing-order.html: Added.
2020-10-29 Noam Rosenthal <noam@webkit.org>
REGRESSION(r268249): image-orientation:none is broken for local (file://) urls
https://bugs.webkit.org/show_bug.cgi?id=217808
<rdar://problem/70603407>
Reviewed by Myles C. Maxfield.
Added a tests that ensure image-orientation: none is supported in file and data URLs.
* fast/images/image-orientation-none-local-expected.txt: Added.
* fast/images/image-orientation-none-local.html: Added.
* fast/images/image-orientation-none-data-url-expected.txt: Added.
* fast/images/image-orientation-none-data-url.html: Added.
2020-10-29 Karl Rackler <rackler@apple.com>
REGRESSION: [ Mojave+ ] inspector/dom-debugger/attribute-modified-style.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=218341
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-10-29 Martin Robinson <mrobinson@igalia.com>
Make scroll-margin independent of scroll snapping and have it apply when scrolling to anchors
https://bugs.webkit.org/show_bug.cgi?id=218076
Reviewed by Simon Fraser.
* TestExpectations: Updated expectations for newly passing tests and marked some tests
as flaky.
2020-10-29 Cathie Chen <cathiechen@igalia.com>
IntersectionObserverCallback leak
https://bugs.webkit.org/show_bug.cgi?id=218225
Reviewed by Ryosuke Niwa.
In intersection-observer-callback-after-gc.html, the callbacks with observed targets deleted should stay alive as long as observers are alive.
In intersection-observer-callback-leak.html, use `internals.numberOfLiveNodes` to check that the objects inside JSIntersectionObserverCallback
can be garbage collected.
* intersection-observer/intersection-observer-callback-after-gc-expected.txt: Added.
* intersection-observer/intersection-observer-callback-after-gc.html: Added.
* intersection-observer/intersection-observer-callback-leak-expected.txt: Added.
* intersection-observer/intersection-observer-callback-leak.html: Added.
2020-10-28 Julian Gonzalez <julian_a_gonzalez@apple.com>
Null dereference in CompositeEditCommand::cloneParagraphUnderNewElement() due to not checking for top of DOM tree
https://bugs.webkit.org/show_bug.cgi?id=218132
Reviewed by Ryosuke Niwa.
Add a test to verify that we don't iterate outside the DOM tree while cloning a paragraph.
Thanks to Ryosuke Niwa for helping minimize the test and make it more stable.
* editing/deleting/move-paragraph-crash-expected.txt: Added.
* editing/deleting/move-paragraph-crash.html: Added.
2020-10-28 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r267329): Crash in VisibleSelection::toNormalizedRange()
https://bugs.webkit.org/show_bug.cgi?id=218276
Reviewed by Wenson Hsieh.
Added a regression test and rebaselined the test now that we got the pre-r267329 behavior back.
* editing/execCommand/insert-list-nested-with-orphaned-expected.txt: Reverted the rebaseline in r267329.
* editing/selection/delete-selection-with-disconnected-extent-expected.txt: Added.
* editing/selection/delete-selection-with-disconnected-extent.html: Added.
2020-10-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK][WPE] Rebaseline of tests and gardening of failures.
Rebaselines some tests and mark some tests as failing after recent changes.
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/gtk/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/gtk/fast/css/word-space-extra-expected.txt: Copied from LayoutTests/platform/glib/fast/css/word-space-extra-expected.txt.
* platform/gtk/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/gtk/fast/html/tab-order-expected.txt: Removed.
* platform/gtk/fast/text/basic/generic-family-reset-expected.txt:
* platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/wpe/fast/css/word-space-extra-expected.txt: Renamed from LayoutTests/platform/glib/fast/css/word-space-extra-expected.txt.
* platform/wpe/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/wpe/fast/text/basic/generic-family-reset-expected.txt:
2020-10-28 John Wilander <wilander@apple.com>
PCM: Accept ad click data when the link opens a new window
https://bugs.webkit.org/show_bug.cgi?id=214176
<rdar://problem/65358005>
Reviewed by Brent Fulgham.
A link with the attribute target="_blank" takes another code path for
navigation which involves the creation of a new window and webpage. That
code path needs to transfer ad click attribution data to the new webpage
where it can be picked up.
* http/tests/adClickAttribution/attribution-conversion-through-image-redirect-in-new-window-expected.txt: Added.
* http/tests/adClickAttribution/attribution-conversion-through-image-redirect-in-new-window.html: Added.
* http/tests/adClickAttribution/resources/convertAndPostMessageBack.html: Added.
2020-10-28 Truitt Savell <tsavell@apple.com>
Rebase for fast/forms/input-appearance-spinbutton.html on Catalina after changes in r269036
https://bugs.webkit.org/show_bug.cgi?id=218151
Unreviewed test gardening.
* platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt:
2020-10-28 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r269122.
Checked in Change markers
Reverted changeset:
"Rebase for fast/forms/input-appearance-spinbutton.html on
Catalina after changes in r269036"
https://bugs.webkit.org/show_bug.cgi?id=218151
https://trac.webkit.org/changeset/269122
2020-10-28 Truitt Savell <tsavell@apple.com>
Rebase for fast/forms/input-appearance-spinbutton.html on Catalina after changes in r269036
https://bugs.webkit.org/show_bug.cgi?id=218151
Unreviewed test gardening.
* platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt:
2020-10-28 Jer Noble <jer.noble@apple.com>
[MSE] Handle trackId changing across Initialization Segments
https://bugs.webkit.org/show_bug.cgi?id=218294
<rdar://problem/70771306>
Reviewed by Eric Carlson.
* media/media-source/media-source-trackid-change-expected.txt: Added.
* media/media-source/media-source-trackid-change.html: Added.
2020-10-28 Sam Weinig <weinig@apple.com>
Reduce Preference Override Methods: TabsToLinks/SpatialNavigation
https://bugs.webkit.org/show_bug.cgi?id=218288
Reviewed by Tim Horton.
Replace uses of testRunner.overridePreference("WebKitTabToLinksPreferenceKey", ...) and
testRunner.setSpatialNavigationEnabled(...) with test header commands, helping to reduce
the number of different ways we have to override preferences in LayoutTests.
* accessibility/mac/caret-browsing-tab-selection.html:
* accessibility/mac/focus-setting-selection-syncronizing-not-clearing.html:
* accessibility/mac/selection-element-tabbing-to-link.html:
* accessibility/mac/selection-notification-focus-change.html:
* accessibility/mac/tab-focus-post-notification.html:
* fast/events/tab-focus-anchor.html:
* fast/events/tab-focus-link-in-canvas.html:
* fast/spatial-navigation/snav-1st-stop.html:
* fast/spatial-navigation/snav-clipped-overflowed-content.html:
* fast/spatial-navigation/snav-container-only-white-space.html:
* fast/spatial-navigation/snav-container-white-space.html:
* fast/spatial-navigation/snav-display-contents-crash.html:
* fast/spatial-navigation/snav-div-overflow-scrol-hidden.html:
* fast/spatial-navigation/snav-div-scrollable-but-without-focusable-content.html:
* fast/spatial-navigation/snav-fully-aligned-horizontally.html:
* fast/spatial-navigation/snav-fully-aligned-vertically.html:
* fast/spatial-navigation/snav-hidden-focusable-element.html:
* fast/spatial-navigation/snav-hidden-iframe-zero-size.html:
* fast/spatial-navigation/snav-hidden-iframe.html:
* fast/spatial-navigation/snav-iframe-flattening-simple.html:
* fast/spatial-navigation/snav-iframe-nested.html:
* fast/spatial-navigation/snav-iframe-no-focusable-content.html:
* fast/spatial-navigation/snav-iframe-no-scrollable-content.html:
* fast/spatial-navigation/snav-iframe-recursive-offset-parent.html:
* fast/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html:
* fast/spatial-navigation/snav-imagemap-area-not-focusable.html:
* fast/spatial-navigation/snav-imagemap-area-without-image.html:
* fast/spatial-navigation/snav-imagemap-overlapped-areas.html:
* fast/spatial-navigation/snav-imagemap-simple.html:
* fast/spatial-navigation/snav-input.html:
* fast/spatial-navigation/snav-media-elements.html:
* fast/spatial-navigation/snav-multiple-select-focusring.html:
* fast/spatial-navigation/snav-multiple-select-optgroup.html:
* fast/spatial-navigation/snav-multiple-select.html:
* fast/spatial-navigation/snav-offscreen-content.html:
* fast/spatial-navigation/snav-only-clipped-overflow-content.html:
* fast/spatial-navigation/snav-radio-group.html:
* fast/spatial-navigation/snav-radio.html:
* fast/spatial-navigation/snav-search-optimization.html:
* fast/spatial-navigation/snav-simple-content-overflow.html:
* fast/spatial-navigation/snav-single-select-list.html:
* fast/spatial-navigation/snav-single-select.html:
* fast/spatial-navigation/snav-table-traversal.html:
* fast/spatial-navigation/snav-textarea.html:
* fast/spatial-navigation/snav-tiny-table-traversal.html:
* fast/spatial-navigation/snav-two-elements-one-line.html:
* fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
* fast/spatial-navigation/snav-z-index.html:
* fast/spatial-navigation/snav-zero-margin-content.html:
* media/media-controls-accessibility.html:
* media/tab-focus-inside-media-elements.html:
2020-10-28 Chris Dumez <cdumez@apple.com>
AudioBuffer channels should be neuterable / detachable
https://bugs.webkit.org/show_bug.cgi?id=218286
Reviewed by Eric Carlson.
* webaudio/audiobuffer-neuter-expected.txt:
* webaudio/audiobuffer-neuter.html:
Extend layout test coverage. I have verified that this new version of the test is fully passing in
Gecko. In Blink, the initial checks all pass but it then crashes during rendering.
* webaudio/resources/audio-testing.js:
(createConstantBuffer):
Improve createConstantBuffer() so that it can construct buffers with multiple channels.
2020-10-28 Philippe Normand <pnormand@igalia.com>
[GStreamer] Multi-channel (>2) support for the AudioFileReader
https://bugs.webkit.org/show_bug.cgi?id=215255
Reviewed by Xabier Rodriguez-Calvar.
* platform/glib/TestExpectations: audiobuffersource-multi-channels.html is now passing.
* platform/glib/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
* platform/glib/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav: Added.
* platform/glib/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
* platform/glib/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav: Added.
* platform/glib/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
* platform/gtk/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Removed.
* platform/gtk/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Removed.
* platform/gtk/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav: Removed.
* platform/gtk/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Removed.
* platform/gtk/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav: Removed.
* platform/gtk/webaudio/codec-tests/wav/24bit-44khz-expected.wav: Removed.
2020-10-28 Xabier Rodriguez Calvar <calvaris@igalia.com>
Unreviewed, reverting r269043.
Original patch was revert, should revert expectations as well
Reverted changeset:
"Unreviewed, GStreamer gardening"
https://trac.webkit.org/changeset/269043
2020-10-27 Zalan Bujtas <zalan@apple.com>
Remove unneeded whitespace between content and <br>
https://bugs.webkit.org/show_bug.cgi?id=218151
<rdar://problem/70662471>
Reviewed by Antti Koivisto.
Missed these files in r268958.
* accessibility/mac/text-marker-sentence-nav.html:
* fast/dom/HTMLTextAreaElement/reset-textarea.html:
* fast/text/basic/generic-family-reset.html:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
2020-10-27 Wenson Hsieh <wenson_hsieh@apple.com>
[Concurrent display lists] Add alternate versions of existing display list items that only contain inline data
https://bugs.webkit.org/show_bug.cgi?id=218259
Reviewed by Tim Horton.
Rebaseline an existing test.
* displaylists/canvas-display-list-expected.txt:
2020-10-27 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK][WPE] Rebaseline tests after r269044 and r269036
https://bugs.webkit.org/show_bug.cgi?id=218151
Unreviewed gardening.
* platform/gtk/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/gtk/fast/forms/option-index-expected.txt:
* platform/gtk/fast/text/basic/generic-family-reset-expected.txt:
* platform/gtk/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/gtk/fast/xsl/xslt-enc-expected.txt:
* platform/gtk/fast/xsl/xslt-enc16-expected.txt:
* platform/gtk/fast/xsl/xslt-enc16to16-expected.txt:
* platform/gtk/http/tests/navigation/postredirect-basic-expected.txt:
* platform/gtk/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/gtk/inspector/timeline/line-column-expected.txt:
* platform/gtk/svg/wicd/test-rightsizing-b-expected.txt:
* platform/wpe/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/wpe/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/wpe/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/wpe/fast/text/basic/generic-family-reset-expected.txt:
* platform/wpe/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/wpe/fast/xsl/xslt-enc-expected.txt:
* platform/wpe/fast/xsl/xslt-enc16-expected.txt:
* platform/wpe/fast/xsl/xslt-enc16to16-expected.txt:
* platform/wpe/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/wpe/http/tests/navigation/postredirect-basic-expected.txt:
* platform/wpe/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/wpe/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/wpe/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* platform/wpe/svg/wicd/test-rightsizing-b-expected.txt:
2020-10-27 Chris Dumez <cdumez@apple.com>
[GPUProcess] Use async IPC for RemoteAudioDestinationManager's StartAudioDestination / StopAudioDestination
https://bugs.webkit.org/show_bug.cgi?id=218251
Reviewed by Geoffrey Garen.
* webaudio/audiocontext-state.html:
Update existing test which incorrectly expected the AudioContext's state to become "running" synchronously
after connecting a source node. The state switches to "running" asynchronously now. It is up to the user
agent if and when the audio context starts autoplaying so this should be an acceptable behavior change.
2020-10-27 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper][GTK] Test compositing/clipping/border-radius-stacking-context-clip.html is failing
https://bugs.webkit.org/show_bug.cgi?id=214868
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unmarked compositing/clipping/border-radius-stacking-context-clip.html.
* platform/gtk/compositing/reflections/nested-reflection-transformed-expected.png: Updated.
* platform/gtk/compositing/reflections/nested-reflection-transformed2-expected.png: Updated.
* platform/gtk/compositing/reflections/reflection-positioning2-expected.png: Updated.
2020-10-27 Martin Robinson <mrobinson@igalia.com>
Overflow scrollIntoView wrong with borders
https://bugs.webkit.org/show_bug.cgi?id=152660
Reviewed by Simon Fraser.
Added a new test for this fix and renamed a similar test to follow a
standard naming convention. This will make the two tests easier to find.
* fast/overflow/scrollIntoView-nested-in-area-with-border-expected.html: Added.
* fast/overflow/scrollIntoView-nested-in-area-with-border.html: Added.
* fast/overflow/scrollIntoView-overflow-hidden-expected.html: Renamed from LayoutTests/fast/overflow/overflow-hidden-scroll-into-view-expected.html.
* fast/overflow/scrollIntoView-overflow-hidden.html: Renamed from LayoutTests/fast/overflow/overflow-hidden-scroll-into-view.html.
* fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt: Updated expectation.
* platform/ios/TestExpectations: Updated test name in expectations.
* platform/mac-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Updated expectation.
* platform/mac-wk2/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Ditto.
* platform/mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Ditto.
* platform/mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Ditto.
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Ditto.
2020-10-27 Tim Horton <timothy_horton@apple.com>
REGRESSION (r265515): fast/events/touch/ios/touch-events-with-modifiers.html is a frequent failure
https://bugs.webkit.org/show_bug.cgi?id=218249
<rdar://problem/67079948>
Reviewed by Wenson Hsieh.
* fast/events/touch/ios/resources/finish-test-after-scrolling-with-touch-event-handlers.html:
Don't notifyDone until both the scroll event happen and the event stream is done being dispatched.
Otherwise, we can move on and then send part of our event stream to the next page.
2020-10-27 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
Accessory bar next/previous buttons do not work on inputs in shadow roots
https://bugs.webkit.org/show_bug.cgi?id=203292
Reviewed by Ryosuke Niwa.
Introduced testcases only need to run with iOS family.
* fast/shadow-dom/ios/accessory-bar-work-on-input-with-tabindex-in-shadow-tree-expected.txt: Added.
* fast/shadow-dom/ios/accessory-bar-work-on-input-with-tabindex-in-shadow-tree.html: Added.
* TestExpectations:
* platform/ios/TestExpectations:
Avoid to run introduced tests because we don't have to run them and
tests are crashed on these platforms.
* resources/ui-helper.js:
(window.UIHelper.moveToNextByKeyboardAccessoryBar):
(window.UIHelper.moveToPrevByKeyboardAccessoryBar):
(window.UIHelper):
2020-10-27 Philippe Normand <pnormand@igalia.com>
[GStreamer] Bad handling of audio files in the ImageDecoder
https://bugs.webkit.org/show_bug.cgi?id=218239
Reviewed by Adrian Perez de Castro.
* fast/images/animated-image-mp3-crash-expected.txt: Added.
* fast/images/animated-image-mp3-crash.html: Added.
2020-10-27 Kenneth Russell <kbr@chromium.org>
[ iOS wk2 ] webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=209139
Reviewed by Dean Jackson.
Remove iOS suppression for
webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html.
* platform/ios-wk2/TestExpectations:
2020-10-27 Chris Dumez <cdumez@apple.com>
Calling AudioContext.suspend() / resume() while already suspended / running should resolve the promise right away
https://bugs.webkit.org/show_bug.cgi?id=218236
Reviewed by Sam Weinig.
Add layout test coverage.
* webaudio/resume-context-while-running-expected.txt: Added.
* webaudio/resume-context-while-running.html: Added.
* webaudio/suspend-context-while-suspended-expected.txt: Added.
* webaudio/suspend-context-while-suspended.html: Added.
2020-10-27 Ryan Haddad <ryanhaddad@apple.com>
Web Inspector: console command line API should be exposed to breakpoint conditions/actions
https://bugs.webkit.org/show_bug.cgi?id=218141
Unreviewed test gardening.
* inspector/timeline/line-column-expected.txt: Rebaseline the test after r269023.
2020-10-27 Xabier Rodriguez Calvar <calvaris@igalia.com>
Unreviewed, GStreamer gardening
* platform/glib/TestExpectations: Marked
media/encrypted-media/clearKey/clearKey-webm-video-playback-mse.html
as [ Timeout ].
2020-10-27 Chris Dumez <cdumez@apple.com>
AudioContext.suspend() should not reject promise when audio session is interrupted
https://bugs.webkit.org/show_bug.cgi?id=218235
Reviewed by Darin Adler.
Add layout test coverage.
* webaudio/suspend-context-while-interrupted-expected.txt: Added.
* webaudio/suspend-context-while-interrupted.html: Added.
2020-10-27 Zalan Bujtas <zalan@apple.com>
Remove unneeded whitespace between content and <br>
https://bugs.webkit.org/show_bug.cgi?id=218151
<rdar://problem/70662471>
Reviewed by Antti Koivisto.
Missed these files in r268958.
* fast/dom/HTMLTextAreaElement/reset-textarea.html:
* fast/forms/input-appearance-spinbutton.html:
* fast/forms/option-index.html:
* fast/text/basic/generic-family-reset.html:
* fast/xsl/resources/xslt-enc-cyr.xsl:
* fast/xsl/resources/xslt-enc.xsl:
* fast/xsl/resources/xslt-enc16.xsl:
* http/tests/navigation/resources/postresult.pl:
* http/tests/navigation/resources/success200.html:
* platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/forms/option-index-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/mac/fast/xsl/xslt-enc-expected.txt:
* platform/mac/fast/xsl/xslt-enc16-expected.txt:
* platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
* svg/wicd/test-rightsizing-b.xhtml:
2020-10-27 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK GStreamer gardening
* platform/gtk/TestExpectations: Remove flaky expectations for a few tests consistently passing.
2020-10-27 Kimmo Kinnunen <kkinnunen@apple.com>
REGRESSION (r268386): Flashes of inverted color when zooming the map on windy.com
https://bugs.webkit.org/show_bug.cgi?id=218177
<rdar://problem/70676037>
Reviewed by Dean Jackson.
Test case for WebGL which is drawn to a canvas that is not visible. This should still
adhere to preserveDrawingBuffer == false contract of clearing the drawing buffer
correctly.
Case that failed at the time of writing was the case where after draw, the element
would be removed by setting display:none.
* fast/canvas/webgl/webgl-clear-composited-notshowing-expected.txt: Added.
* fast/canvas/webgl/webgl-clear-composited-notshowing.html: Added.
2020-10-27 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/fast/box-shadow/inset-box-shadow-radius-expected.txt:
* platform/wincairo/fast/box-shadow/inset-box-shadows-expected.txt:
* platform/wincairo/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/wincairo/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/wincairo/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/wincairo/fast/css/first-line-text-decoration-expected.txt:
* platform/wincairo/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/wincairo/fast/css/focus-ring-detached-expected.txt:
* platform/wincairo/fast/css/layerZOrderCrash-expected.txt:
* platform/wincairo/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/wincairo/fast/css/text-overflow-ellipsis-expected.txt:
* platform/wincairo/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/wincairo/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/wincairo/fast/dom/focus-contenteditable-expected.txt:
* platform/wincairo/fast/inline-block/006-expected.txt:
* platform/wincairo/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/wincairo/fast/text/basic/012-expected.txt:
* platform/wincairo/fast/text/capitalize-boundaries-expected.txt:
* platform/wincairo/fast/text/indic-expected.txt:
* platform/wincairo/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/wincairo/fonts/monospace-expected.txt:
* platform/wincairo/fonts/sans-serif-expected.txt:
* platform/wincairo/fonts/serif-expected.txt:
* platform/wincairo/http/tests/local/file-url-sent-as-referer-expected.txt:
2020-10-26 Devin Rousso <drousso@apple.com>
Web Inspector: console command line API should be exposed to breakpoint conditions/actions
https://bugs.webkit.org/show_bug.cgi?id=218141
<rdar://problem/70636727>
Reviewed by Brian Burg.
* inspector/debugger/resources/breakpoint-options-utilities.js:
* inspector/debugger/break-on-exception-expected.txt:
* inspector/debugger/break-on-uncaught-exception-expected.txt:
* inspector/debugger/setPauseOnAssertions-expected.txt:
* inspector/debugger/setPauseOnDebuggerStatements-expected.txt:
* inspector/debugger/setPauseOnMicrotasks-expected.txt:
* inspector/dom-debugger/attribute-modified-style-expected.txt:
* inspector/dom-debugger/dom-breakpoint-attribute-modified-expected.txt:
* inspector/dom-debugger/dom-breakpoint-node-removed-ancestor-expected.txt:
* inspector/dom-debugger/dom-breakpoint-node-removed-direct-expected.txt:
* inspector/dom-debugger/dom-breakpoint-subtree-modified-add-expected.txt:
* inspector/dom-debugger/dom-breakpoint-subtree-modified-remove-expected.txt:
* inspector/dom-debugger/event-animation-frame-breakpoints-expected.txt:
* inspector/dom-debugger/event-interval-breakpoints-expected.txt:
* inspector/dom-debugger/event-listener-breakpoints-expected.txt:
* inspector/dom-debugger/event-timeout-breakpoints-expected.txt:
* inspector/dom-debugger/url-breakpoints-all-requests-expected.txt:
* inspector/dom-debugger/url-breakpoints-containing-expected.txt:
* inspector/dom-debugger/url-breakpoints-matching-expected.txt:
2020-10-26 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK][WPE] Gardening of layout test failures.
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
2020-10-26 Timothy Horton <timothy_horton@apple.com>
fast/events/touch/ios/show-modal-alert-during-touch-start.html logs about unexpected argument
https://bugs.webkit.org/show_bug.cgi?id=218214
Reviewed by Darin Adler.
* fast/events/touch/ios/show-modal-alert-during-touch-start.html:
webkit-test-runner options are not comma separated (and "true," is not a valid value, thus the logging).
2020-10-26 Peng Liu <peng.liu6@apple.com>
REGRESSION (r268865): [macOS WK2] media/modern-media-controls/placard-support/placard-support-pip.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=218208
Reviewed by Darin Adler.
Fix the flakiness by holding a video presentation mode change until the ongoing
mode change is completed.
* media/modern-media-controls/placard-support/placard-support-pip-expected.txt:
* media/modern-media-controls/placard-support/placard-support-pip.html:
2020-10-26 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r260276): Unable to click on image and text link at the bottom of https://www.nytimes.com/ article
https://bugs.webkit.org/show_bug.cgi?id=218137
<rdar://problem/70439526>
Reviewed by Zalan Bujtas.
New test. Rebaseline tests affected by the self-painting layer change.
* compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping-expected.txt:
* fast/layers/overflow-scroll-self-painting-expected.html: Added.
* fast/layers/overflow-scroll-self-painting.html: Added.
* platform/ios-wk2/compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
* platform/ios-wk2/compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping-expected.txt:
2020-10-26 Chris Dumez <cdumez@apple.com>
Improve exception messages when AudioContext.suspend() / resume() promises are rejected
https://bugs.webkit.org/show_bug.cgi?id=218210
Reviewed by Geoffrey Garen.
* webaudio/audiocontext-state.html:
Stop expecting that the resume() promise is rejected without any exception.
This is not standard behavior and does not match the behavior of other
browsers either.
* webaudio/construct-node-with-closed-context-expected.txt:
Rebaseline test now that exception messages have been improved.
2020-10-26 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r268947.
Caused 60 image failures on Catalina WK2
Reverted changeset:
"REGRESSION (r260276): Unable to click on image and text link
at the bottom of https://www.nytimes.com/ article"
https://bugs.webkit.org/show_bug.cgi?id=218137
https://trac.webkit.org/changeset/268947
2020-10-26 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update expectations after r268973.
* platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/gtk/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/gtk/fast/forms/basic-buttons-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/gtk/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
2020-10-26 Zalan Bujtas <zalan@apple.com>
Remove unneeded whitespace between content and <br>
https://bugs.webkit.org/show_bug.cgi?id=218151
<rdar://problem/70662471>
Reviewed by Antti Koivisto.
Missed these files in r268958.
* fast/css/text-overflow-ellipsis-bidi.html:
* fast/css/text-overflow-ellipsis-strict.html:
* fast/forms/basic-buttons.html:
* fast/repaint/add-table-overpaint-expected.txt:
* fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform-expected.txt:
* fast/repaint/obscured-background-no-repaint-expected.txt:
* fast/repaint/resources/line-flow-with-floats.html:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html:
* svg/text/text-overflow-ellipsis-svgfont.html:
2020-10-26 Philippe Normand <pnormand@igalia.com>
Unreviewed, GStreamer WebAudio gardening
* platform/glib/TestExpectations: Remove tests consistently passing or that needed a
rebaseline which is part of this commit.
* platform/glib/webaudio/audiobuffersource-playbackrate-expected.wav:
* platform/glib/webaudio/oscillator-custom-expected.wav: Renamed from LayoutTests/platform/gtk/webaudio/oscillator-custom-expected.wav.
* platform/glib/webaudio/oscillator-sawtooth-expected.wav: Renamed from LayoutTests/platform/gtk/webaudio/oscillator-sawtooth-expected.wav.
* platform/glib/webaudio/oscillator-sine-expected.wav: Renamed from LayoutTests/platform/gtk/webaudio/oscillator-sine-expected.wav.
* platform/glib/webaudio/oscillator-square-expected.wav: Added.
* platform/glib/webaudio/oscillator-triangle-expected.wav: Added.
* platform/gtk/TestExpectations:
* platform/gtk/webaudio/oscillator-square-expected.wav: Removed.
* platform/gtk/webaudio/oscillator-triangle-expected.wav: Removed.
2020-10-26 Youenn Fablet <youenn@apple.com>
Add support for VP9 Profile 2 (10-bit color) in WebRTC
https://bugs.webkit.org/show_bug.cgi?id=217673
<rdar://problem/70283885>
Reviewed by Eric Carlson.
* webrtc/vp9-profile2-expected.txt: Added.
* webrtc/vp9-profile2.html: Added.
2020-10-26 Philippe Normand <pnormand@igalia.com>
Unreviewed, GStreamer WebAudio gardening
* platform/glib/TestExpectations: Unflag flaky webaudio tests consistently passing since
r268826.
2020-10-26 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Gardened latest tests passing on bots.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-26 Emilio Cobos Álvarez <emilio@crisal.io>
Drop sorting and deduplication of media queries.
https://bugs.webkit.org/show_bug.cgi?id=217751
Reviewed by Simon Fraser.
* fast/media/media-query-serialization.html: Adjust to match spec.
2020-10-26 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Unreviewed test gardening. Update baselines of a few more tests remaining after r268958.
* platform/glib/fast/box-shadow/box-shadow-radius-expected.txt:
* platform/gtk/fonts/serif-expected.txt:
* platform/wpe/fonts/serif-expected.txt:
2020-10-25 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Unreviewed test gardening. Update baselines after r268958.
* platform/glib/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/glib/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/glib/fast/borders/border-image-01-expected.txt:
* platform/glib/fast/borders/border-image-longhand-expected.txt:
* platform/glib/fast/borders/border-image-massive-scale-expected.txt:
* platform/glib/fast/borders/border-image-outset-expected.txt:
* platform/glib/fast/borders/border-image-outset-in-shorthand-expected.txt:
* platform/glib/fast/borders/border-image-repeat-expected.txt:
* platform/glib/fast/borders/border-image-rotate-transform-expected.txt:
* platform/glib/fast/borders/border-image-scale-transform-expected.txt:
* platform/glib/fast/borders/border-image-scaled-expected.txt:
* platform/glib/fast/borders/border-image-scrambled-expected.txt:
* platform/glib/fast/borders/border-image-side-reduction-expected.txt:
* platform/glib/fast/borders/border-image-slices-expected.txt:
* platform/glib/fast/borders/border-image-source-expected.txt:
* platform/glib/fast/borders/mixed-border-styles-expected.txt:
* platform/glib/fast/borders/mixed-border-styles-radius-expected.txt:
* platform/glib/fast/box-shadow/inset-box-shadow-radius-expected.txt:
* platform/glib/fast/box-shadow/inset-box-shadows-expected.txt:
* platform/glib/fast/box-shadow/scaled-box-shadow-expected.txt:
* platform/glib/fast/css/focus-ring-detached-expected.txt:
* platform/glib/fast/images/image-map-anchor-children-expected.txt:
* platform/glib/fast/inline-block/006-expected.txt:
* platform/glib/fast/ruby/ruby-simple-rp-expected.txt: Renamed from LayoutTests/platform/wpe/fast/ruby/ruby-simple-rp-expected.txt.
* platform/glib/fast/text/basic/012-expected.txt: Renamed from LayoutTests/platform/wpe/fast/text/basic/012-expected.txt.
* platform/glib/fast/text/emphasis-overlap-expected.txt: Added.
* platform/glib/fast/text/indic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/text/indic-expected.txt.
* platform/glib/fast/text/justify-nbsp-expected.txt: Renamed from LayoutTests/platform/gtk/fast/text/justify-nbsp-expected.txt.
* platform/glib/fast/transforms/identity-matrix-expected.txt:
* platform/glib/fonts/monospace-expected.txt: Renamed from LayoutTests/platform/wpe/fonts/monospace-expected.txt.
* platform/glib/svg/as-border-image/svg-as-border-image-2-expected.txt:
* platform/glib/svg/as-border-image/svg-as-border-image-expected.txt:
* platform/glib/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/glib/tables/mozilla/bugs/bug11026-expected.txt:
* platform/glib/tables/mozilla/bugs/bug28341-expected.txt:
* platform/glib/tables/mozilla/bugs/bug4284-expected.txt:
* platform/glib/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/glib/tables/mozilla/bugs/bug60992-expected.txt:
* platform/glib/tables/mozilla/bugs/bug92868-expected.txt:
* platform/glib/tables/mozilla/bugs/bug963-expected.txt:
* platform/glib/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/glib/tables/mozilla/other/nestedTables-expected.txt:
* platform/glib/tables/mozilla_expected_failures/bugs/bug1262-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1262-expected.txt.
* platform/gtk/compositing/iframes/composited-iframe-alignment-expected.txt:
* platform/gtk/compositing/overflow/ancestor-overflow-expected.txt:
* platform/gtk/compositing/overflow/overflow-scroll-expected.txt:
* platform/gtk/fast/block/float/float-in-float-hit-testing-expected.txt:
* platform/gtk/fast/block/float/float-in-float-painting-expected.txt:
* platform/gtk/fast/borders/border-image-border-radius-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/gtk/fast/css/first-line-text-decoration-expected.txt:
* platform/gtk/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/gtk/fast/css/layerZOrderCrash-expected.txt:
* platform/gtk/fast/css/text-overflow-ellipsis-expected.txt:
* platform/gtk/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/gtk/fast/dom/focus-contenteditable-expected.txt:
* platform/gtk/fast/forms/basic-inputs-expected.txt:
* platform/gtk/fast/forms/basic-selects-expected.txt:
* platform/gtk/fast/forms/button-align-expected.txt:
* platform/gtk/fast/forms/button-generated-content-expected.txt:
* platform/gtk/fast/forms/button-table-styles-expected.txt:
* platform/gtk/fast/forms/caret-rtl-expected.txt:
* platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
* platform/gtk/fast/forms/hidden-listbox-expected.txt:
* platform/gtk/fast/forms/input-align-expected.txt:
* platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/gtk/fast/forms/input-appearance-disabled-expected.txt:
* platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
* platform/gtk/fast/forms/input-baseline-expected.txt:
* platform/gtk/fast/forms/input-readonly-dimmed-expected.txt:
* platform/gtk/fast/forms/input-spaces-expected.txt:
* platform/gtk/fast/forms/listbox-width-change-expected.txt:
* platform/gtk/fast/forms/option-script-expected.txt:
* platform/gtk/fast/forms/option-text-clip-expected.txt:
* platform/gtk/fast/forms/range/slider-padding-expected.txt:
* platform/gtk/fast/forms/search-rtl-expected.txt:
* platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/gtk/fast/forms/select-align-expected.txt:
* platform/gtk/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/gtk/fast/forms/select-initial-position-expected.txt:
* platform/gtk/fast/forms/select-style-expected.txt:
* platform/gtk/fast/forms/textarea-align-expected.txt:
* platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
* platform/gtk/fast/frames/iframe-with-frameborder-expected.txt:
* platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/gtk/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/gtk/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/gtk/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/gtk/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
* platform/gtk/fast/ruby/bopomofo-letter-spacing-expected.txt:
* platform/gtk/fast/ruby/ruby-inline-table-expected.txt:
* platform/gtk/fast/ruby/ruby-length-expected.txt:
* platform/gtk/fast/ruby/ruby-run-break-expected.txt:
* platform/gtk/fast/ruby/ruby-runs-expected.txt:
* platform/gtk/fast/ruby/ruby-simple-expected.txt:
* platform/gtk/fast/ruby/ruby-simple-rp-expected.txt: Removed.
* platform/gtk/fast/text/basic/012-expected.txt: Removed.
* platform/gtk/fast/text/capitalize-boundaries-expected.txt:
* platform/gtk/fast/text/emphasis-overlap-expected.txt: Removed.
* platform/gtk/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/gtk/fast/writing-mode/fieldsets-expected.txt:
* platform/gtk/fast/writing-mode/vertical-baseline-alignment-expected.txt:
* platform/gtk/fast/writing-mode/vertical-baseline-alignment-mixed-expected.txt:
* platform/gtk/fonts/monospace-expected.txt: Removed.
* platform/gtk/fonts/sans-serif-expected.txt:
* platform/gtk/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1430-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug19599-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30559-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4427-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55694-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug92143-expected.txt:
* platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/gtk/tables/mozilla/core/bloomberg-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/wpe/fast/block/float/float-in-float-hit-testing-expected.txt:
* platform/wpe/fast/block/float/float-in-float-painting-expected.txt:
* platform/wpe/fast/borders/border-image-border-radius-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/wpe/fast/css/first-line-text-decoration-expected.txt:
* platform/wpe/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/wpe/fast/css/layerZOrderCrash-expected.txt:
* platform/wpe/fast/css/text-overflow-ellipsis-expected.txt:
* platform/wpe/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/wpe/fast/dom/focus-contenteditable-expected.txt:
* platform/wpe/fast/frames/iframe-with-frameborder-expected.txt:
* platform/wpe/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/wpe/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/wpe/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/wpe/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/wpe/fast/ruby/bopomofo-letter-spacing-expected.txt:
* platform/wpe/fast/ruby/ruby-inline-table-expected.txt:
* platform/wpe/fast/ruby/ruby-length-expected.txt:
* platform/wpe/fast/ruby/ruby-run-break-expected.txt:
* platform/wpe/fast/ruby/ruby-runs-expected.txt:
* platform/wpe/fast/ruby/ruby-simple-expected.txt:
* platform/wpe/fast/text/capitalize-boundaries-expected.txt:
* platform/wpe/fast/text/emphasis-overlap-expected.txt: Removed.
* platform/wpe/fast/text/indic-expected.txt: Removed.
* platform/wpe/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/wpe/fast/text/justify-nbsp-expected.txt: Removed.
* platform/wpe/fast/text/svg-font-face-with-kerning-expected.txt:
* platform/wpe/fast/writing-mode/fieldsets-expected.txt:
* platform/wpe/fast/writing-mode/vertical-baseline-alignment-expected.txt:
* platform/wpe/fast/writing-mode/vertical-baseline-alignment-mixed-expected.txt:
* platform/wpe/fonts/sans-serif-expected.txt:
* platform/wpe/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug131020-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1318-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1430-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug19599-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug30559-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4382-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4427-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug55694-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug92143-expected.txt:
* platform/wpe/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/wpe/tables/mozilla/core/bloomberg-expected.txt:
* platform/wpe/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/wpe/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/wpe/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug1262-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/other/test4-expected.txt:
2020-10-25 Sam Weinig <weinig@apple.com>
Remove non-standard 'css'/'Css' prefixed properties on CSSStyleDeclaration
https://bugs.webkit.org/show_bug.cgi?id=218158
Reviewed by Simon Fraser.
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt:
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html:
Update test to reflect removal of css prefixes.
2020-10-25 Emilio Cobos Álvarez <emilio@crisal.io>
Update CSSOM WPT tests.
https://bugs.webkit.org/show_bug.cgi?id=218157
Reviewed by Simon Fraser.
* tests-options.json:
2020-10-25 Zalan Bujtas <zalan@apple.com>
Remove unneeded whitespace between content and <br>
https://bugs.webkit.org/show_bug.cgi?id=218151
This is in preparation for fixing webkit.org/b/216902
(Remove collapsible trailing whitespace when it is followed by a hard line break)
These tests don't really need to have trailing whitespace in front of <br>.
Reviewed by Antti Koivisto.
* compositing/iframes/composited-iframe-alignment.html:
* compositing/overflow/ancestor-overflow.html:
* compositing/overflow/overflow-scroll.html:
* fast/block/float/float-in-float-hit-testing.html:
* fast/block/float/float-in-float-painting.html:
* fast/block/positioning/differing-writing-modes-replaced.html:
* fast/block/positioning/differing-writing-modes.html:
* fast/borders/border-image-01.html:
* fast/borders/border-image-border-radius.html:
* fast/borders/border-image-longhand.html:
* fast/borders/border-image-massive-scale.html:
* fast/borders/border-image-outset-in-shorthand.html:
* fast/borders/border-image-outset.html:
* fast/borders/border-image-repeat.html:
* fast/borders/border-image-rotate-transform.html:
* fast/borders/border-image-scale-transform.html:
* fast/borders/border-image-scaled.html:
* fast/borders/border-image-scrambled.html:
* fast/borders/border-image-side-reduction.html:
* fast/borders/border-image-slices.html:
* fast/borders/border-image-source.html:
* fast/borders/mixed-border-styles-radius.html:
* fast/borders/mixed-border-styles.html:
* fast/box-shadow/box-shadow-radius.html:
* fast/box-shadow/inset-box-shadow-radius.html:
* fast/box-shadow/inset-box-shadows.html:
* fast/box-shadow/scaled-box-shadow.html:
* fast/clip/overflow-border-radius-combinations.html:
* fast/clip/overflow-border-radius-composited.html:
* fast/clip/overflow-border-radius-transformed.html:
* fast/css/first-line-text-decoration-inherited-from-parent.html:
* fast/css/first-line-text-decoration.html:
* fast/css/focus-ring-detached.html:
* fast/css/layerZOrderCrash.html:
* fast/css/text-overflow-ellipsis.html:
* fast/dom/HTMLTextAreaElement/reset-textarea.html:
* fast/dom/Range/getBoundingClientRect-expected.txt:
* fast/dom/Range/getBoundingClientRect.html:
* fast/dom/focus-contenteditable.html:
* fast/forms/basic-inputs.html:
* fast/forms/basic-selects.html:
* fast/forms/button-align.html:
* fast/forms/button-generated-content.html:
* fast/forms/button-table-styles.html:
* fast/forms/caret-rtl.html:
* fast/forms/control-restrict-line-height.html:
* fast/forms/hidden-listbox.html:
* fast/forms/input-align.html:
* fast/forms/input-appearance-bkcolor.html:
* fast/forms/input-appearance-default-bkcolor.html:
* fast/forms/input-appearance-disabled.html:
* fast/forms/input-appearance-readonly.html:
* fast/forms/input-baseline.html:
* fast/forms/input-readonly-dimmed.html:
* fast/forms/input-spaces.html:
* fast/forms/listbox-width-change.html:
* fast/forms/option-script.html:
* fast/forms/option-text-clip.html:
* fast/forms/range/slider-padding.html:
* fast/forms/search-rtl.html:
* fast/forms/search/search-size-with-decorations.html:
* fast/forms/select-align.html:
* fast/forms/select-change-popup-to-listbox.html:
* fast/forms/select-initial-position.html:
* fast/forms/select-style.html:
* fast/forms/textarea-align.html:
* fast/forms/textarea-scrollbar.html:
* fast/frames/iframe-with-frameborder.html:
* fast/frames/onlyCommentInIFrame.html:
* fast/images/image-map-anchor-children.html:
* fast/inline-block/006.html:
* fast/inline-block/contenteditable-baseline.html:
* fast/inline/drawStyledEmptyInlines.html:
* fast/layers/layer-visibility-sublayer.html:
* fast/repaint/rel-positioned-inline-with-overflow.html:
* fast/ruby/bopomofo-letter-spacing.html:
* fast/ruby/ruby-inline-table.html:
* fast/ruby/ruby-length.html:
* fast/ruby/ruby-run-break.html:
* fast/ruby/ruby-runs.html:
* fast/ruby/ruby-simple-rp.html:
* fast/ruby/ruby-simple.html:
* fast/text-autosizing/ios/contenteditable.html:
* fast/text/basic/012.html:
* fast/text/capitalize-boundaries.html:
* fast/text/emphasis-overlap-expected.txt:
* fast/text/emphasis-overlap.html:
* fast/text/indic.html:
* fast/text/international/rtl-white-space-pre-wrap.html:
* fast/text/justify-nbsp.html:
* fast/text/svg-font-face-with-kerning.html:
* fast/transforms/identity-matrix.html:
* fast/writing-mode/fieldsets.html:
* fast/writing-mode/vertical-baseline-alignment-mixed.html:
* fast/writing-mode/vertical-baseline-alignment.html:
* fonts/monospace.html:
* fonts/sans-serif.html:
* fonts/serif.html:
* platform/mac-catalina/fast/forms/basic-inputs-expected.txt:
* platform/mac-catalina/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac-catalina/fast/forms/option-text-clip-expected.txt:
* platform/mac-catalina/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac-catalina/fast/text/indic-expected.txt:
* platform/mac-catalina/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/mac-wk2/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/mac/compositing/iframes/composited-iframe-alignment-expected.txt:
* platform/mac/compositing/overflow/ancestor-overflow-expected.txt:
* platform/mac/compositing/overflow/overflow-scroll-expected.txt:
* platform/mac/fast/block/float/float-in-float-hit-testing-expected.txt:
* platform/mac/fast/block/float/float-in-float-painting-expected.txt:
* platform/mac/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/mac/fast/borders/border-image-01-expected.txt:
* platform/mac/fast/borders/border-image-border-radius-expected.txt:
* platform/mac/fast/borders/border-image-longhand-expected.txt:
* platform/mac/fast/borders/border-image-massive-scale-expected.txt:
* platform/mac/fast/borders/border-image-outset-expected.txt:
* platform/mac/fast/borders/border-image-outset-in-shorthand-expected.txt:
* platform/mac/fast/borders/border-image-repeat-expected.txt:
* platform/mac/fast/borders/border-image-rotate-transform-expected.txt:
* platform/mac/fast/borders/border-image-scale-transform-expected.txt:
* platform/mac/fast/borders/border-image-scaled-expected.txt:
* platform/mac/fast/borders/border-image-scrambled-expected.txt:
* platform/mac/fast/borders/border-image-side-reduction-expected.txt:
* platform/mac/fast/borders/border-image-slices-expected.txt:
* platform/mac/fast/borders/border-image-source-expected.txt:
* platform/mac/fast/borders/mixed-border-styles-expected.txt:
* platform/mac/fast/borders/mixed-border-styles-radius-expected.txt:
* platform/mac/fast/box-shadow/box-shadow-radius-expected.txt:
* platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.txt:
* platform/mac/fast/box-shadow/inset-box-shadows-expected.txt:
* platform/mac/fast/box-shadow/scaled-box-shadow-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/mac/fast/css/first-line-text-decoration-expected.txt:
* platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/mac/fast/css/focus-ring-detached-expected.txt:
* platform/mac/fast/css/layerZOrderCrash-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/dom/focus-contenteditable-expected.txt:
* platform/mac/fast/forms/basic-selects-expected.txt:
* platform/mac/fast/forms/button-align-expected.txt:
* platform/mac/fast/forms/button-generated-content-expected.txt:
* platform/mac/fast/forms/button-table-styles-expected.txt:
* platform/mac/fast/forms/caret-rtl-expected.txt:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/hidden-listbox-expected.txt:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-disabled-expected.txt:
* platform/mac/fast/forms/input-appearance-readonly-expected.txt:
* platform/mac/fast/forms/input-baseline-expected.txt:
* platform/mac/fast/forms/input-spaces-expected.txt:
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/option-script-expected.txt:
* platform/mac/fast/forms/range/slider-padding-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/fast/forms/select-align-expected.txt:
* platform/mac/fast/forms/select-initial-position-expected.txt:
* platform/mac/fast/forms/select-style-expected.txt:
* platform/mac/fast/forms/textarea-align-expected.txt:
* platform/mac/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac/fast/frames/iframe-with-frameborder-expected.txt:
* platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/mac/fast/images/image-map-anchor-children-expected.txt:
* platform/mac/fast/inline-block/006-expected.txt:
* platform/mac/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
* platform/mac/fast/ruby/bopomofo-letter-spacing-expected.txt:
* platform/mac/fast/ruby/ruby-inline-table-expected.txt:
* platform/mac/fast/ruby/ruby-length-expected.txt:
* platform/mac/fast/ruby/ruby-run-break-expected.txt:
* platform/mac/fast/ruby/ruby-runs-expected.txt:
* platform/mac/fast/ruby/ruby-simple-expected.txt:
* platform/mac/fast/ruby/ruby-simple-rp-expected.txt:
* platform/mac/fast/text-autosizing/ios/contenteditable-expected.txt:
* platform/mac/fast/text/basic/012-expected.txt:
* platform/mac/fast/text/capitalize-boundaries-expected.txt:
* platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/mac/fast/text/justify-nbsp-expected.txt:
* platform/mac/fast/text/svg-font-face-with-kerning-expected.txt:
* platform/mac/fast/transforms/identity-matrix-expected.txt:
* platform/mac/fast/writing-mode/fieldsets-expected.txt:
* platform/mac/fast/writing-mode/vertical-baseline-alignment-expected.txt:
* platform/mac/fast/writing-mode/vertical-baseline-alignment-mixed-expected.txt:
* platform/mac/fonts/monospace-expected.txt:
* platform/mac/fonts/sans-serif-expected.txt:
* platform/mac/fonts/serif-expected.txt:
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
* platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11026-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28341-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4427-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55694-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60992-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92868-expected.txt:
* platform/mac/tables/mozilla/bugs/bug963-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/mac/tables/mozilla/core/bloomberg-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac/tables/mozilla/other/nestedTables-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
* scrollbars/overflow-scrollbar-combinations.html:
* svg/as-border-image/svg-as-border-image-2.html:
* svg/as-border-image/svg-as-border-image.html:
* svg/custom/getscreenctm-in-mixed-content.xhtml:
* tables/mozilla/bugs/bug11026.html:
* tables/mozilla/bugs/bug131020_iframe.html:
* tables/mozilla/bugs/bug1318.html:
* tables/mozilla/bugs/bug1430.html:
* tables/mozilla/bugs/bug16012.html:
* tables/mozilla/bugs/bug19599.html:
* tables/mozilla/bugs/bug28341.html:
* tables/mozilla/bugs/bug30559.html:
* tables/mozilla/bugs/bug32205-2.html:
* tables/mozilla/bugs/bug4284.html:
* tables/mozilla/bugs/bug4382.html:
* tables/mozilla/bugs/bug4427.html:
* tables/mozilla/bugs/bug46623-1.html:
* tables/mozilla/bugs/bug4849-2.html:
* tables/mozilla/bugs/bug55694.html:
* tables/mozilla/bugs/bug60992.html:
* tables/mozilla/bugs/bug9123-1.html:
* tables/mozilla/bugs/bug92143.html:
* tables/mozilla/bugs/bug92868.html:
* tables/mozilla/bugs/bug963.html:
* tables/mozilla/collapsing_borders/bug41262-3.html:
* tables/mozilla/core/bloomberg.html:
* tables/mozilla/core/col_widths_auto_autoFix.html:
* tables/mozilla/core/col_widths_fix_auto.html:
* tables/mozilla/dom/deleteTbodyRebuild1.html:
* tables/mozilla/marvin/tables_cellpadding.html:
* tables/mozilla/marvin/tables_cellspacing.html:
* tables/mozilla/other/nestedTables.html:
* tables/mozilla/other/wa_table_tr_align.html:
* tables/mozilla_expected_failures/bugs/bug1262.html:
* tables/mozilla_expected_failures/bugs/bug56024.html:
* tables/mozilla_expected_failures/bugs/bug8499.html:
* tables/mozilla_expected_failures/core/col_span2.html:
* tables/mozilla_expected_failures/other/test4.html:
2020-10-25 Sam Weinig <weinig@apple.com>
Remove support for 'pixel' and 'pos' CSSOM prefixes
https://bugs.webkit.org/show_bug.cgi?id=119712
Reviewed by Simon Fraser.
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt:
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html:
Update test to reflect removal of pos/pixel prefixes.
2020-10-24 Jer Noble <jer.noble@apple.com>
[BigSur] Appending a new WebM init segment between Cluster elements throws an error
https://bugs.webkit.org/show_bug.cgi?id=218149
<rdar://problem/70416537>
Reviewed by Eric Carlson.
* media/media-source/content/test-vp9-long-manifest.json: Added.
* media/media-source/content/test-vp9-long.webm: Added.
* media/media-source/media-source-webm-init-inside-segment-expected.txt: Added.
* media/media-source/media-source-webm-init-inside-segment.html: Added.
* platform/mac/TestExpectations:
2020-10-24 Antti Koivisto <antti@apple.com>
[LFC][Integration] Replaced elements in newly created line layout should always be updated
https://bugs.webkit.org/show_bug.cgi?id=218150
Reviewed by Zalan Bujtas.
* fast/inline/inline-with-img-dynamic-expected.html: Added.
* fast/inline/inline-with-img-dynamic.html: Added.
2020-10-23 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r260276): Unable to click on image and text link at the bottom of https://www.nytimes.com/ article
https://bugs.webkit.org/show_bug.cgi?id=218137
<rdar://problem/70439526>
Reviewed by Zalan Bujtas.
New test. Rebaseline tests affected by the self-painting layer change.
* compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping-expected.txt:
* fast/layers/overflow-scroll-self-painting-expected.html: Added.
* fast/layers/overflow-scroll-self-painting.html: Added.
* platform/ios-wk2/compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
* platform/ios-wk2/compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping-expected.txt:
2020-10-23 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/web-platform-tests/webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html as flaky.
It was unskipped recently but it is still flaky.
* TestExpectations:
2020-10-23 Hector Lopez <hector_i_lopez@apple.com>
2 fast/canvas/canvas* tests are flaky failures
<rdar://70623742>
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-22 Darin Adler <darin@apple.com>
REGRESSION(r266295): DOMSelection's addRange and containsNode behaves incorrectly when selection crosses shadow boundaries
https://bugs.webkit.org/show_bug.cgi?id=218007
Reviewed by Ryosuke Niwa.
* editing/selection/selections-across-trees-expected.txt: Added.
* editing/selection/selections-across-trees.html: Added.
2020-10-23 Eric Carlson <eric.carlson@apple.com>
[Media in GPU Process] in-band metadata cues sometimes crash
https://bugs.webkit.org/show_bug.cgi?id=218106
<rdar://problem/70226170>
Reviewed by Jer Noble.
* gpu-process/TestExpectations: Mark test as passing.
2020-10-23 Simon Fraser <simon.fraser@apple.com>
[ macOS wk2 ] fast/scrolling/latching/latched-scroll-remove-iframe.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216059
<rdar://problem/68177922>
Reviewed by Sam Weinig.
Deflake the test by not using a 16ms timeout, and remove the expectation.
* fast/scrolling/latching/latched-scroll-remove-iframe.html:
* platform/mac-wk2/TestExpectations:
2020-10-23 Antoine Quint <graouts@webkit.org>
REGRESSION(r268615): certain animations break when moving from one to display to another or resizing the window
https://bugs.webkit.org/show_bug.cgi?id=218080
<rdar://problem/70547132>
Reviewed by Dean Jackson.
Increase the fidelity of this test where the scale transform would sometimes yield some 0.01% ImageOnlyFailure results.
* webanimations/accelerated-translate-animation-additional-animation-added-in-flight-expected.html:
* webanimations/accelerated-translate-animation-additional-animation-added-in-flight.html:
2020-10-23 Hector Lopez <hector_i_lopez@apple.com>
2 compositing/contents-scale/* tests are flaky failures
<rdar://70623742>
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-23 Chris Dumez <cdumez@apple.com>
AnalyserNode's output should only have one channel
https://bugs.webkit.org/show_bug.cgi?id=218125
Reviewed by Eric Carlson.
Unskip test that is no longer flaky, now that it passes.
* TestExpectations:
2020-10-23 Miguel Gomez <magomez@igalia.com>
[GTK][WPE] Implement antialiased rounded rectangle clipping in TextureMapper
https://bugs.webkit.org/show_bug.cgi?id=174457
Reviewed by Carlos Garcia Campos.
Update expectations for passing test.
* platform/gtk/TestExpectations:
2020-10-22 Fujii Hironori <Hironori.Fujii@sony.com>
[GTK] Unreviewed test gardening
Updated expected.png for compositing and transforms tests.
* platform/gtk/compositing/reflections/animation-inside-reflection-expected.png:
* platform/gtk/compositing/webgl/webgl-background-color-expected.png:
* platform/gtk/compositing/webgl/webgl-nonpremultiplied-blend-expected.png:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.png:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
2020-10-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK][WPE] Gardening of failures happening on the bots.
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-22 Simon Fraser <simon.fraser@apple.com>
REGRESSION(r268476): [ macOS ] tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=218031
<rdar://problem/70532268>
Reviewed by Tim Horton.
* platform/mac/TestExpectations:
2020-10-22 Aditya Keerthi <akeerthi@apple.com>
[Contact Picker API] Add skeleton implementation of ContactsManager.select()
https://bugs.webkit.org/show_bug.cgi?id=218050
<rdar://problem/69862186>
Reviewed by Devin Rousso.
Added tests for failure cases of the API. Note that success cases are
untested since no platforms currently display a picker UI, and the
specification states that the promise should fail in this case. The
success test cases will be added once the UI is implemented for iOS.
* contact-picker/contacts-select-invalid-properties-and-options-expected.txt: Added.
* contact-picker/contacts-select-invalid-properties-and-options.html: Added.
* contact-picker/contacts-select-requires-user-gesture-expected.txt: Added.
* contact-picker/contacts-select-requires-user-gesture.html: Added.
* contact-picker/contacts-select-subframe-expected.txt: Added.
* contact-picker/contacts-select-subframe.html: Added.
2020-10-22 Simon Fraser <simon.fraser@apple.com>
Twitter Photo gallery incorrectly rendered after opening another modal
https://bugs.webkit.org/show_bug.cgi?id=217737
<rdar://problem/70314822>
Reviewed by Zalan Bujtas.
* compositing/style-change/border-radius-change-expected.html: Added.
* compositing/style-change/border-radius-change.html: Added.
2020-10-22 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some crashes
Unreviewed test gardening.
Mesa 'hydra' crashes still almost every build.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-22 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Move WebAudio test failure entries to GLIB.
Also gardened a few more flaky failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-22 Martin Robinson <mrobinson@igalia.com>
Rename scroll-snap-margin to scroll-margin
https://bugs.webkit.org/show_bug.cgi?id=218075
Reviewed by Simon Fraser.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Update results for this test.
2020-10-22 Noam Rosenthal <noam@webkit.org>
Support EXIF image resolution in CoreGraphics (OSX/iOS)
https://bugs.webkit.org/show_bug.cgi?id=217820
Reviewed by Darin Adler.
* TestExpectations:
For now, expect image failure in tests that require fuzzy matching.
The tests pass manually. There is an open bug for fuzzy matching.
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wpe/TestExpectations:
Disable this feature for platforms where it's not yet supported.
2020-10-22 Lauro Moura <lmoura@igalia.com>
[GTK] Rebaseline fast/repaint/focus-ring-repaint.html after r268862
Unreviewed test gardening.
* platform/gtk/fast/repaint/focus-ring-repaint-expected.txt:
2020-10-22 Lauro Moura <lmoura@igalia.com>
[GTK] Add media/context-menu-actions baseline after r268865.
Unreviewed test gardening.
r268865 changed this test to use set isChangingPresentationMode, which
is not yet supported in GTK. Instead of skipping all test, update the
baseline to keep testing the other assertions.
* platform/gtk/media/context-menu-actions-expected.txt: Added.
2020-10-22 Youenn Fablet <youenn@apple.com>
Introduce worklet destinations and allow to fetch modules with CORS based on destination
https://bugs.webkit.org/show_bug.cgi?id=218019
<rdar://problem/70526201>
Reviewed by Chris Dumez.
* http/wpt/webaudio/audioworklet-addModule-cors.sub.https-expected.txt: Added.
* http/wpt/webaudio/audioworklet-addModule-cors.sub.https.html: Added.
* http/wpt/webaudio/resources/dummy-worklet.py: Added.
(main):
(DummyProcessor):
2020-10-22 Aditya Keerthi <akeerthi@apple.com>
[iOS] Prevent presentation of input peripherals when focusing form controls with a validation message
https://bugs.webkit.org/show_bug.cgi?id=218004
<rdar://problem/70507678>
Reviewed by Wenson Hsieh.
Added a test which verifies that focusing on a date input as a result
of presenting a validation message, successfully presents the message,
and does not present a context menu. The test also ensures that controls
that present a keyboard, such as text inputs, present both the message
and the keyboard.
* fast/forms/ios/input-peripherals-with-validation-message-expected.txt: Added.
* fast/forms/ios/input-peripherals-with-validation-message.html: Added.
* resources/ui-helper.js:
(window.UIHelper.isShowingPopover):
2020-10-22 Peng Liu <peng.liu6@apple.com>
Let webkitDisplayingFullscreen() return true when a video elements fullscreen mode is not VideoFullscreenModeNone
https://bugs.webkit.org/show_bug.cgi?id=216426
Reviewed by Jer Noble.
Check Internals::isChangingPresentationMode instead of HTMLVideoElement::webkitDisplayingFullscreen
to confirm the video presentation mode change is completed before moving to the next step of a test.
* http/tests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-live-broadcast-expected.txt:
* http/tests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-live-broadcast.html:
* media/context-menu-actions.html:
* media/media-fullscreen-loop-inline-expected.txt:
* media/media-fullscreen-loop-inline.html:
* media/media-fullscreen-pause-inline-expected.txt:
* media/media-fullscreen-pause-inline.html:
* media/media-fullscreen-return-to-inline-expected.txt:
* media/media-fullscreen-return-to-inline.html:
* media/presentationmodechanged-fired-once-expected.txt:
* media/presentationmodechanged-fired-once.html:
* media/video-fullscreen-only-playback-expected.txt:
* media/video-fullscreen-only-playback.html:
* media/video-playsinline-expected.txt:
* media/video-playsinline.html:
* media/video-presentation-mode-expected.txt:
* media/video-presentation-mode.html:
* media/video-webkit-playsinline-expected.txt:
* media/video-webkit-playsinline.html:
* platform/mac/TestExpectations:
2020-10-22 Antti Koivisto <antti@apple.com>
[LFC][Integration] Lines with outline should be marked having visual overflow
https://bugs.webkit.org/show_bug.cgi?id=218071
Reviewed by Zalan Bujtas.
* fast/repaint/focus-ring-repaint-expected.txt:
2020-10-22 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Gardened some of the latest flaky failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-22 Cathie Chen <cathiechen@igalia.com>
ResizeObserver is not properly garbage collected
https://bugs.webkit.org/show_bug.cgi?id=215158
Reviewed by Frédéric Wang.
* resize-observer/resize-observer-callback-leak-expected.txt: Added.
* resize-observer/resize-observer-callback-leak.html: Added.
2020-10-22 Martin Robinson <mrobinson@igalia.com>
Scroll snap: don't create implicit snap points at scrollmin/scrollmax
https://bugs.webkit.org/show_bug.cgi?id=216882
<rdar://problem/69443288>
Reviewed by Simon Fraser.
* TestExpectations: Mark some tests as passing.
* css3/scroll-snap/nested-elements-expected.txt: Update results to eliminate implicit stops.
* css3/scroll-snap/scroll-snap-children-with-padding-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-children-with-scroll-snap-margin-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-children-with-transforms-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-elements-container-larger-than-children-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-elements-container-larger-than-children-rtl-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-offsets-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-offsets-rtl-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-positions-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-with-scroll-padding-expected.txt: Ditto.
2020-10-21 Karl Rackler <rackler@apple.com>
REGRESSION: [ Big Sur ] fast/text/international/complex-character-based-fallback.html is a constant failure
rdar://70556068
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-21 Megan Gardner <megan_gardner@apple.com>
Stop gap patch fix for regression in r267329.
https://bugs.webkit.org/show_bug.cgi?id=218020
Reviewed by Darin Adler.
* editing/selection/double-click-and-drag-over-anchor-to-select-expected.txt: Added.
* editing/selection/double-click-and-drag-over-anchor-to-select.html: Added.
* resources/ui-helper.js:
(window.UIHelper.doubleClickAtMouseDown):
(window.UIHelper.mouseUp):
(window.UIHelper.dragMouseAcrossElement):
(window.UIHelper.doubleClickElementMouseDown):
2020-10-21 Karl Rackler <rackler@apple.com>
REGRESSION(iOS 14): imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217268
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-21 Karl Rackler <rackler@apple.com>
REGRESSION (r267531): [ Big Sur iOS 14 ] imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.htm is a constant failure
rdar://70550210
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-21 Karl Rackler <rackler@apple.com>
REGRESSION(iOS 14): imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217268
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-21 Karl Rackler <rackler@apple.com>
REGRESSION (r267531): [ Big Sur iOS 14 ] imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002.html is a constant failure
rdar://70546330
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-21 Chris Dumez <cdumez@apple.com>
MessagePort & MessageEvent should be exposed to AudioWorklets
https://bugs.webkit.org/show_bug.cgi?id=218037
Reviewed by Darin Adler.
Add layout test coverage.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/exposed-properties.https-expected.txt: Added.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/exposed-properties.https.html: Added.
* http/wpt/webaudio/the-audio-api/the-audioworklet-interface/processors/exposed-properties-processor.js: Added.
(ExposedPropertiesTestProcessor.prototype.process):
(ExposedPropertiesTestProcessor):
2020-10-21 Chris Dumez <cdumez@apple.com>
Make sure WebAudio API throws exceptions with useful error messages
https://bugs.webkit.org/show_bug.cgi?id=218033
Reviewed by Darin Adler.
Rebaseline existing tests now that exception messages have been improved.
* webaudio/Oscillator/oscillator-basic-expected.txt:
* webaudio/ScriptProcessor/scriptprocessornode-expected.txt:
* webaudio/convolver-channels-expected.txt:
* webaudio/convolver-setBuffer-different-samplerate-expected.txt:
* webaudio/delaynode-maxdelaylimit-expected.txt:
* webaudio/dom-exceptions-expected.txt:
2020-10-21 Antoine Quint <graouts@webkit.org>
REGRESSION (r263729): transform transition doesn't restart
https://bugs.webkit.org/show_bug.cgi?id=218011
<rdar://problem/70035130>
Reviewed by Dean Jackson.
Add a new test that checks that forcing a style update during dispatch of the "transitionend" event
does not prevent the completed transition from starting again if reset.
* webanimations/transition-restart-after-style-recalc-during-transitionend-expected.txt: Added.
* webanimations/transition-restart-after-style-recalc-during-transitionend.html: Added.
2020-10-21 Karl Rackler <rackler@apple.com>
REGRESSION: [ Win10 wk1 ews ] svg/clip-path/clip-path-invalid.svg is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=218040
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-10-21 Antoine Quint <graouts@webkit.org>
[WK1] webanimations/accelerated-overlapping-transform-animations.html is a failure
https://bugs.webkit.org/show_bug.cgi?id=217997
<rdar://problem/70505533>
Reviewed by Dean Jackson.
On WK1 UIHelper.ensureStablePresentationUpdate() does not guarantee frames have elapsed so we
wait a couple of animation frames in that configuration to ensure an accelerated animation has
been applied.
* platform/mac-wk1/TestExpectations:
* webanimations/accelerated-overlapping-transform-animations.html:
2020-10-21 Youenn Fablet <youenn@apple.com>
WebRTC VP9 Decoder should be able to use VTB
https://bugs.webkit.org/show_bug.cgi?id=217811
Reviewed by Eric Carlson.
* TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* webrtc/vp9-vtb-expected.txt: Added.
* webrtc/vp9-vtb.html: Added.
2020-10-21 Hector Lopez <hector_i_lopez@apple.com>
Add test expectation
https://bugs.webkit.org/show_bug.cgi?id=217997
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-10-20 Darin Adler <darin@apple.com>
REGRESSION(r266295): Range allows start and end containers to belong to different trees
https://bugs.webkit.org/show_bug.cgi?id=217895
Reviewed by Ryosuke Niwa.
* fast/dom/Range/ranges-across-trees.html: Added.
2020-10-21 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r268476): [ macOS ] tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=218031
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-21 Youenn Fablet <youenn@apple.com>
[iOS] Disable audio capture in the background for non Safari applications
https://bugs.webkit.org/show_bug.cgi?id=217948
<rdar://problem/70241557>
Reviewed by Eric Carlson.
* platform/ios/mediastream/video-muted-in-background-tab.html:
By default, audio capture will be muted in WTR if page goes to background.
Update the test to explicitly request for audio capture to continue while in background.
2020-10-21 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Update test expectations.
Gardened several audioworklet test that are flaky in GTK. Also skip
non WPT MediaSession tests in GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-20 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewwed test gardening. Update test expectations.
Added more flaky crash failures in GTK and updated MediaSession
expectations for GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-20 Hector Lopez <hector_i_lopez@apple.com>
Test expectation adjustment.
https://bugs.webkit.org/show_bug.cgi?id=217620
Unreiviewed test gardening.
* platform/mac/TestExpectations:
2020-10-20 Hector Lopez <hector_i_lopez@apple.com>
Test expectation adjustment
https://bugs.webkit.org/show_bug.cgi?id=217669
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-20 Karl Rackler <rackler@apple.com>
Rebaseline test for Big Sur after the changes in r268750
https://bugs.webkit.org/show_bug.cgi?id=209813
Unreviewed test gardening.
* platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt: Added.
2020-10-20 Antoine Quint <graouts@webkit.org>
REGRESSION (r268483): Map jumps around while zooming on windy.com, strava.com
https://bugs.webkit.org/show_bug.cgi?id=217987
<rdar://problem/70418548>
Reviewed by Simon Fraser.
Add a new test that checks that only the last of two overlapping "transform" animations is applied.
* platform/mac-wk1/TestExpectations:
* webanimations/accelerated-overlapping-transform-animations-expected.html: Added.
* webanimations/accelerated-overlapping-transform-animations.html: Added.
2020-10-20 Truitt Savell <tsavell@apple.com>
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-output-channel-count.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217994
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-20 Jer Noble <jer.noble@apple.com>
[media-session] Basic support for MediaSession.setPositionState() and MediaSession.setActionHandler()
https://bugs.webkit.org/show_bug.cgi?id=217963
Reviewed by Eric Carlson.
* media/media-session/mock-actionHandlers-expected.txt: Added.
* media/media-session/mock-actionHandlers.html: Added.
* media/media-session/mock-currentPosition-expected.txt: Added.
* media/media-session/mock-currentPosition.html: Added.
2020-10-20 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Gardened several flaky crash failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-20 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Mark several WPT Mediasession tests as failure after r268735.
* platform/glib/TestExpectations:
2020-10-20 Sihui Liu <sihui_liu@apple.com>
Add stubs for SpeechRecognition
https://bugs.webkit.org/show_bug.cgi?id=217780
<rdar://problem/70350727>
Reviewed by Youenn Fablet.
* platform/mac/TestExpectations:
2020-10-20 Ross Kirsling <ross.kirsling@sony.com>
[JSC] Rename item() to at() and move it behind a flag
https://bugs.webkit.org/show_bug.cgi?id=217942
Reviewed by Yusuke Suzuki.
* inspector/model/remote-object-get-properties-expected.txt:
* js/array-unscopables-properties-expected.txt:
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/array-unscopables-properties.js:
2020-10-20 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Gardened several flaky crash tests.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-20 Truitt Savell <tsavell@apple.com>
Remove expectations from big-sur sense it is not needed after r268683
https://bugs.webkit.org/show_bug.cgi?id=209813
Unreviewed test gardening.
* platform/mac-bigsur/editing/selection/3690703-2-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/3690703-expected.txt: Removed.
* platform/mac-bigsur/editing/selection/3690719-expected.txt: Removed.
* platform/mac-bigsur/fast/block/float/float-avoidance-expected.txt: Removed.
* platform/mac-bigsur/fast/css/rtl-ordering-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/basic-inputs-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/input-appearance-spinbutton-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/option-text-clip-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/select-change-listbox-to-popup-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/textfield-outline-expected.txt: Removed.
* platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt: Removed.
* platform/mac-bigsur/media/video-display-toggle-expected.txt: Removed.
* platform/mac-bigsur/media/video-volume-slider-expected.txt: Removed.
* platform/mac-bigsur/tables/mozilla/bugs/bug30692-expected.txt: Removed.
2020-10-20 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/no-cors.https.html as failing on mac-wk1.
This test was unskipped recently but only seems to pass on WebKit2.
* platform/mac-wk1/TestExpectations:
2020-10-20 Antoine Quint <graouts@webkit.org>
REGRESSION(r268615): some accelerated transform tests are failing
https://bugs.webkit.org/show_bug.cgi?id=217851
<rdar://problem/70394402>
Reviewed by Dean Jackson.
Remove flaky epectations for affected tests and skip tests on Windows where failures remain.
* TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2020-10-20 Rob Buis <rbuis@igalia.com>
Introduce Selection specific mixin of GlobalEventHandlers
https://bugs.webkit.org/show_bug.cgi?id=217248
Reviewed by Sam Weinig.
Adapt test to GlobalEventHandlers change.
* fast/dom/event-attribute-availability-expected.txt:
* fast/dom/event-handler-attributes-expected.txt:
* fast/dom/event-handler-attributes.html:
2020-10-20 Antti Koivisto <antti@apple.com>
Implement <forgiving-selector-list> for :is/:where
https://bugs.webkit.org/show_bug.cgi?id=217814
<rdar://problem/70384483>
Reviewed by Sam Weinig.
Update some selector parsing tests to log the results instead of PASS/FAIL as forgiving
parsing allows many combinations involving :is/:where.
Remove a few repetetive tests that don't add anything.
* fast/css/parsing-css-attribute-case-insensitive-value-4-expected.txt: Removed.
* fast/css/parsing-css-attribute-case-insensitive-value-4.html: Removed.
* fast/css/parsing-css-is-5-expected.txt:
* fast/css/parsing-css-is-5.html:
* fast/css/parsing-css-is-6-expected.txt:
* fast/css/parsing-css-is-6.html:
* fast/css/parsing-css-is-7-expected.txt:
* fast/css/parsing-css-is-7.html:
* fast/css/parsing-css-is-8-expected.txt:
* fast/css/parsing-css-is-8.html:
* fast/css/parsing-css-matches-5-expected.txt: Removed.
* fast/css/parsing-css-matches-5.html: Removed.
* fast/css/parsing-css-matches-6-expected.txt: Removed.
* fast/css/parsing-css-matches-6.html: Removed.
* fast/css/parsing-css-matches-7-expected.txt: Removed.
* fast/css/parsing-css-matches-7.html: Removed.
* fast/css/parsing-css-matches-8-expected.txt: Removed.
* fast/css/parsing-css-matches-8.html: Removed.
* fast/css/parsing-css-not-5-expected.txt:
* fast/css/parsing-css-not-5.html:
* fast/css/parsing-css-not-6-expected.txt:
* fast/css/parsing-css-not-6.html:
* fast/css/parsing-css-not-7-expected.txt:
* fast/css/parsing-css-not-7.html:
* fast/css/parsing-css-not-8-expected.txt:
* fast/css/parsing-css-not-8.html:
* fast/css/parsing-css-not-9-expected.txt:
* fast/css/parsing-css-not-9.html:
* fast/css/parsing-css-nth-child-of-4-expected.txt:
* fast/css/parsing-css-nth-child-of-4.html:
* fast/css/parsing-css-nth-last-child-of-4-expected.txt:
* fast/css/parsing-css-nth-last-child-of-4.html:
* fast/selectors/invalid-functional-pseudo-class-expected.txt:
* fast/selectors/invalid-functional-pseudo-class.html:
* fast/selectors/pseudo-element-in-is-where-expected.html:
* fast/selectors/pseudo-element-in-is-where.html:
2020-10-20 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Update test expectations after r268732.
Added some of the latest flaky failures that have been happening in WebKitGTK
post-commit bot.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-20 Hector Lopez <hector_i_lopez@apple.com>
Test expectation adjustment
https://bugs.webkit.org/show_bug.cgi?id=215324
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-20 Hector Lopez <hector_i_lopez@apple.com>
Adjust test expectation for imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-no-sink.https.html
https://bugs.webkit.org/show_bug.cgi?id=217263
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-20 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/no-cors.https.html.
The test is no longer timing out.
* TestExpectations:
2020-10-20 Philippe Normand <pnormand@igalia.com>
[GStreamer] REGRESSION(r266559): imported/w3c/web-platform-tests/webaudio/the-audio-api/the-destinationnode-interface/destination.html is failing
https://bugs.webkit.org/show_bug.cgi?id=216171
Reviewed by Xabier Rodriguez-Calvar.
* platform/glib/TestExpectations: Unflag tests.
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/cors-check.https.html
is still flaky but flagged already as such in the generic TestExpectations.
2020-10-20 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Update test expectations after r268715.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-19 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] flex-shrink property should be animatable
https://bugs.webkit.org/show_bug.cgi?id=209874
Reviewed by Manuel Rego Casasnovas.
Removed GTK's and WPE's platform expectations for some web-animation tests as both ports could make use of the cross platform ones.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: Removed.
2020-10-20 Philippe Normand <pnormand@igalia.com> and Pavel Feldman <pavel.feldman@gmail.com>
Web Inspector: Add setScreenSizeOverride API to the Page agent
https://bugs.webkit.org/show_bug.cgi?id=213242
Reviewed by Devin Rousso.
* TestExpectations:
* inspector/page/setScreenSizeOverride.html: Added.
* platform/glib/TestExpectations:
* platform/glib/inspector/page/setScreenSizeOverride-expected.txt: Added.
2020-10-19 Sihui Liu <sihui_liu@apple.com>
Import speech tests from WPT
https://bugs.webkit.org/show_bug.cgi?id=217910
Reviewed by Youenn Fablet.
* TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-10-19 Karl Rackler <rackler@apple.com>
REGRESSION (268605?): [ Mojave+ wk2 ] 4 wpt/service-workers tests are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=217938
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-19 Hector Lopez <hector_i_lopez@apple.com>
Test expectation added for http/wpt/service-workers/service-worker-spinning-install.https.html
https://bugs.webkit.org/show_bug.cgi?id=217669
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-19 Wenson Hsieh <wenson_hsieh@apple.com>
[MotionMark] Add state change items to represent changes to stroke and fill state
https://bugs.webkit.org/show_bug.cgi?id=217911
Reviewed by Simon Fraser.
* displaylists/canvas-display-list-expected.txt: Rebaseline an existing display list item dump test.
2020-10-19 Ryan Haddad <ryanhaddad@apple.com>
[mac-wk1] inspector/debugger/breakpoint-resolve-when-script-added.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=217934
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Mark test as flaky.
* platform/mac/TestExpectations: Remove previous entry marking it slow for debug.
2020-10-19 Hector Lopez <hector_i_lopez@apple.com>
[ macOS Debug ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-createHTMLDocument-success-empty-src-module.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217931
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-19 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r267175 and r267779.
https://bugs.webkit.org/show_bug.cgi?id=217923
Regressed NYTimes's DOM content loaded time by 400%
Reverted changesets:
"MutationObserverRegistration should be ref counted"
https://bugs.webkit.org/show_bug.cgi?id=216528
https://trac.webkit.org/changeset/267175
"Crash while loading a confluence page"
https://bugs.webkit.org/show_bug.cgi?id=217111
https://trac.webkit.org/changeset/267779
2020-10-19 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r268615-268616?): [ Win10 wk1 EWS ] 3 animation tests are a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217922
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-10-19 Antti Koivisto <antti@apple.com>
Update imported/w3c/web-platform-tests/css/selectors/
https://bugs.webkit.org/show_bug.cgi?id=217905
Reviewed by Simon Fraser.
* TestExpectations:
2020-10-19 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening for webkit.org/b/217862.
* platform/mac/TestExpectations: Mark the new test as slow for macOS debug queues.
2020-10-19 Truitt Savell <tsavell@apple.com>
Fix name of test exepctations after r268679, change actual to expected
https://bugs.webkit.org/show_bug.cgi?id=209813
Unreviewed test gardening.
* platform/mac-mojave/editing/selection/3690703-2-expected.txt: Renamed from LayoutTests/platform/mac-mojave/editing/selection/3690703-2-actual.txt.
* platform/mac-mojave/editing/selection/3690703-expected.txt: Renamed from LayoutTests/platform/mac-mojave/editing/selection/3690703-actual.txt.
* platform/mac-mojave/editing/selection/3690719-expected.txt: Renamed from LayoutTests/platform/mac-mojave/editing/selection/3690719-actual.txt.
* platform/mac-mojave/fast/block/basic/001-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/block/basic/001-actual.txt.
* platform/mac-mojave/fast/block/float/float-avoidance-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/block/float/float-avoidance-actual.txt.
* platform/mac-mojave/fast/css/rtl-ordering-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/css/rtl-ordering-actual.txt.
* platform/mac-mojave/fast/forms/basic-inputs-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/basic-inputs-actual.txt.
* platform/mac-mojave/fast/forms/input-appearance-spinbutton-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/input-appearance-spinbutton-actual.txt.
* platform/mac-mojave/fast/forms/input-disabled-color-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/input-disabled-color-actual.txt.
* platform/mac-mojave/fast/forms/input-readonly-dimmed-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/input-readonly-dimmed-actual.txt.
* platform/mac-mojave/fast/forms/option-text-clip-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/option-text-clip-actual.txt.
* platform/mac-mojave/fast/forms/plaintext-mode-2-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/plaintext-mode-2-actual.txt.
* platform/mac-mojave/fast/forms/select-change-listbox-to-popup-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/select-change-listbox-to-popup-actual.txt.
* platform/mac-mojave/fast/forms/select-change-popup-to-listbox-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/select-change-popup-to-listbox-actual.txt.
* platform/mac-mojave/fast/forms/textfield-outline-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/forms/textfield-outline-actual.txt.
* platform/mac-mojave/fast/text/indic-expected.txt: Renamed from LayoutTests/platform/mac-mojave/fast/text/indic-actual.txt.
* platform/mac-mojave/media/video-display-toggle-expected.txt: Renamed from LayoutTests/platform/mac-mojave/media/video-display-toggle-actual.txt.
* platform/mac-mojave/media/video-volume-slider-expected.txt: Renamed from LayoutTests/platform/mac-mojave/media/video-volume-slider-actual.txt.
* platform/mac-mojave/tables/mozilla/bugs/bug30692-expected.txt: Renamed from LayoutTests/platform/mac-mojave/tables/mozilla/bugs/bug30692-actual.txt.
* platform/mac-mojave/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Renamed from LayoutTests/platform/mac-mojave/tables/mozilla/other/wa_table_thtd_rowspan-actual.txt.
* platform/mac-mojave/tables/mozilla/other/wa_table_tr_align-expected.txt: Renamed from LayoutTests/platform/mac-mojave/tables/mozilla/other/wa_table_tr_align-actual.txt.
2020-10-19 Hector Lopez <hector_i_lopez@apple.com>
[ WinCairo ] animations/needs-layout.html is a constant ImageOnlyFailure
https://bugs.webkit.org/show_bug.cgi?id=217917
Unreviewed test gardening.
* platform/wincairo/TestExpectations:
2020-10-19 Truitt Savell <tsavell@apple.com>
Rebaseline tests for Mojave after the changes in r268520
https://bugs.webkit.org/show_bug.cgi?id=209813
Unreviewed test gardening
* platform/mac-mojave/editing/selection/3690703-2-actual.txt: Added.
* platform/mac-mojave/editing/selection/3690703-actual.txt: Added.
* platform/mac-mojave/editing/selection/3690719-actual.txt: Added.
* platform/mac-mojave/fast/block/basic/001-actual.txt: Added.
* platform/mac-mojave/fast/block/float/float-avoidance-actual.txt: Added.
* platform/mac-mojave/fast/css/rtl-ordering-actual.txt: Added.
* platform/mac-mojave/fast/forms/basic-inputs-actual.txt: Added.
* platform/mac-mojave/fast/forms/input-appearance-spinbutton-actual.txt: Added.
* platform/mac-mojave/fast/forms/input-disabled-color-actual.txt: Added.
* platform/mac-mojave/fast/forms/input-readonly-dimmed-actual.txt: Added.
* platform/mac-mojave/fast/forms/option-text-clip-actual.txt: Added.
* platform/mac-mojave/fast/forms/plaintext-mode-2-actual.txt: Added.
* platform/mac-mojave/fast/forms/select-change-listbox-to-popup-actual.txt: Added.
* platform/mac-mojave/fast/forms/select-change-popup-to-listbox-actual.txt: Added.
* platform/mac-mojave/fast/forms/textfield-outline-actual.txt: Added.
* platform/mac-mojave/fast/text/indic-actual.txt: Added.
* platform/mac-mojave/media/video-display-toggle-actual.txt: Added.
* platform/mac-mojave/media/video-volume-slider-actual.txt: Added.
* platform/mac-mojave/tables/mozilla/bugs/bug30692-actual.txt: Added.
* platform/mac-mojave/tables/mozilla/other/wa_table_thtd_rowspan-actual.txt: Added.
* platform/mac-mojave/tables/mozilla/other/wa_table_tr_align-actual.txt: Added.
2020-10-19 Hector Lopez <hector_i_lopez@apple.com>
[ WinCairo ] animations/additive-transform-animations.html is a constant ImageOnlyFailure
https://bugs.webkit.org/show_bug.cgi?id=217915
Unreviewed test gardening.
* platform/wincairo/TestExpectations:
2020-10-19 Truitt Savell <tsavell@apple.com>
Rebaseline tests for Big Sur after the changes in r268520
https://bugs.webkit.org/show_bug.cgi?id=209813
Unreviewed test gardening.
* platform/mac-catalina/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
* platform/mac-catalina/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
* platform/mac-catalina/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
* platform/mac-catalina/fast/block/float/float-avoidance-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt.
* platform/mac-catalina/fast/css/rtl-ordering-expected.txt: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.txt.
* platform/mac-catalina/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
* platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
* platform/mac-catalina/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
* platform/mac-catalina/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
* platform/mac-catalina/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt.
* platform/mac-catalina/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
* platform/mac-catalina/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
* platform/mac-catalina/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
* platform/mac-catalina/media/video-display-toggle-expected.txt: Copied from LayoutTests/platform/mac/media/video-display-toggle-expected.txt.
* platform/mac-catalina/media/video-volume-slider-expected.txt: Copied from LayoutTests/platform/mac/media/video-volume-slider-expected.txt.
* platform/mac-catalina/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/fast/block/basic/001-expected.txt:
* platform/mac/fast/block/float/float-avoidance-expected.txt:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/option-text-clip-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/text/indic-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
2020-10-13 Sergio Villar Senin <svillar@igalia.com>
Sanitize the usage of override sizes
https://bugs.webkit.org/show_bug.cgi?id=217479
Reviewed by Manuel Rego Casasnovas.
The percentage-size-subitems-001.html is passing now after making the overrides work properly.
Apart from that the override sanitization allowed us to remove platform specific expectations for the border-fit-2.html
test even for the GTK port which is working fine now.
* TestExpectations: Removed a test that passes now.
* css3/flexbox/flex-flow-auto-margins-no-available-space-assert.html: Fine tuned expectations.
* fast/borders/border-fit-2-expected.txt: Renamed from LayoutTests/platform/ios/fast/borders/border-fit-2-expected.txt.
* platform/gtk/TestExpectations: Removed two tests that pass now.
* platform/gtk/fast/borders/border-fit-2-expected.txt: Removed.
* platform/gtk/fast/borders/border-fit-expected.txt: Added.
* platform/mac/fast/borders/border-fit-2-expected.txt: Removed.
* platform/wincairo/fast/borders/border-fit-2-expected.txt: Removed.
* platform/wpe/fast/borders/border-fit-2-expected.txt: Removed.
2020-10-19 Martin Robinson <mrobinson@igalia.com>
axis in scroll-snap-type should be required
https://bugs.webkit.org/show_bug.cgi?id=210468
<rdar://problem/61746766>
Reviewed by Simon Fraser.
* css3/scroll-snap/scroll-snap-inherit.html: Update test and results to reflect specification.
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-property-computed-style.js: Ditto.
* css3/scroll-snap/scroll-snap-property-parsing-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-property-parsing.js: Ditto.
2020-10-18 Emilio Cobos Álvarez <emilio@crisal.io>
Serialize aspect ratio with spaces around the slash.
https://bugs.webkit.org/show_bug.cgi?id=217888
Reviewed by Sam Weinig.
* fast/css/aspect-ratio-inheritance-expected.txt:
* fast/css/aspect-ratio-inheritance.html:
* fast/css/aspect-ratio-parsing-tests-expected.txt:
* fast/css/aspect-ratio-parsing-tests.html:
Adjust tests
2020-10-17 Ross Kirsling <ross.kirsling@sony.com>
Ensure %TypedArray% essential internal methods adhere to spec
https://bugs.webkit.org/show_bug.cgi?id=217854
Reviewed by Yusuke Suzuki.
* fast/canvas/webgl/arraybuffer-transfer-of-control.html:
* js/dom/dfg-typed-array-neuter-expected.txt:
* js/dom/getOwnPropertyDescriptor-expected.txt:
* js/dom/script-tests/dfg-typed-array-neuter.js:
* js/resources/getOwnPropertyDescriptor.js:
Adjust tests.
2020-10-17 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r268561): Synthetic oblique text is drawn upside-down
https://bugs.webkit.org/show_bug.cgi?id=217867
<rdar://problem/70400846>
Reviewed by Darin Adler.
* fast/text/synthetic-oblique-expected.html: Added.
* fast/text/synthetic-oblique.html: Added.
2020-10-16 Devin Rousso <drousso@apple.com>
Web Inspector: REGRESSION(r266669): DOMBreakpoint.js:106:23: CONSOLE ASSERT ERROR domNode should not change once set
https://bugs.webkit.org/show_bug.cgi?id=217865
Reviewed by Timothy Hatcher.
* inspector/unit-tests/utilities.html: Added.
* inspector/unit-tests/utilities-expected.txt: Added.
2020-10-16 Devin Rousso <drousso@apple.com>
Web Inspector: REGRESSION(r266885): Controllers/ConsoleManager.js:177:27: CONSOLE ASSERT ERROR
https://bugs.webkit.org/show_bug.cgi?id=217863
Reviewed by Timothy Hatcher.
* inspector/console/webcore-logging.html:
* inspector/console/webcore-logging-expected.txt:
2020-10-16 Devin Rousso <drousso@apple.com>
Web Inspector: REGRESSION(r266074): line-based JavaScript breakpoints don't hit after reload
https://bugs.webkit.org/show_bug.cgi?id=217862
Reviewed by Timothy Hatcher.
* inspector/debugger/resources/nested-calls.js: Added.
(inner):
(outer):
* inspector/debugger/breakpoint-resolve-when-script-added.html: Added.
* inspector/debugger/breakpoint-resolve-when-script-added-expected.txt: Added.
2020-10-16 Dean Jackson <dino@apple.com>
Support accelerated animation of individual transform CSS properties
https://bugs.webkit.org/show_bug.cgi?id=217842
<rdar://problem/70391914>
Unreviewed. Mark some tests as failing on Mojave.
* platform/mac/TestExpectations:
2020-10-16 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r268620.
Breaks tests for Catalina and Mojave
Reverted changeset:
"Rebaseline tests for Big Sur after the changes in r268520"
https://bugs.webkit.org/show_bug.cgi?id=209813
https://trac.webkit.org/changeset/268620
2020-10-16 Karl Rackler <rackler@apple.com>
REGRESSION (r262708): [ Mojave debug wk2 ] imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-stop.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217857
Unreviewed test gardening.
Changing test expectation for Mojave+ coverage
* platform/mac-wk2/TestExpectations:
2020-10-16 Truitt Savell <tsavell@apple.com>
Rebaseline tests for Big Sur after the changes in r268520
https://bugs.webkit.org/show_bug.cgi?id=209813
Unreviewed test gardening.
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/fast/block/basic/001-expected.txt:
* platform/mac/fast/block/float/float-avoidance-expected.txt:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/option-text-clip-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/text/indic-expected.txt:
* platform/mac/fast/text/javascriptlink-frames-expected.txt: Added.
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
2020-10-16 Karl Rackler <rackler@apple.com>
REGRESSION (r262708): [ Mojave debug wk2 ] imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-stop.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217857
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-16 Antoine Quint <graouts@webkit.org>
Support accelerated animation of individual transform CSS properties
https://bugs.webkit.org/show_bug.cgi?id=217842
<rdar://problem/70391914>
Reviewed by Dean Jackson.
Add some new tests that check animations of individual CSS transform properties can be performed,
checking on their relative order with the transform property, updating the transform property while
an animation is in flight and adding animations while in flight.
* TestExpectations:
* webanimations/accelerated-transform-related-animation-property-order-expected.html: Added.
* webanimations/accelerated-transform-related-animation-property-order.html: Added.
* webanimations/accelerated-translate-animation-additional-animation-added-in-flight-expected.html: Added.
* webanimations/accelerated-translate-animation-additional-animation-added-in-flight.html: Added.
* webanimations/accelerated-translate-animation-expected.html: Added.
* webanimations/accelerated-translate-animation-underlying-transform-changed-in-flight-expected.html: Added.
* webanimations/accelerated-translate-animation-underlying-transform-changed-in-flight.html: Added.
* webanimations/accelerated-translate-animation-with-transform-expected.html: Added.
* webanimations/accelerated-translate-animation-with-transform.html: Added.
* webanimations/accelerated-translate-animation.html: Added.
2020-10-16 Karl Rackler <rackler@apple.com>
REGRESSION(268444?): [ Win10 wk1 ews ] transforms/2d/rotate-composited.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217812
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-10-16 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test expectations. Update test expectations after r268606.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-16 Eric Carlson <eric.carlson@apple.com>
[GPU Process] Implement VideoPlaybackMetrics
https://bugs.webkit.org/show_bug.cgi?id=217439
<rdar://problem/60179370>
Reviewed by Jer Noble.
* media/video-playback-quality-expected.txt: Added.
* media/video-playback-quality.html: Added.
2020-10-16 Jiewen Tan <jiewen_tan@apple.com>
[WebAuthn] Remove the "alg" field in the attestation statement
https://bugs.webkit.org/show_bug.cgi?id=217720
<rdar://problem/70349734>
Reviewed by Brent Fulgham.
* http/wpt/webauthn/public-key-credential-create-success-local.https.html:
2020-10-16 Chris Dumez <cdumez@apple.com>
Move even more AudioContext-specific logic out of BaseAudioContext
https://bugs.webkit.org/show_bug.cgi?id=217803
Reviewed by Eric Carlson.
Update test that was trying to set the autoplay restrictions on an OfflineAudioContext
to make sure they did not apply. Now that the autoplay restrictions are on AudioContext
instead of BaseAudioContext, they definitely do not apply to OfflineAudioContext and it
is not even possible to set the restrictions on an OfflineAudioContext. I updated the
test to use webkitOfflineAudioContext when available since WebKitOfflineAudioContext
does inherit WebKitAudioContext.
* webaudio/offlineaudiocontext-restriction.html:
2020-10-16 Youenn Fablet <youenn@apple.com>
sdpFmtLine should be missing from RTCRtpCodecCapability instead of being an empty string
https://bugs.webkit.org/show_bug.cgi?id=217818
Reviewed by Eric Carlson.
* webrtc/video-mute-vp8.html:
2020-10-16 Sam Sneddon <gsnedders@apple.com>
Remove redundant baselines in platform/
https://bugs.webkit.org/show_bug.cgi?id=217795
Reviewed by Alexey Proskuryakov.
* platform/glib/animations/steps-transform-rendering-updates-expected.txt: Removed.
* platform/glib/fast/canvas/fallback-content-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/close-before-open-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/close-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/extensions-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/long-control-frame-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/reserved-bits-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/too-long-payload-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/websocket-event-target-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-tail-expected.txt: Removed.
* platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt: Removed.
* platform/glib/webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt: Removed.
* platform/gtk/fast/css/pseudo-invalid-form-invalidation-optimization-expected.txt: Removed.
* platform/gtk/fast/css/pseudo-valid-form-invalidation-optimization-expected.txt: Removed.
* platform/gtk/fast/events/js-keyboard-event-creation-expected.txt: Removed.
* platform/gtk/fast/events/nested-window-event-expected.txt: Removed.
* platform/gtk/http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt: Removed.
* platform/gtk/http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/resets-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone-expected.txt: Removed.
* platform/ios-wk2/compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/5002441-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-3778059-fix-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-at-tabspan-001-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-at-tabspan-002-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-at-tabspan-003-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-quoted-001-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-quoted-002-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-quoted-003-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-quoted-004-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-quoted-005-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-br-quoted-006-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-div-020-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-div-022-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-div-026-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/insert-text-with-newlines-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/paragraph-separator-01-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/paragraph-separator-in-table-2-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/return-key-with-selection-001-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/return-key-with-selection-002-expected.txt: Removed.
* platform/ios-wk2/editing/inserting/return-key-with-selection-003-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/5601583-1-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/8145-2-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/bad-placeholder-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-4038267-fix-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-001-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-002-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-003-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-004-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-005-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-006-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-007-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-008-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-009-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-line-endings-010-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-match-style-001-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-match-style-002-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-text-016-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/paste-text-019-expected.txt: Removed.
* platform/ios-wk2/editing/pasteboard/quirks-mode-br-1-expected.txt: Removed.
* platform/ios-wk2/editing/selection/editable-html-element-expected.txt: Removed.
* platform/ios-wk2/editing/selection/paragraph-granularity-expected.txt: Removed.
* platform/ios-wk2/editing/selection/select-all-iframe-expected.txt: Removed.
* platform/ios-wk2/editing/selection/selection-actions-expected.txt: Removed.
* platform/ios-wk2/editing/selection/word-granularity-expected.txt: Removed.
* platform/ios-wk2/editing/style/5046875-2-expected.txt: Removed.
* platform/ios-wk2/editing/style/block-styles-007-expected.txt: Removed.
* platform/ios-wk2/editing/style/create-block-for-style-001-expected.txt: Removed.
* platform/ios-wk2/editing/style/create-block-for-style-002-expected.txt: Removed.
* platform/ios-wk2/editing/style/create-block-for-style-003-expected.txt: Removed.
* platform/ios-wk2/editing/style/create-block-for-style-004-expected.txt: Removed.
* platform/ios-wk2/editing/style/create-block-for-style-013-expected.txt: Removed.
* platform/ios-wk2/editing/style/style-3998892-fix-expected.txt: Removed.
* platform/ios-wk2/editing/style/style-boundary-001-expected.txt: Removed.
* platform/ios-wk2/editing/style/style-boundary-004-expected.txt: Removed.
* platform/ios-wk2/editing/unsupported-content/list-delete-003-expected.txt: Removed.
* platform/ios-wk2/editing/unsupported-content/list-type-after-expected.txt: Removed.
* platform/ios-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
* platform/ios-wk2/fast/dom/focus-contenteditable-expected.txt: Removed.
* platform/ios-wk2/fast/forms/basic-textareas-expected.txt: Removed.
* platform/ios-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Removed.
* platform/ios-wk2/fast/forms/textarea-scrollbar-expected.txt: Removed.
* platform/ios-wk2/fast/forms/textarea-scrolled-type-expected.txt: Removed.
* platform/ios-wk2/fast/forms/textfield-outline-expected.txt: Removed.
* platform/ios-wk2/fast/frames/onlyCommentInIFrame-expected.txt: Removed.
* platform/ios-wk2/fast/inline-block/tricky-baseline-expected.txt: Removed.
* platform/ios-wk2/fast/overflow/overflow-float-stacking-expected.txt: Removed.
* platform/ios-wk2/fast/overflow/overflow-stacking-expected.txt: Removed.
* platform/ios-wk2/fast/overflow/overflow-x-y-expected.txt: Removed.
* platform/ios-wk2/fast/overflow/position-fixed-transform-clipping-expected.txt: Removed.
* platform/ios-wk2/fast/text/international/thai-baht-space-expected.txt: Removed.
* platform/ios-wk2/fast/transforms/transformed-caret-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/resets-expected.txt: Removed.
* platform/ios/fast/canvas/set-colors-expected.txt: Removed.
* platform/ios/fast/scrolling/adjust-scroll-offset-on-zoom-expected.txt: Removed.
* platform/mac-bigsur/fast/block/margin-collapse/103-expected.txt: Removed.
* platform/mac-catalina/fast/block/margin-collapse/103-expected.txt: Removed.
* platform/mac-catalina/fast/forms/button-table-styles-expected.txt: Removed.
* platform/mac-catalina/fast/forms/date/date-input-rendering-basic-expected.png: Removed.
* platform/mac-catalina/fast/forms/input-disabled-color-expected.txt: Removed.
* platform/mac-catalina/fast/forms/input-readonly-dimmed-expected.txt: Removed.
* platform/mac-catalina/fast/forms/select-change-popup-to-listbox-expected.txt: Removed.
* platform/mac-catalina/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
* platform/mac-mojave/fast/block/basic/001-expected.txt: Removed.
* platform/mac-mojave/fast/block/margin-collapse/103-expected.txt: Removed.
* platform/mac-mojave/fast/forms/button-table-styles-expected.txt: Removed.
* platform/mac-mojave/fast/forms/date/date-input-rendering-basic-expected.png: Removed.
* platform/mac-mojave/fast/forms/input-disabled-color-expected.txt: Removed.
* platform/mac-mojave/fast/forms/input-readonly-dimmed-expected.txt: Removed.
* platform/mac-mojave/fast/forms/plaintext-mode-2-expected.txt: Removed.
* platform/mac-mojave/fast/forms/select-change-popup-to-listbox-expected.txt: Removed.
* platform/mac-mojave/fast/text/indic-expected.txt: Removed.
* platform/mac-mojave/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Removed.
* platform/mac-mojave/tables/mozilla/other/wa_table_tr_align-expected.txt: Removed.
* platform/mac-wk2/fast/forms/time/time-appearance-basic-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/resets-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Removed.
* platform/mac/fast/canvas/set-colors-expected.txt: Removed.
* platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Removed.
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.txt: Removed.
* platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Removed.
* platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Removed.
* platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Removed.
* platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Removed.
* platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Removed.
* platform/mac/webarchive/archive-empty-frame-source-expected.txt: Removed.
* platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Removed.
* platform/mac/webarchive/css-page-rule-crash-expected.txt: Removed.
* platform/mac/webarchive/doctype-expected.txt: Removed.
* platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Removed.
* platform/mac/webarchive/test-body-background-expected.txt: Removed.
* platform/mac/webarchive/test-css-import-expected.txt: Removed.
* platform/mac/webarchive/test-duplicate-resources-expected.txt: Removed.
* platform/mac/webarchive/test-frameset-expected.txt: Removed.
* platform/mac/webarchive/test-img-src-expected.txt: Removed.
* platform/mac/webarchive/test-input-src-expected.txt: Removed.
* platform/mac/webarchive/test-link-href-expected.txt: Removed.
* platform/mac/webarchive/test-object-data-expected.txt: Removed.
* platform/mac/webarchive/test-script-src-expected.txt: Removed.
* platform/mac/webarchive/test-table-background-expected.txt: Removed.
* platform/mac/webarchive/test-td-background-expected.txt: Removed.
* platform/mac/webarchive/test-xml-stylesheet-expected.txt: Removed.
* platform/win/animations/steps-transform-rendering-updates-expected.txt: Removed.
* platform/win/editing/style/apply-through-end-of-document-expected.txt: Removed.
* platform/win/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt: Removed.
* platform/wincairo/animations/steps-transform-rendering-updates-expected.txt: Removed.
* platform/wincairo/editing/style/apply-through-end-of-document-expected.txt: Removed.
* platform/wpe/http/tests/storageAccess/aggregate-sorted-data-with-storage-access-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Removed.
2020-10-16 Karl Rackler <rackler@apple.com>
REGRESSION (r266932): [ Mojave+ wk2 ] fast/scrolling/latching/latched-scroll-into-nonfast-region.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217001
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-16 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r268575.
Added several failures from new added tests.
* platform/glib/TestExpectations:
2020-10-16 Karl Rackler <rackler@apple.com>
REGRESSION: [ Win10 wk1 ews ] transforms/2d/translate-change-composited.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217812
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-10-16 Karl Rackler <rackler@apple.com>
REGRESSION: [ Win10 wk1 ews ] transforms/2d/rotate-change-composited.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217812
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-10-16 Karl Rackler <rackler@apple.com>
REGRESSION: [ Win10 wk1 ews ] transforms/2d/scale-change-composited.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217812
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-10-16 Philippe Normand <pnormand@igalia.com>
[GStreamer] Encoder probing support for the registry scanner
https://bugs.webkit.org/show_bug.cgi?id=217750
Reviewed by Xabier Rodriguez-Calvar.
* platform/glib/media/mediacapabilities-types-expected.txt: Renamed from LayoutTests/platform/gtk/media/mediacapabilities/mediacapabilities-types-expected.txt.
2020-10-16 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Unreviewed test gardening. Update test expectations after r268573.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-16 Diego Pino Garcia <dpino@igalia.com>
[GTK] Update expectations for editing/pasteboard/drop-text-without-selection.html after r267997
Unreviewed test gardening.
r267997 removed GTK expected baseline for editing/pasteboard/drop-text-without-selection.html, which was stale
after the test was converted into a reftest. After this change, GTK test bot reported the baseline as Missing.
The reason was that the reference test was in platform Mac. Also remove stale GTK expected image.
* editing/pasteboard/drop-text-without-selection-expected.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.html.
* platform/gtk/TestExpectations:
* platform/gtk/editing/pasteboard/drop-text-without-selection-expected.png: Removed.
2020-10-15 Carlos Alberto Lopez Perez <clopez@igalia.com>
[WPE] Rebaseline after r268520
Unreviewed gardening.
Rebaseline tests affected by r268520 for WPE.
For GTK this tests were rebaselined on r268545.
* platform/glib/fast/text/whitespace/029-expected.txt: Renamed from LayoutTests/platform/gtk/fast/text/whitespace/029-expected.txt.
* platform/wpe/css1/box_properties/float_on_text_elements-expected.txt:
* platform/wpe/css1/color_and_background/background_attachment-expected.txt:
* platform/wpe/css1/text_properties/text_indent-expected.txt:
* platform/wpe/fast/backgrounds/background-clip-text-expected.txt:
* platform/wpe/fast/block/basic/001-expected.txt:
* platform/wpe/fast/block/float/002-expected.txt:
* platform/wpe/fast/block/float/021-expected.txt:
* platform/wpe/fast/block/float/br-with-clear-2-expected.txt: Added.
* platform/wpe/fast/block/float/float-avoidance-expected.txt:
* platform/wpe/fast/block/margin-collapse/104-expected.txt:
* platform/wpe/fast/block/positioning/055-expected.txt:
* platform/wpe/fast/block/positioning/056-expected.txt:
* platform/wpe/fast/borders/inline-mask-overlay-image-outset-expected.txt:
* platform/wpe/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
* platform/wpe/fast/box-shadow/basic-shadows-expected.txt:
* platform/wpe/fast/clip/nestedTransparencyClip-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/wpe/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/wpe/fast/css-generated-content/inline-display-types-expected.txt:
* platform/wpe/fast/css/first-line-text-decoration-expected.txt:
* platform/wpe/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/wpe/fast/css/hsl-color-expected.txt:
* platform/wpe/fast/css/layerZOrderCrash-expected.txt:
* platform/wpe/fast/css/line-height-overflow-expected.txt:
* platform/wpe/fast/css/nth-child-dynamic-expected.txt:
* platform/wpe/fast/css/rtl-ordering-expected.txt:
* platform/wpe/fast/css/text-overflow-ellipsis-expected.txt:
* platform/wpe/fast/css/text-rendering-expected.txt:
* platform/wpe/fast/dom/HTMLElement/bdo-expected.txt:
* platform/wpe/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
* platform/wpe/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/wpe/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/wpe/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/wpe/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/wpe/fast/dom/children-nodes-expected.txt:
* platform/wpe/fast/dom/focus-contenteditable-expected.txt:
* platform/wpe/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/wpe/fast/encoding/utf-16-big-endian-expected.txt:
* platform/wpe/fast/encoding/utf-16-little-endian-expected.txt:
* platform/wpe/fast/encoding/xmacroman-encoding-test-expected.txt:
* platform/wpe/fast/frames/iframe-with-frameborder-expected.txt:
* platform/wpe/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/wpe/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/wpe/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/wpe/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/wpe/fast/invalid/021-expected.txt:
* platform/wpe/fast/layers/video-layer-expected.txt:
* platform/wpe/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/wpe/fast/line-grid/line-grid-floating-expected.txt:
* platform/wpe/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/wpe/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/wpe/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/wpe/fast/line-grid/line-grid-positioned-expected.txt:
* platform/wpe/fast/multicol/float-paginate-complex-expected.txt:
* platform/wpe/fast/multicol/layers-in-multicol-expected.txt:
* platform/wpe/fast/multicol/max-height-columns-block-expected.txt:
* platform/wpe/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/wpe/fast/overflow/006-expected.txt:
* platform/wpe/fast/overflow/line-clamp-expected.txt:
* platform/wpe/fast/overflow/overflow-stacking-expected.txt:
* platform/wpe/fast/overflow/overflow-x-y-expected.txt:
* platform/wpe/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/wpe/fast/overflow/table-overflow-float-expected.txt:
* platform/wpe/fast/replaced/selection-rect-transform-expected.txt:
* platform/wpe/fast/ruby/ruby-beforeafter-expected.txt:
* platform/wpe/fast/ruby/ruby-inline-table-expected.txt:
* platform/wpe/fast/ruby/ruby-length-expected.txt:
* platform/wpe/fast/ruby/ruby-run-break-expected.txt:
* platform/wpe/fast/ruby/ruby-runs-expected.txt:
* platform/wpe/fast/ruby/ruby-simple-expected.txt:
* platform/wpe/fast/ruby/ruby-simple-rp-expected.txt:
* platform/wpe/fast/table/009-expected.txt:
* platform/wpe/fast/table/040-expected.txt:
* platform/wpe/fast/table/040-vertical-expected.txt:
* platform/wpe/fast/table/cellindex-expected.txt:
* platform/wpe/fast/table/percent-heights-expected.txt:
* platform/wpe/fast/table/table-and-parts-outline-expected.txt:
* platform/wpe/fast/text/basic/012-expected.txt:
* platform/wpe/fast/text/basic/014-expected.txt:
* platform/wpe/fast/text/basic/generic-family-reset-expected.txt:
* platform/wpe/fast/text/capitalize-boundaries-expected.txt:
* platform/wpe/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/wpe/fast/text/emoji-expected.txt:
* platform/wpe/fast/text/firstline/001-expected.txt:
* platform/wpe/fast/text/indic-expected.txt:
* platform/wpe/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/wpe/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/wpe/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/wpe/fast/text/international/bidi-listbox-expected.txt:
* platform/wpe/fast/text/international/bidi-menulist-expected.txt:
* platform/wpe/fast/text/international/hebrew-vowels-expected.txt:
* platform/wpe/fast/text/international/hindi-spacing-expected.txt:
* platform/wpe/fast/text/international/thai-baht-space-expected.txt:
* platform/wpe/fast/text/midword-break-after-breakable-char-expected.txt:
* platform/wpe/fast/text/svg-font-face-with-kerning-expected.txt:
* platform/wpe/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/wpe/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/wpe/fast/writing-mode/english-bt-text-expected.txt:
* platform/wpe/fast/writing-mode/english-lr-text-expected.txt:
* platform/wpe/fast/writing-mode/english-rl-text-expected.txt:
* platform/wpe/fast/writing-mode/fieldsets-expected.txt:
* platform/wpe/fast/writing-mode/text-orientation-basic-expected.txt:
* platform/wpe/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/wpe/fast/xsl/xslt-enc-expected.txt:
* platform/wpe/fast/xsl/xslt-enc16-expected.txt:
* platform/wpe/fast/xsl/xslt-enc16to16-expected.txt:
* platform/wpe/fonts/cursive-expected.txt:
* platform/wpe/fonts/default-expected.txt:
* platform/wpe/fonts/fantasy-expected.txt:
* platform/wpe/fonts/monospace-expected.txt:
* platform/wpe/fonts/sans-serif-expected.txt:
* platform/wpe/fonts/serif-expected.txt:
* platform/wpe/http/tests/loading/simple-subframe-expected.txt:
* platform/wpe/http/tests/misc/favicon-as-image-expected.txt:
* platform/wpe/http/tests/misc/frame-access-during-load-expected.txt:
* platform/wpe/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/wpe/http/tests/navigation/postredirect-basic-expected.txt:
* platform/wpe/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/wpe/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/wpe/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/wpe/svg/custom/getsvgdocument-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug10633-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1188-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1224-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug131020-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1318-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1430-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug16012-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug17138-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug19599-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug20579-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug20804-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug23235-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug23299-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug25663-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug28928-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug2962-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug30332-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug30559-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug30692-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4382-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4427-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4527-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug5538-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug55694-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug5799-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug8858-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug92143-expected.txt:
* platform/wpe/tables/mozilla/core/bloomberg-expected.txt:
* platform/wpe/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/wpe/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/wpe/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/wpe/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/wpe/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/wpe/transforms/3d/hit-testing/backface-hit-test-expected.txt:
* platform/wpe/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
* platform/wpe/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/wpe/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
* platform/wpe/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
* platform/wpe/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
* platform/wpe/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/wpe/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/wpe/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
* platform/wpe/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
2020-10-15 Sam Weinig <weinig@apple.com>
CSSStyleDeclaration breaks JS spec (properties not showing up in Object.getOwnPropertyNames)
https://bugs.webkit.org/show_bug.cgi?id=217623
Reviewed by Darin Adler.
* fast/css/style-enumerate-properties-expected.txt:
* fast/css/style-enumerate-properties.html:
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/domListEnumeration.html:
Remove tests for iteration order, which is not standardized, and not consistent among
browsers.
* fast/dom/CSSStyleDeclaration/cssstyledeclaration-properties-descriptor-expected.txt:
* fast/dom/CSSStyleDeclaration/cssstyledeclaration-properties-descriptor.html:
Update now that the properties are proper attributes on the prototype.
* js/dom/put-override-should-not-use-ic.html:
Switch to using a DOMStringList as the object that overrides put, since CSSStyleDeclaration no longer does.
* transitions/transitions-parsing-expected.txt:
* transitions/transitions-parsing.html:
Remove Object.keys() aspect of the test, which is no longer meaningful since the
properties should no longer exist in the result set.
2020-10-15 Truitt Savell <tsavell@apple.com>
Rebaseline tests for Catalina and iOS after the changes in r268520
https://bugs.webkit.org/show_bug.cgi?id=209813
Unreviewed test gardening.
* platform/ios-wk2/fast/block/basic/001-expected.txt: Added.
* platform/mac-catalina/fast/block/basic/001-expected.txt: Added.
* platform/mac-catalina/fast/forms/button-table-styles-expected.txt:
* platform/mac-catalina/fast/forms/input-disabled-color-expected.txt:
* platform/mac-catalina/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac-catalina/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac-catalina/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac-catalina/fast/text/indic-expected.txt: Added.
* platform/mac-catalina/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Added.
* platform/mac-catalina/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
2020-10-15 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/css1/box_properties/float_on_text_elements-expected.txt:
* platform/wincairo/css1/color_and_background/background_attachment-expected.txt:
* platform/wincairo/css1/text_properties/text_indent-expected.txt:
* platform/wincairo/editing/deleting/5272440-expected.txt:
* platform/wincairo/editing/deleting/delete-3608445-fix-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/wincairo/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/wincairo/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/wincairo/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/wincairo/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/wincairo/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/wincairo/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/wincairo/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/wincairo/editing/deleting/delete-block-merge-contents-011-expected.txt:
* platform/wincairo/editing/deleting/delete-br-002-expected.txt:
* platform/wincairo/editing/deleting/delete-br-003-expected.txt:
* platform/wincairo/editing/deleting/delete-br-004-expected.txt:
* platform/wincairo/editing/deleting/delete-br-005-expected.txt:
* platform/wincairo/editing/deleting/delete-image-001-expected.txt:
* platform/wincairo/editing/deleting/delete-image-002-expected.txt:
* platform/wincairo/editing/deleting/delete-line-003-expected.txt:
* platform/wincairo/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/wincairo/editing/deleting/non-smart-delete-expected.txt:
* platform/wincairo/editing/execCommand/4641880-1-expected.txt:
* platform/wincairo/editing/execCommand/4641880-2-expected.txt:
* platform/wincairo/editing/execCommand/4916541-expected.txt:
* platform/wincairo/editing/execCommand/5080333-1-expected.txt:
* platform/wincairo/editing/execCommand/5080333-2-expected.txt:
* platform/wincairo/editing/execCommand/5569741-expected.txt:
* platform/wincairo/editing/execCommand/indent-selection-expected.txt:
* platform/wincairo/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/wincairo/editing/input/emacs-ctrl-o-expected.txt:
* platform/wincairo/editing/inserting/4960120-2-expected.txt:
* platform/wincairo/editing/inserting/5002441-expected.txt:
* platform/wincairo/editing/inserting/5156401-2-expected.txt:
* platform/wincairo/editing/inserting/5510537-expected.txt:
* platform/wincairo/editing/inserting/5549929-3-expected.txt:
* platform/wincairo/editing/inserting/6703873-expected.txt:
* platform/wincairo/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/wincairo/editing/inserting/insert-3775316-fix-expected.txt:
* platform/wincairo/editing/inserting/insert-3778059-fix-expected.txt:
* platform/wincairo/editing/inserting/insert-br-001-expected.txt:
* platform/wincairo/editing/inserting/insert-br-002-expected.txt:
* platform/wincairo/editing/inserting/insert-br-003-expected.txt:
* platform/wincairo/editing/inserting/insert-br-004-expected.txt:
* platform/wincairo/editing/inserting/insert-br-005-expected.txt:
* platform/wincairo/editing/inserting/insert-br-007-expected.txt:
* platform/wincairo/editing/inserting/insert-br-at-tabspan-001-expected.txt:
* platform/wincairo/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/wincairo/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/wincairo/editing/inserting/insert-br-quoted-001-expected.txt:
* platform/wincairo/editing/inserting/insert-br-quoted-002-expected.txt:
* platform/wincairo/editing/inserting/insert-br-quoted-003-expected.txt:
* platform/wincairo/editing/inserting/insert-br-quoted-004-expected.txt:
* platform/wincairo/editing/inserting/insert-br-quoted-005-expected.txt:
* platform/wincairo/editing/inserting/insert-br-quoted-006-expected.txt:
* platform/wincairo/editing/inserting/insert-div-020-expected.txt:
* platform/wincairo/editing/inserting/insert-div-022-expected.txt:
* platform/wincairo/editing/inserting/insert-div-026-expected.txt:
* platform/wincairo/editing/inserting/insert-paragraph-03-expected.txt:
* platform/wincairo/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/wincairo/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/wincairo/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/wincairo/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/wincairo/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/wincairo/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/wincairo/editing/inserting/typing-around-br-001-expected.txt:
* platform/wincairo/editing/selection/3690703-2-expected.txt:
* platform/wincairo/editing/selection/3690703-expected.txt:
* platform/wincairo/editing/selection/3690719-expected.txt:
* platform/wincairo/editing/selection/4975120-expected.txt:
* platform/wincairo/editing/selection/5007143-2-expected.txt:
* platform/wincairo/editing/selection/5007143-expected.txt:
* platform/wincairo/editing/selection/drag-in-iframe-expected.txt:
* platform/wincairo/editing/selection/editable-html-element-expected.txt:
* platform/wincairo/editing/selection/extend-by-character-002-expected.txt:
* platform/wincairo/editing/selection/extend-by-character-004-expected.txt:
* platform/wincairo/editing/selection/extend-selection-bidi-expected.txt:
* platform/wincairo/editing/selection/focus_editable_html-expected.txt:
* platform/wincairo/editing/selection/image-before-linebreak-expected.txt:
* platform/wincairo/editing/selection/move-3875618-fix-expected.txt:
* platform/wincairo/editing/selection/move-backwords-by-word-001-expected.txt:
* platform/wincairo/editing/selection/move-by-character-002-expected.txt:
* platform/wincairo/editing/selection/move-by-character-004-expected.txt:
* platform/wincairo/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/wincairo/editing/selection/paragraph-granularity-expected.txt:
* platform/wincairo/editing/selection/replaced-boundaries-3-expected.txt:
* platform/wincairo/editing/selection/select-all-002-expected.txt:
* platform/wincairo/editing/selection/select-all-003-expected.txt:
* platform/wincairo/editing/selection/select-all-iframe-expected.txt:
* platform/wincairo/editing/selection/selectNode-expected.txt:
* platform/wincairo/editing/selection/selectNodeContents-expected.txt:
* platform/wincairo/editing/selection/selection-3748164-fix-expected.txt:
* platform/wincairo/editing/selection/selection-actions-expected.txt:
* platform/wincairo/editing/selection/word-granularity-expected.txt:
* platform/wincairo/editing/style/5046875-2-expected.txt:
* platform/wincairo/editing/style/block-styles-007-expected.txt:
* platform/wincairo/editing/style/create-block-for-style-001-expected.txt:
* platform/wincairo/editing/style/create-block-for-style-002-expected.txt:
* platform/wincairo/editing/style/create-block-for-style-003-expected.txt:
* platform/wincairo/editing/style/create-block-for-style-004-expected.txt:
* platform/wincairo/editing/style/create-block-for-style-013-expected.txt:
* platform/wincairo/editing/style/smoosh-styles-001-expected.txt:
* platform/wincairo/editing/style/smoosh-styles-003-expected.txt:
* platform/wincairo/editing/style/style-3998892-fix-expected.txt:
* platform/wincairo/editing/style/style-boundary-001-expected.txt:
* platform/wincairo/editing/style/style-boundary-002-expected.txt:
* platform/wincairo/editing/style/style-boundary-003-expected.txt:
* platform/wincairo/editing/style/style-boundary-004-expected.txt:
* platform/wincairo/editing/style/style-boundary-005-expected.txt:
* platform/wincairo/editing/unsupported-content/list-delete-001-expected.txt:
* platform/wincairo/editing/unsupported-content/list-delete-003-expected.txt:
* platform/wincairo/editing/unsupported-content/list-type-after-expected.txt:
* platform/wincairo/editing/unsupported-content/list-type-before-expected.txt:
* platform/wincairo/editing/unsupported-content/table-delete-002-expected.txt:
* platform/wincairo/editing/unsupported-content/table-type-after-expected.txt:
* platform/wincairo/editing/unsupported-content/table-type-before-expected.txt:
* platform/wincairo/fast/box-shadow/basic-shadows-expected.txt:
* platform/wincairo/fast/clip/nestedTransparencyClip-expected.txt:
* platform/wincairo/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/wincairo/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/wincairo/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/wincairo/fast/css-generated-content/inline-display-types-expected.txt:
* platform/wincairo/fast/css-generated-content/table-row-group-to-inline-expected.txt:
* platform/wincairo/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/wincairo/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/wincairo/fast/css-generated-content/table-with-before-expected.txt:
* platform/wincairo/fast/css/001-expected.txt:
* platform/wincairo/fast/css/first-letter-first-line-hover-expected.txt:
* platform/wincairo/fast/css/first-line-text-decoration-expected.txt:
* platform/wincairo/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/wincairo/fast/css/focus-ring-detached-expected.txt:
* platform/wincairo/fast/css/font-smoothing-expected.txt:
* platform/wincairo/fast/css/hsl-color-expected.txt:
* platform/wincairo/fast/css/input-search-padding-expected.txt:
* platform/wincairo/fast/css/layerZOrderCrash-expected.txt:
* platform/wincairo/fast/css/line-height-overflow-expected.txt:
* platform/wincairo/fast/css/nth-child-dynamic-expected.txt:
* platform/wincairo/fast/css/outline-narrowLine-expected.txt:
* platform/wincairo/fast/css/rtl-ordering-expected.txt:
* platform/wincairo/fast/css/text-overflow-ellipsis-expected.txt:
* platform/wincairo/fast/css/text-rendering-expected.txt:
* platform/wincairo/fast/css/word-space-extra-expected.txt:
* platform/wincairo/fast/dom/HTMLElement/bdo-expected.txt:
* platform/wincairo/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
* platform/wincairo/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/wincairo/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/wincairo/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/wincairo/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/wincairo/fast/dom/children-nodes-expected.txt:
* platform/wincairo/fast/dom/focus-contenteditable-expected.txt:
* platform/wincairo/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/wincairo/fast/dynamic/genContentDestroyChildren-expected.txt:
* platform/wincairo/fast/events/standalone-image-drag-to-editable-expected.txt:
* platform/wincairo/fast/inline-block/001-expected.txt:
* platform/wincairo/fast/inline-block/006-expected.txt:
* platform/wincairo/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/wincairo/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/wincairo/fast/inline-block/tricky-baseline-expected.txt:
* platform/wincairo/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/wincairo/fast/line-grid/line-grid-floating-expected.txt:
* platform/wincairo/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/wincairo/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/wincairo/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/wincairo/fast/line-grid/line-grid-positioned-expected.txt:
* platform/wincairo/fast/reflections/reflection-direction-expected.txt:
* platform/wincairo/fast/text/basic/012-expected.txt:
* platform/wincairo/fast/text/basic/014-expected.txt:
* platform/wincairo/fast/text/basic/generic-family-reset-expected.txt:
* platform/wincairo/fast/text/capitalize-boundaries-expected.txt:
* platform/wincairo/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/wincairo/fast/text/firstline/001-expected.txt:
* platform/wincairo/fast/text/indic-expected.txt:
* platform/wincairo/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/wincairo/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/wincairo/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/wincairo/fast/text/international/bidi-listbox-expected.txt:
* platform/wincairo/fast/text/international/bidi-menulist-expected.txt:
* platform/wincairo/fast/text/international/hebrew-vowels-expected.txt:
* platform/wincairo/fast/text/international/hindi-spacing-expected.txt:
* platform/wincairo/fast/text/international/thai-baht-space-expected.txt:
* platform/wincairo/fast/text/midword-break-after-breakable-char-expected.txt:
* platform/wincairo/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/wincairo/fonts/cursive-expected.txt:
* platform/wincairo/fonts/default-expected.txt:
* platform/wincairo/fonts/monospace-expected.txt:
* platform/wincairo/fonts/sans-serif-expected.txt:
* platform/wincairo/fonts/serif-expected.txt:
* platform/wincairo/http/tests/misc/favicon-as-image-expected.txt:
* platform/wincairo/http/tests/misc/frame-access-during-load-expected.txt:
2020-10-15 Antoine Quint <graouts@webkit.org>
Updating an individual transform CSS property has no visual change when composited
https://bugs.webkit.org/show_bug.cgi?id=217769
<rdar://problem/70344280>
Reviewed by Simon Fraser.
Add new tests that check that changing the value of one of the individual transform
CSS properties when the element is composited yields a visual change.
* transforms/2d/rotate-change-composited-expected.html: Added.
* transforms/2d/rotate-change-composited.html: Added.
* transforms/2d/scale-change-composited-expected.html: Added.
* transforms/2d/scale-change-composited.html: Added.
* transforms/2d/translate-change-composited-expected.html: Added.
* transforms/2d/translate-change-composited.html: Added.
2020-10-15 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Rebaseline after r268520
Unreviewed gardening.
Merged some expectations on the general baseline that were common to GTK and Mac.
And added platform baselines for the others.
* fast/css/font-face-remote-expected.txt:
* fast/multicol/pagination-h-horizontal-bt-expected.txt:
* fast/multicol/pagination-h-horizontal-tb-expected.txt:
* fast/multicol/pagination-h-vertical-lr-expected.txt:
* fast/multicol/pagination-h-vertical-rl-expected.txt:
* fast/multicol/pagination-v-horizontal-bt-expected.txt:
* fast/multicol/pagination-v-horizontal-tb-expected.txt:
* fast/multicol/pagination-v-vertical-lr-expected.txt:
* fast/multicol/pagination-v-vertical-rl-expected.txt:
* fast/repaint/text-emphasis-h-expected.txt:
* fast/repaint/text-emphasis-v-expected.txt:
* fast/ruby/position-after-expected.txt:
* fast/text/decorations-transformed-expected.txt:
* fast/text/soft-hyphen-4-expected.txt:
* platform/glib/fast/backgrounds/border-radius-split-background-expected.txt:
* platform/glib/fast/backgrounds/border-radius-split-background-image-expected.txt:
* platform/glib/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
* platform/glib/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/glib/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/glib/fast/block/positioning/trailing-space-test-expected.txt:
* platform/glib/fast/borders/border-image-outset-split-inline-expected.txt:
* platform/glib/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt:
* platform/glib/fast/borders/border-styles-split-expected.txt:
* platform/glib/fast/css-generated-content/table-row-group-to-inline-expected.txt:
* platform/glib/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/glib/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/glib/fast/css-generated-content/table-with-before-expected.txt:
* platform/glib/fast/css/001-expected.txt:
* platform/glib/fast/css/first-letter-first-line-hover-expected.txt:
* platform/glib/fast/css/focus-ring-detached-expected.txt:
* platform/glib/fast/css/font-smoothing-expected.txt:
* platform/glib/fast/css/outline-narrowLine-expected.txt:
* platform/glib/fast/css/word-space-extra-expected.txt:
* platform/glib/fast/dynamic/genContentDestroyChildren-expected.txt:
* platform/glib/fast/frames/001-expected.txt:
* platform/glib/fast/hidpi/image-set-border-image-comparison-expected.txt:
* platform/glib/fast/inline-block/001-expected.txt:
* platform/glib/fast/inline-block/006-expected.txt:
* platform/glib/fast/inline-block/tricky-baseline-expected.txt:
* platform/glib/fast/inline/positionedLifetime-expected.txt:
* platform/glib/fast/invalid/010-expected.txt:
* platform/glib/fast/layers/overflow-scroll-auto-switch-expected.txt:
* platform/glib/fast/multicol/column-break-with-balancing-expected.txt:
* platform/glib/fast/multicol/column-count-with-rules-expected.txt:
* platform/glib/fast/multicol/float-paginate-empty-lines-expected.txt:
* platform/glib/fast/multicol/float-paginate-expected.txt:
* platform/glib/fast/multicol/paginate-block-replaced-expected.txt:
* platform/glib/fast/multicol/positioned-split-expected.txt:
* platform/glib/fast/multicol/table-vertical-align-expected.txt:
* platform/glib/fast/multicol/unsplittable-inline-block-expected.txt:
* platform/glib/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
* platform/glib/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
* platform/glib/fast/multicol/vertical-lr/float-paginate-expected.txt:
* platform/glib/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
* platform/glib/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/glib/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
* platform/glib/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
* platform/glib/fast/multicol/vertical-rl/float-paginate-expected.txt:
* platform/glib/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
* platform/glib/fast/overflow/002-expected.txt:
* platform/glib/fast/overflow/overflow-float-stacking-expected.txt:
* platform/glib/fast/reflections/reflection-direction-expected.txt:
* platform/glib/fast/replaced/007-expected.txt:
* platform/glib/fast/table/005-expected.txt:
* platform/glib/fast/table/039-expected.txt:
* platform/glib/fast/transforms/transformed-caret-expected.txt:
* platform/glib/fast/writing-mode/basic-vertical-line-expected.txt:
* platform/glib/fast/writing-mode/basic-vertical-line-mixed-expected.txt:
* platform/glib/fast/writing-mode/border-styles-vertical-lr-expected.txt:
* platform/glib/fast/writing-mode/border-styles-vertical-lr-mixed-expected.txt:
* platform/glib/fast/writing-mode/border-styles-vertical-rl-expected.txt:
* platform/glib/fast/writing-mode/border-styles-vertical-rl-mixed-expected.txt:
* platform/glib/scrollbars/basic-scrollbar-expected.txt:
* platform/glib/scrollbars/disabled-scrollbar-expected.txt:
* platform/glib/scrollbars/scrollbar-buttons-expected.txt:
* platform/glib/scrollbars/scrollbar-orientation-expected.txt:
* platform/glib/svg/as-image/animated-svg-as-image-expected.txt:
* platform/glib/svg/as-image/animated-svg-as-image-same-image-expected.txt:
* platform/glib/tables/mozilla/bugs/bug11026-expected.txt:
* platform/glib/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/glib/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/glib/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/glib/tables/mozilla/bugs/bug28341-expected.txt:
* platform/glib/tables/mozilla/bugs/bug4093-expected.txt:
* platform/glib/tables/mozilla/bugs/bug4284-expected.txt:
* platform/glib/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/glib/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/glib/tables/mozilla/bugs/bug5838-expected.txt:
* platform/glib/tables/mozilla/bugs/bug60992-expected.txt:
* platform/glib/tables/mozilla/bugs/bug625-expected.txt:
* platform/glib/tables/mozilla/bugs/bug6404-expected.txt:
* platform/glib/tables/mozilla/bugs/bug8950-expected.txt:
* platform/glib/tables/mozilla/bugs/bug92868-expected.txt:
* platform/glib/tables/mozilla/bugs/bug963-expected.txt:
* platform/glib/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/glib/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/glib/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/glib/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/glib/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/glib/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/glib/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/glib/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/glib/tables/mozilla/marvin/tables_default-expected.txt:
* platform/glib/tables/mozilla/other/nestedTables-expected.txt:
* platform/glib/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/glib/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
* platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
* platform/gtk/css1/color_and_background/background_attachment-expected.txt:
* platform/gtk/css1/text_properties/text_indent-expected.txt:
* platform/gtk/editing/deleting/5272440-expected.txt:
* platform/gtk/editing/deleting/delete-3608445-fix-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-011-expected.txt:
* platform/gtk/editing/deleting/delete-br-002-expected.txt:
* platform/gtk/editing/deleting/delete-br-003-expected.txt:
* platform/gtk/editing/deleting/delete-br-004-expected.txt:
* platform/gtk/editing/deleting/delete-br-005-expected.txt:
* platform/gtk/editing/deleting/delete-image-001-expected.txt:
* platform/gtk/editing/deleting/delete-image-002-expected.txt:
* platform/gtk/editing/deleting/delete-line-003-expected.txt:
* platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/gtk/editing/deleting/non-smart-delete-expected.txt:
* platform/gtk/editing/execCommand/4641880-1-expected.txt:
* platform/gtk/editing/execCommand/4641880-2-expected.txt:
* platform/gtk/editing/execCommand/4916541-expected.txt:
* platform/gtk/editing/execCommand/5080333-1-expected.txt:
* platform/gtk/editing/execCommand/5080333-2-expected.txt:
* platform/gtk/editing/execCommand/5569741-expected.txt:
* platform/gtk/editing/execCommand/indent-selection-expected.txt:
* platform/gtk/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/gtk/editing/input/emacs-ctrl-o-expected.txt:
* platform/gtk/editing/inserting/4960120-2-expected.txt:
* platform/gtk/editing/inserting/5002441-expected.txt:
* platform/gtk/editing/inserting/5156401-2-expected.txt:
* platform/gtk/editing/inserting/5510537-expected.txt:
* platform/gtk/editing/inserting/5549929-3-expected.txt:
* platform/gtk/editing/inserting/6703873-expected.txt:
* platform/gtk/editing/inserting/insert-3775316-fix-expected.txt:
* platform/gtk/editing/inserting/insert-3778059-fix-expected.txt:
* platform/gtk/editing/inserting/insert-br-001-expected.txt:
* platform/gtk/editing/inserting/insert-br-002-expected.txt:
* platform/gtk/editing/inserting/insert-br-003-expected.txt:
* platform/gtk/editing/inserting/insert-br-004-expected.txt:
* platform/gtk/editing/inserting/insert-br-005-expected.txt:
* platform/gtk/editing/inserting/insert-br-007-expected.txt:
* platform/gtk/editing/inserting/insert-br-at-tabspan-001-expected.txt:
* platform/gtk/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/gtk/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/gtk/editing/inserting/insert-br-quoted-001-expected.txt:
* platform/gtk/editing/inserting/insert-br-quoted-002-expected.txt:
* platform/gtk/editing/inserting/insert-br-quoted-003-expected.txt:
* platform/gtk/editing/inserting/insert-br-quoted-004-expected.txt:
* platform/gtk/editing/inserting/insert-br-quoted-005-expected.txt:
* platform/gtk/editing/inserting/insert-br-quoted-006-expected.txt:
* platform/gtk/editing/inserting/insert-div-020-expected.txt:
* platform/gtk/editing/inserting/insert-div-022-expected.txt:
* platform/gtk/editing/inserting/insert-div-026-expected.txt:
* platform/gtk/editing/inserting/insert-paragraph-03-expected.txt:
* platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/gtk/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/gtk/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/gtk/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/gtk/editing/inserting/typing-around-br-001-expected.txt:
* platform/gtk/editing/pasteboard/5006779-expected.txt:
* platform/gtk/editing/pasteboard/5601583-1-expected.txt:
* platform/gtk/editing/pasteboard/8145-2-expected.txt:
* platform/gtk/editing/pasteboard/bad-placeholder-expected.txt:
* platform/gtk/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-003-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-004-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-005-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-007-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-008-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-009-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-010-expected.txt:
* platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/gtk/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-016-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-019-expected.txt:
* platform/gtk/editing/pasteboard/quirks-mode-br-1-expected.txt:
* platform/gtk/editing/selection/3690703-2-expected.txt:
* platform/gtk/editing/selection/3690703-expected.txt:
* platform/gtk/editing/selection/3690719-expected.txt:
* platform/gtk/editing/selection/4975120-expected.txt:
* platform/gtk/editing/selection/5007143-2-expected.txt:
* platform/gtk/editing/selection/5007143-expected.txt:
* platform/gtk/editing/selection/drag-in-iframe-expected.txt:
* platform/gtk/editing/selection/editable-html-element-expected.txt:
* platform/gtk/editing/selection/extend-by-character-002-expected.txt:
* platform/gtk/editing/selection/extend-by-character-004-expected.txt:
* platform/gtk/editing/selection/extend-selection-bidi-expected.txt:
* platform/gtk/editing/selection/focus_editable_html-expected.txt:
* platform/gtk/editing/selection/image-before-linebreak-expected.txt:
* platform/gtk/editing/selection/move-3875618-fix-expected.txt:
* platform/gtk/editing/selection/move-backwords-by-word-001-expected.txt:
* platform/gtk/editing/selection/move-by-character-002-expected.txt:
* platform/gtk/editing/selection/move-by-character-004-expected.txt:
* platform/gtk/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/gtk/editing/selection/paragraph-granularity-expected.txt:
* platform/gtk/editing/selection/replaced-boundaries-3-expected.txt:
* platform/gtk/editing/selection/select-all-002-expected.txt:
* platform/gtk/editing/selection/select-all-003-expected.txt:
* platform/gtk/editing/selection/select-all-iframe-expected.txt:
* platform/gtk/editing/selection/selectNode-expected.txt:
* platform/gtk/editing/selection/selectNodeContents-expected.txt:
* platform/gtk/editing/selection/selection-3748164-fix-expected.txt:
* platform/gtk/editing/selection/selection-actions-expected.txt:
* platform/gtk/editing/selection/word-granularity-expected.txt:
* platform/gtk/editing/style/5046875-2-expected.txt:
* platform/gtk/editing/style/block-styles-007-expected.txt:
* platform/gtk/editing/style/create-block-for-style-001-expected.txt:
* platform/gtk/editing/style/create-block-for-style-002-expected.txt:
* platform/gtk/editing/style/create-block-for-style-003-expected.txt:
* platform/gtk/editing/style/create-block-for-style-004-expected.txt:
* platform/gtk/editing/style/create-block-for-style-013-expected.txt:
* platform/gtk/editing/style/style-3998892-fix-expected.txt:
* platform/gtk/editing/style/style-boundary-001-expected.txt:
* platform/gtk/editing/style/style-boundary-002-expected.txt:
* platform/gtk/editing/style/style-boundary-003-expected.txt:
* platform/gtk/editing/style/style-boundary-004-expected.txt:
* platform/gtk/editing/unsupported-content/list-delete-001-expected.txt:
* platform/gtk/editing/unsupported-content/list-delete-003-expected.txt:
* platform/gtk/editing/unsupported-content/list-type-after-expected.txt:
* platform/gtk/editing/unsupported-content/list-type-before-expected.txt:
* platform/gtk/editing/unsupported-content/table-delete-002-expected.txt:
* platform/gtk/editing/unsupported-content/table-type-after-expected.txt:
* platform/gtk/editing/unsupported-content/table-type-before-expected.txt:
* platform/gtk/fast/backgrounds/background-clip-text-expected.txt:
* platform/gtk/fast/block/basic/001-expected.txt:
* platform/gtk/fast/block/float/002-expected.txt:
* platform/gtk/fast/block/float/021-expected.txt:
* platform/gtk/fast/block/float/br-with-clear-2-expected.txt:
* platform/gtk/fast/block/float/float-avoidance-expected.txt:
* platform/gtk/fast/block/margin-collapse/104-expected.txt:
* platform/gtk/fast/block/positioning/055-expected.txt:
* platform/gtk/fast/block/positioning/056-expected.txt:
* platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.txt:
* platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
* platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
* platform/gtk/fast/clip/nestedTransparencyClip-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/gtk/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/gtk/fast/css-generated-content/inline-display-types-expected.txt:
* platform/gtk/fast/css/first-line-text-decoration-expected.txt:
* platform/gtk/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/gtk/fast/css/hsl-color-expected.txt:
* platform/gtk/fast/css/input-search-padding-expected.txt:
* platform/gtk/fast/css/layerZOrderCrash-expected.txt:
* platform/gtk/fast/css/line-height-overflow-expected.txt:
* platform/gtk/fast/css/nth-child-dynamic-expected.txt:
* platform/gtk/fast/css/rtl-ordering-expected.txt:
* platform/gtk/fast/css/text-overflow-ellipsis-expected.txt:
* platform/gtk/fast/css/text-rendering-expected.txt:
* platform/gtk/fast/dom/HTMLElement/bdo-expected.txt:
* platform/gtk/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
* platform/gtk/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/gtk/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/gtk/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/gtk/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/gtk/fast/dom/children-nodes-expected.txt:
* platform/gtk/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
* platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
* platform/gtk/fast/encoding/xmacroman-encoding-test-expected.txt:
* platform/gtk/fast/forms/007-expected.txt:
* platform/gtk/fast/forms/basic-inputs-expected.txt:
* platform/gtk/fast/forms/basic-textareas-expected.txt:
* platform/gtk/fast/forms/blankbuttons-expected.txt:
* platform/gtk/fast/forms/button-table-styles-expected.txt:
* platform/gtk/fast/forms/caret-rtl-expected.txt:
* platform/gtk/fast/forms/color/input-appearance-color-expected.txt:
* platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
* platform/gtk/fast/forms/file/file-input-disabled-expected.txt:
* platform/gtk/fast/forms/hidden-listbox-expected.txt:
* platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/gtk/fast/forms/input-appearance-disabled-expected.txt:
* platform/gtk/fast/forms/input-appearance-focus-expected.txt:
* platform/gtk/fast/forms/input-appearance-height-expected.txt:
* platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
* platform/gtk/fast/forms/input-appearance-selection-expected.txt:
* platform/gtk/fast/forms/input-appearance-width-expected.txt:
* platform/gtk/fast/forms/input-baseline-expected.txt:
* platform/gtk/fast/forms/input-disabled-color-expected.txt:
* platform/gtk/fast/forms/input-first-letter-expected.txt:
* platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/gtk/fast/forms/input-readonly-dimmed-expected.txt:
* platform/gtk/fast/forms/input-spaces-expected.txt:
* platform/gtk/fast/forms/input-type-text-min-width-expected.txt:
* platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
* platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/gtk/fast/forms/menulist-width-change-expected.txt:
* platform/gtk/fast/forms/negativeLineHeight-expected.txt:
* platform/gtk/fast/forms/option-index-expected.txt:
* platform/gtk/fast/forms/option-script-expected.txt:
* platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
* platform/gtk/fast/forms/option-text-clip-expected.txt:
* platform/gtk/fast/forms/placeholder-position-expected.txt:
* platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
* platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/gtk/fast/forms/range/thumbslider-no-parent-slider-expected.txt:
* platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/gtk/fast/forms/searchfield-heights-expected.txt:
* platform/gtk/fast/forms/select-baseline-expected.txt:
* platform/gtk/fast/forms/select-block-background-expected.txt:
* platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/gtk/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/gtk/fast/forms/select-initial-position-expected.txt:
* platform/gtk/fast/forms/select-style-expected.txt:
* platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
* platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
* platform/gtk/fast/forms/textfield-outline-expected.txt:
* platform/gtk/fast/frames/iframe-with-frameborder-expected.txt:
* platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/gtk/fast/frames/scrolling-iframe-out-of-viewport-expected.txt:
* platform/gtk/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/gtk/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/gtk/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/gtk/fast/invalid/021-expected.txt:
* platform/gtk/fast/layers/video-layer-expected.txt:
* platform/gtk/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/gtk/fast/line-grid/line-grid-floating-expected.txt:
* platform/gtk/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/gtk/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/gtk/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/gtk/fast/line-grid/line-grid-positioned-expected.txt:
* platform/gtk/fast/multicol/float-paginate-complex-expected.txt:
* platform/gtk/fast/multicol/layers-in-multicol-expected.txt:
* platform/gtk/fast/multicol/max-height-columns-block-expected.txt:
* platform/gtk/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/gtk/fast/overflow/006-expected.txt:
* platform/gtk/fast/overflow/line-clamp-expected.txt:
* platform/gtk/fast/overflow/overflow-stacking-expected.txt:
* platform/gtk/fast/overflow/overflow-x-y-expected.txt:
* platform/gtk/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/gtk/fast/overflow/table-overflow-float-expected.txt:
* platform/gtk/fast/repaint/block-selection-gap-stale-cache-2-expected.txt:
* platform/gtk/fast/repaint/block-selection-gap-stale-cache-expected.txt:
* platform/gtk/fast/repaint/make-children-non-inline-expected.txt:
* platform/gtk/fast/repaint/selection-after-remove-expected.txt:
* platform/gtk/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
* platform/gtk/fast/repaint/selection-gap-overflow-scroll-expected.txt:
* platform/gtk/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
* platform/gtk/fast/repaint/trailing-floats-root-line-box-overflow-expected.txt: Added.
* platform/gtk/fast/replaced/selection-rect-transform-expected.txt:
* platform/gtk/fast/ruby/ruby-inline-table-expected.txt:
* platform/gtk/fast/table/009-expected.txt:
* platform/gtk/fast/table/040-expected.txt:
* platform/gtk/fast/table/040-vertical-expected.txt:
* platform/gtk/fast/table/cellindex-expected.txt:
* platform/gtk/fast/table/percent-heights-expected.txt:
* platform/gtk/fast/table/table-and-parts-outline-expected.txt:
* platform/gtk/fast/text/basic/012-expected.txt:
* platform/gtk/fast/text/basic/014-expected.txt:
* platform/gtk/fast/text/basic/generic-family-reset-expected.txt:
* platform/gtk/fast/text/capitalize-boundaries-expected.txt:
* platform/gtk/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/gtk/fast/text/firstline/001-expected.txt:
* platform/gtk/fast/text/indic-expected.txt:
* platform/gtk/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/gtk/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/gtk/fast/text/international/bidi-listbox-expected.txt:
* platform/gtk/fast/text/international/bidi-menulist-expected.txt:
* platform/gtk/fast/text/international/hebrew-vowels-expected.txt:
* platform/gtk/fast/text/international/hindi-spacing-expected.txt:
* platform/gtk/fast/text/international/thai-baht-space-expected.txt:
* platform/gtk/fast/text/midword-break-after-breakable-char-expected.txt:
* platform/gtk/fast/text/whitespace/029-expected.txt: Added.
* platform/gtk/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/gtk/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/gtk/fast/writing-mode/english-bt-text-expected.txt:
* platform/gtk/fast/writing-mode/english-lr-text-expected.txt:
* platform/gtk/fast/writing-mode/english-rl-text-expected.txt:
* platform/gtk/fast/writing-mode/fieldsets-expected.txt:
* platform/gtk/fast/writing-mode/text-orientation-basic-expected.txt:
* platform/gtk/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/gtk/fast/xsl/xslt-enc-expected.txt:
* platform/gtk/fast/xsl/xslt-enc16-expected.txt:
* platform/gtk/fast/xsl/xslt-enc16to16-expected.txt:
* platform/gtk/fonts/cursive-expected.txt:
* platform/gtk/fonts/default-expected.txt:
* platform/gtk/fonts/fantasy-expected.txt:
* platform/gtk/fonts/monospace-expected.txt:
* platform/gtk/fonts/sans-serif-expected.txt:
* platform/gtk/fonts/serif-expected.txt:
* platform/gtk/http/tests/loading/simple-subframe-expected.txt:
* platform/gtk/http/tests/local/file-url-sent-as-referer-expected.txt:
* platform/gtk/http/tests/misc/favicon-as-image-expected.txt:
* platform/gtk/http/tests/misc/frame-access-during-load-expected.txt:
* platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/gtk/media/audio-controls-rendering-expected.txt:
* platform/gtk/media/video-display-toggle-expected.txt:
* platform/gtk/media/video-layer-crash-expected.txt:
* platform/gtk/media/video-transformed-expected.txt:
* platform/gtk/media/video-zoom-expected.txt:
* platform/gtk/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/gtk/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/gtk/svg/custom/getsvgdocument-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10633-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1224-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug16012-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug17138-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug20804-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug23235-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug23299-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug25663-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2962-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30332-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30559-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30692-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4427-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5538-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55694-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5799-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug8858-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/gtk/tables/mozilla/core/bloomberg-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/gtk/transforms/3d/hit-testing/backface-hit-test-expected.txt:
* platform/gtk/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
* platform/ios/fast/css/font-face-remote-expected.txt: Removed.
* platform/ios/fast/ruby/position-after-expected.txt: Removed.
* platform/mac/fast/css/font-face-remote-expected.txt: Removed.
* platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.txt: Removed.
* platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.txt: Removed.
* platform/mac/fast/multicol/pagination-h-vertical-lr-expected.txt: Removed.
* platform/mac/fast/multicol/pagination-h-vertical-rl-expected.txt: Removed.
* platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.txt: Removed.
* platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.txt: Removed.
* platform/mac/fast/multicol/pagination-v-vertical-lr-expected.txt: Removed.
* platform/mac/fast/multicol/pagination-v-vertical-rl-expected.txt: Removed.
* platform/mac/fast/repaint/text-emphasis-h-expected.txt: Removed.
* platform/mac/fast/repaint/text-emphasis-v-expected.txt: Removed.
* platform/mac/fast/ruby/position-after-expected.txt: Removed.
* platform/mac/fast/text/decorations-transformed-expected.txt: Removed.
* platform/mac/fast/text/soft-hyphen-4-expected.txt: Removed.
2020-10-15 Simon Fraser <simon.fraser@apple.com>
Scrolls in the passive event region only send one wheel event to the DOM
https://bugs.webkit.org/show_bug.cgi?id=217719
Reviewed by Tim Horton.
* fast/scrolling/latching/latched-scroll-in-passive-region-expected.txt: Added.
* fast/scrolling/latching/latched-scroll-in-passive-region.html: Added.
2020-10-15 Andres Gonzalez <andresg_22@apple.com>
Fix for multiple accessibility layout tests in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=217745
Reviewed by Chris Fleizach.
* accessibility/mac/attributed-string-includes-highlighting.html: Minor code cleanup.
2020-10-15 Karl Rackler <rackler@apple.com>
REGRESSION (r267662): [ Mojave+ debug wk1 ] webgl/2.0.0/conformance/extensions/webgl-compressed-texture-s3tc-srgb.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=217761
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-10-15 Karl Rackler <rackler@apple.com>
REGRESSION: [ iOS wk2 ews ] media/now-playing-status-without-media.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217759
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-15 Karl Rackler <rackler@apple.com>
REGRESSION (r268178): [iOS] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-multiple-times.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217741
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-15 Karl Rackler <rackler@apple.com>
[ Mojave wk1 ews ] media/remote-control-command-seek.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215325
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-10-15 Antti Koivisto <antti@apple.com>
Remove <br> render tree dump quirk
https://bugs.webkit.org/show_bug.cgi?id=209813
Reviewed by Zalan Bujtas.
* platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
* platform/mac/css1/color_and_background/background_attachment-expected.txt:
* platform/mac/css1/text_properties/text_indent-expected.txt:
* platform/mac/editing/deleting/5272440-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-011-expected.txt:
* platform/mac/editing/deleting/delete-br-003-expected.txt:
* platform/mac/editing/deleting/delete-image-001-expected.txt:
* platform/mac/editing/deleting/delete-image-002-expected.txt:
* platform/mac/editing/deleting/delete-line-003-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/mac/editing/deleting/non-smart-delete-expected.txt:
* platform/mac/editing/execCommand/4641880-1-expected.txt:
* platform/mac/editing/execCommand/4641880-2-expected.txt:
* platform/mac/editing/execCommand/4916541-expected.txt:
* platform/mac/editing/execCommand/5080333-1-expected.txt:
* platform/mac/editing/execCommand/5080333-2-expected.txt:
* platform/mac/editing/execCommand/5569741-expected.txt:
* platform/mac/editing/execCommand/indent-selection-expected.txt:
* platform/mac/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/mac/editing/input/emacs-ctrl-o-expected.txt:
* platform/mac/editing/inserting/4960120-2-expected.txt:
* platform/mac/editing/inserting/5002441-expected.txt:
* platform/mac/editing/inserting/5156401-2-expected.txt:
* platform/mac/editing/inserting/5510537-expected.txt:
* platform/mac/editing/inserting/5549929-3-expected.txt:
* platform/mac/editing/inserting/6703873-expected.txt:
* platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/mac/editing/inserting/insert-3778059-fix-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-001-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-001-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-002-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-003-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-004-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-005-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-006-expected.txt:
* platform/mac/editing/inserting/insert-div-020-expected.txt:
* platform/mac/editing/inserting/insert-div-022-expected.txt:
* platform/mac/editing/inserting/insert-div-026-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-03-expected.txt:
* platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/mac/editing/pasteboard/4989774-expected.txt:
* platform/mac/editing/pasteboard/5006779-expected.txt:
* platform/mac/editing/pasteboard/5601583-1-expected.txt:
* platform/mac/editing/pasteboard/8145-2-expected.txt:
* platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
* platform/mac/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac/editing/pasteboard/paste-4038267-fix-expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-002-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-003-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-004-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-005-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/mac/editing/pasteboard/paste-text-016-expected.txt:
* platform/mac/editing/pasteboard/paste-text-019-expected.txt:
* platform/mac/editing/pasteboard/quirks-mode-br-1-expected.txt:
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/editing/selection/5007143-2-expected.txt:
* platform/mac/editing/selection/5007143-expected.txt:
* platform/mac/editing/selection/drag-in-iframe-expected.txt:
* platform/mac/editing/selection/editable-html-element-expected.txt:
* platform/mac/editing/selection/extend-by-character-002-expected.txt:
* platform/mac/editing/selection/extend-by-character-004-expected.txt:
* platform/mac/editing/selection/focus_editable_html-expected.txt:
* platform/mac/editing/selection/image-before-linebreak-expected.txt:
* platform/mac/editing/selection/move-3875618-fix-expected.txt:
* platform/mac/editing/selection/move-backwords-by-word-001-expected.txt:
* platform/mac/editing/selection/move-by-character-002-expected.txt:
* platform/mac/editing/selection/move-by-character-004-expected.txt:
* platform/mac/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/mac/editing/selection/paragraph-granularity-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
* platform/mac/editing/selection/select-all-002-expected.txt:
* platform/mac/editing/selection/select-all-003-expected.txt:
* platform/mac/editing/selection/select-all-iframe-expected.txt:
* platform/mac/editing/selection/selectNode-expected.txt:
* platform/mac/editing/selection/selectNodeContents-expected.txt:
* platform/mac/editing/selection/selection-3748164-fix-expected.txt:
* platform/mac/editing/selection/selection-actions-expected.txt:
* platform/mac/editing/selection/word-granularity-expected.txt:
* platform/mac/editing/style/5046875-2-expected.txt:
* platform/mac/editing/style/block-styles-007-expected.txt:
* platform/mac/editing/style/create-block-for-style-001-expected.txt:
* platform/mac/editing/style/create-block-for-style-002-expected.txt:
* platform/mac/editing/style/create-block-for-style-003-expected.txt:
* platform/mac/editing/style/create-block-for-style-004-expected.txt:
* platform/mac/editing/style/create-block-for-style-013-expected.txt:
* platform/mac/editing/style/smoosh-styles-001-expected.txt:
* platform/mac/editing/style/style-3998892-fix-expected.txt:
* platform/mac/editing/style/style-boundary-001-expected.txt:
* platform/mac/editing/style/style-boundary-004-expected.txt:
* platform/mac/editing/style/style-boundary-005-expected.txt:
* platform/mac/editing/unsupported-content/list-delete-001-expected.txt:
* platform/mac/editing/unsupported-content/list-delete-003-expected.txt:
* platform/mac/editing/unsupported-content/list-type-after-expected.txt:
* platform/mac/editing/unsupported-content/list-type-before-expected.txt:
* platform/mac/editing/unsupported-content/table-delete-002-expected.txt:
* platform/mac/editing/unsupported-content/table-type-after-expected.txt:
* platform/mac/editing/unsupported-content/table-type-before-expected.txt:
* platform/mac/fast/backgrounds/background-clip-text-expected.txt:
* platform/mac/fast/backgrounds/border-radius-split-background-image-expected.txt:
* platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
* platform/mac/fast/block/float/002-expected.txt:
* platform/mac/fast/block/float/021-expected.txt:
* platform/mac/fast/block/margin-collapse/104-expected.txt:
* platform/mac/fast/block/positioning/056-expected.txt:
* platform/mac/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/mac/fast/block/positioning/trailing-space-test-expected.txt:
* platform/mac/fast/borders/border-styles-split-expected.txt:
* platform/mac/fast/box-shadow/basic-shadows-expected.txt:
* platform/mac/fast/clip/nestedTransparencyClip-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/mac/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/mac/fast/css-generated-content/table-with-before-expected.txt:
* platform/mac/fast/css/001-expected.txt:
* platform/mac/fast/css/first-letter-first-line-hover-expected.txt:
* platform/mac/fast/css/first-line-text-decoration-expected.txt:
* platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/mac/fast/css/focus-ring-detached-expected.txt:
* platform/mac/fast/css/font-smoothing-expected.txt:
* platform/mac/fast/css/hsl-color-expected.txt:
* platform/mac/fast/css/layerZOrderCrash-expected.txt:
* platform/mac/fast/css/line-height-overflow-expected.txt:
* platform/mac/fast/css/nth-child-dynamic-expected.txt:
* platform/mac/fast/css/outline-narrowLine-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
* platform/mac/fast/css/text-rendering-expected.txt:
* platform/mac/fast/css/word-space-extra-expected.txt:
* platform/mac/fast/dom/HTMLElement/bdo-expected.txt:
* platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
* platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/mac/fast/dom/children-nodes-expected.txt:
* platform/mac/fast/dom/focus-contenteditable-expected.txt:
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
* platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
* platform/mac/fast/encoding/xmacroman-encoding-test-expected.txt:
* platform/mac/fast/events/standalone-image-drag-to-editable-expected.txt:
* platform/mac/fast/forms/007-expected.txt:
* platform/mac/fast/forms/basic-textareas-expected.txt:
* platform/mac/fast/forms/button-table-styles-expected.txt:
* platform/mac/fast/forms/caret-rtl-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/forms/input-baseline-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac/fast/forms/negativeLineHeight-expected.txt:
* platform/mac/fast/forms/option-index-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/range/slider-padding-expected.txt:
* platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac/fast/frames/001-expected.txt:
* platform/mac/fast/frames/iframe-with-frameborder-expected.txt:
* platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt:
* platform/mac/fast/inline-block/001-expected.txt:
* platform/mac/fast/inline-block/006-expected.txt:
* platform/mac/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/mac/fast/inline-block/tricky-baseline-expected.txt:
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/mac/fast/invalid/010-expected.txt:
* platform/mac/fast/invalid/021-expected.txt:
* platform/mac/fast/layers/overflow-scroll-auto-switch-expected.txt:
* platform/mac/fast/layers/video-layer-expected.txt:
* platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/mac/fast/line-grid/line-grid-floating-expected.txt:
* platform/mac/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/mac/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/mac/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/mac/fast/line-grid/line-grid-positioned-expected.txt:
* platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt:
* platform/mac/fast/multicol/float-paginate-expected.txt:
* platform/mac/fast/multicol/layers-in-multicol-expected.txt:
* platform/mac/fast/multicol/max-height-columns-block-expected.txt:
* platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
* platform/mac/fast/multicol/positioned-split-expected.txt:
* platform/mac/fast/multicol/table-vertical-align-expected.txt:
* platform/mac/fast/multicol/unsplittable-inline-block-expected.txt:
* platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-paginate-expected.txt:
* platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
* platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-paginate-expected.txt:
* platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
* platform/mac/fast/overflow/002-expected.txt:
* platform/mac/fast/overflow/006-expected.txt:
* platform/mac/fast/overflow/line-clamp-expected.txt:
* platform/mac/fast/overflow/overflow-float-stacking-expected.txt:
* platform/mac/fast/overflow/overflow-stacking-expected.txt:
* platform/mac/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/mac/fast/overflow/table-overflow-float-expected.txt:
* platform/mac/fast/reflections/reflection-direction-expected.txt:
* platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.txt:
* platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.txt:
* platform/mac/fast/repaint/make-children-non-inline-expected.txt:
* platform/mac/fast/repaint/selection-after-remove-expected.txt:
* platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
* platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt:
* platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
* platform/mac/fast/replaced/007-expected.txt:
* platform/mac/fast/replaced/selection-rect-transform-expected.txt:
* platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
* platform/mac/fast/ruby/ruby-inline-table-expected.txt:
* platform/mac/fast/ruby/ruby-length-expected.txt:
* platform/mac/fast/ruby/ruby-run-break-expected.txt:
* platform/mac/fast/ruby/ruby-runs-expected.txt:
* platform/mac/fast/ruby/ruby-simple-expected.txt:
* platform/mac/fast/ruby/ruby-simple-rp-expected.txt:
* platform/mac/fast/table/005-expected.txt:
* platform/mac/fast/table/009-expected.txt:
* platform/mac/fast/table/039-expected.txt:
* platform/mac/fast/table/040-expected.txt:
* platform/mac/fast/table/040-vertical-expected.txt:
* platform/mac/fast/table/cellindex-expected.txt:
* platform/mac/fast/table/percent-heights-expected.txt:
* platform/mac/fast/table/table-and-parts-outline-expected.txt:
* platform/mac/fast/text/basic/012-expected.txt:
* platform/mac/fast/text/basic/014-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-expected.txt:
* platform/mac/fast/text/international/hebrew-vowels-expected.txt:
* platform/mac/fast/text/international/thai-baht-space-expected.txt:
* platform/mac/fast/text/midword-break-after-breakable-char-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/mac/fast/transforms/transformed-caret-expected.txt:
* platform/mac/fast/writing-mode/border-styles-vertical-lr-expected.txt:
* platform/mac/fast/writing-mode/border-styles-vertical-rl-expected.txt:
* platform/mac/fast/writing-mode/english-bt-text-expected.txt:
* platform/mac/fast/writing-mode/english-lr-text-expected.txt:
* platform/mac/fast/writing-mode/english-rl-text-expected.txt:
* platform/mac/fast/writing-mode/fieldsets-expected.txt:
* platform/mac/fast/writing-mode/text-orientation-basic-expected.txt:
* platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/mac/fast/xsl/xslt-enc-expected.txt:
* platform/mac/fast/xsl/xslt-enc16-expected.txt:
* platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
* platform/mac/fonts/default-expected.txt:
* platform/mac/fonts/fantasy-expected.txt:
* platform/mac/fonts/monospace-expected.txt:
* platform/mac/fonts/sans-serif-expected.txt:
* platform/mac/fonts/serif-expected.txt:
* platform/mac/http/tests/loading/simple-subframe-expected.txt:
* platform/mac/http/tests/local/file-url-sent-as-referer-expected.txt:
* platform/mac/http/tests/misc/favicon-as-image-expected.txt:
* platform/mac/http/tests/misc/frame-access-during-load-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac/media/video-transformed-expected.txt:
* platform/mac/scrollbars/basic-scrollbar-expected.txt:
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac/svg/as-image/animated-svg-as-image-expected.txt:
* platform/mac/svg/as-image/animated-svg-as-image-same-image-expected.txt:
* platform/mac/svg/custom/getsvgdocument-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10633-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11026-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16012-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20804-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23235-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23299-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25663-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28341-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2962-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30332-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4093-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4427-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55694-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5799-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5838-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60992-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6404-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8858-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8950-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92868-expected.txt:
* platform/mac/tables/mozilla/bugs/bug963-expected.txt:
* platform/mac/tables/mozilla/core/bloomberg-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_default-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/mac/tables/mozilla/other/nestedTables-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/mac/transforms/3d/hit-testing/backface-hit-test-expected.txt:
* platform/mac/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
2020-10-15 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update baseline of fast/css/word-space-extra.html after r268202.
* platform/glib/fast/css/word-space-extra-expected.png: Renamed from LayoutTests/platform/gtk/fast/css/word-space-extra-expected.png.
* platform/glib/fast/css/word-space-extra-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/word-space-extra-expected.txt.
* platform/wpe/fast/css/word-space-extra-expected.txt: Removed.
2020-10-14 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/fast/css/word-space-extra-expected.txt:
2020-10-14 James Darpinian <jdarpinian@chromium.org>
Unity RubysAdventure demo does not render properly if WebGL2 is enabled.
https://bugs.webkit.org/show_bug.cgi?id=215846
Reviewed by Kenneth Russell.
* webgl/conformance2/uniforms/gl-uniform-arrays-sub-source-expected.txt: Added.
* webgl/conformance2/uniforms/gl-uniform-arrays-sub-source.html: Added.
* webgl/resources/webgl_test_files/conformance2/uniforms/gl-uniform-arrays-sub-source.html: Added.
2020-10-14 Andres Gonzalez <andresg_22@apple.com>
Support AXCoreObject::elementPath for text elements.
https://bugs.webkit.org/show_bug.cgi?id=215206
Reviewed by Chris Fleizach.
* accessibility/mac/bounds-for-range-expected.txt:
Since elementPath is now supported for text elements,
AccessibilityUIEelement::attributesOfLinkedUIElements also returns the
element path description.
* accessibility/mac/internal-link-anchors-expected.txt: Ditto.
* accessibility/text-element-path-expected.txt: Added.
* accessibility/text-element-path.html: Added.
2020-10-14 Hector Lopez <hector_i_lopez@apple.com>
Rebaseline editing/editable-region/iframe.html result
https://bugs.webkit.org/show_bug.cgi?id=158439
Unreviewed test gardening.
* editing/editable-region/iframe-expected.txt:
2020-10-14 Chris Dumez <cdumez@apple.com>
REGRESSION (r267744): [ Debug WK2 ] fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=217549
Reviewed by Sam Weinig.
After r267744, Worklet.addModule() returns a promise and no longer throws exceptions.
Update the test accordingly to expect that a promise gets rejected with an out of
memory error, instead of expecting an exception to be thrown.
* fast/css-custom-paint/out-of-memory-while-adding-worklet-module-expected.txt:
* fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js:
2020-10-14 Megan Gardner <megan_gardner@apple.com>
Paint CSS highlights over images
https://bugs.webkit.org/show_bug.cgi?id=217417
Reviewed by Tim Horton.
* http/wpt/css/css-highlight-api/highlight-image-expected-mismatched.html: Removed.
* http/wpt/css/css-highlight-api/highlight-image-expected-mismatch.html: Added.
2020-10-14 Alex Christensen <achristensen@webkit.org>
Disallow ports in file URLs
https://bugs.webkit.org/show_bug.cgi?id=217252
Reviewed by Darin Adler.
* fast/loader/file-URL-with-port-number-expected.txt:
* fast/loader/file-URL-with-port-number.html:
Update test to reflect this new behavior. The test was added in r24484 and
based on discussion in https://github.com/whatwg/url/issues/548 I've decided to try it and see if we can make this change.
2020-10-13 Simon Fraser <simon.fraser@apple.com>
Allow passive mouse wheel event listeners to not force synchronous scrolling
https://bugs.webkit.org/show_bug.cgi?id=158439
<rdar://problem/28265360>
Reviewed by Tim Horton.
Change tests that relied on dumping the non-fast scrollable rects for wheel handlers
to dump layer trees with event regions instead. They also need to wait for a
rendering update, since wheel event regions are updated once per frame.
slow-scrolling-overflow.html tests that an overflow:scroll that's forced into slow
scrolling because of background-attachment:fixed still scrolls.
* fast/scrolling/mac/slow-scrolling-overflow-expected.txt: Added.
* fast/scrolling/mac/slow-scrolling-overflow.html: Added.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-clipped-out-expected.txt:
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-expected.txt:
* platform/mac-wk2/TestExpectations:
* tiled-drawing/scrolling/non-fast-region/fixed-div-in-scrollable-page.html:
* tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt:
* tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html:
* tiled-drawing/scrolling/non-fast-region/non-fast-scrollable-region-hide-show-iframe-expected.txt:
* tiled-drawing/scrolling/non-fast-region/non-fast-scrollable-region-hide-show-iframe.html:
* tiled-drawing/scrolling/non-fast-region/resources/wheel-handler-region-helper.js:
(nonFastScrollableRects):
(dumpNonFastScrollableRects):
(async dumpRegionAndNotifyDone):
(rectsAsString): Deleted.
(dumpRegion): Deleted.
* tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt:
* tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt:
* tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html:
* tiled-drawing/scrolling/non-fast-region/top-content-inset.html:
* tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child.html:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns.html:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll.html:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed.html:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document.html:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed.html:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic.html:
2020-10-14 Kate Cheney <katherine_cheney@apple.com>
Remove ResourceLoadStatistics telemetry
https://bugs.webkit.org/show_bug.cgi?id=217665
<rdar://problem/69748988>
Reviewed by Sam Weinig.
Remove layout tests.
* http/tests/resourceLoadStatistics/telemetry-generation-expected.txt: Removed.
* http/tests/resourceLoadStatistics/telemetry-generation.html: Removed.
* platform/wk2/TestExpectations:
2020-10-14 Andres Gonzalez <andresg_22@apple.com>
[ macOS ] accessibility/mac/select-element-selection-with-optgroups.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215649
<rdar://problem/67406148>
Reviewed by Chris Fleizach.
Uses Promises to make test deterministic. Also waits for the correct event
since selectedChildrenCount is not the right indication that the
expected update happened.
* accessibility/mac/select-element-selection-with-optgroups-expected.txt:
* accessibility/mac/select-element-selection-with-optgroups.html:
* platform/mac/TestExpectations: No longer flaky.
2020-10-14 Karl Rackler <rackler@apple.com>
Unreviewed, reverting r268441.
This reverts commit r268441 made in error.
Reverted changeset:
"REGRESSION (iOS 14): [ iOS wk2 ] 12 2d.gradient.radial WPT
tests are a flaky failure"
https://bugs.webkit.org/show_bug.cgi?id=217690
https://trac.webkit.org/changeset/268441
2020-10-14 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
2020-10-13 Antoine Quint <graouts@webkit.org>
transform-origin is applied on top of invidivual CSS transform properties on composited layers
https://bugs.webkit.org/show_bug.cgi?id=217661
<rdar://problem/70259960>
Reviewed by Simon Fraser.
Add new tests checking that individual CSS properties render the same as the single transform property
when applied to a composited element.
* transforms/2d/rotate-composited-expected.html: Added.
* transforms/2d/rotate-composited.html: Added.
* transforms/2d/scale-composited-expected.html: Added.
* transforms/2d/scale-composited.html: Added.
* transforms/2d/translate-composited-expected.html: Added.
* transforms/2d/translate-composited.html: Added.
2020-10-13 Karl Rackler <rackler@apple.com>
REGRESSION (iOS 14): [ iOS wk2 ] 12 2d.gradient.radial WPT tests are a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217690
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-13 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] inspector/page/overrideSetting-ITPDebugModeEnabled.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217686
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-13 Karl Rackler <rackler@apple.com>
REGRESSION (iOS 14): [ iOS wk2 ] accessibility tests are a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=217687
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-13 Megan Gardner <megan_gardner@apple.com>
Paint CSS highlights over images
https://bugs.webkit.org/show_bug.cgi?id=217417
Reviewed by Darin Adler.
* http/wpt/css/css-highlight-api/highlight-image-expected-mismatched.html: Added.
* http/wpt/css/css-highlight-api/highlight-image.html: Added.
2020-10-13 Julian Gonzalez <julian_a_gonzalez@apple.com>
Null dereference in PDFPlugin::snapshot()
https://bugs.webkit.org/show_bug.cgi?id=217668
Reviewed by Ryosuke Niwa.
Add new pass-if-no-crash test to catch crash in PDFPlugin
snapshotting.
* plugins/pdf-plugin-null-onloaddeddata-expected.txt: Added.
* plugins/pdf-plugin-null-onloaddeddata.html: Added.
2020-10-13 Chris Dumez <cdumez@apple.com>
WebAudio tests are crashing in debug when enabling the GPU process
https://bugs.webkit.org/show_bug.cgi?id=217663
Reviewed by Geoff Garen.
Unskip webaudio tests when the GPU process is enabled.
* gpu-process/TestExpectations:
2020-10-13 Karl Rackler <rackler@apple.com>
REGRESSION (iOS 14): [ iOS wk2 ] service-workers-spinning tests are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=217669
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-13 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo][MediaFoundation] Many test cases are timing out by waiting for events
https://bugs.webkit.org/show_bug.cgi?id=217463
Reviewed by Don Olmstead.
* platform/wincairo/TestExpectations: Unskip media tests. Marked
failing tests.
2020-10-13 Truitt Savell <tsavell@apple.com>
REGRESSION: [ Mac ] inspector/audit/basic-async.htm is flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=217620
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-13 Truitt Savell <tsavell@apple.com>
REGRESSION: [ Mac iOS ] fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html is flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=217618
Unreviewed test Gardening.
* TestExpectations:
2020-10-13 Sam Weinig <weinig@apple.com>
[Testing] Rename test header commands to match names in WebPreferences*.yaml
https://bugs.webkit.org/show_bug.cgi?id=217654
Reviewed by Simon Fraser.
Update test header commands to match names in the WebPreferences*.yaml configuration files.
* accessibility/attachment-element.html:
* accessibility/content-changed-notification-causes-crash.html:
* accessibility/contenteditable-table-check-causes-crash.html:
* accessibility/duplicate-axrenderobject-crash.html:
* accessibility/ios-simulator/attributed-string-for-range.html:
* accessibility/ios-simulator/has-touch-event-listener-with-shadow.html:
* accessibility/ios-simulator/media-with-aria-label.html:
* accessibility/mac/attachment-element-replacement-character.html:
* accessibility/mac/video-tag-hit-test.html:
* accessibility/mac/video-volume-slider-accessibility.html:
* accessibility/media-element.html:
* accessibility/media-emits-object-replacement.html:
* accessibility/media-with-aria-label.html:
* animations/resume-after-page-cache.html:
* compositing/accelerated-layers-after-back.html:
* compositing/iframes/page-cache-layer-tree.html:
* compositing/page-cache-back-crash.html:
* compositing/show-composited-iframe-on-back-button.html:
* compositing/video/poster-expected.html:
* compositing/video/poster.html:
* css3/color-filters/color-filter-animation.html:
* css3/color-filters/color-filter-apple-invert-lightness.html:
* css3/color-filters/color-filter-backgrounds-borders.html:
* css3/color-filters/color-filter-box-shadow.html:
* css3/color-filters/color-filter-brightness.html:
* css3/color-filters/color-filter-caret-color.html:
* css3/color-filters/color-filter-color-property-list-item.html:
* css3/color-filters/color-filter-color-property.html:
* css3/color-filters/color-filter-color-text-decorations.html:
* css3/color-filters/color-filter-column-rule.html:
* css3/color-filters/color-filter-composition-underline-color-expected.html:
* css3/color-filters/color-filter-composition-underline-color.html:
* css3/color-filters/color-filter-contrast.html:
* css3/color-filters/color-filter-current-color.html:
* css3/color-filters/color-filter-filter-list.html:
* css3/color-filters/color-filter-gradients.html:
* css3/color-filters/color-filter-grayscale.html:
* css3/color-filters/color-filter-hue-rotate.html:
* css3/color-filters/color-filter-ignore-semantic-expected.html:
* css3/color-filters/color-filter-ignore-semantic.html:
* css3/color-filters/color-filter-inherits.html:
* css3/color-filters/color-filter-invert.html:
* css3/color-filters/color-filter-opacity.html:
* css3/color-filters/color-filter-outline.html:
* css3/color-filters/color-filter-parsing.html:
* css3/color-filters/color-filter-saturate.html:
* css3/color-filters/color-filter-sepia.html:
* css3/color-filters/color-filter-text-decoration-shadow.html:
* css3/color-filters/color-filter-text-emphasis.html:
* css3/color-filters/color-filter-text-shadow.html:
* css3/color-filters/color-filter-text-stroke.html:
* css3/color-filters/svg/color-filter-inline-svg.html:
* editing/async-clipboard/clipboard-change-data-while-reading.html:
* editing/async-clipboard/clipboard-change-data-while-writing.html:
* editing/async-clipboard/clipboard-do-not-read-text-from-platform-if-text-changes.html:
* editing/async-clipboard/clipboard-read-text-from-platform.html:
* editing/async-clipboard/clipboard-read-text-same-origin.html:
* editing/async-clipboard/clipboard-read-while-pasting.html:
* editing/async-clipboard/sanitize-when-reading-markup.html:
* editing/execCommand/set-backColor-with-color-filter-from-scripts.html:
* editing/execCommand/set-foreColor-with-color-filter-from-scripts.html:
* editing/mac/attributed-string/attrib-string-colors-with-color-filter.html:
* editing/mac/attributed-string/attrib-string-range-with-color-filter.html:
* editing/mac/attributed-string/attribute-string-for-copy-with-color-filter.html:
* editing/mac/attributed-string/attributed-string-for-typing-with-color-filter.html:
* editing/mac/input/unconfirmed-text-navigation-with-page-cache.html:
* editing/pasteboard/copy-paste-attachment.html:
* editing/pasteboard/dom-paste/dom-paste-confirmation.html:
* editing/pasteboard/dom-paste/dom-paste-consecutive-confirmations.html:
* editing/pasteboard/dom-paste/dom-paste-rejection.html:
* editing/pasteboard/dom-paste/dom-paste-requires-user-gesture.html:
* editing/pasteboard/dom-paste/dom-paste-same-origin.html:
* editing/pasteboard/drag-file-promises-to-editable-element-as-URLs.html:
* editing/pasteboard/drag-file-promises-to-editable-element-as-attachment.html:
* editing/pasteboard/drag-files-to-editable-element-as-URLs.html:
* editing/pasteboard/drag-files-to-editable-element-as-attachment.html:
* editing/pasteboard/entries-api/DirectoryEntry-getFile-back-forward-cache.html:
* editing/pasteboard/entries-api/DirectoryReader-readEntries-back-forward-cache.html:
* editing/pasteboard/paste-dark-mode-color-filtered.html:
* editing/selection/selection-change-in-disconnected-frame-crash.html:
* editing/style/inverse-color-filter.html:
* editing/style/set-backColor-with-color-filter.html:
* editing/style/set-foreColor-with-color-filter.html:
* fast/attachment/attachment-action-expected.html:
* fast/attachment/attachment-action.html:
* fast/attachment/attachment-border-should-stay-inside-attachment.html:
* fast/attachment/attachment-borderless-expected-mismatch.html:
* fast/attachment/attachment-borderless.html:
* fast/attachment/attachment-default-icon-expected.html:
* fast/attachment/attachment-default-icon.html:
* fast/attachment/attachment-dom.html:
* fast/attachment/attachment-dynamic-type.html:
* fast/attachment/attachment-folder-icon-expected.html:
* fast/attachment/attachment-folder-icon.html:
* fast/attachment/attachment-icon-from-file-extension-expected.html:
* fast/attachment/attachment-icon-from-file-extension.html:
* fast/attachment/attachment-label-highlight.html:
* fast/attachment/attachment-progress.html:
* fast/attachment/attachment-rendering.html:
* fast/attachment/attachment-respects-css-size.html:
* fast/attachment/attachment-select-on-click-inside-user-select-all.html:
* fast/attachment/attachment-select-on-click.html:
* fast/attachment/attachment-subtitle-resize.html:
* fast/attachment/attachment-subtitle.html:
* fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html:
* fast/attachment/attachment-title-with-rtl-expected.html:
* fast/attachment/attachment-title-with-rtl.html:
* fast/attachment/attachment-title.html:
* fast/attachment/attachment-type-attribute-expected.html:
* fast/attachment/attachment-type-attribute.html:
* fast/attachment/attachment-uti-expected.html:
* fast/attachment/attachment-uti.html:
* fast/attachment/attachment-wrapping-action-expected-mismatch.html:
* fast/attachment/attachment-wrapping-action.html:
* fast/block/float/float-not-removed-from-first-letter.html:
* fast/block/float/split-inline-sibling-of-float-crash.html:
* fast/canvas/2d.currentPoint.html:
* fast/canvas/2d.getPath.modification.html:
* fast/canvas/2d.getPath.newobject.html:
* fast/canvas/2d.setPath.html:
* fast/canvas/webgl/canvas-webgl-page-cache.html:
* fast/css/fontloader-page-cache.html:
* fast/css/has-attachment.html:
* fast/css/pseudo-required-optional-unapplied.html:
* fast/dom/DeviceMotion/no-page-cache.html:
* fast/dom/DeviceOrientation/event-after-navigation.html:
* fast/dom/DeviceOrientation/no-page-cache.html:
* fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html:
* fast/dom/HTMLKeygenElement/keygen-keytype.html:
* fast/dom/HTMLKeygenElement/keygen.html:
* fast/dom/Window/timer-resume-on-navigation-back.html:
* fast/dom/adopt-node-crash-2.html:
* fast/dom/attribute-set-before-element-in-tree.html:
* fast/dom/domstring-attribute-reflection.html:
* fast/dom/set-custom-validity-with-too-few-arguments.html:
* fast/dom/tabindex-defaults.html:
* fast/dom/wrapper-classes.html:
* fast/dynamic/insertAdjacentHTML-allowed-parents.html:
* fast/events/ios/do-not-show-keyboard-when-focusing-after-blur.html:
* fast/events/ios/pdf-modifer-key-down-crash.html:
* fast/events/ios/rotation/do-not-shrink-to-fit-content-after-rotation.html:
* fast/events/onunload-back-to-page-cache.html:
* fast/events/pagehide-timeout.html:
* fast/events/pagehide-xhr-open.html:
* fast/events/pageshow-pagehide-on-back-cached-with-frames.html:
* fast/events/pageshow-pagehide-on-back-cached.html:
* fast/events/suspend-timers.html:
* fast/files/file-reader-back-forward-cache.html:
* fast/flexbox/crash-button-keygen.html:
* fast/forms/ValidityState-001.html:
* fast/forms/autocomplete-off-with-default-value-does-not-clear.html:
* fast/forms/autofocus-keygen.html:
* fast/forms/checkValidity-001.html:
* fast/forms/fieldset/fieldset-elements-htmlcollection.html:
* fast/forms/fieldset/fieldset-elements.html:
* fast/forms/form-associated-element-crash3.html:
* fast/forms/form-attribute.html:
* fast/forms/form-collection-elements-order.html:
* fast/forms/form-collection-elements.html:
* fast/forms/form-collection-radio-node-list.html:
* fast/forms/ios/no-scrolling-when-moving-focus-between-adjacent-fields.html:
* fast/forms/label/labelable-elements.html:
* fast/forms/label/labels-add-htmlFor-label.html:
* fast/forms/label/labels-add-parent-label.html:
* fast/forms/label/labels-change-htmlFor-attribute.html:
* fast/forms/label/labels-multiple-sibling-labels.html:
* fast/forms/label/labels-parent-and-sibling-labels.html:
* fast/forms/label/labels-remove-htmlFor-attribute.html:
* fast/forms/label/labels-remove-htmlFor-label.html:
* fast/forms/label/labels-remove-parent-label.html:
* fast/forms/large-parts.html:
* fast/forms/scrollheight-with-mutation-crash.html:
* fast/forms/setCustomValidity-arguments.html:
* fast/forms/setCustomValidity-existence.html:
* fast/forms/setCustomValidity-null-parameter.html:
* fast/forms/state-restore-skip-stateless.html:
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure.html:
* fast/forms/validationMessage.html:
* fast/forms/willvalidate.html:
* fast/frames/frame-crash-with-page-cache.html:
* fast/frames/frame-unload-navigate-and-setTimeout-assert-fail.html:
* fast/frames/page-hide-document-open.html:
* fast/frames/restoring-page-cache-should-not-run-scripts-via-style-update.html:
* fast/frames/restoring-page-cache-should-not-run-scripts.html:
* fast/harness/page-cache-crash-on-data-urls.html:
* fast/harness/use-page-cache.html:
* fast/hidpi/video-controls-in-hidpi.html:
* fast/history/back-forward-cache-visibility-state.html:
* fast/history/back-from-page-with-focused-iframe.html:
* fast/history/go-back-to-iframe-with-plugin.html:
* fast/history/go-back-to-object-subframe.html:
* fast/history/history-back-while-pdf-in-pagecache.html:
* fast/history/multiple-back-forward-navigations.html:
* fast/history/page-cache-MessagePort-pending-message.html:
* fast/history/page-cache-active-fetch-request-blobReadAsBlob.html:
* fast/history/page-cache-active-fetch-request-blobReadAsReadableStream.html:
* fast/history/page-cache-active-fetch-request-blobReadAsText.html:
* fast/history/page-cache-active-fetch-response-blobReadAsBlob.html:
* fast/history/page-cache-after-window-open.html:
* fast/history/page-cache-back-navigation-crash.html:
* fast/history/page-cache-clearing.html:
* fast/history/page-cache-closed-audiocontext.html:
* fast/history/page-cache-createImageBitmap.html:
* fast/history/page-cache-createObjectURL-using-open-panel.html:
* fast/history/page-cache-createObjectURL.html:
* fast/history/page-cache-destroy-document.html:
* fast/history/page-cache-element-state-focused.html:
* fast/history/page-cache-execute-script-during-restore.html:
* fast/history/page-cache-geolocation-active-oneshot.html:
* fast/history/page-cache-geolocation-active-watcher.html:
* fast/history/page-cache-geolocation.html:
* fast/history/page-cache-gpu-canvas-context.html:
* fast/history/page-cache-iframe-js-url.html:
* fast/history/page-cache-indexed-closed-db.html:
* fast/history/page-cache-indexed-opened-db.html:
* fast/history/page-cache-media-recorder.html:
* fast/history/page-cache-media-source-closed-2.html:
* fast/history/page-cache-media-source-closed.html:
* fast/history/page-cache-media-source-opened.html:
* fast/history/page-cache-navigate-during-restore.html:
* fast/history/page-cache-notification-showing.html:
* fast/history/page-cache-notification-suspendable.html:
* fast/history/page-cache-removed-source-buffer.html:
* fast/history/page-cache-running-audiocontext.html:
* fast/history/page-cache-subframes-with-provisional-load.html:
* fast/history/page-cache-suspended-audiocontext.html:
* fast/history/page-cache-webdatabase-no-transaction-db.html:
* fast/history/page-cache-webdatabase-pending-transaction.html:
* fast/history/page-cache-with-opener.html:
* fast/history/pagehide-remove-iframe-crash.html:
* fast/history/resources/page-cache-window-with-iframe.html:
* fast/history/resources/page-cache-window-with-opener.html:
* fast/history/timed-refresh-in-cached-frame.html:
* fast/html/clone-keygen.html:
* fast/html/keygen.html:
* fast/html/marquee-reparent-check.html:
* fast/html/menuitem-element.html:
* fast/images/animated-gif-restored-from-bfcache.html:
* fast/invalid/residual-style-expected.html:
* fast/invalid/residual-style.html:
* fast/layers/video-layer.html:
* fast/loader/data-url-load-denied.html:
* fast/loader/frames-with-unload-handlers-in-page-cache.html:
* fast/loader/image-in-page-cache.html:
* fast/loader/input-element-page-cache-crash.html:
* fast/loader/navigate-with-new-target-after-back-forward-navigation.html:
* fast/loader/navigate-with-post-to-new-target-after-back-forward-navigation.html:
* fast/loader/scroll-position-restored-on-back.html:
* fast/loader/stateobjects/no-popstate-when-back-to-stateless-entry-with-page-cache.html:
* fast/loader/stateobjects/popstate-fires-with-page-cache.html:
* fast/loader/unschedule-relayout-after-unload.html:
* fast/loader/window-properties-restored-from-page-cache.html:
* fast/mediastream/MediaStream-video-element-video-tracks-disabled.html:
* fast/mediastream/RTCPeerConnection-page-cache.html:
* fast/mediastream/captureInGPUProcess.html:
* fast/mediastream/media-stream-track-interrupted.html:
* fast/multicol/span/positioned-child-not-removed-crash.html:
* fast/overflow/horizontal-scroll-after-back.html:
* fast/ruby/float-object-doesnt-crash.html:
* fast/sandbox/ios/sandbox-mach-lookup-attachment-element.html:
* fast/scrolling/iframe-scrollable-after-back.html:
* fast/scrolling/ios/scroll-events-back-forward-after-pageshow.html:
* fast/scrolling/ios/scroll-events-back-forward.html:
* fast/scrolling/ios/touch-scroll-back-forward.html:
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal.html:
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-reveal.html:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-state.html:
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-reveal.html:
* fast/scrolling/overflow-scrollable-after-back.html:
* fast/scrolling/page-cache-back-overflow-scroll-restore.html:
* fast/scrolling/rtl-scrollbars-animation-property.html:
* fast/shadow-dom/keygen-shadow-manipulation.html:
* fast/table/crash-splitColumn-2.html:
* fast/table/multiple-captions-crash3-expected.html:
* fast/table/multiple-captions-crash3.html:
* fast/text-autosizing/ios/text-autosizing-after-back.html:
* fast/viewport/ios/ignore-minimum-device-width-for-page-with-viewport-device-width.html:
* fast/viewport/ios/minimum-scale-after-changing-view-scale.html:
* fast/viewport/ios/resources/go-back.html:
* fast/viewport/ios/shrink-to-fit-content-constant-width.html:
* fast/viewport/ios/shrink-to-fit-content-large-constant-width.html:
* fast/viewport/ios/shrink-to-fit-content-large-width-breakpoint.html:
* fast/viewport/ios/shrink-to-fit-content-no-viewport.html:
* fast/viewport/ios/shrink-to-fit-content-responsive-viewport-with-horizontal-overflow.html:
* fast/viewport/ios/shrink-to-fit-content-temporary-overflow.html:
* fast/viewport/ios/shrink-to-fit-for-page-without-viewport-meta.html:
* fast/viewport/ios/shrink-to-fit-large-content-width.html:
* fast/viewport/ios/use-minimum-device-width-for-page-without-viewport-meta.html:
* fast/viewport/ios/viewport-shrink-to-fit-on-new-navigation.html:
* fast/viewport/viewport-128.html:
* fast/workers/worker-page-cache.html:
* fullscreen/video-controls-drag.html:
* fullscreen/video-controls-override.html:
* fullscreen/video-controls-rtl.html:
* fullscreen/video-controls-timeline.html:
* http/tests/cache-storage/page-cache-domcache-pending-promise.html:
* http/tests/cache-storage/page-cache-domcachestorage-pending-promise.html:
* http/tests/cache/display-image-unset-allows-cached-image-load.html:
* http/tests/eventsource/eventsource-page-cache-connected.html:
* http/tests/eventsource/eventsource-page-cache-connecting.html:
* http/tests/loading/main-resource-delegates-on-back-navigation.html:
* http/tests/loading/unfinished-load-back-to-cached-page-callbacks.html:
* http/tests/loading/unfinished-main-resource-back-to-cached-page-callbacks.html:
* http/tests/media/hls/video-controls-live-stream.html:
* http/tests/media/hls/video-duration-accessibility.html:
* http/tests/media/reload-after-dialog.html:
* http/tests/media/video-auth-with-allowCrossOriginSubresourcesToAskForCredentials.html:
* http/tests/misc/resources/check-keygen-post.php:
* http/tests/misc/submit-post-keygen.html:
* http/tests/navigation/go-back-to-error-page.html:
* http/tests/navigation/https-in-page-cache.html:
* http/tests/navigation/https-no-store-subframe-in-page-cache.html:
* http/tests/navigation/image-load-in-pagehide-handler.html:
* http/tests/navigation/page-cache-failed-xhr.html:
* http/tests/navigation/page-cache-fontfaceset.html:
* http/tests/navigation/page-cache-fragment-referrer.html:
* http/tests/navigation/page-cache-getUserMedia-pending-promise.html:
* http/tests/navigation/page-cache-iframe-no-current-historyItem.html:
* http/tests/navigation/page-cache-iframe-provisional-load-async-delegates.html:
* http/tests/navigation/page-cache-iframe-provisional-load.html:
* http/tests/navigation/page-cache-mediakeysession.html:
* http/tests/navigation/page-cache-mediastream.html:
* http/tests/navigation/page-cache-pending-image-load-cache-partition.html:
* http/tests/navigation/page-cache-pending-image-load.html:
* http/tests/navigation/page-cache-pending-load.html:
* http/tests/navigation/page-cache-pending-ping-load-cross-origin.html:
* http/tests/navigation/page-cache-pending-ping-load-same-origin.html:
* http/tests/navigation/page-cache-requestAnimationFrame.html:
* http/tests/navigation/page-cache-video.html:
* http/tests/navigation/page-cache-xhr-in-loading-iframe.html:
* http/tests/navigation/page-cache-xhr-in-pagehide.html:
* http/tests/navigation/page-cache-xhr.html:
* http/tests/navigation/resources/https-in-page-cache-3.html:
* http/tests/navigation/subframe-pagehide-handler-starts-load.html:
* http/tests/navigation/subframe-pagehide-handler-starts-load2.html:
* http/tests/paymentrequest/page-cache-closed-payment-request.https.html:
* http/tests/paymentrequest/page-cache-completed-payment-response.https.html:
* http/tests/paymentrequest/page-cache-created-payment-request.https.html:
* http/tests/paymentrequest/page-cache-created-payment-response.https.html:
* http/tests/paymentrequest/page-cache-interactive-payment-request.https.html:
* http/tests/paymentrequest/page-cache-retried-payment-response.https.html:
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-allowed.html:
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-blocked.html:
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-blocked2.html:
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/video-controls-allowed.html:
* http/tests/security/credentials-iframes-allowCrossOriginSubresourcesToAskForCredentials.html:
* http/tests/security/cross-origin-window-open-insert-script.html:
* http/tests/security/cross-origin-window-open-javascript-url.html:
* http/tests/security/mixedContent/insecure-basic-auth-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.html:
* http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials.https.html:
* http/tests/security/navigate-when-restoring-cached-page.html:
* http/tests/security/xss-DENIED-click-and-form-submission-from-inactive-domwindow.html:
* http/tests/security/xss-DENIED-script-inject-into-inactive-window.html:
* http/tests/security/xss-DENIED-script-inject-into-inactive-window2-pson.html:
* http/tests/security/xss-DENIED-script-inject-into-inactive-window2.html:
* http/tests/security/xss-DENIED-script-inject-into-inactive-window3.html:
* http/tests/ssl/applepay/page-cache-active-apple-pay-session.html:
* http/tests/ssl/applepay/page-cache-inactive-apple-pay-session.html:
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache.html:
* http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler.html:
* http/tests/workers/service/client-added-to-clients-when-restored-from-page-cache.html:
* http/tests/workers/service/client-removed-from-clients-while-in-page-cache.html:
* http/tests/workers/service/page-cache-service-worker-pending-promise.https.html:
* http/tests/workers/service/page-caching.html:
* http/wpt/beacon/support/sendBeacon-onpagehide-window.html:
* http/wpt/fetch/resources/fetch-in-pagehide-window.html:
* http/wpt/notifications/constructor-basic-bfcache.html:
* http/wpt/service-workers/mac/throttleable.https.html:
* http/wpt/service-workers/service-worker-spinning-activate.https.html:
* http/wpt/service-workers/service-worker-spinning-fetch.https.html:
* http/wpt/service-workers/service-worker-spinning-install.https.html:
* http/wpt/service-workers/service-worker-spinning-message.https.html:
* imported/blink/fast/dom/shadow/shadowdom-for-keygen-only-shadow-expected.html:
* imported/blink/fast/dom/shadow/shadowdom-for-keygen-only-shadow.html:
* imported/blink/fast/text/international-iteration-simple-text.html:
* inspector/css/pseudo-element-matches.html:
* intersection-observer/intersection-observer-entry-interface.html:
* intersection-observer/intersection-observer-interface.html:
* intersection-observer/root-element-deleted.html:
* intersection-observer/root-element-moved.html:
* intersection-observer/target-deleted.html:
* js/dom/regress-157246.html:
* loader/go-back-cached-main-resource.html:
* loader/go-back-to-different-window-size.html:
* media/accessibility-closed-captions-has-aria-owns.html:
* media/adopt-node-crash.html:
* media/airplay-allows-buffering.html:
* media/airplay-autoplay.html:
* media/audio-as-video-fullscreen.html:
* media/audio-controls-do-not-fade-out.html:
* media/audio-controls-rendering.html:
* media/audio-controls-timeline-in-media-document.html:
* media/audio-delete-while-slider-thumb-clicked.html:
* media/audio-repaint.html:
* media/click-placeholder-not-pausing.html:
* media/click-volume-bar-not-pausing.html:
* media/controls-after-reload.html:
* media/controls-drag-timebar.html:
* media/controls-right-click-on-timebar.html:
* media/controls-strict.html:
* media/controls-styling.html:
* media/controls-without-preload.html:
* media/controls/airplay-controls.html:
* media/controls/airplay-picker.html:
* media/controls/basic.html:
* media/controls/elementOrder.html:
* media/controls/forced-tracks-only.html:
* media/controls/fullscreen-button-inline-layout.html:
* media/controls/inline-elements-dropoff-order.html:
* media/controls/picture-in-picture.html:
* media/controls/pip-placeholder-without-video-controls.html:
* media/controls/showControlsButton.html:
* media/controls/statusDisplay.html:
* media/controls/statusDisplayBad.html:
* media/controls/track-menu.html:
* media/crash-closing-page-with-media-as-plugin-fallback.html:
* media/mac/controls-panel-not-clipped-out-expected.html:
* media/mac/controls-panel-not-clipped-out.html:
* media/media-captions-no-controls.html:
* media/media-controller-drag-crash.html:
* media/media-controls-accessibility.html:
* media/media-controls-cancel-events.html:
* media/media-controls-clone.html:
* media/media-controls-drag-timeline-set-controls-property.html:
* media/media-controls-timeline-updates-after-playing.html:
* media/media-controls-timeline-updates-when-hovered.html:
* media/media-controls-timeline-updates.html:
* media/media-document-audio-controls-visible.html:
* media/media-document-audio-repaint.html:
* media/media-fullscreen-loop-inline.html:
* media/media-fullscreen-pause-inline.html:
* media/media-fullscreen-return-to-inline.html:
* media/media-source/media-source-page-cache.html:
* media/nodesFromRect-shadowContent.html:
* media/progress-events-generated-correctly.html:
* media/require-user-gesture-to-load-video.html:
* media/restore-from-page-cache.html:
* media/tab-focus-inside-media-elements.html:
* media/track/track-cue-rendering-horizontal.html:
* media/track/track-cue-rendering-snap-to-lines-not-set.html:
* media/track/track-cue-rendering-vertical.html:
* media/track/track-cues-cuechange.html:
* media/track/track-cues-enter-exit.html:
* media/track/track-in-band-duplicate-tracks-when-source-changes.html:
* media/track/track-manual-mode.html:
* media/video-click-dblckick-standalone.html:
* media/video-controls-audiotracks-trackmenu.html:
* media/video-controls-captions-trackmenu-localized.html:
* media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html:
* media/video-controls-captions-trackmenu-sorted.html:
* media/video-controls-captions-trackmenu.html:
* media/video-controls-drop-and-restore-timeline.html:
* media/video-controls-in-media-document.html:
* media/video-controls-no-display-with-text-track.html:
* media/video-controls-rendering.html:
* media/video-controls-show-on-kb-or-ax-event.html:
* media/video-controls-toggling.html:
* media/video-controls-transformed.html:
* media/video-controls-visible-audio-only.html:
* media/video-controls-visible-exiting-fullscreen.html:
* media/video-controls-zoomed.html:
* media/video-display-toggle.html:
* media/video-empty-source.html:
* media/video-fullscreen-only-controls.html:
* media/video-fullscreen-only-playback.html:
* media/video-initially-hidden-volume-slider-up.html:
* media/video-no-audio.html:
* media/video-play-audio-require-user-gesture.html:
* media/video-play-require-user-gesture.html:
* media/video-trackmenu-selection.html:
* media/video-volume-slider-drag.html:
* media/video-volume-slider.html:
* media/video-zoom-controls.html:
* media/volume-bar-empty-when-muted.html:
* platform/ios/ios/fixed/fixed-back-forward.html:
* platform/ios/media/video-play-glyph-composited-outside-overflow-scrolling-touch-container.html:
* platform/ios/mediastream/audio-muted-in-background-tab-gpu-process.html:
* platform/ios/mediastream/audio-muted-in-background-tab.html:
* platform/ios/mediastream/getUserMedia-single-capture-gpu-process.html:
* platform/ios/mediastream/getUserMedia-single-capture.html:
* platform/ipad/fast/viewport/meta-viewport-ignored.html:
* platform/ipad/fast/viewport/viewport-overriden-by-minimum-effective-width-if-ignore-meta-viewport.html:
* plugins/crash-restoring-plugin-page-from-page-cache.html:
* plugins/frameset-with-plugin-frame.html:
* plugins/netscape-plugin-page-cache-works.html:
* requestidlecallback/requestidlecallback-in-page-cache.html:
* storage/indexeddb/IDBRequest-page-cache.html:
* storage/indexeddb/IDBTransaction-page-cache.html:
* svg/dom/css-animate-input-foucs-crash.html:
* swipe/basic-cached-back-swipe.html:
* swipe/main-frame-pinning-requirement.html:
* swipe/pushState-cached-back-swipe.html:
* swipe/pushState-programmatic-back-while-swiping-crash.html:
* swipe/pushstate-with-manual-scrollrestoration.html:
* tiled-drawing/scrolling/null-parent-back-crash.html:
* tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html:
* webanimations/animation-page-cache.html:
* webrtc/datachannel/datachannel-page-cache-send.html:
* webrtc/datachannel/datachannel-page-cache.html:
* webrtc/peerconnection-new-candidate-page-cache.html:
* webrtc/peerconnection-page-cache-long.html:
* webrtc/peerconnection-page-cache.html:
* webrtc/video-rotation-no-cvo.html:
2020-10-13 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Remove fully collapsed trailing run
https://bugs.webkit.org/show_bug.cgi?id=217653
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/replaced-and-trailing-trimmable-content-expected.html: Added.
* fast/layoutformattingcontext/replaced-and-trailing-trimmable-content.html: Added.
2020-10-13 Philippe Normand <pnormand@igalia.com>
[GStreamer] Crash in WebCore::GStreamerRegistryScanner::isAVC1CodecSupported
https://bugs.webkit.org/show_bug.cgi?id=217647
Reviewed by Xabier Rodriguez-Calvar.
* media/media-can-play-mpeg4-video-expected.txt:
* media/media-can-play-mpeg4-video.html: Add test for "avc1" codec.
2020-10-13 Adrian Perez de Castro <aperez@igalia.com>
[GTK] Add support for gamepad tests
https://bugs.webkit.org/show_bug.cgi?id=98937
Reviewed by Carlos Garcia Campos.
Change PLATFORM(MAC) guards to ENABLE(GAMEPAD) around the support code used for
testing gamepad support in WKTR, and update GTK port test expectations accordingly.
* platform/glib/TestExpectations: Remove skipped gamepad tests.
* platform/wpe/TestExpectations: Skip gamepad tests for the WPE port.
2020-10-12 Zalan Bujtas <zalan@apple.com>
REGRESSION (r268294): [ iOS wk2 ] imported/blink/fast/css/zoomed-intrinsic-width.html is a constant image failure
https://bugs.webkit.org/show_bug.cgi?id=217610
<rdar://problem/70207977>
Reviewed by Antti Koivisto.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-12 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS Debug ] imported/w3c/web-platform-tests/xhr/event-timeout.any.worker.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217641
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-10-12 Hector Lopez <hector_i_lopez@apple.com>
Test expectation adjustment
https://bugs.webkit.org/show_bug.cgi?id=209073
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-12 Hector Lopez <hector_i_lopez@apple.com>
Test expectation adjustment
https://bugs.webkit.org/show_bug.cgi?id=209073
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-10-12 Chris Dumez <cdumez@apple.com>
Calling AudioContext.resume() right after AudioContext.suspend() should not be a no-op
https://bugs.webkit.org/show_bug.cgi?id=217628
Reviewed by Darin Adler.
* TestExpectations:
Unskip test that is no longer timing out.
* webaudio/audiocontext-promise-expected.txt:
* webaudio/audiocontext-promise.html:
Udpate existing layout test to reflect behavior change.
2020-10-12 Chris Dumez <cdumez@apple.com>
Use AudioWorkletProcessor to process audio
https://bugs.webkit.org/show_bug.cgi?id=217531
Reviewed by Youenn Fablet and Saam Barati.
Unskip all AudioWorklet tests now that they are no longer timing out.
* TestExpectations:
2020-10-12 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] 2 imported/w3c/web-platform-tests/service-workers/service-worker/* tests are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=217617
Unreviewed test gardening.
* TestExpectations:
2020-10-12 Youenn Fablet <youenn@apple.com>
[ iOS ] 2 mediacapture-record tests are a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217263
<rdar://problem/69904225>
Unreviewed.
Marking some tests as slow.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-wk2/TestExpectations:
2020-10-12 Youenn Fablet <youenn@apple.com>
REGRESSION: [ Catalina wk2 ] imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-peerconnection.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217262
<rdar://problem/69904100>
Unreviewed.
* platform/mac/TestExpectations:
Removed flaky expectation now that it passes consistently.
2020-10-11 Darin Adler <darin@apple.com>
Selection API: Update some more tests to not *require* non-standard behavior
https://bugs.webkit.org/show_bug.cgi?id=217597
Reviewed by Anders Carlsson.
* editing/mac/selection/doubleclick-should-not-expand-across-lines-expected.txt:
* editing/mac/selection/doubleclick-should-not-expand-across-lines.html:
Updated this test and its result to not rely in getSelection() returning a selection
inside a textarea element. Doing that is non-standard incorrect behavior. Instead,
use the selectionStart, selectionEnd, and value methods on the textarea element to
check the same thing in a standard way.
* editing/selection/DOMSelection-DocumentType-expected.txt: Removed.
* editing/selection/DOMSelection-DocumentType.html: Removed.
* editing/selection/addRange.html: Removed.
* editing/selection/legal-positions-expected.txt: Removed.
* editing/selection/legal-positions.html: Removed.
* editing/selection/selection-invalid-offset-expected.txt: Removed.
* editing/selection/selection-invalid-offset.html: Removed.
* platform/gtk/editing/selection/addRange-expected.png: Removed.
* platform/gtk/editing/selection/addRange-expected.txt: Removed.
* platform/ios/editing/selection/addRange-expected.txt: Removed.
* platform/mac/editing/selection/addRange-expected.png: Removed.
* platform/mac/editing/selection/addRange-expected.txt: Removed.
* platform/win/editing/selection/addRange-expected.txt: Removed.
* platform/wincairo/editing/selection/addRange-expected.txt: Removed.
These test results expect and require incorrect non-standard behavior.
In most cases they also cover things that are tested by web-platform-tests.
So we don't need to keep these tests around.
2020-10-12 Karl Rackler <rackler@apple.com>
REGRESSION (r268294): [ iOS wk2 ] imported/blink/fast/css/zoomed-intrinsic-width.html is a constant image failure
https://bugs.webkit.org/show_bug.cgi?id=217610
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-12 Martin Robinson <mrobinson@igalia.com>
Improve serialization of scroll-snap-type
https://bugs.webkit.org/show_bug.cgi?id=217469
Reviewed by Simon Fraser.
* web-platform-tests/css/css-scroll-snap/inheritance-expected.txt: Tests now passing.
* web-platform-tests/css/css-scroll-snap/parsing/scroll-snap-type-computed-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-inherit-expected.txt: Update test to reflect new serialization.
* css3/scroll-snap/scroll-snap-inherit.html: Ditto.
* css3/scroll-snap/scroll-snap-initial-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-initial.html: Ditto.
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Ditto.
* css3/scroll-snap/scroll-snap-property-computed-style.js: Ditto.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-then-proximity-expected.txt: Ditto.
2020-10-11 Rob Buis <rbuis@igalia.com>
Various test-cases from Gecko assert with ASSERTION FAILED: tagName == mmultiscriptsTag or ASSERTION FAILED: tagName == mrootTag
https://bugs.webkit.org/show_bug.cgi?id=202804
Reviewed by Frédéric Wang.
Reduce Gecko test crashes into two tests.
* mathml/scripts-with-prefixes-expected.txt: Added.
* mathml/scripts-with-prefixes.xhtml: Added.
* mathml/square-roots-with-prefixes-expected.txt: Added.
* mathml/square-roots-with-prefixes.xhtml: Added.
2020-10-10 Darin Adler <darin@apple.com>
REGRESSION (r267761): editing/mac/spelling/autocorrection-contraction.html is a constant timeout on macOS wk2 Debug
https://bugs.webkit.org/show_bug.cgi?id=217548
Reviewed by Alexey Proskuryakov.
* editing/mac/spelling/autocorrection-contraction-expected.html: Added.
* editing/mac/spelling/autocorrection-contraction-expected.png: Removed.
* editing/mac/spelling/autocorrection-contraction-expected.txt: Removed.
* editing/mac/spelling/autocorrection-contraction.html: Simplified this and changed it to a ref test.
* platform/mac-wk2/editing/mac/spelling/autocorrection-contraction-expected.png: Removed.
* platform/mac-wk2/editing/mac/spelling/autocorrection-contraction-expected.txt: Removed.
* platform/win/editing/mac/spelling/autocorrection-contraction-expected.txt: Removed.
* platform/mac/TestExpectations: Remove failure and timeout expectations for autocorrection-contraction.html.
Both because the slowness in WebKitTestRunner causing the timeout issue was fixed, and because the new
reference test is unlikely to be flaky.
* platform/wk2/TestExpectations: Removed timeout expectations for two other tests affected by the same
bug in WebKitTestRunner.
2020-10-10 Oriol Brufau <obrufau@igalia.com>
Fix mac expectations for text-selection.html
https://bugs.webkit.org/show_bug.cgi?id=217475
Reviewed by Alexey Proskuryakov.
In Mojave this test produces a different result than in other platforms.
r268233 already added a Mojave-specific expected.txt, this patch removes
the failure from TestExpectations and removes the Mac-specific
expected.txt, which is identical to the non-platform-specific one.
* platform/mac/TestExpectations:
* platform/mac/imported/w3c/web-platform-tests/css/css-pseudo/text-selection-expected.txt: Removed.
2020-10-09 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Debug ] editing/mac/spelling/autocorrection-contraction.html is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=217548
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-09 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] webaudio/OfflineAudioContext/onstatechange.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217543
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-09 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r268161?): [ macOS ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/processing-after-resume.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217542
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-09 Wenson Hsieh <wenson_hsieh@apple.com>
[GPU Process] Add additional support for painting video elements to 2D contexts
https://bugs.webkit.org/show_bug.cgi?id=217532
Reviewed by Tim Horton.
Unskip several layout tests that pass after this change.
* gpu-process/TestExpectations:
2020-10-09 Hector Lopez <hector_i_lopez@apple.com>
imported/w3c/web-platform-tests/mediacapture-record/idlharness.window.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=217525
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-09 Karl Rackler <rackler@apple.com>
REGRESSION (r266972): [ Mojave+ debug wk2 ] compositing/animation/repaint-after-clearing-shared-backing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217540
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-09 Hector Lopez <hector_i_lopez@apple.com>
[ iOS Debug ] imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-stop.html is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=217538
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-09 Aditya Keerthi <akeerthi@apple.com>
[macOS] Add editability to input type=month
https://bugs.webkit.org/show_bug.cgi?id=217481
<rdar://problem/70097164>
Reviewed by Sam Weinig.
* TestExpectations:
* fast/forms/month/month-editable-components/month-editable-components-focus-and-blur-events-expected.txt: Added.
* fast/forms/month/month-editable-components/month-editable-components-focus-and-blur-events.html: Added.
* fast/forms/month/month-editable-components/month-editable-components-keyboard-events-expected.txt: Added.
* fast/forms/month/month-editable-components/month-editable-components-keyboard-events.html: Added.
* fast/forms/month/month-editable-components/month-editable-components-mouse-events-expected.txt: Added.
* fast/forms/month/month-editable-components/month-editable-components-mouse-events.html: Added.
* platform/mac-wk2/TestExpectations:
2020-10-09 Hector Lopez <hector_i_lopez@apple.com>
ASSERTION FAILED: REGRESSION(r268052?): WTF::CompletionHandler<void ()>::~CompletionHandler(): Completion handler should always be called !m_function
https://bugs.webkit.org/show_bug.cgi?id=217525
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-09 Keith Miller <keith_miller@apple.com>
Finalizers shouldn't run if events can't fire
https://bugs.webkit.org/show_bug.cgi?id=214508
Reviewed by Ryosuke Niwa.
Add tests that check we don't run any tasks from JSC's event loop while contexts
are suspended/stopped. Also skip the WASM tests on Win because WASM doesn't work
there.
* fast/frames/detached-frame-wasm-resolve-expected.txt: Added.
* fast/frames/detached-frame-wasm-resolve.html: Added.
* fast/history/page-cache-active-finalization-registry-callback-expected.txt: Added.
* fast/history/page-cache-active-finalization-registry-callback.html: Added.
* fast/history/page-cache-wasm-promise-resolve-expected.txt: Added.
* fast/history/page-cache-wasm-promise-resolve.html: Added.
* platform/win/TestExpectations:
2020-10-09 Andres Gonzalez <andresg_22@apple.com>
Fix for accessibility tests keyevents-posted-for-increment-actions.html and keyevents-for-increment-actions-with-node-removal.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=217501
Reviewed by Chris Fleizach.
* accessibility/keyevents-for-increment-actions-with-node-removal.html:
Removed extra <html> tag and minor spacing and reordering to make it
more consistent with other accessibility tests.
* accessibility/keyevents-posted-for-increment-actions.html:
Corrected number of expected key events from 4 to 8.
Same minor spacing and ordering changes.
2020-10-09 Martin Robinson <mrobinson@webkit.org>
Import scroll-snap WPT tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=217467
Reviewed by Youenn Fablet.
* TestExpectations: Add failing reference tests.
* platform/gtk/TestExpectations: Skip tests on platform that does not support scroll-snap.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-scroll-snap/scroll-snap-type-on-root-element-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-scroll-snap/scrollTo-scrollBy-snaps-expected.txt: Added.
* platform/win/TestExpectations: Ditto.
* platform/wpe/TestExpectations: Ditto.
2020-10-09 Noam Rosenthal <noam@webkit.org>
CSS image-orientation: none should be ignored for cross-origin images
https://bugs.webkit.org/show_bug.cgi?id=217294
Reviewed by Youenn Fablet.
* http/wpt/css/css-images/image-orientation/image-orientation-none-cross-origin-canvas.html: Added.
* http/wpt/css/css-images/image-orientation/image-orientation-none-cross-origin-canvas-expected.html: Added.
2020-10-08 Myles C. Maxfield <mmaxfield@apple.com>
Stop clamping text-underline-offset to 0
https://bugs.webkit.org/show_bug.cgi?id=217455
Reviewed by Simon Fraser.
* fast/text/negative-underline-position-expected-mismatch.html: Added.
* fast/text/negative-underline-position.html: Added.
* fast/css3-text/css3-text-decoration/text-underline-negative-expected.html: Update.
2020-10-08 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, unskip several canvas-related layout test directories when enabling GPU process
The vast majority of tests in these directories now pass; we can now enable these directories by default, and
track the remaining tests as individual failures.
* gpu-process/TestExpectations:
2020-10-08 James Darpinian <jdarpinian@chromium.org>
Support EXT_texture_compression_rgtc WebGL extension
https://bugs.webkit.org/show_bug.cgi?id=217198
Reviewed by Kenneth Russell.
* webgl/conformance/extensions/ext-texture-compression-rgtc-expected.txt: Added.
* webgl/conformance/extensions/ext-texture-compression-rgtc.html: Added.
* webgl/conformance/extensions/s3tc-and-rgtc-expected.txt: Added.
* webgl/conformance/extensions/s3tc-and-rgtc.html: Added.
* webgl/resources/webgl_test_files/conformance/extensions/ext-texture-compression-rgtc.html: Added.
* webgl/resources/webgl_test_files/conformance/extensions/s3tc-and-rgtc.html: Added.
* webgl/resources/webgl_test_files/js/tests/compressed-texture-utils.js: Added.
2020-10-08 Hector Lopez <hector_i_lopez@apple.com>
Add Mojave specific result
https://bugs.webkit.org/show_bug.cgi?id=167729
Unreviewed test gardening.
* platform/mac-mojave/imported/w3c/web-platform-tests/css/css-pseudo/text-selection-expected.txt: Added.
2020-10-08 Alex Christensen <achristensen@webkit.org>
FileReader.result should return null if it isn't done yet
https://bugs.webkit.org/show_bug.cgi?id=217484
Reviewed by Geoffrey Garen.
* fast/files/read-file-async-expected.txt:
* fast/files/workers/worker-read-file-async-expected.txt:
2020-10-08 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process] Cannot activate or deactivate an audio session
https://bugs.webkit.org/show_bug.cgi?id=217492
Reviewed by Eric Carlson.
* gpu-process/TestExpectations:
2020-10-08 Alex Christensen <achristensen@webkit.org>
Implement Blob.stream
https://bugs.webkit.org/show_bug.cgi?id=217457
Reviewed by Youenn Fablet.
* fast/files/blob-stream-error-expected.txt: Added.
* fast/files/blob-stream-error.html: Added.
* fast/files/blob-stream-frame-expected.txt: Added.
* fast/files/blob-stream-frame.html: Added.
* fast/files/resources/blob-stream-iframe.html: Added.
2020-10-08 Alex Christensen <achristensen@webkit.org>
REGRESSION (r267763): [ iOS wk2 ] 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=217386
Reviewed by Brent Fulgham.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-08 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] Enable float clear for <br>
https://bugs.webkit.org/show_bug.cgi?id=217450
Reviewed by Antti Koivisto.
* platform/ios-wk1/fast/css/word-space-extra-expected.txt: Rebaselining.
* platform/ios/fast/css/word-space-extra-expected.txt:
* platform/mac/fast/css/word-space-extra-expected.txt:
2020-10-08 Peng Liu <peng.liu6@apple.com>
RemoteAudioSession::category() returns an incorrect value after category changing
https://bugs.webkit.org/show_bug.cgi?id=217459
Reviewed by Youenn Fablet.
* gpu-process/TestExpectations: Minor clean-up and unskip some tests after fixing
the bug of RemoteAudioSession::category().
* platform/mac/media/audio-session-category-audio-autoplay.html:
2020-10-08 Karl Rackler <rackler@apple.com>
Move test expectations from ios-wk2 to ios-simulator-wk2
https://bugs.webkit.org/show_bug.cgi?id=217357
https://bugs.webkit.org/show_bug.cgi?id=217412
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-wk2/TestExpectations:
2020-10-08 Hector Lopez <hector_i_lopez@apple.com>
Test expectation correction
https://bugs.webkit.org/show_bug.cgi?id=167729
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-08 Karl Rackler <rackler@apple.com>
REGRESSION (r268138): [ Mojave+ wk1 ] imported/w3c/web-platform-tests/css/css-masking/clip-path/clip-path-descendant-text-mutated-001.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=217478
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-10-08 Aditya Keerthi <akeerthi@apple.com>
[iOS] Blurring a text input and focusing a date input changes the scrollable area
https://bugs.webkit.org/show_bug.cgi?id=217325
<rdar://problem/69979171>
Reviewed by Wenson Hsieh.
Added a regression test which focuses a text input, then focuses a date
input, and finally attempts to scroll the content.
* fast/forms/ios/constant-scroll-area-when-moving-focus-between-fields-expected.txt: Added.
* fast/forms/ios/constant-scroll-area-when-moving-focus-between-fields.html: Added.
2020-10-08 Per Arne Vollan <pvollan@apple.com>
[macOS] Deny access to performance analysis service in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=217452
Reviewed by Youenn Fablet.
* fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* fast/sandbox/mac/sandbox-mach-lookup.html:
2020-10-08 Noam Rosenthal <noam@webkit.org>
REGRESSION (r268138): [ iOS Mojave+ ] imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath.svg is missing expected results
https://bugs.webkit.org/show_bug.cgi?id=217461
<rdar://problem/70074200>
Unreviewed, skipping a test resource file.
* TestExpectations:
2020-10-08 Youenn Fablet <youenn@apple.com>
Add a test case to verify WebRTC getCapabilities expose H264 profiles
https://bugs.webkit.org/show_bug.cgi?id=217464
Reviewed by Eric Carlson.
Validate the exposed profiles in sender/receiver getCapabilities.
* webrtc/video-h264-expected.txt:
* webrtc/video-h264.html:
2020-10-08 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Missing Exif Orientation support
https://bugs.webkit.org/show_bug.cgi?id=95299
Reviewed by Carlos Alberto Lopez Perez.
Update expectations after partial EXIF support
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-10-08 Diego Pino Garcia <dpino@igalia.com>
Web Inspector: inspector/cpu-profiler/threads.html, use only 4 decimal digits to compare total and workers usage
https://bugs.webkit.org/show_bug.cgi?id=195134
Reviewed by Darin Adler.
* inspector/cpu-profiler/threads.html:
2020-10-07 Hector Lopez <hector_i_lopez@apple.com>
Rebaseline test result
https://bugs.webkit.org/show_bug.cgi?id=167729
Unreviewed test gardening.
* platform/mac/imported/w3c/web-platform-tests/css/css-pseudo/text-selection-expected.txt:
2020-10-07 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r267940): [ macOS Catalina ] imported/w3c/web-platform-tests/css/css-pseudo/text-selection.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=167729#add_comment
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-10-07 Karl Rackler <rackler@apple.com>
REGRESSION (iOS 14): [ iOS wk2 ] imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-add.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217462
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-07 Karl Rackler <rackler@apple.com>
REGRESSION (r268138): [ iOS Mojave+ ] imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath.svg is missing expected results
https://bugs.webkit.org/show_bug.cgi?id=217461
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-10-07 Ross Kirsling <ross.kirsling@sony.com>
[JSC] Revert String.prototype.item
https://bugs.webkit.org/show_bug.cgi?id=217449
Reviewed by Yusuke Suzuki.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2020-10-07 Tim Horton <timothy_horton@apple.com>
REGRESSION: Safari unable to load PDF in <embed> (docs.legalconnect.com)
https://bugs.webkit.org/show_bug.cgi?id=217451
<rdar://problem/69767043>
Reviewed by Alex Christensen.
* fast/replaced/pdf-as-embed-with-no-mime-type-is-not-blank-expected-mismatch.html: Added.
* fast/replaced/pdf-as-embed-with-no-mime-type-is-not-blank.html: Added.
Add a test ensuring that <embed> with no specified MIME type still renders the PDF.
2020-10-07 Chris Dumez <cdumez@apple.com>
Constructing a AudioWorkletNode should construct an AudioWorkletProcessor on the Worklet thread
https://bugs.webkit.org/show_bug.cgi?id=217442
Reviewed by Geoffrey Garen.
Unskip a few tests that are no longer timing out.
* TestExpectations:
2020-10-07 Tyler Wilcock <twilco.o@protonmail.com>
background-clip:var(--a) invalidates -webkit-background-clip:text when --a:text
https://bugs.webkit.org/show_bug.cgi?id=199410
Reviewed by Darin Adler.
We now parse the `text` value for the `background-clip` property, so
update this test to reflect that.
* fast/css/background-clip-text-expected.txt:
* fast/css/background-clip-text.html: Parse `text` value.
2020-10-07 Tyler Wilcock <twilco.o@protonmail.com>
Using CSS wide keywords as a fallback for variable substitution works inconsistently.
https://bugs.webkit.org/show_bug.cgi?id=197158
Reviewed by Darin Adler.
Add tests ensuring CSS-wide keywords are functional as variable
fallbacks.
* fast/css/variables/css-wide-keywords-in-fallback-inherited-property-expected.html: Added.
* fast/css/variables/css-wide-keywords-in-fallback-inherited-property.html: Added.
* fast/css/variables/css-wide-keywords-in-fallback-non-inherited-property-expected.html: Added.
* fast/css/variables/css-wide-keywords-in-fallback-non-inherited-property.html: Added.
2020-10-07 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process] Unskip some layout tests
Unreviewed test gardening.
* gpu-process/TestExpectations:
Unskip the tests that are marked as failure or timeout when the "Media in GPU Process"
is not enabled.
* media/video-size-intrinsic-scale.html:
2020-10-07 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, unskip a few dozen canvas-related tests that now pass after recent changes
* gpu-process/TestExpectations:
Unskip a number of tests that were skipped when enabling GPU process. Additionally, remove some erroneous test
expectation lines that were targeting HTML files that are resources or ref test.
2020-10-07 Karl Rackler <rackler@apple.com>
Remove test expectation for fast/images/image-orientation-none-canvas.html while the issue is investigated.
https://bugs.webkit.org/show_bug.cgi?id=217435
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-07 Aditya Keerthi <akeerthi@apple.com>
[Contact Picker API] Add support for ContactsManager.getProperties()
https://bugs.webkit.org/show_bug.cgi?id=217354
<rdar://problem/69862099>
Reviewed by Youenn Fablet.
Added a layout test to exercise the method.
* contact-picker/contacts-manager-get-properties-expected.txt: Added.
* contact-picker/contacts-manager-get-properties.html: Added.
2020-10-07 Karl Rackler <rackler@apple.com>
REGRESSION (r268115?): [ iOS wk2 EWS ] fast/images/image-orientation-none-canvas.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217435
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-07 Noam Rosenthal <noam@webkit.org>
clip-path: path() ignores page zooming (Command-+)
https://bugs.webkit.org/show_bug.cgi?id=217311
<rdar://problem/69977271>
Reviewed by Darin Adler.
* TestExpectations:
Marked newly imported clip-path w3c tests that don't pass yet as expected failure.
Some of them have open bugs, the others need triage.
2020-10-07 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Adjust the inline formatting context root's content height when the last line has float clear
https://bugs.webkit.org/show_bug.cgi?id=217432
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/float-avoiding-br-last-line-expected.html: Added.
* fast/layoutformattingcontext/float-avoiding-br-last-line.html: Added.
2020-10-07 Youenn Fablet <youenn@apple.com>
Add support for MediaRecorder pause/resume
https://bugs.webkit.org/show_bug.cgi?id=217375
Reviewed by Eric Carlson.
fix-217375
* http/wpt/mediarecorder/pause-recording-expected.txt: Added.
* http/wpt/mediarecorder/pause-recording.html: Added.
2020-10-07 Per Arne Vollan <pvollan@apple.com>
[macOS] Remove 'com.apple.cookied' from the WebContent process sandbox.
https://bugs.webkit.org/show_bug.cgi?id=206088
Reviewed by Darin Adler.
* fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* fast/sandbox/mac/sandbox-mach-lookup.html:
2020-10-07 Youenn Fablet <youenn@apple.com>
MediaRecorder::create should not need to create a MediaRecorderPrivate to validate it can record properly
https://bugs.webkit.org/show_bug.cgi?id=217387
Reviewed by Darin Adler.
* http/wpt/mediarecorder/MediaRecorder-frame-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-frame.html: Added.
2020-10-07 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Add initial support for inline content to clear intrusive floats
https://bugs.webkit.org/show_bug.cgi?id=217418
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/float-avoiding-br-simple-expected.html: Added.
* fast/layoutformattingcontext/float-avoiding-br-simple.html: Added.
2020-10-07 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r268085.
https://bugs.webkit.org/show_bug.cgi?id=217424
Added broken test webgl/conformance/extensions/s3tc-and-
rgtc.html
Reverted changeset:
"Support EXT_texture_compression_rgtc WebGL extension"
https://bugs.webkit.org/show_bug.cgi?id=217198
https://trac.webkit.org/changeset/268085
2020-10-07 Youenn Fablet <youenn@apple.com>
Make sure to fire the correct set of events in case MediaRecorder stream has track changes
https://bugs.webkit.org/show_bug.cgi?id=217316
Reviewed by Eric Carlson.
* platform/mac-wk2/TestExpectations:
2020-10-06 Andres Gonzalez <andresg_22@apple.com>
Presidential Executive Order pages not accessible with Safari.
https://bugs.webkit.org/show_bug.cgi?id=217415
Reviewed by Chris Fleizach.
Expanded this test to cover the case whether the modal dialog visibility
is controlled by its opacity. Cleaned up JS code and made it work in
isolated tree mode.
* accessibility/aria-modal-expected.txt:
* accessibility/aria-modal.html:
2020-10-06 Sam Weinig <weinig@apple.com>
<input type="datetime-local"> not show calendar UI when it's inside ShadowDOM
https://bugs.webkit.org/show_bug.cgi?id=216985
<rdar://problem/69660273>
Reviewed by Darin Adler.
Add tests that show that date/time input elements are the same whether they come from a template
document or the main document.
* fast/forms/date/date-from-frameless-document-expected.html: Added.
* fast/forms/date/date-from-frameless-document.html: Added.
* fast/forms/datetimelocal/datetimelocal-from-frameless-document-expected.html: Added.
* fast/forms/datetimelocal/datetimelocal-from-frameless-document.html: Added.
* fast/forms/month/month-from-frameless-document-expected.html: Added.
* fast/forms/month/month-from-frameless-document.html: Added.
* fast/forms/time/time-from-frameless-document-expected.html: Added.
* fast/forms/time/time-from-frameless-document.html: Added.
* fast/forms/week/week-from-frameless-document-expected.html: Added.
* fast/forms/week/week-from-frameless-document.html: Added.
2020-10-06 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening and rebaseline two tests
Unreviewed test gardening.
* platform/glib/webaudio/audioworklet-addModule-failure-expected.txt: Added.
* platform/gtk/TestExpectations:
2020-10-06 Karl Rackler <rackler@apple.com>
REGRESSION (iOS 14): [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217419
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-06 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process] The seekable attribute of HTMLMediaElement has an incorrect value
https://bugs.webkit.org/show_bug.cgi?id=217410
Reviewed by Eric Carlson.
* gpu-process/TestExpectations:
2020-10-06 Karl Rackler <rackler@apple.com>
REGRESSION (r267402): [ iOS Mojave+ Release ] imported/w3c/web-platform-tests/user-timing/measure-l3.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217414
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-10-06 James Darpinian <jdarpinian@chromium.org>
Support EXT_texture_compression_rgtc WebGL extension
https://bugs.webkit.org/show_bug.cgi?id=217198
Reviewed by Kenneth Russell.
* webgl/conformance/extensions/ext-texture-compression-rgtc-expected.txt: Added.
* webgl/conformance/extensions/ext-texture-compression-rgtc.html: Added.
* webgl/conformance/extensions/s3tc-and-rgtc-expected.txt: Added.
* webgl/conformance/extensions/s3tc-and-rgtc.html: Added.
* webgl/resources/webgl_test_files/conformance/extensions/ext-texture-compression-rgtc.html: Added.
* webgl/resources/webgl_test_files/conformance/extensions/s3tc-and-rgtc.html: Added.
* webgl/resources/webgl_test_files/js/tests/compressed-texture-utils.js: Added.
2020-10-06 Hector Lopez <hector_i_lopez@apple.com>
Adjust test expectation to include Release queue failure after change to iOS 14
https://bugs.webkit.org/show_bug.cgi?id=214731
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-06 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(iOS 14): http/wpt/cache-storage/cache-quota.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217412
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-06 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(iOS 14): http/tests/cache-storage/page-cache-domcache-pending-promise.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217408
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-06 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process] Enable some layout tests
Unreviewed test gardening.
* gpu-process/TestExpectations:
2020-10-06 Chris Dumez <cdumez@apple.com>
Update Worklet.addModule() to actually fetch the module script
https://bugs.webkit.org/show_bug.cgi?id=217242
Reviewed by Geoffrey Garen.
Add layout test coverage.
* webaudio/audioworklet-addModule-failure-expected.txt: Added.
* webaudio/audioworklet-addModule-failure.html: Added.
2020-10-06 Alex Christensen <achristensen@webkit.org>
FileReader should transition to readyState DONE after last onprogress event
https://bugs.webkit.org/show_bug.cgi?id=217333
Reviewed by Youenn Fablet.
* fast/files/file-reader-abort-expected.txt:
* fast/files/file-reader-abort-using-open-panel-expected.txt:
Update expectations to reflect new behavior that onerror is not called before onabort,
matching Chrome, Firefox, and the specification.
2020-10-06 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Skip LFC tests.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-10-06 Alex Christensen <achristensen@webkit.org>
Align URL setters with reasonably behaving other browsers
https://bugs.webkit.org/show_bug.cgi?id=217366
Reviewed by Youenn Fablet.
* 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-10-06 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Remove tests passing.
* platform/glib/TestExpectations:
2020-10-06 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Remove tests passing.
* platform/gtk/TestExpectations:
2020-10-06 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove test passing.
* platform/wpe/TestExpectations:
2020-10-06 Rob Buis <rbuis@igalia.com>
Make value parameter in Document.execCommand non nullable
https://bugs.webkit.org/show_bug.cgi?id=217331
Reviewed by Sam Weinig.
Adapt test to change.
* editing/execCommand/arguments-combinations-expected.txt:
* editing/execCommand/arguments-combinations.html:
2020-10-06 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations after r268038.
* platform/wpe/TestExpectations:
2020-10-06 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Update baseline of WPT test css/cssom/cssstyledeclaration-csstext.html after r267985
Unreviewed test gardening.
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2020-10-06 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Update two webaudio tests baselines after r268006
Unreviewed test gardening.
* platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt: Updated.
* platform/glib/webaudio/Analyser/realtimeanalyser-freq-data-expected.txt: Removed.
2020-10-06 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Move two common cache tests to GLIB test expectations.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-10-05 Peng Liu <peng.liu6@apple.com>
[Media in GPU Process] Enable some fullscreen and picture-in-picture tests
https://bugs.webkit.org/show_bug.cgi?id=217360
Unreviewed test gardening.
* gpu-process/TestExpectations:
* media/navigate-with-pip-should-not-crash.html:
* media/pip-video-going-into-fullscreen.html:
2020-10-05 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some flaky crashes related to NetworkProcess
Unreviewed test gardening.
* platform/gtk-wayland/TestExpectations:
* platform/wpe/TestExpectations:
2020-10-05 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(iOS 14): http/wpt/cache-storage/cache-quota-after-restart.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217357
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-05 Hector Lopez <hector_i_lopez@apple.com>
Adjust test expectation for timeouts
https://bugs.webkit.org/show_bug.cgi?id=215324
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-05 Chris Dumez <cdumez@apple.com>
[Cocoa] Vectorize linear to decibels conversion in RealtimeAnalyser
https://bugs.webkit.org/show_bug.cgi?id=217322
Reviewed by Darin Adler.
Slightly increase the error threshold in a few WebAudio tests because the vectorization
output for linear to decibels conversion is not quite identical to our previous output
(although very close).
* webaudio/Analyser/realtimeanalyser-downmix-expected.txt:
* webaudio/Analyser/realtimeanalyser-downmix.html:
* webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt:
* webaudio/Analyser/realtimeanalyser-fftsize-reset.html:
* webaudio/Analyser/realtimeanalyser-freq-data-expected.txt:
* webaudio/Analyser/realtimeanalyser-freq-data.html:
2020-10-05 Peng Liu <peng.liu6@apple.com>
Update TestExpectations for layout tests related to GPU process features
https://bugs.webkit.org/show_bug.cgi?id=217326
Unreviewed test gardening.
* gpu-process/TestExpectations:
2020-10-05 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r267763) [SOUP] Some tests flaky crashing in NetworkSessionSoup::soupSession()
https://bugs.webkit.org/show_bug.cgi?id=217163
Reviewed by Alex Christensen.
Remove expectations for tests that should pass now.
* platform/glib/TestExpectations:
2020-10-04 Darin Adler <darin@apple.com>
Selection API: Fix more editing tests that rely on non-standard selection API behavior
https://bugs.webkit.org/show_bug.cgi?id=217301
Reviewed by Sam Weinig.
These changes do not change what the tests are testing. They remove
dependencies in these tests on "canonicalization" of selection points.
This is often always a change to the setup for the test, not the test substance.
In other cases, tests that are not trying to test selection are leaving unimportant
remnants of the selection in their results: clear the selection for those.
Patch also includes a few other expectations fixes so all the tests in the editing
directory pass for me on my development machine.
* editing/pasteboard/copy-null-characters-expected.txt: Remove expected selection.
* editing/pasteboard/copy-null-characters.html: Clear the selection after one part
of this test so the markup dump doesn't contain selection endpoints.
* editing/pasteboard/paste-noscript-xhtml-expected.txt: Remove expected selection.
* editing/pasteboard/paste-noscript-xhtml.xhtml: Clear the selection at two points
in this test so the markup dump doesn't contain selection endpoints.
* editing/selection/extend-by-sentence-002.html: Check the selected string rather
than checking the DOM node and offset of the selection. Keeps the substance of this
test without depending on the selection object selecting differently than what we
tell it to do.
* editing/selection/extend-selection-enclosing-block-mac.html: Set the position
at the start of a text node instead of before the text node.
* editing/selection/extend-selection-enclosing-block-win.html: Ditto.
* editing/selection/home-end.html: Added a setPositionAfterLeadingWhitespace
function and use it to set the position at the point the test results are
expecting. Before this change, the code relied on the Selection API to adjust the
selection to the first non-whitespace character, even though that is both non-standard
and not what we are testing. Doing this lets us keep the expected test results the same.
* editing/selection/move-by-word-visually-multi-line-expected.txt: Updated to
expect moving across the word, even the one that was preceded by a collapsed newline.
* editing/selection/move-by-word-visually-multi-line.html: Ditto.
* editing/selection/resources/extend-selection.js:
(setPositionAfterLeadingWhitespace): Added.
(runSelectionTestsWithGranularity): Use setPositionAfterLeadingWhitespace here
for the same purpose as in home-end.html above, to preserve the existing tests
without relying on non-standard Selection API behavior.
* editing/selection/resources/move-by-word-visually.js:
(setPositionAfterCollapsedLeadingWhitespace): Added.
(moveByWordForEveryPosition): Same as above, use the function.
* editing/selection/setBaseAndExtent-revert-selection.html: Fix the output function
to properly write out the node ID when the node is a text node within the node with
the ID. Before, the test could fail if the anchor node returned the text node we
passed in, but that relies on non-standard Selection API changes to the passed-in node.
* editing/selection/toString-1.html: Write out the unexpected result when the test
fails. It's not failing, but at one point it was, and this made it easier to diagnose.
* editing/undo/undo-after-event-edited.html: Use the Delete command to do a deletion
that we later undo. The old code was using the Selection API extractContents method,
which is not an undoable editing operation.
* platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt: Removed.
* platform/ios/editing/pasteboard/drop-text-without-selection-expected.txt: Removed.
* platform/mac-bigsur-wk1/editing/pasteboard/drop-text-without-selection-expected.txt: Removed.
* platform/mac-bigsur/editing/pasteboard/drop-text-without-selection-expected.txt: Removed.
* platform/win/editing/pasteboard/drop-text-without-selection-expected.txt: Removed.
* platform/wincairo/editing/pasteboard/drop-text-without-selection-expected.txt: Removed.
These unused files were incorrectly left behind when we converted this into a reftest.
* platform/mac-wk1/TestExpectations: Changed retro-correction-spelling-markers.html
to "[ Pass Failure ]" since it's a flaky test, not a reliable failure.
* platform/mac/TestExpectations: Changed some flakiness expectations that were marked
Release-only to be in effect in Debug builds too. For autocorrection-contraction.html,
expect a timeout on BigSur+ Debug. Not sure exactly what is causing it, but it's happening
both locally for me and on the bots.
* platform/wk2/TestExpectations: Expect a timeout in Debug builds for two tests that are
timing out both for me and on the Modern WebKit Debug bots, but not Legacy WebKit and not
Release bots.
2020-10-05 Rob Buis <rbuis@igalia.com>
WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs
https://bugs.webkit.org/show_bug.cgi?id=68089
Reviewed by Alex Christensen, Ryosuke Niwa, and Darin Adler.
Adjusts tests thats use data URIs to escape the # character.
* accessibility/ios-simulator/iframe-access.html:
* accessibility/ios-simulator/unobscured-content-rect.html:
* accessibility/resources/iframe.html:
* accessibility/scroll-to-global-point-iframe.html:
* accessibility/scroll-to-make-visible-iframe-offscreen.html:
* accessibility/scroll-to-make-visible-iframe.html:
* css3/blending/background-blend-mode-crossfade-image.html:
* css3/blending/background-blend-mode-data-uri-svg-image.html:
* css3/blending/background-blend-mode-tiled-layers.html:
* css3/flexbox/flexitem.html:
* css3/shapes/shape-outside/shape-image/shape-image-002.html:
* css3/shapes/shape-outside/shape-image/shape-image-005.html:
* editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin.html:
* editing/pasteboard/data-transfer-set-data-sanitize-url-when-dragging-in-null-origin.html:
* fast/css-grid-layout/grid-item-display.html:
* fast/css/import-style-update.html:
* fast/css/link-media-attr.html:
* fast/dom/HTMLLinkElement/link-stylesheet-media-type.html:
* fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html:
* fast/events/attribute-listener-cloned-from-frameless-doc-context.html:
* fast/events/attribute-listener-extracted-from-frameless-doc-context-2.html:
* fast/events/attribute-listener-extracted-from-frameless-doc-context.html:
* fast/hidpi/image-srcset-data-escaped-srcset.html:
* fast/html/link-rel-stylesheet.html:
* fast/loader/data-url-encoding-html.html:
* fast/loader/data-url-encoding-svg.html:
* fast/spatial-navigation/resources/iframe.html:
* http/tests/security/top-level-unique-origin.https.html:
* platform/ios/css3/flexbox/flexitem-expected.txt:
* platform/win/css3/flexbox/flexitem-expected.txt:
* security/contentSecurityPolicy/link-with-data-url-allowed-by-style-src-star-with-AllowContentSecurityPolicySourceStarToMatchAnyProtocol-enabled.html:
* svg/animations/css-animation-background-svg.html:
* svg/animations/css-animation-embedded-svg.html:
* svg/animations/css-animation-hover-svg.html:
* svg/as-image/svg-canvas-data-url-svg-with-feimage-not-tainted.html:
* svg/custom/object-data-href.html:
2020-10-05 Sergio Villar Senin <svillar@igalia.com>
[css-flex] Fix expectations of a test which is actually passing
https://bugs.webkit.org/show_bug.cgi?id=217318
Reviewed by Manuel Rego Casasnovas.
* TestExpectations: Removed a padding-overflow-crash.html which is actually passing.
2020-10-05 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Remove two WebGL tests crashing that are passing since r266809.
Unreviewed test gardening.
Also emit GLIB baseline for webgl/1.0.3/conformance/context/context-lost-restored.html.
* platform/glib/TestExpectations:
* platform/glib/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt:
2020-10-05 Aditya Keerthi <akeerthi@apple.com>
[Contact Picker API] Introduce bindings for the Contact Picker API
https://bugs.webkit.org/show_bug.cgi?id=216793
<rdar://problem/69317957>
Reviewed by Wenson Hsieh.
* contact-picker/contacts-interfaces-expected.txt: Added.
* contact-picker/contacts-interfaces.html: Added.
Added a new test to verify the new API interfaces.
* fast/dom/navigator-detached-no-crash-expected.txt:
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/mac-wk2/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/mac/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/win/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/wincairo/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt:
Updated an existing test to include "navigator.contacts".
2020-10-05 Youenn Fablet <youenn@apple.com>
MediaRecorder should respect enabled and muted tracks
https://bugs.webkit.org/show_bug.cgi?id=217312
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/mute-tracks-expected.txt: Added.
* http/wpt/mediarecorder/mute-tracks.html: Added.
2020-10-05 Antoine Quint <graouts@webkit.org>
Add non-animated support for the CSS rotate property
https://bugs.webkit.org/show_bug.cgi?id=217320
<rdar://problem/69956248>
Reviewed by Dean Jackson.
Add tests checking that the "rotate" CSS property is applied in the correct order related to
"transform-origin", "transform", "scale" and "translate". We also check that it is applied
in SVG as well.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* transforms/2d/rotate-and-scale-and-translate-order-expected.html: Added.
* transforms/2d/rotate-and-scale-and-translate-order.html: Added.
* transforms/2d/rotate-and-transform-attribute-in-svg-expected.svg: Added.
* transforms/2d/rotate-and-transform-attribute-in-svg.svg: Added.
* transforms/2d/rotate-and-transform-css-property-in-svg-expected.svg: Added.
* transforms/2d/rotate-and-transform-css-property-in-svg.svg: Added.
* transforms/2d/rotate-and-translate-in-svg-expected.svg: Added.
* transforms/2d/rotate-and-translate-in-svg.svg: Added.
* transforms/2d/rotate-and-translate-order-expected.html: Added.
* transforms/2d/rotate-and-translate-order.html: Added.
* transforms/2d/rotate-in-svg-expected.svg: Added.
* transforms/2d/rotate-in-svg.svg: Added.
* transforms/2d/rotate-transform-order-expected.html: Added.
* transforms/2d/rotate-transform-order.html: Added.
* transforms/2d/rotate-transform-origin-order-expected.html: Added.
* transforms/2d/rotate-transform-origin-order.html: Added.
2020-10-05 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Move tests also timing out in WPE to GLIB test expectations.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-10-05 John Wilander <wilander@apple.com>
Storage Access API: Enable per-page storage access scope and align test cases
https://bugs.webkit.org/show_bug.cgi?id=217077
<rdar://problem/69017878>
Reviewed by Brent Fulgham.
It was decided in https://github.com/privacycg/storage-access/issues/3 that
browsers should grant storage access for all same-site resources on the whole
page, not just the requesting iframe.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame.html:
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access.html:
All of the above now explicitly call
internals.settings.setStorageAccessAPIPerPageScopeEnabled(false)
to opt out of the new default setting.
* http/tests/storageAccess/request-and-grant-access-with-per-page-scope-access-from-another-frame.html:
Changed to assume per-page is the default.
2020-10-05 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Merge common GTK and WPE baselines and emit new baselines for WPE tests after r267960.
Also move webaudio/oscillator-sine.html failure to glib.
* platform/glib/TestExpectations:
* platform/glib/fetch/fetch-url-serialization-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt:
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt: Copied from LayoutTests/platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt.
* platform/wpe/http/tests/storageAccess/aggregate-sorted-data-with-storage-access-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt: Renamed from LayoutTests/platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt.
2020-10-05 Alex Christensen <achristensen@webkit.org>
Fix UTF-8 encoding in URL parsing
https://bugs.webkit.org/show_bug.cgi?id=217289
Reviewed by Darin Adler.
* fast/url/anchor-expected.txt:
* fast/url/anchor.html:
* fast/url/path-expected.txt:
* fast/url/path.html:
2020-10-04 Antoine Quint <graouts@webkit.org>
Add non-animated support for the CSS scale property
https://bugs.webkit.org/show_bug.cgi?id=217291
<rdar://problem/69926254>
Reviewed by Simon Fraser.
Add tests checking that the "scale" CSS property is applied in the correct order related to
"transform-origin" and "transform" and that it is applied in SVG as well.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* transforms/2d/scale-and-transform-attribute-in-svg-expected.svg: Added.
* transforms/2d/scale-and-transform-attribute-in-svg.svg: Added.
* transforms/2d/scale-and-transform-css-property-in-svg-expected.svg: Added.
* transforms/2d/scale-and-transform-css-property-in-svg.svg: Added.
* transforms/2d/scale-and-translate-in-svg-expected.svg: Added.
* transforms/2d/scale-and-translate-in-svg.svg: Added.
* transforms/2d/scale-and-translate-order-expected.html: Added.
* transforms/2d/scale-and-translate-order.html: Added.
* transforms/2d/scale-in-svg-expected.svg: Added.
* transforms/2d/scale-in-svg.svg: Added.
* transforms/2d/scale-transform-order-expected.html: Added.
* transforms/2d/scale-transform-order.html: Added.
* transforms/2d/scale-transform-origin-order-expected.html: Added.
* transforms/2d/scale-transform-origin-order.html: Added.
2020-10-04 Rob Buis <rbuis@igalia.com>
DataTransfer.setDragImage takes a non nullable Element parameter
https://bugs.webkit.org/show_bug.cgi?id=217283
Reviewed by Sam Weinig.
Add test to verify DataTransfer.setDragImage throws if a null
is passed for the Element parameter.
* fast/events/setDragImage-element-non-nullable-expected.txt: Added.
* fast/events/setDragImage-element-non-nullable.html: Added.
* platform/ios/TestExpectations:
2020-10-04 Zalan Bujtas <zalan@apple.com>
[LFC][Floats] Do not assert when right aligned float overflows the containing block on the left
https://bugs.webkit.org/show_bug.cgi?id=217305
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/intrusive-floats-takes-entire-horizontal-space-expected.html: Added.
* fast/layoutformattingcontext/intrusive-floats-takes-entire-horizontal-space.html: Added.
2020-10-04 Tyler Wilcock <twilco.o@protonmail.com>
Presence of CSS variable causes a background url() to get resolved with a different base
https://bugs.webkit.org/show_bug.cgi?id=198512
Reviewed by Darin Adler.
Add test ensuring shorthands containing `url()` and CSS variable(s)
resolve the `url()` relative to the stylesheet the rule is present in,
not the document root.
* fast/css/variables/support/images/600x600-green-square.png: Added.
* fast/css/variables/support/styles/url-with-variable-is-sheet-relative.css: Added.
* fast/css/variables/url-with-variable-is-sheet-relative-expected.html: Added.
* fast/css/variables/url-with-variable-is-sheet-relative.html: Added.
2020-10-04 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] Enable soft hyphen
https://bugs.webkit.org/show_bug.cgi?id=217293
Reviewed by Antti Koivisto.
* fast/parser/entities-in-html-expected.txt: Progression? Now soft hyphen "renders".
* fast/text/softHyphen-expected.html: Added. Text-dumping soft hyphens seems defective in some cases.
In this test case there should not be any hyphenation triggered by soft hyphens,
so let's use a reftest instead (which should have been used the first place).
* platform/mac/fast/text/softHyphen-expected.png: Removed.
* platform/mac/fast/text/softHyphen-expected.txt: Removed.
2020-10-04 Youenn Fablet <youenn@apple.com>
Make sure MediaRecorder does not call fetchData until the last fetchData is completed
https://bugs.webkit.org/show_bug.cgi?id=217276
Reviewed by Darin Adler.
Add test to cover patch
Update some test expectations according bot results.
* http/wpt/mediarecorder/MediaRecorder-dataavailable-expected.txt:
* http/wpt/mediarecorder/MediaRecorder-dataavailable.html:
* platform/mac/TestExpectations:
2020-10-03 Oriol Brufau <obrufau@igalia.com>
[css-lists] Implement list-style-type: <string>
https://bugs.webkit.org/show_bug.cgi?id=167729
Reviewed by Darin Adler.
Most tests for 'list-style-type: <string>' pass now, but some still fail
because mixed-bidi is not supported in markers
(https://bugs.webkit.org/show_bug.cgi?id=202849).
Various tests for the 'content' property in ::marker fail now. This is
expected because they were only passing by chance, since ::marker does
not support 'content' (https://bugs.webkit.org/show_bug.cgi?id=204163).
iOS and Mac have some extra failures due to subpixel differences for the
marker position.
* TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/css/css-pseudo/marker-intrinsic-contribution-001-expected.txt: Removed.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/imported/w3c/web-platform-tests/css/css-pseudo/text-selection-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/css/css-pseudo/marker-intrinsic-contribution-001-expected.txt: Removed.
2020-10-03 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
Add onslotchange on ShadowRoot and GlobalEventHandlers
https://bugs.webkit.org/show_bug.cgi?id=191310
Reviewed by Sam Weinig.
Rebaselined tests to pass more test cases.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
2020-10-03 Antoine Quint <graouts@webkit.org>
Add non-animated support for the CSS translate property
https://bugs.webkit.org/show_bug.cgi?id=216997
<rdar://problem/69597083>
Reviewed by Simon Fraser.
Add tests checking that the "translate" CSS property is applied in the correct order related to
"transform-origin" and "transform" and that it is applied in SVG as well.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* transforms/2d/translate-and-transform-attribute-in-svg-expected.svg: Added.
* transforms/2d/translate-and-transform-attribute-in-svg.svg: Added.
* transforms/2d/translate-and-transform-css-property-in-svg-expected.svg: Added.
* transforms/2d/translate-and-transform-css-property-in-svg.svg: Added.
* transforms/2d/translate-in-svg-expected.svg: Added.
* transforms/2d/translate-in-svg.svg: Added.
* transforms/2d/translate-transform-order-expected.html: Added.
* transforms/2d/translate-transform-order.html: Added.
* transforms/2d/translate-transform-origin-order-expected.html: Added.
* transforms/2d/translate-transform-origin-order.html: Added.
2020-10-03 Alex Christensen <achristensen@webkit.org>
"http:" should not be a valid URL
https://bugs.webkit.org/show_bug.cgi?id=217250
Reviewed by Brady Eidson.
* platform/mac-wk1/imported/w3c/web-platform-tests/url/failure-expected.txt: Removed.
2020-10-03 Myles C. Maxfield <mmaxfield@apple.com>
[GPU Process] Support drawing text in 2D canvas with font features
https://bugs.webkit.org/show_bug.cgi?id=206118
Reviewed by Wenson Hsieh.
* fast/canvas/fill-text-with-font-features-expected.html: Added.
* fast/canvas/fill-text-with-font-features.html: Added.
* fast/canvas/resources/FontWithFeatures.ttf: Added.
2020-10-02 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some failures and flakies
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/fast/mediacapturefromelement/CanvasCaptureMediaStream-offscreencanvas-expected.txt:
Rebaselined after r267825.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-10-02 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(iOS 14): 2 imported/w3c/web-platform-tests/mathml/ tests are constant failures
https://bugs.webkit.org/show_bug.cgi?id=217268
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-02 Ross Kirsling <ross.kirsling@sony.com>
[JSC] Add Array#item to @@unscopables
https://bugs.webkit.org/show_bug.cgi?id=217243
Reviewed by Yusuke Suzuki.
* js/array-unscopables-properties-expected.txt:
* js/script-tests/array-unscopables-properties.js:
Update test.
2020-10-02 Chris Dumez <cdumez@apple.com>
Calling suspend() on audio context with no node does not prevent auto transition to running when first node is created
https://bugs.webkit.org/show_bug.cgi?id=216972
<rdar://problem/69878834>
Reviewed by Darin Adler.
Add layout test coverage.
* webaudio/suspend-context-before-first-node-creation-expected.txt: Added.
* webaudio/suspend-context-before-first-node-creation.html: Added.
2020-10-02 Hector Lopez <hector_i_lopez@apple.com>
[ iOS ] 2 mediacapture-record tests are a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217263
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-02 Karl Rackler <rackler@apple.com>
REGRESSION: [ Catalina wk2 ] imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-peerconnection.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217262
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-02 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(iOS 14): svg/W3C-I18N/tspan-direction-rtl.svg is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217258
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-02 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(iOS 14): webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-video.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=217257
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-10-02 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r267887.
Broke two tests on iOS and Mac
Reverted changeset:
"Add non-animated support for the CSS translate property"
https://bugs.webkit.org/show_bug.cgi?id=216997
https://trac.webkit.org/changeset/267887
2020-10-02 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r267817.
Broke two tests on Mac
Reverted changeset:
"Storage Access API: Enable per-page storage access scope and
align test cases"
https://bugs.webkit.org/show_bug.cgi?id=217077
https://trac.webkit.org/changeset/267817
2020-10-02 Sam Weinig <weinig@apple.com>
Re-align HTMLElement with the HTML spec
https://bugs.webkit.org/show_bug.cgi?id=217202
Reviewed by Darin Adler.
* fast/events/DocumentAndElementEventHandlers-expected.txt:
* fast/events/DocumentAndElementEventHandlers.html:
Update test to match spec by checking on the HTMLElement prototype, not the
Element prototype.
* fast/dom/event-handler-attributes-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* 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:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
Update more now passing results.
2020-09-30 Antoine Quint <graouts@webkit.org>
Add non-animated support for the CSS translate property
https://bugs.webkit.org/show_bug.cgi?id=216997
<rdar://problem/69597083>
Reviewed by Simon Fraser.
Add tests checking that the "translate" CSS property is applied in the correct order related to
"transform-origin" and "transform" and that it is applied in SVG as well.
* imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* transforms/2d/translate-and-transform-attribute-in-svg-expected.svg: Added.
* transforms/2d/translate-and-transform-attribute-in-svg.svg: Added.
* transforms/2d/translate-and-transform-css-property-in-svg-expected.svg: Added.
* transforms/2d/translate-and-transform-css-property-in-svg.svg: Added.
* transforms/2d/translate-in-svg-expected.svg: Added.
* transforms/2d/translate-in-svg.svg: Added.
* transforms/2d/translate-transform-order-expected.html: Added.
* transforms/2d/translate-transform-order.html: Added.
* transforms/2d/translate-transform-origin-order-expected.html: Added.
* transforms/2d/translate-transform-origin-order.html: Added.
2020-10-02 Sam Weinig <weinig@apple.com>
Remove code behind ENABLE(MEDIA_SESSION), no ports enable it
https://bugs.webkit.org/show_bug.cgi?id=216831
Reviewed by Alex Christensen.
Remove always skipped Media Session tests.
* TestExpectations:
* gpu-process/TestExpectations:
* media/session: Removed.
2020-10-02 Sam Weinig <weinig@apple.com>
Remove unhelpful dom-static-property-for-in-iteration.html test
https://bugs.webkit.org/show_bug.cgi?id=217204
Reviewed by Chris Dumez.
Iteration order for builtin attributes, operations and constants of WebIDL
objects is not currently defined, so the test dom-static-property-for-in-iteration.html,
is just testing what we happen to currently do. This is largely unhelpful
and frustrating to maintain as different ports enabling/disabling features
means each port needed a seperate result, and any time something was added, removed
or moved, all the results need to be updated. There are plenty of other tests
that ensure we have these properties, so removing this is not a loss.
* js/dom/dom-static-property-for-in-iteration-expected.txt: Removed.
* js/dom/dom-static-property-for-in-iteration.html: Removed.
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt: Removed.
* platform/ios-wk2/TestExpectations:
* platform/ios-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt: Removed.
* platform/ios/TestExpectations:
* platform/mac-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/win/js/dom/dom-static-property-for-in-iteration-expected.txt: Removed.
* platform/wincairo/TestExpectations:
* platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt: Removed.
2020-10-02 Karl Rackler <rackler@apple.com>
Unreviewed, reverting r267796.
This change is breaking the build on AzulE debug bots.
Reverted changeset:
"Remove code behind ENABLE(MEDIA_SESSION), no ports enable it"
https://bugs.webkit.org/show_bug.cgi?id=216831
https://trac.webkit.org/changeset/267796
2020-10-02 Andres Gonzalez <andresg_22@apple.com>
Layout Test accessibility/mac/html5-input-number.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=180560
<rdar://problem/36029379>
Reviewed by Chris Fleizach.
SpinButtonPart platform role string is "AXIncrementorArrow".
* accessibility/mac/html5-input-number-expected.txt:
* accessibility/mac/html5-input-number.html:
Eliminated flakiness by making test deterministic using Promises. Works
in both isolated tree mode on and off.
* accessibility/spinbutton-crash-expected.txt:
* platform/mac/TestExpectations: Test no longer flaky.
2020-10-02 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r267864.
https://bugs.webkit.org/show_bug.cgi?id=217220
Added broken tests
Reverted changeset:
"[GPU Process] Support drawing text in 2D canvas with font
features"
https://bugs.webkit.org/show_bug.cgi?id=206118
https://trac.webkit.org/changeset/267864
2020-10-02 Youenn Fablet <youenn@apple.com>
Add AVAssetWriter SPI header
https://bugs.webkit.org/show_bug.cgi?id=217169
<rdar://problem/69793050>
Reviewed by Eric Carlson.
Enable tests by default on Catalina+, disable them on Mojave and WK1.
Disable tests for iOS13.
* TestExpectations:
* platform/ios-13/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-10-01 Sam Weinig <weinig@apple.com>
[WebIDL] Add support for non-nullable optional wrapper type arguments to operations
https://bugs.webkit.org/show_bug.cgi?id=217162
Reviewed by Chris Dumez.
* fast/dom/Geolocation/argument-types.html:
* fast/dom/Geolocation/argument-types-expected.txt:
Update tests now that the second argument to Geolocation.getCurrentPosition
and Geolocation.watchPosition are non-nullable.
2020-10-01 Myles C. Maxfield <mmaxfield@apple.com>
[GPU Process] Support drawing text in 2D canvas with font features
https://bugs.webkit.org/show_bug.cgi?id=206118
Reviewed by Wenson Hsieh.
* fast/canvas/fill-text-with-font-features-expected.html: Added.
* fast/canvas/fill-text-with-font-features.html: Added.
* fast/canvas/resources/FontWithFeatures.ttf: Added.
2020-10-01 Megan Gardner <megan_gardner@apple.com>
Repaint as needed when adding and removing highlights
https://bugs.webkit.org/show_bug.cgi?id=217116
Reviewed by Simon Fraser.
* http/wpt/css/css-highlight-api/highlight-text-repaint-expected.txt: Added.
* http/wpt/css/css-highlight-api/highlight-text-repaint.html: Added.
* http/wpt/css/css-highlight-api/highlight-text-replace-expected.html: Removed.
2020-10-01 Karl Rackler <rackler@apple.com>
REGRESSION (r267814): [ Mojave+ release wk2 ] inspector/console/queryHolders.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217193
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-10-01 Michael Saboff <msaboff@apple.com>
[macOS/iOS WK2] storage/indexeddb/IDBKey-create-array-buffer-view-oom.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=216960
Reviewed by Saam Barati.
Speculative fix to stop the test from timing out.
* storage/indexeddb/IDBKey-create-array-buffer-view-oom.html:
2020-10-01 Lauro Moura <lmoura@igalia.com>
[GLib] Garden webaudio/Convolver/unmmodified-buffer.html flakiness
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-10-01 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r267841.
Broke Catalina Builds
Reverted changeset:
"Add AVAssetWriter SPI header"
https://bugs.webkit.org/show_bug.cgi?id=217169
https://trac.webkit.org/changeset/267841
2020-10-01 Karl Rackler <rackler@apple.com>
[ iOS 13 wk2 ews ]: 2 in-app-browser-privacy and 1 WPT are constant failures slowing down ews
https://bugs.webkit.org/show_bug.cgi?id=217184
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-10-01 Youenn Fablet <youenn@apple.com>
Add AVAssetWriter SPI header
https://bugs.webkit.org/show_bug.cgi?id=217169
<rdar://problem/69793050>
Reviewed by Eric Carlson.
Enable tests by default on Catalina+, disable them on Mojave and WK1.
Disable tests for iOS13.
* TestExpectations:
* platform/ios-13/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-10-01 Youenn Fablet <youenn@apple.com>
RealtimeMediaSource should ignore ideal values outside the min/max range
https://bugs.webkit.org/show_bug.cgi?id=217178
Reviewed by Eric Carlson.
* fast/mediastream/audio-bad-sampleRate-expected.txt: Added.
* fast/mediastream/audio-bad-sampleRate.html: Added.
2020-10-01 Youenn Fablet <youenn@apple.com>
http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=217171
<rdar://problem/65085139>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html:
Setting the video currentTime too close to the end makes it render transparent frames.
Make it so that we try using the middle of the video content where we expect green content.
2020-10-01 Youenn Fablet <youenn@apple.com>
MediaRecorder should support MediaRecorderOptions.mimeType
https://bugs.webkit.org/show_bug.cgi?id=215018
<rdar://problem/66681508>
Reviewed by Eric Carlson.
Update test to expect setting of the mime type after start event.
* http/wpt/mediarecorder/mimeType.html:
2020-10-01 Andres Gonzalez <andresg_22@apple.com>
Make AXLoadingEvent notifications asynchronous.
https://bugs.webkit.org/show_bug.cgi?id=217157
Reviewed by Chris Fleizach.
* accessibility/loading-iframe-sends-notification-expected.txt:
* accessibility/loading-iframe-sends-notification.html:
2020-09-21 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Implement row-gap and column-gap for flex layout
https://bugs.webkit.org/show_bug.cgi?id=206767
Reviewed by Manuel Rego Casasnovas.
* TestExpectations: Unskip all flex gap tests that are passing now.
2020-10-01 Youenn Fablet <youenn@apple.com>
MediaRecorder should support isTypeSupported
https://bugs.webkit.org/show_bug.cgi?id=216856
Reviewed by Darin Adler.
* http/wpt/mediarecorder/mimeType-expected.txt: Added.
* http/wpt/mediarecorder/mimeType.html: Added.
2020-10-01 Youenn Fablet <youenn@apple.com>
MediaRecorder should allow setting low bit rates for audio
https://bugs.webkit.org/show_bug.cgi?id=216688
<rdar://problem/69129142>
Reviewed by Eric Carlson.
Add more bitrate tests.
* http/wpt/mediarecorder/MediaRecorder-audio-bitrate.html:
2020-09-30 Lauro Moura <lmoura@igalia.com>
[GLIB] Missing bits from last gardening
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-09-30 John Wilander <wilander@apple.com>
Storage Access API: Enable per-page storage access scope and align test cases
https://bugs.webkit.org/show_bug.cgi?id=217077
<rdar://problem/69017878>
Reviewed by Brent Fulgham.
It was decided in https://github.com/privacycg/storage-access/issues/3 that
browsers should grant storage access for all same-site resources on the whole
page, not just the requesting iframe.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame.html:
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access.html:
All of the above now explicitly call
internals.settings.setStorageAccessAPIPerPageScopeEnabled(false)
to opt out of the new default setting.
* http/tests/storageAccess/request-and-grant-access-with-per-page-scope-access-from-another-frame.html:
Changed to assume per-page is the default.
2020-09-30 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some failures
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/css/css-transforms/animation/transform-interpolation-computed-value-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-expected.txt:
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
2020-09-30 Ross Kirsling <ross.kirsling@sony.com>
[JSC] Implement item method proposal
https://bugs.webkit.org/show_bug.cgi?id=217115
Reviewed by Yusuke Suzuki.
* inspector/model/remote-object-get-properties-expected.txt:
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
Adjust tests.
2020-09-30 Zalan Bujtas <zalan@apple.com>
[LFC][Integration] Enable <wbr> content
https://bugs.webkit.org/show_bug.cgi?id=217065
Reviewed by Antti Koivisto.
* fast/text/wbr-simple-expected.html: Added.
* fast/text/wbr-simple.html: Added.
2020-09-30 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r267788.
Broke internal builds.
Reverted changeset:
"MediaRecorder should support isTypeSupported"
https://bugs.webkit.org/show_bug.cgi?id=216856
https://trac.webkit.org/changeset/267788
2020-09-30 Sam Weinig <weinig@apple.com>
Remove code behind ENABLE(MEDIA_SESSION), no ports enable it
https://bugs.webkit.org/show_bug.cgi?id=216831
Reviewed by Alex Christensen.
Remove always skipped Media Session tests.
* TestExpectations:
* gpu-process/TestExpectations:
* media/session: Removed.
2020-09-30 Sam Weinig <weinig@apple.com>
Re-align DocumentAndElementEventHandlers.idl, GlobalEventHandlers.idl and WindowEventHandlers.idl with the HTML spec
https://bugs.webkit.org/show_bug.cgi?id=217088
Reviewed by Darin Adler.
Update results for more passing tests.
* fast/dom/event-handler-attributes-expected.txt:
* js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
* platform/ios-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
* platform/mac-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:
2020-09-30 Youenn Fablet <youenn@apple.com>
MediaRecorder should support isTypeSupported
https://bugs.webkit.org/show_bug.cgi?id=216856
Reviewed by Darin Adler.
* http/wpt/mediarecorder/mimeType-expected.txt: Added.
* http/wpt/mediarecorder/mimeType.html: Added.
2020-09-29 Ryosuke Niwa <rniwa@webkit.org>
Crash while loading a confluence page
https://bugs.webkit.org/show_bug.cgi?id=217111
Reviewed by Wenson Hsieh.
Added a regression test.
* fast/dom/MutationObserver/disconnect-twice-expected.txt: Added.
* fast/dom/MutationObserver/disconnect-twice.html: Added.
2020-09-29 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r267402): [ macOS iOS Release ] imported/w3c/web-platform-tests/user-timing/measure-l3.any.worker.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217118
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-09-29 Karl Rackler <rackler@apple.com>
REGRESSION: [ iOS release wk2 ] compositing/debug-borders-dynamic.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=217114
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-09-29 Keith Miller <keith_miller@apple.com>
CSS serialization expects comments between certain tokens
https://bugs.webkit.org/show_bug.cgi?id=216947
Reviewed by Darin Adler.
Rebasline CSS tests for better serialization. The css-selectorText
test produces different output since we tokenize the <an-plus-b>
syntax incorrectly. I don't know if this means we evaluate it
incorrectly, however. In a follow up patch I will fix the the
tokenization issue so the comments will no longer appear.
* fast/dom/css-selectorText-expected.txt:
2020-09-29 Sam Weinig <weinig@apple.com>
Remove IndexedDBWorkers runtime setting now since it is always true
https://bugs.webkit.org/show_bug.cgi?id=217090
Reviewed by Darin Adler.
Removes calls to setIndexedDBWorkersEnabled, which hasn't been required in quite some time,
and removes workers-disabled.html test, as it is no longer possible nor desirable to do this.
* http/tests/security/cross-origin-worker-indexeddb-allowed.html:
* http/tests/security/cross-origin-worker-indexeddb.html:
* http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html:
* http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html:
* platform/wincairo/TestExpectations:
* storage/indexeddb/basics-workers.html:
* storage/indexeddb/cursor-advance-workers.html:
* storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html:
* storage/indexeddb/dont-commit-on-blocked-private.html:
* storage/indexeddb/dont-commit-on-blocked.html:
* storage/indexeddb/index-basics-workers.html:
* storage/indexeddb/modern/workers-disabled-expected.txt: Removed.
* storage/indexeddb/modern/workers-disabled.html: Removed.
* storage/indexeddb/objectstore-basics-workers.html:
* storage/indexeddb/open-twice-workers.html:
* storage/indexeddb/pending-activity-workers.html:
* storage/indexeddb/pending-version-change-on-exit-private.html:
* storage/indexeddb/pending-version-change-on-exit.html:
* storage/indexeddb/pending-version-change-stuck-private.html:
* storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html:
* storage/indexeddb/pending-version-change-stuck-works-with-terminate.html:
* storage/indexeddb/pending-version-change-stuck.html:
* storage/indexeddb/transaction-complete-workers-private.html:
* storage/indexeddb/transaction-complete-workers.html:
* storage/indexeddb/unprefix-workers.html:
2020-09-29 Alex Christensen <achristensen@webkit.org>
Remove plist-based ResourceLoadStatistics storage, which has been replaced by database-based storage
https://bugs.webkit.org/show_bug.cgi?id=217063
Reviewed by John Wilander.
* http/tests/resourceLoadStatistics/add-blocking-to-redirect-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/add-blocking-to-redirect-database.html: Removed.
* http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access-database.html: Removed.
* http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access-expected.txt:
* http/tests/resourceLoadStatistics/blocking-in-web-worker-script-import-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/blocking-in-web-worker-script-import-database.html: Removed.
* http/tests/resourceLoadStatistics/cap-cache-max-age-for-prevalent-resource-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/cap-cache-max-age-for-prevalent-resource-database.html: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-database.html: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-decoration-same-site-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-decoration-same-site-database.html: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-fragment-from-prevalent-resource-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-fragment-from-prevalent-resource-database.html: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-and-fragment-from-prevalent-resource-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-and-fragment-from-prevalent-resource-database.html: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-from-prevalent-resource-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-from-prevalent-resource-database.html: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-without-link-decoration-from-prevalent-resource-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-without-link-decoration-from-prevalent-resource-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-collusion-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-collusion-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-to-prevalent-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-to-prevalent-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-collusion-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-collusion-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-to-prevalent-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-to-prevalent-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-unique-redirects-to-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-unique-redirects-to-database.html: Removed.
* http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics-database.html: Removed.
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-database.html: Removed.
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-database.html: Removed.
* http/tests/resourceLoadStatistics/cookie-deletion-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/cookie-deletion-database.html: Removed.
* http/tests/resourceLoadStatistics/cookies-with-and-without-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/cookies-with-and-without-user-interaction-database.html: Removed.
* http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker-database.html: Removed.
* http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker-expected.txt:
* http/tests/resourceLoadStatistics/count-third-party-script-loads-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/count-third-party-script-loads-database.html: Removed.
* http/tests/resourceLoadStatistics/count-third-party-script-loads-expected.txt:
* http/tests/resourceLoadStatistics/delete-script-accessible-cookies-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/delete-script-accessible-cookies-database.html: Removed.
* http/tests/resourceLoadStatistics/do-not-block-top-level-navigation-redirect-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/do-not-block-top-level-navigation-redirect-database.html: Removed.
* http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations-database.html: Removed.
* http/tests/resourceLoadStatistics/do-not-remove-blocking-in-redirect-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/do-not-remove-blocking-in-redirect-database.html: Removed.
* http/tests/resourceLoadStatistics/do-not-switch-session-on-navigation-to-prevalent-without-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/do-not-switch-session-on-navigation-to-prevalent-without-interaction-database.php: Removed.
* http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script-database.html: Removed.
* http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script-expected.txt:
* http/tests/resourceLoadStatistics/downgrade-document-referrer-nested-third-party-iframe.html:
* http/tests/resourceLoadStatistics/downgrade-document-referrer-third-party-iframe.html:
* http/tests/resourceLoadStatistics/downgraded-referrer-for-navigation-with-link-query-from-prevalent-resource-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/downgraded-referrer-for-navigation-with-link-query-from-prevalent-resource-database.html: Removed.
* http/tests/resourceLoadStatistics/enable-debug-mode-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/enable-debug-mode-database.html: Removed.
* http/tests/resourceLoadStatistics/enforce-samesite-strict-based-on-top-frame-unique-redirects-to-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/enforce-samesite-strict-based-on-top-frame-unique-redirects-to-database.html: Removed.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion-database.html:
* http/tests/resourceLoadStatistics/grandfathering-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/grandfathering-database.html: Removed.
* http/tests/resourceLoadStatistics/leave-empty-document-referrer-alone-third-party-iframe.html:
* http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration-database.html: Removed.
* http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration-expected.txt:
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects-database.html: Removed.
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects-expected.txt:
* http/tests/resourceLoadStatistics/many-inserts-only-insert-once.html:
* http/tests/resourceLoadStatistics/merge-statistic-does-not-overwrite-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/merge-statistic-does-not-overwrite-database.html: Removed.
* http/tests/resourceLoadStatistics/merge-statistic-does-overwrite-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/merge-statistic-does-overwrite-database.html: Removed.
* http/tests/resourceLoadStatistics/merge-statistic-does-partially-overwrite-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/merge-statistic-does-partially-overwrite-database.html: Removed.
* http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction-database.html: Removed.
* http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction-database.html: Removed.
* http/tests/resourceLoadStatistics/non-prevalent-resources-can-access-cookies-in-a-third-party-context-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-prevalent-resources-can-access-cookies-in-a-third-party-context-database.html: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database.html: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database.html: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database.html: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database.html: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database.html: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database.html: Removed.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-database.html: Removed.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-expected.txt:
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-database.html: Removed.
* http/tests/resourceLoadStatistics/ping-to-prevalent-resource-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/ping-to-prevalent-resource-database.html: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown-database.html: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown-database.html: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-database.html: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-database.html: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-database.html: Removed.
* http/tests/resourceLoadStatistics/prune-statistics-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/prune-statistics-database.html: Removed.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-database.html: Removed.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-expected.txt:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries-database.html: Removed.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database.html: Removed.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-expected.txt:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-ip-to-localhost-to-ip-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-ip-to-localhost-to-ip-database.html: Removed.
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database.html: Removed.
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database.html: Removed.
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database.html: Removed.
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip-database.html: Removed.
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost-database.html: Removed.
* http/tests/resourceLoadStatistics/set-custom-prevalent-resource-in-debug-mode-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/set-custom-prevalent-resource-in-debug-mode-database.html: Removed.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database.html: Removed.
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-prevalent-subresource-redirects-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-prevalent-subresource-redirects-database.html: Removed.
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-prevalent-subresource-requests-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-prevalent-subresource-requests-database.html: Removed.
* http/tests/resourceLoadStatistics/switch-session-on-navigation-to-prevalent-with-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/switch-session-on-navigation-to-prevalent-with-interaction-database.php: Removed.
* http/tests/resourceLoadStatistics/telemetry-generation-advanced-functionality-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/telemetry-generation-advanced-functionality-database.html: Removed.
* http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html: Removed.
* http/tests/resourceLoadStatistics/telemetry-generation-expected.txt:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-database.html: Removed.
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-ephemeral-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-ephemeral-database.html: Removed.
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction-database.html: Removed.
* http/tests/resourceLoadStatistics/user-interaction-in-cross-origin-sub-frame-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/user-interaction-in-cross-origin-sub-frame-database.html: Removed.
* http/tests/resourceLoadStatistics/user-interaction-only-reported-once-within-short-period-of-time-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/user-interaction-only-reported-once-within-short-period-of-time-database.html: Removed.
* http/tests/resourceLoadStatistics/user-interaction-reported-after-website-data-removal-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/user-interaction-reported-after-website-data-removal-database.html: Removed.
* http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration-database.html: Removed.
* http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration-expected.txt:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction-database.html: Removed.
* http/tests/resourceLoadStatistics/website-data-removal-for-site-without-user-interaction-database-expected.txt: Removed.
* http/tests/resourceLoadStatistics/website-data-removal-for-site-without-user-interaction-database.html: Removed.
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access-database-expected.txt: Removed.
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access-database.html: Removed.
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access-expected.txt:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking-database-expected.txt: Removed.
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking-database.html: Removed.
* http/tests/storageAccess/deny-storage-access-under-opener-database-expected.txt: Removed.
* http/tests/storageAccess/deny-storage-access-under-opener-database.html: Removed.
* http/tests/storageAccess/deny-storage-access-under-opener-if-auto-dismiss-database-expected.txt: Removed.
* http/tests/storageAccess/deny-storage-access-under-opener-if-auto-dismiss-database.html: Removed.
* http/tests/storageAccess/deny-with-prompt-does-not-preserve-gesture-database-expected.txt: Removed.
* http/tests/storageAccess/deny-with-prompt-does-not-preserve-gesture-database.html: Removed.
* http/tests/storageAccess/deny-without-prompt-preserves-gesture-database-expected.txt: Removed.
* http/tests/storageAccess/deny-without-prompt-preserves-gesture-database.html: Removed.
* http/tests/storageAccess/grant-storage-access-under-opener-at-popup-user-gesture-database-expected.txt: Removed.
* http/tests/storageAccess/grant-storage-access-under-opener-at-popup-user-gesture-database.html: Removed.
* http/tests/storageAccess/grant-with-prompt-preserves-gesture-database-expected.txt: Removed.
* http/tests/storageAccess/grant-with-prompt-preserves-gesture-database.html: Removed.
* http/tests/storageAccess/grant-with-prompt-under-general-third-party-cookie-blocking-database-expected.txt: Removed.
* http/tests/storageAccess/grant-with-prompt-under-general-third-party-cookie-blocking-database.html: Removed.
* http/tests/storageAccess/has-storage-access-crash-database-expected.txt: Removed.
* http/tests/storageAccess/has-storage-access-crash-database.html: Removed.
* http/tests/storageAccess/has-storage-access-false-by-default-database-expected.txt: Removed.
* http/tests/storageAccess/has-storage-access-false-by-default-database.html: Removed.
* http/tests/storageAccess/has-storage-access-false-by-default-ephemeral-database-expected.txt: Removed.
* http/tests/storageAccess/has-storage-access-false-by-default-ephemeral-database.html: Removed.
* http/tests/storageAccess/has-storage-access-from-prevalent-domain-with-user-interaction-database-expected.txt: Removed.
* http/tests/storageAccess/has-storage-access-from-prevalent-domain-with-user-interaction-database.html: Removed.
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies-database-expected.txt: Removed.
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies-database.html: Removed.
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies-ephemeral-database-expected.txt: Removed.
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies-ephemeral-database.html: Removed.
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-with-cookie-database-expected.txt: Removed.
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-with-cookie-database.html: Removed.
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-without-cookie-database-expected.txt: Removed.
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-without-cookie-database.html: Removed.
* http/tests/storageAccess/remove-requesting-iframe-database-expected.txt: Removed.
* http/tests/storageAccess/remove-requesting-iframe-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-non-sandboxed-iframe-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-non-sandboxed-iframe-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-without-user-interaction-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-without-user-interaction-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access-database.html: Removed.
* http/tests/storageAccess/request-and-grant-access-then-navigate-same-site-should-have-access-database-expected.txt: Removed.
* http/tests/storageAccess/request-and-grant-access-then-navigate-same-site-should-have-access-database.html: Removed.
* http/tests/storageAccess/request-storage-access-crash-database-expected.txt: Removed.
* http/tests/storageAccess/request-storage-access-crash-database.html: Removed.
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-with-unique-origin-database-expected.txt: Removed.
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-with-unique-origin-database.html: Removed.
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-allow-token-database-expected.txt: Removed.
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-allow-token-database.html: Removed.
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-user-gesture-database-expected.txt: Removed.
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-user-gesture-database.html: Removed.
* http/tests/storageAccess/request-storage-access-same-origin-iframe-database-expected.txt: Removed.
* http/tests/storageAccess/request-storage-access-same-origin-iframe-database.html: Removed.
* http/tests/storageAccess/request-storage-access-same-origin-sandboxed-iframe-database-expected.txt: Removed.
* http/tests/storageAccess/request-storage-access-same-origin-sandboxed-iframe-database.html: Removed.
* http/tests/storageAccess/request-storage-access-same-origin-sandboxed-iframe-without-allow-token-database-expected.txt: Removed.
* http/tests/storageAccess/request-storage-access-same-origin-sandboxed-iframe-without-allow-token-database.html: Removed.
* http/tests/storageAccess/request-storage-access-top-frame-database-expected.txt: Removed.
* http/tests/storageAccess/request-storage-access-top-frame-database.html: Removed.
* 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/gtk/TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/wk2/TestExpectations:
* platform/wpe/TestExpectations:
2020-09-29 Chris Dumez <cdumez@apple.com>
Add stubs for AudioWorklet
https://bugs.webkit.org/show_bug.cgi?id=217059
Reviewed by Eric Carlson.
Skip tests that are timing out because we don't support Worklet.addModule() yet.
* TestExpectations:
* webaudio/AudioParam/worklet-warnings-expected.txt:
2020-09-29 Per Arne Vollan <pvollan@apple.com>
[macOS] Deny access to 'com.apple.awdd' in the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=216975
Reviewed by Darin Adler.
* fast/sandbox/mac/sandbox-mach-lookup-expected.txt:
* fast/sandbox/mac/sandbox-mach-lookup.html:
2020-09-29 Said Abou-Hallawa <sabouhallawa@apple.com>
Data URL image is not rendered if there is whitespace between the mime type and and "base64" string
https://bugs.webkit.org/show_bug.cgi?id=216900
Reviewed by Darin Adler.
In the new test, 16 cases are included to cover all the permutations of
adding spaces before and after the comma and the semicolon. PNG and JPEG
formats are used to ensure the mime type is tested.
* fast/images/image-data-url-with-spaces-expected.html: Added.
* fast/images/image-data-url-with-spaces.html: Added.
2020-09-28 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
webkitfullscreenchange does not fire for shadow DOM elements
https://bugs.webkit.org/show_bug.cgi?id=216607
Reviewed by Ryosuke Niwa.
Added a regression test for making an element inside a shadow tree full screen,
and listening to `webkitfullscreenchange` outside the shadow tree.
* fast/shadow-dom/fullscreen-in-shadow-event-should-propagate-expected.txt: Added.
* fast/shadow-dom/fullscreen-in-shadow-event-should-propagate.html: Added.
* platform/ios-wk2/TestExpectations:
Other testcases related to fullscreen API in fast/shadow-dom/ are also
disabled for ios-wk2.
2020-09-28 Devin Rousso <drousso@apple.com>
Web Inspector: add checkbox to local override popover to allow it to skip the network
https://bugs.webkit.org/show_bug.cgi?id=217031
Reviewed by Brian Burg.
* http/tests/inspector/network/local-resource-override-basic.html:
* http/tests/inspector/network/local-resource-override-main-resource.html:
* http/tests/inspector/network/local-resource-override-script-tag.html:
* http/tests/inspector/network/resource-response-inspector-override.html:
Add expected parameter for `WI.LocalResourceOverride.create` calls.
2020-09-28 Ryosuke Niwa <rniwa@webkit.org>
Document.p.contains returns true for nodes in shadow tree
https://bugs.webkit.org/show_bug.cgi?id=189164
Reviewed by Darin Adler.
Added a regression after r267220 had fixed this bug.
* fast/shadow-dom/document-contains-returns-false-for-node-inside-shadow-tree-expected.txt: Added.
* fast/shadow-dom/document-contains-returns-false-for-node-inside-shadow-tree.html: Added.
2020-09-28 Fujii Hironori <Hironori.Fujii@sony.com>
[TextureMapper] Enable a depth buffer for preserve-3d
https://bugs.webkit.org/show_bug.cgi?id=90078
Reviewed by Don Olmstead.
* transforms/3d/general/preserve-3d-expected.html: Added.
* transforms/3d/general/preserve-3d.html: Added.
2020-09-28 Zalan Bujtas <zalan@apple.com>
Unreviewed, test gardening.
* TestExpectations:
2020-09-28 Chris Dumez <cdumez@apple.com>
Unreviewed, mark webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html as flaky instead of skipping it entirely.
This test is no longer timing out.
* TestExpectations:
2020-09-28 Aditya Keerthi <akeerthi@apple.com>
[macOS] Update the appearance of editable date/time controls to match the system
https://bugs.webkit.org/show_bug.cgi?id=216616
<rdar://problem/69004603>
Reviewed by Devin Rousso.
Updated stylesheets so that font properties are not set on inner elements
of the control and rebaselined existing tests.
* fast/forms/date/date-editable-components/date-editable-components-focus-and-blur-events.html:
* fast/forms/date/date-editable-components/date-editable-components-mouse-events.html:
* fast/forms/date/date-pseudo-elements.html:
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-focus-and-blur-events.html:
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-mouse-events.html:
* fast/forms/time/time-editable-components/time-editable-components-focus-and-blur-events.html:
* fast/forms/time/time-editable-components/time-editable-components-mouse-events.html:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance/default-styles-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt:
The newly failing tests for <input type=week> are a false negative.
Previously, the style for this input type was empty, causing some
tests to incorrectly pass. The new failures are consistent with the
other date/time inputs, see the rest of the expectations for specifics.
* platform/mac-catalina/fast/forms/date/date-input-rendering-basic-expected.txt:
* platform/mac-catalina/fast/forms/time/time-input-rendering-basic-expected.txt: Added.
* platform/mac-mojave/fast/forms/date/date-input-rendering-basic-expected.txt:
* platform/mac-mojave/fast/forms/time/time-input-rendering-basic-expected.txt: Added.
* platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.txt:
* platform/mac-wk2/fast/forms/date/date-pseudo-elements-expected.txt:
* platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.txt:
2020-09-28 Zalan Bujtas <zalan@apple.com>
[LFC][Floats] Add support for clear on float box
https://bugs.webkit.org/show_bug.cgi?id=217045
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/float-with-clear-simple-expected.html: Added.
* fast/layoutformattingcontext/float-with-clear-simple.html: Added.
2020-09-28 Angelos Oikonomopoulos <angelos@igalia.com>
Fix test failures inadventently introduced in r267644
https://bugs.webkit.org/show_bug.cgi?id=217049
Reviewed by Adrian Perez de Castro.
r267644 strips trailing whitespace in two LayoutTests/js/*expected.txt files
but doesn't update the corresponding js string literals to not produce such.
* js/script-tests/parser-syntax-check.js:
* js/script-tests/regexp-sticky.js:
2020-09-27 Rob Buis <rbuis@igalia.com>
Resync web-platform-tests/html/semantics/the-iframe-element from upstream
https://bugs.webkit.org/show_bug.cgi?id=217033
Reviewed by Sam Weinig.
Adjust for tentative extension removal.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_block_downloads.sub.tentative-expected.txt:
2020-09-26 Darin Adler <darin@apple.com>
Remove trailing spaces from all expected.txt files outside the web-platform-tests directory
https://bugs.webkit.org/show_bug.cgi?id=217027
Reviewed by Zalan Bujtas.
This affects many files, and it's not helpful to fill the change log with a list of them.
2020-09-27 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Create inline boxes for hard line breaks(<br>) and word wrap opportunities (<wbr>)
https://bugs.webkit.org/show_bug.cgi?id=217023
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/br-and-wbr-simple-expected.html: Added.
* fast/layoutformattingcontext/br-and-wbr-simple.html: Added.
2020-09-27 Rob Buis <rbuis@igalia.com>
Alias WebKitCSSMatrix to DOMMatrix
https://bugs.webkit.org/show_bug.cgi?id=153675
Reviewed by Chris Dumez.
Adapt tests to expect DOMMatrix behavior rather than WebKitCSSMatrix.
* platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt:
* platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js:
* transforms/cssmatrix-2d-interface-expected.txt:
* transforms/cssmatrix-2d-interface.xhtml:
* transforms/cssmatrix-3d-interface-expected.txt:
* transforms/cssmatrix-3d-interface.xhtml:
2020-09-27 Rob Buis <rbuis@igalia.com>
Clean up type parameter for Event idl
https://bugs.webkit.org/show_bug.cgi?id=217013
Reviewed by Chris Dumez.
Update improved test results.
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* 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:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
2020-09-26 Wenson Hsieh <wenson_hsieh@apple.com>
Remove support for setting CMYKA fill and stroke colors in 2D canvas
https://bugs.webkit.org/show_bug.cgi?id=217002
Reviewed by Darin Adler.
Remove calls to `CanvasRenderingContext2D.setFillColor(c, m, y, k, a)` and
`CanvasRenderingContext2D.setStrokeColor(c, m, y, k, a)` in these layout tests.
* fast/canvas/canvas-color-serialization-expected.txt:
* fast/canvas/canvas-color-serialization.html:
* fast/canvas/set-colors-expected.txt:
* fast/canvas/set-colors.html:
* inspector/canvas/recording-2d-full-expected.txt:
* inspector/canvas/resources/recording-2d.js:
* platform/ios/fast/canvas/set-colors-expected.txt:
* platform/mac/fast/canvas/set-colors-expected.txt:
2020-09-26 Darin Adler <darin@apple.com>
Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many)
https://bugs.webkit.org/show_bug.cgi?id=217016
Reviewed by Zalan Bujtas.
Done with this command:
find LayoutTests -name '*-expected.txt' | grep -v imported | xargs awk '/^CONSOLE MESSAGE:/ { next }; /^<\?xml/ { nextfile }; { print FILENAME; nextfile }' | xargs perl -i -pe 's/ +$//g'
This affects many files, and it's not helpful to clog the change log with a list of them.
2020-09-26 Chris Dumez <cdumez@apple.com>
Constructing an AudioNode for a closed context should not throw an exception
https://bugs.webkit.org/show_bug.cgi?id=216994
Reviewed by Darin Adler.
* http/wpt/webaudio/audiocontext-stopped-expected.txt: Removed.
* http/wpt/webaudio/audiocontext-stopped.html: Removed.
Drop outdated test. It is replaced with the new test I am introducing.
* webaudio/MediaStreamAudioDestination/create-in-destroyed-context-expected.txt:
Rebaseline Blink-imported test that is now passing.
* webaudio/construct-node-with-closed-context-expected.txt: Added.
* webaudio/construct-node-with-closed-context.html: Added.
Add layout test coverage.
2020-09-26 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Add support for <wbr>
https://bugs.webkit.org/show_bug.cgi?id=217014
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/wbr-simple-expected.html: Added.
* fast/layoutformattingcontext/wbr-simple.html: Added.
2020-09-26 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Line content logical width expands with run expansions (text-align: justify)
https://bugs.webkit.org/show_bug.cgi?id=217011
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/run-expansion-extends-line-content-width-expected.html: Added.
* fast/layoutformattingcontext/run-expansion-extends-line-content-width.html: Added.
2020-09-25 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Incorrect breaking position when inline box content fits the line but the inline content itself does not.
https://bugs.webkit.org/show_bug.cgi?id=217007
Reviewed by Simon Fraser.
* fast/layoutformattingcontext/inlin-box-content-fits-but-the-box-does-not-expected.html: Added.
* fast/layoutformattingcontext/inlin-box-content-fits-but-the-box-does-not.html: Added.
2020-09-25 Wenson Hsieh <wenson_hsieh@apple.com>
[GPU Process] fast/canvas/canvas-composite-canvas.html and fast/canvas/canvas-composite-image.html fail
https://bugs.webkit.org/show_bug.cgi?id=216982
Reviewed by Simon Fraser.
Rebaseline this display list test to account for the fact that display list extent rects are in the global
coordinate space, and are therefore vertically flipped since the initial CTM flips everything about the x-axis.
* displaylists/canvas-display-list-expected.txt:
2020-09-25 Chris Dumez <cdumez@apple.com>
visibilitychange:hidden doesn't fire during page navigations
https://bugs.webkit.org/show_bug.cgi?id=151234
<rdar://problem/23688763>
Reviewed by Ryosuke Niwa.
Add test coverage for the visibilitychange event and document.visibilitystate when entering
and coming out of the back/forward cache.
* fast/history/back-forward-cache-visibility-state-expected.txt: Added.
* fast/history/back-forward-cache-visibility-state.html: Added.
2020-09-25 James Darpinian <jdarpinian@chromium.org>
Support OES_fbo_render_mipmap
https://bugs.webkit.org/show_bug.cgi?id=217003
Reviewed by Kenneth Russell.
* webgl/conformance/extensions/oes-fbo-render-mipmap-expected.txt: Added.
* webgl/conformance/extensions/oes-fbo-render-mipmap.html: Added.
* webgl/resources/webgl_test_files/conformance/extensions/oes-fbo-render-mipmap.html: Added.
2020-09-25 Karl Rackler <rackler@apple.com>
REGRESSION (r266932): [ Catalina wk2 ] fast/scrolling/latching/latched-scroll-into-nonfast-region.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=217001
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-25 Chris Dumez <cdumez@apple.com>
REGRESSION(267504): [ macOS ] webaudio/silence-after-playback.html results missing
https://bugs.webkit.org/show_bug.cgi?id=216983
<rdar://problem/69582243>
Reviewed by Eric Carlson.
Drop outdated test which no longer makes sense now that the webkit-prefixed WebAudio API has
been disabled. The WebKit-prefixed API used to allow calling createMediaElementSource() on
an OfflineAudioContext. The test was checking that we were outputting silence after the
media element has finished playing, if the OfflineAudioContext buffer length is longer than
the media duration. However, as per the specification, createMediaElementSource() is only
exposed on AudioContext (which does not have an underlying buffer), not on
OfflineAudioContext:
- https://www.w3.org/TR/webaudio/#audiocontext
* platform/gtk/webaudio/silence-after-playback-expected.wav: Removed.
* platform/mac-mojave/webaudio/silence-after-playback-expected.wav: Removed.
* platform/mac/webaudio/silence-after-playback-expected.wav: Removed.
* platform/wpe/webaudio/silence-after-playback-expected.wav: Removed.
* webaudio/silence-after-playback.html: Removed.
2020-09-25 James Darpinian <jdarpinian@chromium.org>
Support EXT_float_blend
https://bugs.webkit.org/show_bug.cgi?id=216949
Reviewed by Kenneth Russell.
* webgl/conformance/extensions/ext-float-blend-expected.txt: Added.
* webgl/conformance/extensions/ext-float-blend.html: Added.
* webgl/resources/...: Added some support files.
2020-09-25 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Incorrect width value is set for partially collapsible trailing space
https://bugs.webkit.org/show_bug.cgi?id=216990
Reviewed by Simon Fraser.
* fast/layoutformattingcontext/horizontal-sizing-with-trailing-letter-spacing-expected.html: Added.
* fast/layoutformattingcontext/horizontal-sizing-with-trailing-letter-spacing.html: Added.
2020-09-25 Zalan Bujtas <zalan@apple.com>
[LFC][MarginCollapsing] Only inflow boxes collapse their quirk margins with their parents
https://bugs.webkit.org/show_bug.cgi?id=216981
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/quirk-margin-not-collapse-when-floating-expected.html: Added.
* fast/layoutformattingcontext/quirk-margin-not-collapse-when-floating.html: Added.
2020-09-25 Frederic Wang <fwang@igalia.com>
Bug 216702 - Implement the CSS math-style property
https://bugs.webkit.org/show_bug.cgi?id=216702
Reviewed by Rob Buis.
Rebaseline tests to take into account new PASS results.
* TestExpectations:
* mathml/opentype/large-operators-displaystyle-dynamic.html: Do the dynamic change directly
after page load but do a requestAnimationFrame before completing the test.
* platform/glib/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-3-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt: Copied from LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt.
* platform/gtk/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt: Copied from LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-3-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-3-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-3-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2020-09-24 Darin Adler <darin@apple.com>
Add CSSConditionRule and CSSGroupingRule
https://bugs.webkit.org/show_bug.cgi?id=216855
Reviewed by Sam Weinig.
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/domListEnumeration.html:
Updated since toString is now implemented and enumerable.
* fast/dom/non-numeric-values-numeric-parameters-expected.txt:
* fast/dom/non-numeric-values-numeric-parameters.html:
Updated test and expectations since CSSMediaRule's deleteRule no longer allows omitting
the index to delete rule 0 (both non-standard and inconsistent with CSSStyleSheet).
2020-09-25 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, land test expectations for rdar://69347249.
* platform/mac/TestExpectations:
* platform/mac/TestExpectationsRosetta:
2020-09-25 Zalan Bujtas <zalan@apple.com>
[LFC][Out-of-flow] ASSERTION FAILED: !layoutBox.isOutOfFlowPositioned() in WebCore::Layout::FormattingContext::Geometry::computedHeightValue
https://bugs.webkit.org/show_bug.cgi?id=216976
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/out-of-flow-with-non-fixed-height-simple-expected.html: Added.
* fast/layoutformattingcontext/out-of-flow-with-non-fixed-height-simple.html: Added.
2020-09-25 Antoine Quint <graouts@webkit.org>
Reduce the reliance on PseudoElement in the animation code
https://bugs.webkit.org/show_bug.cgi?id=216931
<rdar://problem/69511682>
Reviewed by Antti Koivisto.
Update a couple of tests which relied on an internals method to get a pseudo element and instead use
the Web Animations API to determine whether a given animation targets a pseudo-element. This has the
added benefit of having the same code run in a testing environment as in a regular browser.
* fast/css-generated-content/pseudo-animation.html:
* fast/css-generated-content/pseudo-transition.html:
2020-09-25 Alexey Shvayka <shvaikalesh@gmail.com>
DataView instances should not have own "byteLength" and "byteOffset" properties
https://bugs.webkit.org/show_bug.cgi?id=149906
Reviewed by Ross Kirsling.
* inspector/model/remote-object/object-expected.txt:
2020-09-25 Antti Koivisto <antti@apple.com>
[LFC][Integration] Enable on Apple Windows port
https://bugs.webkit.org/show_bug.cgi?id=216928
<rdar://problem/69505961>
Reviewed by Zalan Bujtas.
* platform/win/TestExpectations:
2020-09-24 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Several WPT's MathML tests are crashing in GTK/WPE Debug.
* platform/glib/TestExpectations:
2020-09-24 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline and unify some expectations after r267551
Unreviewed test gardening.
This one was missing from previous mathml gardening:
* platform/glib/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt:
After r267551:
* platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
2020-09-24 Keith Miller <keith_miller@apple.com>
CSS angle unit conversions should consistently use the same associativity
https://bugs.webkit.org/show_bug.cgi?id=216906
Reviewed by Simon Fraser.
Rebaseline tests.
* TestExpectations:
2020-09-24 Lauro Moura <lmoura@igalia.com>
[GLIB] Update baseline and expectations after r267531
Unreviewed test gardening.
Also unified some shared expectations between GTK and WPE.
Some flakies likely to be still around in WPE. Will garden as they
appear in the test runs.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-linethickness-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-3-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/legacy-orthogonal-pseudo-units-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/inferred-mrow-baseline-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/merror-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/mrow-preferred-width-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/no-spacing-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/spacing-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-font-relative-lengths-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-minsize-maxsize-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/radicals/root-parameters-2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/cramped-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/empty-underover-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/subsup-parameters-2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-3-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-4.tentative-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/tables/dynamic-table-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-font-family-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/display-2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-3-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/multi-column-layout-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/margin-003-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/css-styling/scriptlevel-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/content-editable-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/integration-point-5-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-001-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-002-expected.txt.
* platform/glib/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.txt.
* platform/glib/mathml/presentation/menclose-notation-values-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/presentation/menclose-notation-values-expected.txt.
* platform/glib/mathml/presentation/mspace-children-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/presentation/mspace-children-expected.txt.
* platform/gtk/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-script-level-001.tentative-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-script-level-001.tentative-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Copied from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt.
* platform/wpe/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Removed.
* platform/wpe/mathml/presentation/menclose-notation-values-expected.txt: Removed.
* platform/wpe/mathml/presentation/mspace-children-expected.txt: Removed.
2020-09-24 Chris Dumez <cdumez@apple.com>
web audio api outputs silence for 302 redirected resource in safari
https://bugs.webkit.org/show_bug.cgi?id=214932
<rdar://problem/66300050>
Reviewed by Darin Adler.
Add layout test coverage. Update existing test to reflect the fact that the frequency returned by
the AnalyserNode is -Infinity when input is silent, not minDecibels (this has changed fairly
recently).
* http/tests/security/webaudio-render-remote-audio-allowed-crossorigin-redirect-expected.txt: Added.
* http/tests/security/webaudio-render-remote-audio-allowed-crossorigin-redirect.html: Copied from LayoutTests/http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html.
* http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html:
* http/tests/security/webaudio-render-remote-audio-blocked-no-crossorigin-redirect-expected.txt: Added.
* http/tests/security/webaudio-render-remote-audio-blocked-no-crossorigin-redirect.html: Copied from LayoutTests/http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html.
2020-09-24 Frederic Wang <fwang@igalia.com>
Resync WPT's mathml and math-script-level-and-math-style tests
https://bugs.webkit.org/show_bug.cgi?id=216871
Reviewed by Rob Buis.
Resync WPT's mathml and math-script-level-and-math-style tests
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-script-level-001.tentative-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-1-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-linethickness-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-3-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/legacy-orthogonal-pseudo-units-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/inferred-mrow-baseline-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/merror-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/mrow-preferred-width-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/no-spacing-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/spacing-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-font-relative-lengths-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-minsize-maxsize-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/radicals/root-parameters-2-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/cramped-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/empty-underover-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/subsup-parameters-2-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-3-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-4.tentative-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-1-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/tables/dynamic-table-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-font-family-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/display-2-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-3-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/multi-column-layout-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/margin-003-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/scriptlevel-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/content-editable-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-002-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/integration-point-5-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-001-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-script-level-001.tentative-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-1-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-linethickness-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-3-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/legacy-orthogonal-pseudo-units-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-003-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/inferred-mrow-baseline-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/merror-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/mrow-preferred-width-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/no-spacing-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/spacing-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-003-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-font-relative-lengths-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-minsize-maxsize-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/radicals/root-parameters-2-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/empty-underover-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/subsup-parameters-2-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-3-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-4.tentative-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-1-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-003-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/tables/dynamic-table-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-font-family-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/display-2-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-3-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/margin-003-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/scriptlevel-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/content-editable-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-002-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/integration-point-5-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-001-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-script-level-001.tentative-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-1-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-linethickness-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-3-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/legacy-orthogonal-pseudo-units-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mpadded/mpadded-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/inferred-mrow-baseline-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/merror-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/mrow-preferred-width-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/no-spacing-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/mrow/spacing-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/embellished-operator-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-font-relative-lengths-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-minsize-maxsize-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/radicals/root-parameters-2-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/empty-underover-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/subsup-parameters-2-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-3-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-4.tentative-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-1-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-like-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/presentation-markup/tables/dynamic-table-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-font-family-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/default-properties-on-the-math-root-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/display-2-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-3-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/multi-column-layout-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/margin-003-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/scriptlevel-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/content-editable-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-1-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-002-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/integration-point-5-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-001-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/tabindex-002-expected.txt: Added.
* platform/wpe/TestExpectations:
* tests-options.json:
2020-09-24 Antti Koivisto <antti@apple.com>
currentColor isn't recalculated when a text node doesn't exist
https://bugs.webkit.org/show_bug.cgi?id=216780
<rdar://problem/69320933>
Reviewed by Antoine Quint.
* fast/css/currentColor-background-paint-expected.html: Added.
* fast/css/currentColor-background-paint.html: Added.
2020-09-24 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r267495 and r267512.
https://bugs.webkit.org/show_bug.cgi?id=216924
Broke transform-stream.html test
Reverted changesets:
"Missing scope release in JSDOMBuiltinConstructorBase"
https://bugs.webkit.org/show_bug.cgi?id=216851
https://trac.webkit.org/changeset/267495
"Unreviewed, we should put it under js/dom since it is not
usable in JSC shell"
https://bugs.webkit.org/show_bug.cgi?id=216851
https://trac.webkit.org/changeset/267512
2020-09-24 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r267507.
https://bugs.webkit.org/show_bug.cgi?id=216923
Broke two layout tests on windows
Reverted changeset:
"web audio api outputs silence for 302 redirected resource in
safari"
https://bugs.webkit.org/show_bug.cgi?id=214932
https://trac.webkit.org/changeset/267507
2020-09-23 Alexey Shvayka <shvaikalesh@gmail.com>
Update Array.prototype.sort to be consistent with tightened spec
https://bugs.webkit.org/show_bug.cgi?id=202582
Reviewed by Yusuke Suzuki and Keith Miller.
While adding new LayoutTests for JS-only features is undesirable, it's a
quick-and-dirty way to import the tests [1] and fix the call count/order
of observable operations via debug() and text expectations.
The tests are imported into LayoutTests/js/dom instead of LayoutTests/js for
run-javascriptcore-tests to ignore them as they require array-sort-harness.js.
These files will be removed shortly in favor of thorough test262 coverage,
which is required for the proposal [2] to be merged.
[1]: https://gist.github.com/szuend/05ae15b4e1329b264ab4c9a1cda09242
[2]: https://github.com/tc39/ecma262/pull/1585
* TestExpectations: Mark a test as slow.
* js/dom/array-sort-*-expected.txt: Added.
* js/dom/array-sort-*.html: Added.
* js/dom/script-tests/array-sort-*.js: Added.
* js/resources/array-sort-harness.js: Added.
2020-09-23 Yusuke Suzuki <ysuzuki@apple.com>
Unreviewed, we should put it under js/dom since it is not usable in JSC shell
https://bugs.webkit.org/show_bug.cgi?id=216851
* js/dom/script-tests/transform-stream.js: Renamed from LayoutTests/js/script-tests/transform-stream.js.
* js/dom/transform-stream-expected.txt: Renamed from LayoutTests/js/transform-stream-expected.txt.
* js/dom/transform-stream.html: Renamed from LayoutTests/js/transform-stream.html.
2020-09-23 Chris Dumez <cdumez@apple.com>
web audio api outputs silence for 302 redirected resource in safari
https://bugs.webkit.org/show_bug.cgi?id=214932
<rdar://problem/66300050>
Reviewed by Darin Adler.
Add layout test coverage. Update existing test to reflect the fact that the frequency returned by
the AnalyserNode is -Infinity when input is silent, not minDecibels (this has changed fairly
recently).
* http/tests/security/webaudio-render-remote-audio-allowed-crossorigin-redirect-expected.txt: Added.
* http/tests/security/webaudio-render-remote-audio-allowed-crossorigin-redirect.html: Copied from LayoutTests/http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html.
* http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html:
* http/tests/security/webaudio-render-remote-audio-blocked-no-crossorigin-redirect-expected.txt: Added.
* http/tests/security/webaudio-render-remote-audio-blocked-no-crossorigin-redirect.html: Copied from LayoutTests/http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html.
2020-09-23 Chris Dumez <cdumez@apple.com>
Turn off the legacy prefixed WebAudio API
https://bugs.webkit.org/show_bug.cgi?id=216886
Reviewed by Sam Weinig.
Port existing layout tests from the prefixed WebAudio API to the new
unprefixed version.
* fast/history/page-cache-closed-audiocontext.html:
* fast/history/page-cache-running-audiocontext.html:
* fast/history/page-cache-suspended-audiocontext.html:
* fast/mediastream/getUserMedia-webaudio.html:
* fast/mediastream/media-devices-enumerate-devices.html:
* fast/mediastream/mediastreamtrack-audio-clone.html:
* fast/mediastream/mock-media-source-webaudio.html:
* http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html:
* http/tests/security/webaudio-render-remote-audio-blocked-no-crossorigin.html:
* http/wpt/mediarecorder/MediaRecorder-onremovetrack.html:
* http/wpt/webaudio/resources/audiocontext-stopped-iframe.html:
* platform/ios/webaudio/realtimeanalyser-fft-sizing-expected.txt:
* resources/testharnessreport.js:
* webaudio/analyser-exception.html:
* webaudio/audiobuffer-crash-expected.txt:
* webaudio/audiobuffer-crash.html:
* webaudio/audiobuffer-expected.txt:
* webaudio/audiobuffer-neuter.html:
* webaudio/audiobuffer.html:
* webaudio/audiobuffersource-channels-expected.txt:
* webaudio/audiobuffersource-channels.html:
* webaudio/audiobuffersource-ended.html:
* webaudio/audiobuffersource-multi-channels.html:
* webaudio/audiobuffersource-negative-playbackrate-interpolated-loop.html:
* webaudio/audiobuffersource-negative-playbackrate-interpolated.html:
* webaudio/audiobuffersource-negative-playbackrate-loop.html:
* webaudio/audiobuffersource-negative-playbackrate.html:
* webaudio/audiobuffersource-not-gced-until-ended.html:
* webaudio/audiobuffersource-playbackState-expected.txt: Removed.
* webaudio/audiobuffersource-playbackState.html: Removed.
* webaudio/audiobuffersource-playbackrate.html:
* webaudio/audiobuffersource-start.html:
* webaudio/audiobuffersource.html:
* webaudio/audiobuffersourcenode-legacy-api-expected.txt:
* webaudio/audiobuffersourcenode-legacy-api.html:
* webaudio/audiochannelmerger-basic.html:
* webaudio/audiochannelmerger-stereo.html:
* webaudio/audiochannelsplitter.html:
* webaudio/audiocontext-promise-throwing-expected.txt:
* webaudio/audiocontext-promise-throwing.html:
* webaudio/audiocontext-promise.html:
* webaudio/audiocontext-restriction-audiobuffersourcenode-start.html:
* webaudio/audiocontext-restriction.html:
* webaudio/audiocontext-state-interrupted.html:
* webaudio/audiocontext-state.html:
* webaudio/audionode-connect-order.html:
* webaudio/audionode.html:
* webaudio/audioparam-connect-audioratesignal.html:
* webaudio/audioparam-summingjunction.html:
* webaudio/audioprocessingevent.html:
* webaudio/automatic-pull-node.html:
* webaudio/convolution-mono-mono.html:
* webaudio/convolver-channels.html:
* webaudio/convolver-setBuffer-different-samplerate.html:
* webaudio/convolver-setBuffer-null.html:
* webaudio/createMediaStreamSource-null-expected.txt:
* webaudio/createMediaStreamSource-null.html:
* webaudio/decode-audio-data-basic-expected.txt:
* webaudio/decode-audio-data-basic.html:
* webaudio/decode-audio-data-too-short.html:
* webaudio/delaynode-max-default-delay.html:
* webaudio/delaynode-max-nondefault-delay.html:
* webaudio/delaynode-maxdelay.html:
* webaudio/delaynode-maxdelaylimit.html:
* webaudio/delaynode-scheduling.html:
* webaudio/delaynode.html:
* webaudio/distance-exponential.html:
* webaudio/distance-inverse.html:
* webaudio/distance-linear.html:
* webaudio/dynamicscompressor-basic.html:
* webaudio/finished-audio-buffer-source-nodes-should-be-collectable.html:
* webaudio/gain-basic.html:
* webaudio/gain.html:
* webaudio/mediaelementaudiosourcenode-expected.txt:
* webaudio/mediaelementaudiosourcenode-gc.html:
* webaudio/mediaelementaudiosourcenode.html:
* webaudio/mixing.html:
* webaudio/offlineaudiocontext-gc.html:
* webaudio/offlineaudiocontext-restriction.html:
* webaudio/oscillatornode-legacy-api-expected.txt:
* webaudio/oscillatornode-legacy-api.html:
* webaudio/page-canstartmedia.html:
* webaudio/panner-equalpower-stereo.html:
* webaudio/panner-equalpower.html:
* webaudio/prefixed-pannernode-basic-expected.txt: Removed.
* webaudio/prefixed-pannernode-basic.html: Removed.
* webaudio/realtimeanalyser-fft-sizing-expected.txt:
* webaudio/realtimeanalyser-fft-sizing.html:
* webaudio/resources/audio-codec-test.js:
(runDecodingTest):
* webaudio/resources/audiobuffersource-ended-detached-frame-iframe.html:
* webaudio/resources/audioparam-testing-legacy.js:
(createAudioGraphAndTest):
* webaudio/resources/compatibility.js: Removed.
* webaudio/resources/javascriptaudionode-testing.js:
(runJSNodeTest):
* webaudio/resources/oscillator-testing-legacy.js:
(generateExponentialOscillatorSweep):
* webaudio/sample-accurate-scheduling.html:
* webaudio/silence-after-playback.html:
* webaudio/silent-audio-interrupted-in-background.html:
* webaudio/stereo2mono-down-mixing.html:
* webaudio/test-basic.html:
* webaudio/up-mixing-mono-51.html:
* webaudio/up-mixing-mono-stereo.html:
* webaudio/up-mixing-stereo-51.html:
* webaudio/waveshaper.html:
* webaudio/web-audio-is-playing.html:
* webaudio/webaudio-gc.html:
* webaudio/webkitofflineaudiocontext-startRendering-crash-expected.txt:
* webaudio/webkitofflineaudiocontext-startRendering-crash.html:
* webrtc/audio-peer-connection-g722.html:
* webrtc/audio-peer-connection-webaudio.html:
* webrtc/clone-audio-track.html:
* webrtc/getUserMedia-webaudio-autoplay.html:
* webrtc/peer-connection-audio-mute.html:
* webrtc/peer-connection-audio-mute2.html:
* webrtc/peer-connection-createMediaStreamDestination.html:
* webrtc/peer-connection-remote-audio-mute.html:
* webrtc/peer-connection-remote-audio-mute2.html:
* webrtc/routines.js:
2020-09-23 obrufau@igalia.com <obrufau@igalia.com>
[css-grid] Clear the override width for computing percent margins
https://bugs.webkit.org/show_bug.cgi?id=209461
Reviewed by Manuel Rego Casasnovas.
Update test expectations.
* TestExpectations:
2020-09-23 Tadeu Zagallo <tzagallo@apple.com>
Missing scope release in JSDOMBuiltinConstructorBase
https://bugs.webkit.org/show_bug.cgi?id=216851
<rdar://problem/69144642>
Reviewed by Yusuke Suzuki.
* js/script-tests/transform-stream.js: Added.
* js/transform-stream-expected.txt: Added.
* js/transform-stream.html: Added.
2020-09-23 Chris Dumez <cdumez@apple.com>
webaudio/AudioBufferSource/audiobuffersource-playbackrate.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=216827
Reviewed by Darin Adler.
Unskip test that is no longer crashing.
* TestExpectations:
2020-09-23 Philippe Normand <pnormand@igalia.com>
Unreviewed, add ios baseline for media/media-can-play-av1.html
This was forgotten in r267474.
* platform/ios/media/media-can-play-av1-expected.txt: Added.
2020-09-23 Andres Gonzalez <andresg_22@apple.com>
Fix for accessibility/aria-combobox-control-owns-elements.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=216878
Reviewed by Chris Fleizach.
Use Promises to make this test work reliably for both single and multithreaded accessibility modes.
* accessibility/aria-combobox-control-owns-elements-expected.txt:
* accessibility/aria-combobox-control-owns-elements.html:
2020-09-23 Darin Adler <darin@apple.com>
Selection API: Update more tests that depend on WebKit's legacy non-standard behavior to set up the selection
https://bugs.webkit.org/show_bug.cgi?id=216844
Reviewed by Ryosuke Niwa.
Discovered a batch of editing tests that accidentally rely on non-standard selection
behavior to set up the tests. In many cases, the tests were clearly written wrong, like
using character offsets but a container that is not a text node. These changes keep the
tests testing the same things they are today.
* editing/deleting/delete-block-merge-contents-025.html: Use the actual number of child
nodes rather than 2000000000.
* editing/deleting/delete-blockquote-large-offsets.html: Ditto. The "large offsets" in
the title of this bug might simply be something that can't actually be done in practice,
setting an offset that is much higher than the actual number of children. The old code
simply clamped the high value.
* editing/execCommand/format-block-typing-style.html: Use a 1 as an offset so we are
past the child text element, rather than 5, which was presumably an attempt at setting
an offset to a particular character, but using the wrong container node.
* editing/execCommand/insert-nested-lists-in-table.html: Use a computed offset instead
of a hardcoded, and too high, value of 3.
* editing/execCommand/outdent-selection.html: Use a 1 instead of a 2 for an offset on
a container node that has only one child.
* editing/input/select-all-clear-input-method.html: Use a 3 instead of a 5 for an
offset in a container that's a text node containing 3 characters.
* editing/inserting/insert-list-during-node-removal-crash.html: This one is a little
different. The code selected the entire document and used the deleteFromDocument method.
That function is specified to not do an end-user "editing" delete, but to literally
delete all the nodes. That includes all the script nodes. To fix the test, just select
the contents of the body of the document.
* editing/inserting/insert-list-in-table-assert.html: Use a 0 instead of a 1
for an offset inside an empty style element.
* editing/inserting/insert-list-in-table-cell-04.html: Use a 1 instead of a 2
as the offest for the end of the element, given the element had only one child.
* editing/inserting/insert-list-in-table-cell-08.html: Ditto.
* editing/inserting/page-zoom-font-size.html: Ditto, 1 instead of 12.
* editing/inserting/replace-at-visible-boundary.html: Select the image by setting end
points before and after it, rather than trying to set offsets inside the image with
offsets of 0 and 1, since 1 is an illegal offset in an image with no children.
* editing/pasteboard/dataTransfer-setData-getData.html: Use a 1 instead of a 4
for an offset inside the dragme element, which has one child, which was presumably
an attempt at setting an offset to a particular character, but using the wrong
container node.
* editing/pasteboard/drag-drop-to-data-url.html: Ditto.
* editing/pasteboard/paste-blockquote-into-blockquote-2.html: Use an offset of 1
instead of 3 inside the block element which has no children, which was presumably
an attempt at setting an offset to a particular character, but using the wrong
container node.
* editing/pasteboard/paste-blockquote-into-blockquote-3.html: Use a range to set
the selection after the endContent <br> element rather than trying to use an
offset of 1 inside that element, which has no children.
* editing/pasteboard/paste-blockquote-into-blockquote.html: Use an offset of 1
instead of 3 inside the block element which has no children, which was presumably
an attempt at setting an offset to a particular character, but using the wrong
container node.
* editing/pasteboard/paste-table-cells.html: Use an offset of 1 instead of 3
inside the table, so the selection is after the table body. Presumably the error
is that someone thought that the table row elements were each children of the table.
2020-09-23 Philippe Normand <pnormand@igalia.com>
media/can-play-av1.html is not spec compliant
https://bugs.webkit.org/show_bug.cgi?id=216873
Reviewed by Eric Carlson.
* media/media-can-play-av1-expected.txt: Update baseline.
* media/media-can-play-av1.html: Update test and add another few testing invalid codecs.
* platform/glib/TestExpectations: Unflag passing test.
* platform/mac/media/media-can-play-av1-expected.txt: Added. This test is expected to fail on mac.
2020-09-23 Youenn Fablet <youenn@apple.com>
Add support for HTMLMediaElement.setSinkId
https://bugs.webkit.org/show_bug.cgi?id=216696
Reviewed by Eric Carlson.
Skip new tests on WK1 since mediaDevices is not implemented in WK1.
* http/wpt/audio-output/setSinkId.https-expected.txt: Added.
* http/wpt/audio-output/setSinkId.https.html: Added.
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2020-09-23 Philippe Normand <pnormand@igalia.com>
REGRESSION(r267383): fast/mediastream/getUserMedia-webaudio.html is failing
https://bugs.webkit.org/show_bug.cgi?id=216813
Reviewed by Adrian Perez de Castro.
Unflag passing tests.
* platform/glib/TestExpectations:
* platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt:
* platform/glib/webaudio/Analyser/realtimeanalyser-freq-data-expected.txt: Added. There's
still a FAIL test there though.
* platform/glib/webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt:
2020-09-23 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Garden more failures in webaudio and webrtc tests.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-09-23 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Remove specific baseline for webaudio/BiquadFilter/tail-time-lowpass.html
The baseline became redudant after r267444.
* platform/glib/webaudio/BiquadFilter/tail-time-lowpass-expected.txt: Removed.
2020-09-22 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some tests
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-09-22 Chris Dumez <cdumez@apple.com>
Slightly improve AudioBufferSourceNode resampling
https://bugs.webkit.org/show_bug.cgi?id=216859
Reviewed by Eric Carlson.
* webaudio/AudioBufferSource/audiobuffersource-detune-modulation-expected.txt:
* webaudio/AudioBufferSource/audiobuffersource-playbackrate-modulation-expected.txt:
* webaudio/gain-expected.wav:
Rebaseline tests that have slightly different output.
2020-09-22 Chris Dumez <cdumez@apple.com>
Fix BiquadFilterNode's lowpass & highpass filters
https://bugs.webkit.org/show_bug.cgi?id=216852
Reviewed by Eric Carlson.
Rebaseline tests that are now passing.
* webaudio/BiquadFilter/tail-time-highpass-expected.txt:
* webaudio/BiquadFilter/tail-time-lowpass-expected.txt:
2020-09-22 Chris Dumez <cdumez@apple.com>
Merge AudioBufferSourceNode loop fixes from Blink
https://bugs.webkit.org/show_bug.cgi?id=216849
Reviewed by Eric Carlson.
* webaudio/AudioBufferSource/audiobuffersource-loop-comprehensive-expected.txt:
Rebaseline test that is now passing.
* webaudio/Oscillator/oscillator-basic-expected.txt:
* webaudio/dom-exceptions-expected.txt:
Rebaseline tests because the exception message was improved.
* webaudio/audiobuffersource-exception-expected.txt:
* webaudio/audiobuffersource-exception.html:
Stop expecting an exception to be thrown when AudioBufferSourceNode.stop() gets called
more than once. I have verified that Chrome and Firefox do not throw in this case.
2020-09-22 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] webgl/2.0.0/conformance/textures/misc/texture-upload-size.html is a flaky failure
rdar://66842535
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-22 Chris Dumez <cdumez@apple.com>
AudioParam.setValueCurveAtTime() should have an implicit call to setValueAtTime() at the end
https://bugs.webkit.org/show_bug.cgi?id=216839
Reviewed by Eric Carlson.
Rebaseline test that is now passing.
* webaudio/AudioParam/audioparam-setValueCurve-end-expected.txt:
2020-09-22 Chris Dumez <cdumez@apple.com>
AudioParams with automations must process timelines
https://bugs.webkit.org/show_bug.cgi?id=216837
Reviewed by Darin Adler.
Rebaseline test that is now passing.
* webaudio/AudioParam/audioparam-processing-expected.txt:
2020-09-22 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Mark several audio related tests as failure after r267383.
Also emit baselines for 2 tests passing.
* platform/glib/TestExpectations:
* platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt: Added.
* platform/glib/webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt: Added.
2020-09-22 Chris Dumez <cdumez@apple.com>
webaudio/AudioParam/audioparam-setTarget-timeConstant-0.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=216824
Reviewed by Darin Adler.
Unskip test that is passing and no longer crashing.
* TestExpectations:
2020-09-22 Lauro Moura <lmoura@igalia.com>
[GTK] Mark compositing/video/video-update-rendering.html as flaky crash
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-09-22 Sam Weinig <weinig@apple.com>
Update User Timing interfaces to User Timing Level 3
https://bugs.webkit.org/show_bug.cgi?id=216787
Reviewed by Alex Christensen.
Update error text due to some changes in which exceptions are thrown due to
new support for User Timing Level 3.
* performance-api/performance-measure-name-expected.txt:
* performance-api/performance-now-api-expected.txt:
* performance-api/user-timing-apis-expected.txt:
2020-09-22 Youenn Fablet <youenn@apple.com>
toRTCIceProtocol should handle ssltcp candidates
https://bugs.webkit.org/show_bug.cgi?id=216762
Reviewed by Darin Adler.
* fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt:
2020-09-21 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update baselines after r267389.
* platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt: Update after r267357.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt: Removed.
2020-09-21 Lauro Moura <lmoura@igalia.com>
[GLIB] fast/mediastream/getUserMedia-webaudio.html is failing since 267383
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-09-21 Chris Dumez <cdumez@apple.com>
Value returned by AudioParamTimeline::valuesForTimeRange() is sometimes incorrect for exponential ramps
https://bugs.webkit.org/show_bug.cgi?id=216811
Reviewed by Darin Adler.
Rebaseline test that is now passing.
* webaudio/AudioParam/audioparam-update-value-attribute-expected.txt:
2020-09-21 Chris Dumez <cdumez@apple.com>
AudioBufferSourceNode should update grain parameters when buffer is set after rendering has started
https://bugs.webkit.org/show_bug.cgi?id=216808
Reviewed by Eric Carlson.
Rebaseline test that is now passing.
* webaudio/AudioBufferSource/audiobuffersource-loop-grain-no-duration-expected.txt:
2020-09-21 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip webaudio/Analyser/handle-silent-inputs.html.
This test should no longer be flaky now that it is passing.
* TestExpectations:
2020-09-21 Chris Dumez <cdumez@apple.com>
Values returned by FFTFrame::doFFT() are twice as large as they should be
https://bugs.webkit.org/show_bug.cgi?id=216781
Reviewed by Darin Adler.
* webaudio/Analyser/realtimeanalyser-downmix-expected.txt:
* webaudio/Analyser/realtimeanalyser-freq-data-expected.txt:
* webaudio/Analyser/realtimeanalyser-freq-data-smoothing-expected.txt:
* webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt:
Rebaseline tests that are passing now that the bug has been fixed.
* webaudio/realtimeanalyser-fft-scaling-expected.txt: Removed.
* webaudio/realtimeanalyser-fft-scaling.html: Removed.
Drop outdated test. This test was imported into WPT and now resides at:
- imported/w3c/web-platform-tests/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html
2020-09-21 Chris Dumez <cdumez@apple.com>
Properly handle AudioParam.setTargetAtTime() followed by a ramp
https://bugs.webkit.org/show_bug.cgi?id=216804
Reviewed by Darin Adler.
Rebaseline test that is now passing.
* webaudio/AudioParam/audioparam-setTargetAtTime-continuous-expected.txt:
2020-09-21 Chris Dumez <cdumez@apple.com>
Throw when AudioConnect::connect() is called for an output that has no channels
https://bugs.webkit.org/show_bug.cgi?id=216802
Reviewed by Darin Adler.
* webaudio/MediaElementAudioSource/mediaelementaudiosourcenode-expected.txt:
* webaudio/dom-exceptions-expected.txt:
Rebaseline existing tests because I improved exception messages.
* webaudio/ScriptProcessor/scriptprocessornode-0-output-channels-expected.txt:
Rebaseline test that is now passing.
2020-09-21 Jiewen Tan <jiewen_tan@apple.com>
[WebAuthn] Don't set the UV option if the authenticator doesn't support it
https://bugs.webkit.org/show_bug.cgi?id=215836
<rdar://problem/67817359>
Reviewed by Darin Adler.
* http/wpt/webauthn/public-key-credential-create-failure-hid-silent.https.html:
* http/wpt/webauthn/public-key-credential-create-failure-hid.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-hid-silent.https.html:
* http/wpt/webauthn/public-key-credential-get-failure-hid.https.html:
2020-09-21 Chris Dumez <cdumez@apple.com>
AudioParam.exponentialRampToValueAtTime() does not properly deal with negative values
https://bugs.webkit.org/show_bug.cgi?id=216790
Reviewed by Eric Carlson.
Rebaseline test that is now passing.
* webaudio/AudioParam/audioparam-negative-exponentialRamp-expected.txt:
2020-09-21 Youenn Fablet <youenn@apple.com>
[iOS] MediaRecorder incorrect screen orientation handling
https://bugs.webkit.org/show_bug.cgi?id=198912
<rdar://problem/51802521>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/video-rotation-expected.txt: Added.
* http/wpt/mediarecorder/video-rotation.html: Added.
2020-09-20 Darin Adler <darin@apple.com>
Selection API: A few more refinements to DOMSelection and VisibleSelection to pass all WPT tests
https://bugs.webkit.org/show_bug.cgi?id=216756
Reviewed by Ryosuke Niwa.
* editing/inserting/insert-list-in-table-cell-07-expected.txt: Updated results
for a slight change in where the insertion point ends up. This is neither a
progression nor a regression, but this is also a very strange edge case. It
would be better at some point to enhance the editing code so the selection stays
intact, which I think means that the entire table body would be selected, but
the current behavior, before this patch and after, yields an insertion point.
2020-09-21 Chris Dumez <cdumez@apple.com>
Remove emphasis/de-emphasis filters from DynamicsCompressor
https://bugs.webkit.org/show_bug.cgi?id=216796
Reviewed by Darin Adler.
Rebaseline tests that are now passing.
* webaudio/AudioParam/audioparam-processing-expected.txt:
* webaudio/DynamicsCompressor/dynamicscompressor-clear-internal-state-expected.txt:
* webaudio/DynamicsCompressor/dynamicscompressor-simple-expected.txt:
2020-09-21 Chris Dumez <cdumez@apple.com>
Vectorize linearRampToValueAtTime processing in AudioParamTimeline
https://bugs.webkit.org/show_bug.cgi?id=216788
Reviewed by Darin Adler.
* webaudio/AudioParam/audioparam-cancel-and-hold-expected.txt:
* webaudio/AudioParam/audioparam-negative-exponentialRamp-expected.txt:
* webaudio/AudioParam/audioparam-setTargetAtTime-continuous-expected.txt:
Rebaseline existing tests now that more checks are passing.
* webaudio/audioparam-linearRampToValueAtTime-expected.txt: Removed.
* webaudio/audioparam-linearRampToValueAtTime.html: Removed.
Drop outdated test. This test was imported into WPT and now resides at:
- imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/audioparam-linearRampToValueAtTime.html
2020-09-21 Chris Dumez <cdumez@apple.com>
AnalyserNode's getByteFrequencyData() / getFloatFrequencyData() should only do FFT analysis once per render quantum
https://bugs.webkit.org/show_bug.cgi?id=216735
Reviewed by Darin Adler.
Rebaseline webaudio tests now that more checks are passing.
* webaudio/Analyser/realtimeanalyser-freq-data-smoothing-expected.txt:
* webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt:
2020-09-21 Chris Dumez <cdumez@apple.com>
AnalyserNode should downmix input audio to mono
https://bugs.webkit.org/show_bug.cgi?id=216736
Reviewed by Sam Weinig.
Rebaseline test now that more checks are passing.
* webaudio/Analyser/realtimeanalyser-downmix-expected.txt:
2020-09-21 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r257839): Can't add a memo when transferring funds in First Tech Credit Union App
https://bugs.webkit.org/show_bug.cgi?id=216754
<rdar://problem/67045862>
Reviewed by Antti Koivisto.
Add a new layout test to exercise the bug by programmatically focusing a textarea element that was just shown by
setting `display: block;` on a parent container that was previously `display: none;`.
* fast/forms/programmatic-focus-after-displaying-parent-expected.txt: Added.
* fast/forms/programmatic-focus-after-displaying-parent.html: Added.
2020-09-21 Philippe Normand <pnormand@igalia.com>
[GTK] media/media-can-play-mp3.html is failing since added in r267210
https://bugs.webkit.org/show_bug.cgi?id=216765
Unreviewed, unflag now-passing test, since r267335.
* platform/gtk/TestExpectations: Unflag now-passing test.
2020-09-21 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Adjust test expectations of several tests failing.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-09-21 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Gardened several failures of new tests added.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-09-21 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Emit new baselines for WebAudio tests after r267307.
The results are slightly different in GLIB ports.
* platform/glib/webaudio/BiquadFilter/tail-time-lowpass-expected.txt: Added.
* platform/glib/webaudio/BiquadFilter/tail-time-peaking-expected.txt: Added.
2020-09-20 Sam Weinig <weinig@apple.com>
Performance.navigation and Performance.timing are incorrectly exposed to workers
https://bugs.webkit.org/show_bug.cgi?id=216732
Reviewed by Simon Fraser.
* TestExpectations:
Remove flaky annotation for imported/w3c/web-platform-tests/workers/worker-performance.worker.html. The
test was fixed in upstream WPT as dab9c45, and has since been updated in the WebKit tree as well.
It now also passes.
2020-09-20 Darin Adler <darin@apple.com>
Selection API: Further improvements to VisibleSelection, FrameSelection, and DOMSelection to preserve anchor and focus
https://bugs.webkit.org/show_bug.cgi?id=216739
Reviewed by Ryosuke Niwa.
* editing/execCommand/insert-list-nested-with-orphaned-expected.txt: This test
result reflected incorrrect behavior where the selection changed from a range
to a caret in a certain unusual case. The new behavior of leaving the text
selected is consistent with how the command works in normal cases, and was an
accidental progression from the improvements to the selection code. Was able
to reproduce this all in Safari and after experimenting with different
selections, it's clear this is an improvement.
2020-09-20 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] InlineFormattingState should not store display lines and runs
https://bugs.webkit.org/show_bug.cgi?id=216742
Reviewed by Antti Koivisto.
This directory is about verifying layout correctness
by calling LayoutContext::verifyAndOutputMismatchingLayoutTree on every layout frame
and assert in case of mismatching trees.
The test coverage does not suffer by [ ImageOnlyFailure ] it.
(We need to start generating display boxes for the Display::Painter.)
* TestExpectations:
2020-09-19 Lauro Moura <lmoura@igalia.com>
[GLIB] Unreviewed gardening.
* platform/glib/TestExpectations:
2020-09-19 Darin Adler <darin@apple.com>
Selection API: Update some more tests so they don't accidentally rely on flaws in WebKit's old implementation
https://bugs.webkit.org/show_bug.cgi?id=216737
Reviewed by Sam Weinig.
Like the three tests I modified in r267220, these tests are accidentally
depending on the fact that our selection object implementation currently
allows invalid indexes. It's clear that these are mistakes in the tests,
not intentional, and fixing these does not change the test expectations,
only the tests themselves.
* accessibility/mac/select-text-should-match-whole-words.html: Set the selection
with separate calls to the collapse function. The old code tried to reuse the
same range to set the selection back to an old value, but that won't work if
the selection updates the range (as it is supposed to do).
* editing/execCommand/indent-selection.html: Pass a valid index, 1, instead of
an invalid one, 2.
* editing/pasteboard/paste-visible-script.html: Ditto.
* editing/pasteboard/replacement-fragment-remove-unrendered-node-crash.html:
Pass a valid index, 0, instead of an invalid one, 10500000000. Also fixed line
endings in this file, which were all Windows-style CR/LF pairs to be Unix-style
LF like most of our other files.
* editing/pasteboard/testcase-9507.html: Use childNodes.length to compute a
valid index instead of passing 5, which was an invalid one.
* editing/style/apply-style-crash2.html: Pass a valid index, 0, instead of
an invalid one, 4.
* editing/style/query-typing-style.html: Pass a valid index, 0, instead of
an invalid one, 1.
* editing/undo/undo-paste-when-caret-is-not-in-range.html: Pass valid index
1 instead of invalid ones, 3 and 4.
* fast/block/float/float-list-changed-before-layout-crash.html: Pass a valid
index, 0, instead of an invalid one, 1.
* fast/dynamic/checkbox-selection-crash.html: Use childNodes.length to compute
a valid index instead of passing 1000, which was an invalid one.
* fast/repaint/selection-gap-absolute-child.html: Pass a valid index, 0, instead
of an invalid one, 1.
* fast/repaint/selection-gap-fixed-child.html: Ditto.
* fast/repaint/selection-gap-flipped-absolute-child.html: Ditto.
* fast/repaint/selection-gap-flipped-fixed-child.html: Ditto.
* fast/repaint/selection-gap-transformed-absolute-child.html: Ditto.
* fast/repaint/selection-gap-transformed-fixed-child.html: Ditto.
* fast/replaced/selection-rect.html: Select the image with a range in its
parent node with valid indices instead of relying WebKit's quirky way of
expressing selections of replaced elements, which involves an invalid index
of 1 for an image element with no children. This test has nothing to do with
the particular selection range technique used, so it's fine to change it.
* http/tests/security/resources/foreign-domain-iframe-for-selection-test.html:
Use childNodes.length to compute a valid index instead of passing 10, which was
an invalid one.
* imported/blink/editing/apply-inline-style-to-element-with-no-renderer-crash.html:
Use a valid index, 0, instead of an invalid one, 4.
2020-09-19 Sam Weinig <weinig@apple.com>
Resync web-platform-tests/hr-time from upstream
https://bugs.webkit.org/show_bug.cgi?id=216724
Reviewed by Darin Adler.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
Update paths in expectations.
2020-09-18 Darin Adler <darin@apple.com>
Selection API: Extend lifetime of selection live range to preserve expando properties
https://bugs.webkit.org/show_bug.cgi?id=216721
Reviewed by Ryosuke Niwa.
* editing/selection/expando-expected.txt: Added.
* editing/selection/expando.html: Added.
* TestExpectations: Skip the new test since DumpRenderTree doesn't support enabling
internal properties.
* platform/wk2/TestExpectations: Unskip the new test since WebKitTestRunner does.
2020-09-18 Chris Dumez <cdumez@apple.com>
Import remaining webaudio layout tests from Blink
https://bugs.webkit.org/show_bug.cgi?id=216719
Reviewed by Darin Adler.
Import remaining webaudio tests from Blink that we had not imported yet.
* TestExpectations:
* webaudio/BiquadFilter/biquad-829349-expected.txt: Added.
* webaudio/BiquadFilter/biquad-829349.html: Added.
* webaudio/BiquadFilter/tail-time-allpass-expected.txt: Added.
* webaudio/BiquadFilter/tail-time-allpass.html: Added.
* webaudio/BiquadFilter/tail-time-bandpass-expected.txt: Added.
* webaudio/BiquadFilter/tail-time-bandpass.html: Added.
* webaudio/BiquadFilter/tail-time-highpass-expected.txt: Added.
* webaudio/BiquadFilter/tail-time-highpass.html: Added.
* webaudio/BiquadFilter/tail-time-highshelf-expected.txt: Added.
* webaudio/BiquadFilter/tail-time-highshelf.html: Added.
* webaudio/BiquadFilter/tail-time-lowpass-expected.txt: Added.
* webaudio/BiquadFilter/tail-time-lowpass.html: Added.
* webaudio/BiquadFilter/tail-time-lowshelf-expected.txt: Added.
* webaudio/BiquadFilter/tail-time-lowshelf.html: Added.
* webaudio/BiquadFilter/tail-time-notch-expected.txt: Added.
* webaudio/BiquadFilter/tail-time-notch.html: Added.
* webaudio/BiquadFilter/tail-time-peaking-expected.txt: Added.
* webaudio/BiquadFilter/tail-time-peaking.html: Added.
* webaudio/BiquadFilter/test-tail-time.js: Added.
(testTailTime):
* webaudio/BiquadFilter/unstable-filter-warning-expected.txt: Added.
* webaudio/BiquadFilter/unstable-filter-warning.html: Added.
* webaudio/ChannelMerger/audiochannelmerger-cycle-expected.txt: Added.
* webaudio/ChannelMerger/audiochannelmerger-cycle.html: Added.
* webaudio/Convolver/unmmodified-buffer-expected.txt: Copied from LayoutTests/webaudio/convolvernode-unmodified-buffer-expected.txt.
* webaudio/Convolver/unmmodified-buffer.html: Renamed from LayoutTests/webaudio/convolvernode-unmodified-buffer.html.
* webaudio/DynamicsCompressor/dynamicscompressor-clear-internal-state-expected.txt: Added.
* webaudio/DynamicsCompressor/dynamicscompressor-clear-internal-state.html: Added.
* webaudio/DynamicsCompressor/dynamicscompressor-simple-expected.txt: Added.
* webaudio/DynamicsCompressor/dynamicscompressor-simple.html: Added.
* webaudio/IIRFilter/iir-tail-time-expected.txt: Added.
* webaudio/IIRFilter/iir-tail-time.html: Added.
* webaudio/IIRFilter/iir-unstable-expected.txt: Added.
* webaudio/IIRFilter/iir-unstable.html: Added.
* webaudio/IIRFilter/unstable-filter-warning-expected.txt: Added.
* webaudio/IIRFilter/unstable-filter-warning.html: Added.
* webaudio/MediaElementAudioSource/mediaelementaudiosourcenode-expected.txt: Added.
* webaudio/MediaElementAudioSource/mediaelementaudiosourcenode.html: Added.
* webaudio/MediaElementAudioSource/resampling-crash-expected.txt: Added.
* webaudio/MediaElementAudioSource/resampling-crash.html: Added.
* webaudio/MediaStreamAudioDestination/create-in-destroyed-context-expected.txt: Added.
* webaudio/MediaStreamAudioDestination/create-in-destroyed-context.html: Added.
* webaudio/MediaStreamAudioDestination/mediastreamaudiodestinationnode-expected.txt: Added.
* webaudio/MediaStreamAudioDestination/mediastreamaudiodestinationnode.html: Added.
* webaudio/MediaStreamAudioSource/ctor-mediastreamaudiosource-expected.txt: Added.
* webaudio/MediaStreamAudioSource/ctor-mediastreamaudiosource.html: Added.
* webaudio/MediaStreamAudioSource/mediastreamaudiosourcenode-expected.txt: Added.
* webaudio/MediaStreamAudioSource/mediastreamaudiosourcenode.html: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-constructor-expected.txt: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-constructor.html: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-event-listener-gc-expected.txt: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-event-listener-gc.html: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-promise-basic-expected.txt: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-promise-basic.html: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-promise-expected.txt: Copied from LayoutTests/webaudio/convolvernode-unmodified-buffer-expected.txt.
* webaudio/OfflineAudioContext/offlineaudiocontext-promise.html: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-basic-expected.txt: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-basic-expected.txt.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-basic.html: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-basic.html.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler-expected.txt: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler-expected.txt.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler.html.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.html: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation.html.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise-expected.txt: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-promise-expected.txt.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise.html: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-promise.html.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-sequence-expected.txt: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt.
* webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-sequence.html: Renamed from LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence.html.
* webaudio/OfflineAudioContext/offlineaudiocontext-thread-smoke-test-expected.txt: Added.
* webaudio/OfflineAudioContext/offlineaudiocontext-thread-smoke-test.html: Added.
* webaudio/OfflineAudioContext/onstatechange-expected.txt: Added.
* webaudio/OfflineAudioContext/onstatechange.html: Added.
* webaudio/Panner/hrtf-database-expected.txt: Added.
* webaudio/Panner/hrtf-database.html: Added.
* webaudio/Panner/panner-loop-expected.txt: Copied from LayoutTests/webaudio/convolvernode-unmodified-buffer-expected.txt.
* webaudio/Panner/panner-loop.html: Added.
* webaudio/Panner/panner-set-position-expected.txt: Added.
* webaudio/Panner/panner-set-position.html: Added.
* webaudio/PeriodicWave/ctor-periodicwave-expected.txt: Added.
* webaudio/PeriodicWave/ctor-periodicwave.html: Added.
* webaudio/PeriodicWave/periodicwave-contexts-expected.txt: Added.
* webaudio/PeriodicWave/periodicwave-contexts.html: Added.
* webaudio/PeriodicWave/periodicwave-exceptions-expected.txt: Added.
* webaudio/PeriodicWave/periodicwave-exceptions.html: Added.
* webaudio/PeriodicWave/periodicwave-lengths-expected.txt: Added.
* webaudio/PeriodicWave/periodicwave-lengths.html: Added.
* webaudio/PeriodicWave/periodicwave-normalization-expected.txt: Added.
* webaudio/PeriodicWave/periodicwave-normalization.html: Added.
* webaudio/ScriptProcessor/scriptprocessor-offlineaudiocontext-expected.txt: Added.
* webaudio/ScriptProcessor/scriptprocessor-offlineaudiocontext.html: Added.
* webaudio/ScriptProcessor/scriptprocessornode-0-output-channels-expected.txt: Added.
* webaudio/ScriptProcessor/scriptprocessornode-0-output-channels.html: Added.
* webaudio/ScriptProcessor/scriptprocessornode-downmix8-2channel-input-expected.txt: Added.
* webaudio/ScriptProcessor/scriptprocessornode-downmix8-2channel-input.html: Added.
* webaudio/ScriptProcessor/scriptprocessornode-expected.txt: Added.
* webaudio/ScriptProcessor/scriptprocessornode-upmix2-8channel-input-expected.txt: Added.
* webaudio/ScriptProcessor/scriptprocessornode-upmix2-8channel-input.html: Added.
* webaudio/ScriptProcessor/scriptprocessornode-zero-input-channels-expected.txt: Added.
* webaudio/ScriptProcessor/scriptprocessornode-zero-input-channels.html: Added.
* webaudio/ScriptProcessor/scriptprocessornode.html: Added.
* webaudio/WaveShaper/waveshaper-364379-expected.txt: Added.
* webaudio/WaveShaper/waveshaper-364379.html: Added.
* webaudio/WaveShaper/waveshaper-oversample-2x-expected.txt: Copied from LayoutTests/webaudio/convolvernode-unmodified-buffer-expected.txt.
* webaudio/WaveShaper/waveshaper-oversample-2x.html: Added.
* webaudio/WaveShaper/waveshaper-oversample-4x-expected.txt: Renamed from LayoutTests/webaudio/convolvernode-unmodified-buffer-expected.txt.
* webaudio/WaveShaper/waveshaper-oversample-4x.html: Added.
* webaudio/audio-scheduled-source-basic-expected.txt: Added.
* webaudio/audio-scheduled-source-basic.html: Added.
* webaudio/javascriptaudionode-downmix8-2channel-input-expected.txt: Removed.
* webaudio/javascriptaudionode-downmix8-2channel-input.html: Removed.
* webaudio/javascriptaudionode-expected.txt: Removed.
* webaudio/javascriptaudionode-upmix2-8channel-input-expected.txt: Removed.
* webaudio/javascriptaudionode-upmix2-8channel-input.html: Removed.
* webaudio/javascriptaudionode-zero-input-channels-expected.txt: Removed.
* webaudio/javascriptaudionode-zero-input-channels.html: Removed.
* webaudio/javascriptaudionode.html: Removed.
* webaudio/mediastreamaudiodestinationnode-expected.txt: Removed.
* webaudio/mediastreamaudiodestinationnode.html: Removed.
* webaudio/mediastreamaudiosourcenode-expected.txt: Removed.
* webaudio/mediastreamaudiosourcenode.html: Removed.
* webaudio/offlineaudiocontext-constructor-expected.txt: Removed.
* webaudio/offlineaudiocontext-constructor.html: Removed.
* webaudio/panner-loop-expected.txt: Removed.
* webaudio/panner-loop.html: Removed.
* webaudio/periodicwave-lengths-expected.txt: Removed.
* webaudio/periodicwave-lengths.html: Removed.
* webaudio/resources/audionodeoptions.js: Added.
(testAudioNodeOptions):
(initializeContext):
(testInvalidConstructor):
(testDefaultConstructor):
(testDefaultAttributes):
* webaudio/resources/biquad-filters.js: Added.
(createLowpassFilter):
(createHighpassFilter):
(normalizeFilterCoefficients):
(createBandpassFilter):
(createLowShelfFilter):
(createHighShelfFilter):
(createPeakingFilter):
(createNotchFilter):
(createAllpassFilter):
(filterData):
(createFilter):
* webaudio/resources/hrtf/Composite.flac: Added.
* webaudio/resources/hrtf/Composite.wav: Added.
* webaudio/resources/hrtf/README: Added.
* webaudio/resources/scriptprocessornode-testing-audit.js: Added.
(createBuffer):
(processAudioData):
(fillData):
(checkStereoOnlyData):
(runJSNodeTest):
* webaudio/resources/scriptprocessornode-testing.js: Added.
(createBuffer):
(processAudioData):
(fillData):
(checkStereoOnlyData):
(runJSNodeTest):
* webaudio/resources/waveshaper-testing.js:
(T0):
(T1):
(T2):
(T3):
(T4):
(generateWaveShapingCurve):
(checkShapedCurve):
(createImpulseBuffer):
(runWaveShaperOversamplingTest):
* webaudio/waveshaper-oversample-2x-expected.txt: Removed.
* webaudio/waveshaper-oversample-2x.html: Removed.
* webaudio/waveshaper-oversample-4x-expected.txt: Removed.
* webaudio/waveshaper-oversample-4x.html: Removed.
2020-09-18 Saam Barati <sbarati@apple.com>
console APIs shouldn't crash making a string that's too long for a console warning when using user provided labels
https://bugs.webkit.org/show_bug.cgi?id=216709
<rdar://problem/68275357>
Reviewed by Mark Lam and Devin Rousso.
* TestExpectations:
* inspector/console/console-oom-expected.txt: Added.
* inspector/console/console-oom.html: Added.
2020-09-18 Sihui Liu <sihui_liu@apple.com>
REGRESSION (r266634): fast/selectors/text-field-selection-stroke-color.html and fast/selectors/text-field-selection-window-inactive-stroke-color.html are flaky failures with pixel noise
https://bugs.webkit.org/show_bug.cgi?id=216394
<rdar://problem/68679551>
Reviewed by Tim Horton.
Update test expectations as tests should be passing.
* platform/mac-wk2/TestExpectations:
2020-09-18 Aditya Keerthi <akeerthi@apple.com>
[macOS] Date/time inputs should focus the next editable component when entering a separator key
https://bugs.webkit.org/show_bug.cgi?id=216661
<rdar://problem/69091856>
Reviewed by Wenson Hsieh.
Added new test cases to the existing set of keyboard tests for date/time inputs.
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events-expected.txt:
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events.html:
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-keyboard-events-expected.txt:
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-keyboard-events.html:
* fast/forms/time/time-editable-components/time-editable-components-keyboard-events-expected.txt:
* fast/forms/time/time-editable-components/time-editable-components-keyboard-events.html:
2020-09-18 Chris Dumez <cdumez@apple.com>
Import AudioContext / AudioListener / AudioNode / AudioParam layout tests from Blink
https://bugs.webkit.org/show_bug.cgi?id=216706
Reviewed by Eric Carlson.
Import AudioContext / AudioListener / AudioNode / AudioParam layout tests from Blink.
* webaudio/AudioContext/audiocontext-close-basic-expected.txt: Added.
* webaudio/AudioContext/audiocontext-close-basic.html: Added.
* webaudio/AudioContext/audiocontext-listener-should-not-crash-expected.txt: Added.
* webaudio/AudioContext/audiocontext-listener-should-not-crash.html: Added.
* webaudio/AudioListener/audiolistener-automation-position-expected.txt: Added.
* webaudio/AudioListener/audiolistener-automation-position.html: Added.
* webaudio/AudioListener/audiolistener-set-position-expected.txt: Added.
* webaudio/AudioListener/audiolistener-set-position.html: Added.
* webaudio/AudioNode/tail-connections-expected.txt: Added.
* webaudio/AudioNode/tail-connections.html: Added.
* webaudio/AudioNode/tail-processing-expected.txt: Added.
* webaudio/AudioNode/tail-processing.html: Added.
* webaudio/AudioParam/audioparam-automation-clamping-expected.txt: Added.
* webaudio/AudioParam/audioparam-automation-clamping.html: Added.
* webaudio/AudioParam/audioparam-cancel-and-hold-expected.txt: Renamed from LayoutTests/webaudio/audioparam-cancel-and-hold-expected.txt.
* webaudio/AudioParam/audioparam-cancel-and-hold.html: Renamed from LayoutTests/webaudio/audioparam-cancel-and-hold.html.
* webaudio/AudioParam/audioparam-clamp-time-to-current-time-expected.txt: Added.
* webaudio/AudioParam/audioparam-clamp-time-to-current-time.html: Added.
* webaudio/AudioParam/audioparam-initial-event-expected.txt: Added.
* webaudio/AudioParam/audioparam-initial-event.html: Added.
* webaudio/AudioParam/audioparam-k-rate-expected.txt: Added.
* webaudio/AudioParam/audioparam-k-rate.html: Added.
* webaudio/AudioParam/audioparam-linearRamp-value-attribute-expected.txt: Added.
* webaudio/AudioParam/audioparam-linearRamp-value-attribute.html: Added.
* webaudio/AudioParam/audioparam-negative-exponentialRamp-expected.txt: Added.
* webaudio/AudioParam/audioparam-negative-exponentialRamp.html: Added.
* webaudio/AudioParam/audioparam-nominal-range-expected.txt: Renamed from LayoutTests/webaudio/audioparam-nominal-range-expected.txt.
* webaudio/AudioParam/audioparam-nominal-range.html: Renamed from LayoutTests/webaudio/audioparam-nominal-range.html.
* webaudio/AudioParam/audioparam-processing-expected.txt: Added.
* webaudio/AudioParam/audioparam-processing.html: Added.
* webaudio/AudioParam/audioparam-sampling-expected.txt: Added.
* webaudio/AudioParam/audioparam-sampling.html: Added.
* webaudio/AudioParam/audioparam-setTarget-timeConstant-0-expected.txt: Added.
* webaudio/AudioParam/audioparam-setTarget-timeConstant-0.html: Added.
* webaudio/AudioParam/audioparam-setTargetAtTime-continuous-expected.txt: Added.
* webaudio/AudioParam/audioparam-setTargetAtTime-continuous.html: Added.
* webaudio/AudioParam/audioparam-setTargetAtTime-limit-expected.txt: Added.
* webaudio/AudioParam/audioparam-setTargetAtTime-limit.html: Added.
* webaudio/AudioParam/audioparam-setTargetAtTime-sampling-expected.txt: Added.
* webaudio/AudioParam/audioparam-setTargetAtTime-sampling.html: Added.
* webaudio/AudioParam/audioparam-setValueCurve-copy-expected.txt: Added.
* webaudio/AudioParam/audioparam-setValueCurve-copy.html: Added.
* webaudio/AudioParam/audioparam-setValueCurve-duration-expected.txt: Added.
* webaudio/AudioParam/audioparam-setValueCurve-duration.html: Added.
* webaudio/AudioParam/audioparam-setValueCurve-end-expected.txt: Added.
* webaudio/AudioParam/audioparam-setValueCurve-end.html: Added.
* webaudio/AudioParam/audioparam-setValueCurve-exceptions-expected.txt: Added.
* webaudio/AudioParam/audioparam-setValueCurveAtTime-interpolation-expected.txt: Added.
* webaudio/AudioParam/audioparam-setValueCurveAtTime-interpolation.html: Added.
* webaudio/AudioParam/audioparam-update-value-attribute-expected.txt: Added.
* webaudio/AudioParam/audioparam-update-value-attribute.html: Added.
* webaudio/AudioParam/audioparam-value-setter-error-expected.txt: Added.
* webaudio/AudioParam/audioparam-value-setter-error.html: Added.
* webaudio/AudioParam/cancel-values-crash-913217-expected.txt: Added.
* webaudio/AudioParam/cancel-values-crash-913217.html: Added.
* webaudio/AudioParam/value-setter-warnings-expected.txt: Added.
* webaudio/AudioParam/value-setter-warnings.html: Added.
* webaudio/AudioParam/worklet-warnings-expected.txt: Added.
* webaudio/AudioParam/worklet-warnings.html: Added.
* webaudio/audioparam-exponentialRampToValueAtTime.html:
* webaudio/audioparam-linearRampToValueAtTime.html:
* webaudio/audioparam-setValueAtTime.html:
* webaudio/resources/audioparam-testing-legacy.js: Copied from LayoutTests/webaudio/resources/audioparam-testing.js.
(renderLength):
(createConstantBuffer):
(createConstantArray):
(createLinearRampArray):
(createExponentialRampArray):
(discreteTimeConstantForSampleRate):
(createExponentialApproachArray):
(createSineWaveArray):
(endValueDelta):
(valueUpdate):
(comparePartialSignals):
(verifyDiscontinuities):
(compareSignals):
(checkResultFunction):
(doAutomation):
(createAudioGraphAndTest):
* webaudio/resources/audioparam-testing.js:
(renderLength):
(createConstantArray):
(getStartEndFrames):
(createLinearRampArray):
(createExponentialRampArray):
(discreteTimeConstantForSampleRate):
(createExponentialApproachArray):
(createReferenceSineArray):
(createSineWaveArray):
(endValueDelta):
(relativeErrorMetric):
(differenceErrorMetric):
(valueUpdate):
(comparePartialSignals):
(verifyDiscontinuities):
(compareSignals):
(checkResultFunction):
(doAutomation):
(createAudioGraphAndTest):
* webaudio/resources/set-position-vs-curve-test.js: Added.
(testPositionSetterVsCurve):
2020-09-18 Chris Dumez <cdumez@apple.com>
webaudio/Analyser/handle-silent-inputs.html test is failing
https://bugs.webkit.org/show_bug.cgi?id=216708
Reviewed by Geoffrey Garen.
Rebaseline test that is now passing.
* webaudio/Analyser/handle-silent-inputs-expected.txt:
2020-09-18 Youenn Fablet <youenn@apple.com>
Hash deviceIds in WebProcess instead of UIProcess to allow audio output device IDs in WebProcess
https://bugs.webkit.org/show_bug.cgi?id=216693
Reviewed by Eric Carlson.
* fast/mediastream/device-change-event-2.html:
2020-09-18 Chris Dumez <cdumez@apple.com>
Import Analyser / AudioBuffer / AudioBufferSource layout tests from Blink
https://bugs.webkit.org/show_bug.cgi?id=216649
Reviewed by Eric Carlson.
Import Analyser / AudioBuffer / AudioBufferSource layout tests from Blink to extend
webaudio test coverage.
* webaudio/Analyser/automatic-pull-node-expected.txt: Added.
* webaudio/Analyser/automatic-pull-node.html: Added.
* webaudio/Analyser/handle-silent-inputs-expected.txt: Added.
* webaudio/Analyser/handle-silent-inputs.html: Added.
* webaudio/Analyser/realtimeanalyser-byte-data-expected.txt: Added.
* webaudio/Analyser/realtimeanalyser-byte-data.html: Added.
* webaudio/Analyser/realtimeanalyser-downmix-expected.txt: Added.
* webaudio/Analyser/realtimeanalyser-downmix.html: Added.
* webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt: Added.
* webaudio/Analyser/realtimeanalyser-fftsize-reset.html: Added.
* webaudio/Analyser/realtimeanalyser-float-data-expected.txt: Added.
* webaudio/Analyser/realtimeanalyser-float-data.html: Added.
* webaudio/Analyser/realtimeanalyser-freq-data-expected.txt: Added.
* webaudio/Analyser/realtimeanalyser-freq-data-smoothing-expected.txt: Added.
* webaudio/Analyser/realtimeanalyser-freq-data-smoothing.html: Added.
* webaudio/Analyser/realtimeanalyser-freq-data.html: Added.
* webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt: Added.
* webaudio/Analyser/realtimeanalyser-multiple-calls.html: Added.
* webaudio/Analyser/realtimeanalyser-zero-expected.txt: Added.
* webaudio/Analyser/realtimeanalyser-zero.html: Added.
* webaudio/AudioBuffer/audiobuffer-resample-expected.txt: Added.
* webaudio/AudioBuffer/audiobuffer-resample.html: Added.
* webaudio/AudioBuffer/huge-buffer-expected.txt: Added.
* webaudio/AudioBuffer/huge-buffer.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-detune-modulated-impulse-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-detune-modulated-impulse.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-detune-modulation-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-detune-modulation.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-late-start-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-late-start.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-loop-comprehensive-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-loop-comprehensive.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-loop-grain-no-duration-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-loop-grain-no-duration.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-loop-points-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-loop-points.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-playbackrate-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-playbackrate-modulated-impulse-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-playbackrate-modulated-impulse.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-playbackrate-modulation-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-playbackrate-modulation.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-playbackrate.html: Added.
* webaudio/AudioBufferSource/audiobuffersource-premature-loop-stop-expected.txt: Added.
* webaudio/AudioBufferSource/audiobuffersource-premature-loop-stop.html: Added.
* webaudio/AudioBufferSource/resources/audiobuffersource-detune-modulation-expected.wav: Added.
* webaudio/AudioBufferSource/resources/audiobuffersource-loop-points-expected.wav: Added.
* webaudio/AudioBufferSource/resources/audiobuffersource-playbackrate-modulation-expected.wav: Added.
* webaudio/audiobuffersource-loop-comprehensive-expected.txt: Removed.
* webaudio/audiobuffersource-loop-comprehensive.html: Removed.
* webaudio/audiobuffersource-loop-points-expected.wav: Removed.
* webaudio/audiobuffersource-loop-points.html: Removed.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-loop.html:
* webaudio/audiobuffersource-negative-playbackrate-interpolated.html:
* webaudio/audiobuffersource-negative-playbackrate-loop.html:
* webaudio/audiobuffersource-negative-playbackrate.html:
* webaudio/audiobuffersource-playbackrate-expected.wav: Removed.
* webaudio/audiobuffersource-start.html:
* webaudio/resources/audiobuffersource-testing-legacy.js: Copied from LayoutTests/webaudio/resources/audiobuffersource-testing.js.
(createTestBuffer):
(createRamp):
(checkSingleTest):
(checkAllTests):
* webaudio/resources/audiobuffersource-testing.js:
(createTestBuffer):
(checkSingleTest):
(checkAllTests):
(createSawtoothWithModulation):
* webaudio/resources/buffer-loader.js:
(BufferLoader):
(request.onload):
(request.onerror):
(BufferLoader.prototype.loadBuffer):
(BufferLoader.prototype.load):
* webaudio/resources/fft.js: Added.
(FFT):
(this.toString):
(FFT.prototype.FFTException):
(FFT.prototype.FFTRadix2Core):
(FFT.prototype.fft):
(FFT.prototype.iFFTRadix2Core):
(FFT.prototype.ifft):
(FFT.prototype.ifftScale):
(FFT.prototype.RFFTRadix2CoreStage1):
(FFT.prototype.rfft):
* webaudio/resources/realtimeanalyser-testing.js: Added.
(createGraph):
(applyWindow):
(computeFFTMagnitude):
(dbToLinear):
(linearToDb):
(clipMagnitude):
(compareFloatFreq):
(smoothFFT):
(convertFloatToByte):
2020-09-18 Jer Noble <jer.noble@apple.com>
REGRESSION(r254031): Captions fail to load on jw.org
https://bugs.webkit.org/show_bug.cgi?id=216672
<rdar://problem/69016059>
Reviewed by Eric Carlson.
* http/tests/security/contentSecurityPolicy/resources/track.php: Removed.
* http/tests/security/contentSecurityPolicy/track-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/track-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/track-redirect-blocked.html:
* http/tests/security/text-track-crossorigin-expected.txt:
* http/tests/security/text-track-crossorigin.html:
2020-09-18 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Mark several fast/layoutformattingcontext as failure after r267024.
* platform/wpe/TestExpectations:
2020-09-18 Youenn Fablet <youenn@apple.com>
XHR.timeout is affected by long tasks
https://bugs.webkit.org/show_bug.cgi?id=216266
<rdar://problem/68908150>
Reviewed by Alex Christensen.
platform/mac-wk1/TestExpectations: Skip WK1 test.
2020-09-16 Darin Adler <darin@apple.com>
Selection API: Introduce LiveRangeSelectionEnabled, off by default
https://bugs.webkit.org/show_bug.cgi?id=216656
Reviewed by Sam Weinig.
* editing/selection/move-to-line-boundary-clear-selection.html: Fix test that accidentally
relied on our non-standard behavior of clamping a too-high offset to a valid value. This
was not what we were trying to test. Without this change, the test fails in the new mode.
The offset was "5", which seems to be a character count, rather than "1", meaning "after
the text node".
* editing/selection/toString-1.html: Ditto. The offset here was 3, but the HTML element
has only 2 children, the head and the body.
* editing/selection/user-select-all-selection.html: Ditto. The code was passing the wrong
container by acccident, the parent of the text node rather than the text node.
2020-09-17 Chris Dumez <cdumez@apple.com>
Vectorize SetTargetAtTime processing in AudioParamTimeline
https://bugs.webkit.org/show_bug.cgi?id=216673
Reviewed by Sam Weinig.
* webaudio/audioparam-cancel-and-hold-expected.txt:
Rebaseline test now that one more subtest is passing.
* webaudio/audioparam-setTargetAtTime-expected.txt: Removed.
* webaudio/audioparam-setTargetAtTime.html: Removed.
Remove outdated test now that it was upstreamed to WPT. The updated
copy resides at:
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/audioparam-setTargetAtTime.html
2020-09-17 Eric Carlson <eric.carlson@apple.com>
[Cocoa] canPlayType('audio/mpeg; codecs="mp3"') returns ""
https://bugs.webkit.org/show_bug.cgi?id=147309
Reviewed by Darin Adler.
* media/media-can-play-mp3-expected.txt: Added.
* media/media-can-play-mp3.html: Added.
2020-09-17 Michael Saboff <msaboff@apple.com>
Segfault in WebCore::IDBKey::createBinary
https://bugs.webkit.org/show_bug.cgi?id=216501
Reviewed by Youenn Fablet.
New test. Since this test is looking for the out of memory condition, the test is written
to avoid false failures in the case we can't achieve out of memory. That is when the
expected exception is not thrown.
* storage/indexeddb/IDBKey-create-array-buffer-view-oom-expected.txt: Added.
* storage/indexeddb/IDBKey-create-array-buffer-view-oom.html: Added.
2020-09-17 Chris Dumez <cdumez@apple.com>
Regression(r267144) 4 webaudio/oscillator tests are broken
https://bugs.webkit.org/show_bug.cgi?id=216625
<rdar://problem/69024624>
Reviewed by Darin Adler.
* webaudio/oscillator-custom.html:
* webaudio/oscillator-sawtooth.html:
* webaudio/oscillator-sine.html:
* webaudio/oscillator-square.html:
* webaudio/oscillator-triangle.html:
Update tests to use oscillator-testing-legacy.js since they are not compatible
with the newer oscillator-testing.js that was resync'd from Blink.
* webaudio/oscillator-triangle-expected.wav:
Rebaseline test that has different output due to the fix in r267153.
* webaudio/resources/oscillator-testing-legacy.js: Added.
Restore old copy of oscillator-testing.js and rename it to oscillator-testing-legacy.js.
2020-09-17 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed gardening. Several fast/events/mouse-* tests are flaky after r264117.
The test started failing somewhere between r264103-r264117.
* platform/wpe/TestExpectations:
2020-09-17 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed gardening. Update baselines after r20056.
* platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt:
* platform/wpe/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Updated after r266510.
* platform/wpe/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt: Updated after r266399.
2020-09-17 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewwed test gardening. Update baselines after WPT update in r267167.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt:
2020-09-17 Antoine Quint <graouts@webkit.org>
Remove the legacy animation code
https://bugs.webkit.org/show_bug.cgi?id=216608
Reviewed by Dean Jackson.
Remove any use of now-removed testing methods and some runtime flags from layout tests.
* animations/legacy-encoding-timing-function.html:
* animations/resources/animation-test-helpers.js:
(pauseAnimationAtTimeOnElement):
* http/tests/contentextensions/css-display-none-keyframe.html:
* imported/blink/transitions/resources/opacity-transform-transitions-inside-iframe-inner.html: Removed.
* transitions/background-position-transitions.html:
* transitions/background-transitions.html:
* transitions/blendmode-transitions.html:
* transitions/border-radius-transition.html:
* transitions/clip-path-path-transitions.html:
* transitions/clip-path-transitions.html:
* transitions/clip-transition.html:
* transitions/color-transition-all.html:
* transitions/color-transition-premultiplied.html:
* transitions/color-transition-rounding.html:
* transitions/cross-fade-background-image.html:
* transitions/cross-fade-border-image.html:
* transitions/cubic-bezier-overflow-color.html:
* transitions/cubic-bezier-overflow-length.html:
* transitions/cubic-bezier-overflow-shadow.html:
* transitions/cubic-bezier-overflow-svg-length.html:
* transitions/cubic-bezier-overflow-transform.html:
* transitions/default-timing-function.html:
* transitions/delay.html:
* transitions/flex-transitions.html:
* transitions/font-family-during-transition.html:
* transitions/frames-timing-function.html:
* transitions/interrupted-all-transition.html:
* transitions/longhand-vs-shorthand-initial.html:
* transitions/mask-transitions.html:
* transitions/min-max-width-height-transitions.html:
* transitions/mismatched-shadow-styles.html:
* transitions/mismatched-shadow-transitions.html:
* transitions/mixed-type.html:
* transitions/move-after-transition.html:
* transitions/multiple-background-size-transitions.html:
* transitions/multiple-background-transitions.html:
* transitions/multiple-mask-transitions.html:
* transitions/multiple-shadow-transitions.html:
* transitions/negative-delay.html:
* transitions/opacity-transition-zindex.html:
* transitions/resources/transition-test-helpers.js:
* transitions/shape-outside-transitions.html:
* transitions/shorthand-border-transitions.html:
* transitions/shorthand-transitions.html:
* transitions/steps-timing-function.html:
* transitions/svg-layout-transition.html:
* transitions/svg-text-shadow-transition.html:
* transitions/svg-transitions.html:
* transitions/text-indent-transition.html:
* transitions/transform-op-list-match.html:
* transitions/transform-op-list-no-match.html:
* transitions/transition-end-event-rendering.html:
* transitions/transition-hit-test-transform.html:
* transitions/transition-hit-test.html:
* transitions/transition-in-delay-phase.html:
* transitions/transition-on-element-with-content.html:
* transitions/transition-shorthand-delay.html:
* transitions/transition-timing-function.html:
* transitions/transition-to-from-auto.html:
* transitions/transition-to-from-undefined.html:
* transitions/visited-link-color.html:
* transitions/zero-duration-in-list.html:
* transitions/zero-duration-with-non-zero-delay-start.html:
* webanimations/accelerated-animation-interruption-display-none.html:
* webanimations/accelerated-animation-removal-upon-transition-completion.html:
* webanimations/accelerated-animation-suspension.html:
* webanimations/accelerated-transition-by-removing-property.html:
* webanimations/accessing-current-time-after-clearing-css-animation-effect.html:
* webanimations/accessing-current-time-after-finished-css-animation-target-removal.html:
* webanimations/css-animation-effect-target-change-and-animation-removal-crash.html:
* webanimations/css-animation-effect-target-change-and-get-keyframes-crash.html:
* webanimations/css-animations.html:
* webanimations/css-transition-in-flight-reversal-accelerated.html:
* webanimations/empty-keyframes-crash.html:
* webanimations/partly-accelerated-transition-by-removing-property.html:
* webanimations/setting-css-animation-none-after-clearing-effect.html:
* webanimations/setting-css-animation-timing-property-via-style-after-clearing-effect.html:
2020-09-17 Rob Buis <rbuis@igalia.com>
Clean up lazy frame loading
https://bugs.webkit.org/show_bug.cgi?id=216560
Reviewed by Youenn Fablet.
Remove WPT specific custom code to set the
lazy frame loading setting, not needed since
experimental features will be enabled for WPT
runs and that will set this setting.
* resources/testharnessreport.js:
2020-09-15 Sergio Villar Senin <svillar@igalia.com>
[css-flex] Remove flexbox's specific computePreferredLogicalWidths()
https://bugs.webkit.org/show_bug.cgi?id=216577
Reviewed by Darin Adler.
* TestExpectations: Removed flexbox_stf-table-singleline.html and flexbox_stf-table-singleline-2.html that are now passing.
2020-09-16 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 ] imported/w3c/web-platform-tests/service-workers/service-worker/fetch-waits-for-activate.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216634
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-16 Hector Lopez <hector_i_lopez@apple.com>
Added fast/selectors/selection-window-inactive-stroke-color.html to bug and changed expectations
https://bugs.webkit.org/show_bug.cgi?id=216394
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-16 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r267171.
The tests need to be fixed
Reverted changeset:
"4 webaudio/oscillator tests missing expected results"
https://bugs.webkit.org/show_bug.cgi?id=216625
https://trac.webkit.org/changeset/267171
2020-09-16 Ryan Haddad <ryanhaddad@apple.com>
4 webaudio/oscillator tests missing expected results
https://bugs.webkit.org/show_bug.cgi?id=216625
Unreviewed test gardening.
* webaudio/oscillator-custom-expected.txt: Added.
* webaudio/oscillator-sawtooth-expected.txt: Added.
* webaudio/oscillator-square-expected.txt: Added.
* webaudio/oscillator-triangle-expected.txt: Added.
2020-09-16 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS Debug ] imported/w3c/web-platform-tests/selection/*: 4 tests marked as slow
https://bugs.webkit.org/show_bug.cgi?id=216492
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-09-16 Chris Dumez <cdumez@apple.com>
Update WPT test harness so that webaudio tests output results that are consistent across different machines
https://bugs.webkit.org/show_bug.cgi?id=216332
Reviewed by Geoffrey Garen.
Unskip tests that should now pass on all platforms.
* TestExpectations:
* resources/testharnessreport.js:
(self.testRunner.add_completion_callback):
Our webaudio implementation uses single precision for floating point audio values. However, the tests were
printing out those values with 16 digits, even when the checks were passing. We had to skip those tests
because digits after the 6th one may differ across machines and we were getting TEXT diffs. To address the
issue we now strip arrays from PASS lines in webaudio tests output and replace them with the string
'[expected array]'. As long as the check is passing, the actual value in the array does not really matter.
* webaudio/Oscillator/no-dezippering-expected.txt:
* webaudio/Oscillator/osc-440hz-expected.txt:
* webaudio/Oscillator/osc-negative-freq-expected.txt:
* webaudio/Oscillator/start-sampling-expected.txt:
* webaudio/audioparam-cancel-and-hold-expected.txt:
* webaudio/convolvernode-unmodified-buffer-expected.txt:
Rebaseline tests.
2020-09-16 Sam Weinig <weinig@apple.com>
Remove runtime setting for enabling/disabling the isSecureContext API?
https://bugs.webkit.org/show_bug.cgi?id=216562
Reviewed by Darin Adler.
Remove runtime setting for enabling/disabling the the isSecureContext attribute.
on window and the worker global scope. There is no known reason one would need
to disable it.
* platform/win/TestExpectations:
* security/isSecureContext-disabled-expected.txt: Removed.
* security/isSecureContext-disabled.html: Removed.
2020-09-16 Jer Noble <jer.noble@apple.com>
REGRESSION(r266844) [ BigSur ] http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=216619
Reviewed by Chris Dumez.
* platform/mac-wk2/TestExpectations:
2020-09-16 Zalan Bujtas <zalan@apple.com>
[LFC][FFC] Add basic flex item sizing and positioning
https://bugs.webkit.org/show_bug.cgi?id=216613
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/flex-box-simple-expected.html: Added.
* fast/layoutformattingcontext/flex-box-simple.html: Added.
2020-09-16 Chris Dumez <cdumez@apple.com>
Merge PeriodicWave improvements from Blink
https://bugs.webkit.org/show_bug.cgi?id=216576
Reviewed by Darin Adler.
Rebaseline tests that are now passing.
* webaudio/Oscillator/no-dezippering-expected.txt:
* webaudio/Oscillator/osc-negative-freq-expected.txt:
* webaudio/Oscillator/osc-sweep-snr-triangle-expected.txt:
* webaudio/Oscillator/start-sampling-expected.txt:
2020-09-16 Hector Lopez <hector_i_lopez@apple.com>
Correction to test expectation for imported/w3c/web-platform-tests/css/css-position/fixed-z-index-blend.html
webkit.org/b/207891
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-09-16 Chris Dumez <cdumez@apple.com>
OfflineAudioContext should support up to 32 channels
https://bugs.webkit.org/show_bug.cgi?id=216587
Reviewed by Darin Adler.
Update test that is now passing.
* webaudio/dom-exceptions-expected.txt:
2020-09-16 Chris Dumez <cdumez@apple.com>
OfflineAudioContext constructor should not throw when given a bad buffer length
https://bugs.webkit.org/show_bug.cgi?id=216584
Reviewed by Youenn Fablet.
Rebaseline test now that more checks are passing.
* webaudio/dom-exceptions-expected.txt:
2020-09-16 Chris Dumez <cdumez@apple.com>
Import OscillatorNode layout tests from Blink
https://bugs.webkit.org/show_bug.cgi?id=216569
Reviewed by Eric Carlson.
Import OscillatorNode layout tests from Blink.
* webaudio/Oscillator/no-dezippering-expected.txt: Added.
* webaudio/Oscillator/no-dezippering.html: Added.
* webaudio/Oscillator/osc-440hz-expected.txt: Added.
* webaudio/Oscillator/osc-440hz.html: Added.
* webaudio/Oscillator/osc-low-freq-expected.txt: Added.
* webaudio/Oscillator/osc-low-freq.html: Added.
* webaudio/Oscillator/osc-negative-freq-expected.txt: Added.
* webaudio/Oscillator/osc-negative-freq.html: Added.
* webaudio/Oscillator/osc-sweep-snr-custom-expected.txt: Added.
* webaudio/Oscillator/osc-sweep-snr-custom.html: Added.
* webaudio/Oscillator/osc-sweep-snr-sawtooth-expected.txt: Added.
* webaudio/Oscillator/osc-sweep-snr-sawtooth.html: Added.
* webaudio/Oscillator/osc-sweep-snr-sine-expected.txt: Added.
* webaudio/Oscillator/osc-sweep-snr-sine.html: Added.
* webaudio/Oscillator/osc-sweep-snr-square-expected.txt: Added.
* webaudio/Oscillator/osc-sweep-snr-square.html: Added.
* webaudio/Oscillator/osc-sweep-snr-triangle-expected.txt: Added.
* webaudio/Oscillator/osc-sweep-snr-triangle.html: Added.
* webaudio/Oscillator/oscillator-basic-expected.txt: Added.
* webaudio/Oscillator/oscillator-basic.html: Added.
* webaudio/Oscillator/oscillator-ended-expected.txt: Added.
* webaudio/Oscillator/oscillator-ended.html: Added.
* webaudio/Oscillator/oscillator-late-start-expected.txt: Added.
* webaudio/Oscillator/oscillator-late-start.html: Added.
* webaudio/Oscillator/start-sampling-expected.txt: Added.
* webaudio/Oscillator/start-sampling.html: Added.
* webaudio/oscillator-basic-expected.txt: Removed.
* webaudio/oscillator-basic.html: Removed.
* webaudio/oscillator-ended-expected.txt: Removed.
* webaudio/oscillator-ended.html: Removed.
* webaudio/resources/audio-file-utils.js: Added.
* webaudio/resources/oscillator-testing.js:
* webaudio/resources/start-stop-exceptions.js: Added.
2020-09-16 Aditya Keerthi <akeerthi@apple.com>
[Cocoa] Use OTF font features instead of AAT font features when possible
https://bugs.webkit.org/show_bug.cgi?id=182845
<rdar://problem/33046942>
Reviewed by Myles C. Maxfield.
* css3/font-feature-settings-stylistic-set-expected-mismatch.html: Added.
* css3/font-feature-settings-stylistic-set.html: Added.
* platform/win/TestExpectations:
2020-09-15 Rob Buis <rbuis@igalia.com>
Fix lazy image load painting
https://bugs.webkit.org/show_bug.cgi?id=216554
Reviewed by Darin Adler.
The test image-loading-subpixel-clip.html now passes.
* TestExpectations:
2020-09-15 Karl Rackler <rackler@apple.com>
Change test expectation description
rdar://68957822
Unreviewed test gardening.
* platform/mac/TestExpectationsRosetta:
2020-09-15 Hector Lopez <hector_i_lopez@apple.com>
[ BigSur+ ] webrtc/captureCanvas-webrtc-software-h264-high.html is a constant failure/timeout
<rdar://68957215>
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-15 Karl Rackler <rackler@apple.com>
REGRESSION: [ BigSur wk2 rosetta ] compositing/contents-scale/hidpi-compositing-layer-positioned-on-scaled-context.html is a flaky failure
rdar://68957822
Unreviewed test gardening.
* platform/mac/TestExpectationsRosetta:
2020-09-15 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections.html: Correction for test expectations
<rdar://68947198>
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations: to include wk1
2020-09-15 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS wk2 ] media/media-continues-playing-after-replace-source.html is a flaky failure
<rdar://68952824>
Unreviewed test gardening.
* platform/ios/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-09-15 Karl Rackler <rackler@apple.com>
REGRESSION (r266634): [ BigSur wk2 ] fast/selectors/text-field-selection-window-inactive-stroke-color.html is a flaky image failure
rdar://68947260
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-15 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections.html
<rdar://68947198>
Unreviewed test gardening.
* platform/ios/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-09-15 Chris Dumez <cdumez@apple.com>
ScriptProcessorNode should throw when trying to change its channel count or channel count mode
https://bugs.webkit.org/show_bug.cgi?id=216583
Reviewed by Geoffrey Garen.
Rebaseline test now that more checks are passing.
* webaudio/dom-exceptions-expected.txt:
2020-09-15 Chris Dumez <cdumez@apple.com>
Import webaudio/dom-exceptions.html layout test from Blink
https://bugs.webkit.org/show_bug.cgi?id=216579
Reviewed by Geoffrey Garen.
Import webaudio/dom-exceptions.html layout test from Blink to extend test coverage.
* webaudio/dom-exceptions-expected.txt: Added.
* webaudio/dom-exceptions.html: Added.
2020-09-15 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216292
Unreviewed test gardening!.
* platform/mac-wk1/TestExpectations: adjustment for Debug
* platform/mac-wk2/TestExpectations: adjustment for Debug
2020-09-15 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r267002): ASSERTION FAILED:[ iOS wk2 Debug ] !HashTranslator::equal(KeyTraits::emptyValue(), key) on compositing/ios/overflow-scroll-update-overlap.html
https://bugs.webkit.org/show_bug.cgi?id=216520
<rdar://problem/68894931>
Reviewed by Tim Horton.
* platform/ios-wk2/TestExpectations:
2020-09-14 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Indefinite flex-basis percentage should cause height to be ignored
https://bugs.webkit.org/show_bug.cgi?id=210077
Reviewed by Darin Adler.
* TestExpectations: Removed flex-basis-010.html which is passing now.
2020-09-15 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update baselines and expectations after r267083.
* platform/glib/TestExpectations:
* platform/glib/fast/text/justify-ideograph-leading-expansion-expected.png: Updated after r267010.
* platform/glib/fast/text/justify-ideograph-leading-expansion-expected.txt: Renamed from LayoutTests/platform/wpe/fast/text/justify-ideograph-leading-expansion-expected.txt.
* platform/gtk/fast/repaint/spanner-with-margin-expected.txt: Updated after r266818.
* platform/gtk/fast/text/justify-ideograph-leading-expansion-expected.png: Removed.
* platform/gtk/fast/text/justify-ideograph-leading-expansion-expected.txt: Removed.
2020-09-15 Rob Buis <rbuis@igalia.com>
Convert runtime flag to setting for lazy image loading
https://bugs.webkit.org/show_bug.cgi?id=215610
Reviewed by Youenn Fablet.
Update test expectations and adjust the tests in http/tests/lazyload/ to
enable the setting. Fow WK1 list more tests that should be skipped.
* TestExpectations:
* http/tests/lazyload/attribute.html:
* http/tests/lazyload/js-image.html:
* http/tests/lazyload/lazy-image-load-in-iframes-scripting-disabled.html:
* http/tests/lazyload/lazy-image-load-in-iframes-scripting-enabled.html:
* http/tests/lazyload/lazy.html:
* http/tests/lazyload/resources/lazy-load-in-iframe.html:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
2020-09-14 Myles C. Maxfield <mmaxfield@apple.com>
[Apple Win] Migrate from FontPlatformDataWin.cpp to FontPlatformDataCoreText.cpp
https://bugs.webkit.org/show_bug.cgi?id=216448
Reviewed by Darin Adler.
These two tests are progressions.
* platform/win/mathml/opentype/opentype-stretchy-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
Added test and test expectation for constant crashes ar r267002
https://bugs.webkit.org/show_bug.cgi?id=216520
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-14 Chris Dumez <cdumez@apple.com>
Types of Panner.setPosition() / setOrientation() parameters should not be unrestricted float
https://bugs.webkit.org/show_bug.cgi?id=216508
Reviewed by Darin Adler.
Add layout test coverage.
* webaudio/panner-node-exceptions-expected.txt: Added.
* webaudio/panner-node-exceptions.html: Added.
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION (r267002): ASSERTION FAILED:[ iOS wk2 Debug ] !HashTranslator::equal(KeyTraits::emptyValue(), key) on fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow.html
https://bugs.webkit.org/show_bug.cgi?id=216520
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION (r267002): ASSERTION FAILED:[ iOS wk2 Debug ] !HashTranslator::equal(KeyTraits::emptyValue(), key) on compositing/ios/overflow-scroll-update-overlap.html
https://bugs.webkit.org/show_bug.cgi?id=216520
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-14 Simon Fraser <simon.fraser@apple.com>
REGRESSION (Async overflow scroll): Code snippets on getkirby.com appear and disappear as content is scrolled
https://bugs.webkit.org/show_bug.cgi?id=216490
<rdar://problem/67018073>
Reviewed by Zalan Bujtas.
* compositing/scrolling/async-overflow-scrolling/nested-scrollers-backing-attachment-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/nested-scrollers-backing-attachment.html: Added.
2020-09-14 Chris Dumez <cdumez@apple.com>
Type of AnalyserNode's attributes should not be unrestricted double
https://bugs.webkit.org/show_bug.cgi?id=216505
Reviewed by Darin Adler.
Extend layout test coverage.
* webaudio/analyser-exception-expected.txt:
* webaudio/analyser-exception.html:
2020-09-14 Chris Dumez <cdumez@apple.com>
Drop non-standard AudioBuffer.gain
https://bugs.webkit.org/show_bug.cgi?id=216510
Reviewed by Darin Adler.
Extend layout test coverage.
* webaudio/audiobuffer-expected.txt:
* webaudio/audiobuffer.html:
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
Skip 2 imported/ tests on iOS after the changes in r266817
https://bugs.webkit.org/show_bug.cgi?id=186045
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS wk2 ] http/tests/IndexedDB/storage-limit.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209189
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations: expectation update
2020-09-14 Jer Noble <jer.noble@apple.com>
[Cocoa,HDR] HLS streams with HDR variants will not select HDR.
https://bugs.webkit.org/show_bug.cgi?id=216203
<rdar://problem/67438626>
Reviewed by Darin Adler.
* http/tests/media/hls/hls-hdr-switch-expected.txt: Added.
* http/tests/media/hls/hls-hdr-switch.html: Added.
* http/tests/media/resources/hls/green-bip.ts: Added.
* http/tests/media/resources/hls/hdr.m3u8: Added.
* http/tests/media/resources/hls/red-bip.ts: Added.
* http/tests/media/resources/hls/test-live.php:
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS Release ] imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216292
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS Debug ] imported/w3c/web-platform-tests/selection/*: 4 tests are flaky timeouts
https://bugs.webkit.org/show_bug.cgi?id=216492
Unreviewed test gardening..
* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-09-14 Simon Fraser <simon.fraser@apple.com>
First steps towards LFC painting in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=216466
Reviewed by Zalan Bujtas.
Now that we actually paint with LFC, some tests fail because of missing features in
the very basic LFC paint path. Mark these as failures for now.
* platform/mac-wk2/TestExpectations:
2020-09-14 Sam Weinig <weinig@apple.com>
[WebIDL] Replace 'serializable' with '[Default] object toJSON()'
https://bugs.webkit.org/show_bug.cgi?id=216148
<rdar://problem/68668407>
Reviewed by Eric Carlson.
Update test and results to account for RTCIceCandidate.toJSON()
now returning RTCIceCandidateInit.
* fast/mediastream/RTCIceCandidate-expected.txt:
* fast/mediastream/RTCIceCandidate.html:
2020-09-14 Chris Dumez <cdumez@apple.com>
Some WebAudio tests give different output on different machines
https://bugs.webkit.org/show_bug.cgi?id=216371
<rdar://problem/68653909>
Reviewed by Alex Christensen.
* TestExpectations:
Unskip test that should now have consistent results across machines.
* resources/testharnessreport.js:
Hardcode default sample rate for AudioContext to 44100 for WPT tests instead
of using the hardware sample rate.
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] webanimations/accelerated-animation-easing-update-after-pause.html is a flaky ImageOnlyFailure
https://bugs.webkit.org/show_bug.cgi?id=216481
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-14 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION (r266634): fast/selectors/text-field-selection-stroke-color.html and fast/selectors/text-field-selection-window-inactive-stroke-color.html are flaky failures with pixel noise
https://bugs.webkit.org/show_bug.cgi?id=216394
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-14 Sam Weinig <weinig@apple.com>
[WebIDL] Split DOM Parsing related functions out of Element and ShadowRoot and into their own IDL files to match specs
https://bugs.webkit.org/show_bug.cgi?id=216461
Reviewed by Darin Adler.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/ios-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/mac-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:
Update for change in iteration order due to use of partial interfaces.
2020-09-14 Philippe Normand <pnormand@igalia.com>
[Flatpak SDK] Migration to SDK 0.3 branch
https://bugs.webkit.org/show_bug.cgi?id=216073
Reviewed by Adrian Perez de Castro.
* fast/xsl/resources/xslt-enc-cyr.xsl: Add name attribute in xsl templates, as mandated by the spec.
* fast/xsl/resources/xslt-enc.xsl: Ditto.
* fast/xsl/resources/xslt-enc16.xsl: Ditto.
* fast/xsl/resources/xslt-text.xsl: Ditto.
* platform/glib/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Added.
* platform/glib/fast/xsl/xslt-processor-expected.txt: Added.
2020-09-14 Myles C. Maxfield <mmaxfield@apple.com>
[Apple Win] Migrate from CGFontGetGlyphsForUnichars() to CTFontGetGlyphsForCharacters()
https://bugs.webkit.org/show_bug.cgi?id=216446
Reviewed by Darin Adler.
Updating tests.
* fast/text/flag-codepoint.html: The Windows emoji font draws slightly higher than the ascent.
Update the test to be more robust.
* platform/win/fast/css/font-face-opentype-expected.png: Added.
* platform/win/fast/css/font-face-opentype-expected.txt:
* platform/win/mathml/presentation/roots-expected.txt:
2020-09-13 Rob Buis <rbuis@igalia.com>
Make CanvasRenderingContext2D functions parameters not default to undefined
https://bugs.webkit.org/show_bug.cgi?id=216438
Reviewed by Sam Weinig.
Adjust expected test result.
* inspector/canvas/recording-2d-full-expected.txt:
2020-09-12 Tyler Wilcock <twilco.o@protonmail.com>
Safely handle overly-long CSS variable values
https://bugs.webkit.org/show_bug.cgi?id=216407
Reviewed by Darin Adler.
* fast/css/variables/invalidate-overly-long-variable-values.html: Added.
* fast/css/variables/invalidate-overly-long-variable-values-expected.html: Added.
2020-09-12 Darin Adler <darin@apple.com>
Send TestRendered event after running a test but before dumping
https://bugs.webkit.org/show_bug.cgi?id=216428
Reviewed by Sam Weinig.
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
Unskip two tests that no longer time out since we are sending this event.
* platform/win/TestExpectations:
Add a failure expectation for a test that has a couple non-green pixels.
2020-09-12 Darin Adler <darin@apple.com>
REGRESSION (r266817): ASSERTION FAILED: injectedBundle.isTestRunning() on imported/w3c/web-platform-tests/service-workers/service-worker/svg-target-reftest.https.html
https://bugs.webkit.org/show_bug.cgi?id=216440
[GTK] imported/w3c/web-platform-tests/service-workers/service-worker/svg-target-reftest.https.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=210375
Reviewed by Sam Weinig.
* TestExpectations: Skip svg-target-reftest.https.html because it fails in
legacy WebKit and the symptom is a hang waiting for the reftest-wait attribute
to be removed. The failure is not new.
* platform/gtk/TestExpectations: Removed expectation that this same test will
be flaky. The addition of reftest-wait support and the subresource along with
the bug fix to WebKitTestRunner should leave this passing and non-flaky on GTK.
Feel free to add this back if that proves wrong.
* platform/wk2/TestExpectations: Expect a pass for this test. It's working fine
on modern WebKit.
2020-09-12 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Add support for non-root-inline-box line spacing
https://bugs.webkit.org/show_bug.cgi?id=216433
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/inline-box-with-line-spacing-simple-expected.html: Added.
* fast/layoutformattingcontext/inline-box-with-line-spacing-simple.html: Added.
2020-09-12 Rob Buis <rbuis@igalia.com>
Implement lazy iframe loading
https://bugs.webkit.org/show_bug.cgi?id=215442
Reviewed by Darin Adler.
Unskip iframe-loading-lazy-to-eager.tentative.html and
disable lazy iframe loading tests for WK1.
* TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-09-12 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Timeouts after reftest-wait class enablement in r266817
https://bugs.webkit.org/show_bug.cgi?id=216397
Reviewed by Adrian Perez de Castro.
Update expectations for tests that are now passing and failing.
* platform/gtk/TestExpectations:
2020-09-11 Antoine Quint <graouts@webkit.org>
REGRESSION (r255383): Transition from email to password field on login.live.com stutters after going back and forth
https://bugs.webkit.org/show_bug.cgi?id=216368
<rdar://problem/67019460>
Reviewed by Simon Fraser.
* compositing/animation/repaint-after-clearing-shared-backing-expected.html: Added.
* compositing/animation/repaint-after-clearing-shared-backing.html: Added.
2020-09-11 Sihui Liu <sihui_liu@apple.com>
[ macOS wk2 Release ] fast/events/page-visibility-iframe-move-test.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=216424
Reviewed by Tim Horton.
Remove event handler after it's called, or it can be invoked at the wrong time and produce unexpected result.
* fast/events/page-visibility-iframe-move-test-expected.txt:
* fast/events/page-visibility-iframe-move-test.html:
2020-09-11 Karl Rackler <rackler@apple.com>
REGRESSION: [ BigSur wk2 ] http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html is a constant failure
rdar://68743466
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-11 Hector Lopez <hector_i_lopez@apple.com>
Rebaseline after r266885
https://bugs.webkit.org/show_bug.cgi?id=216302
Unreviewed test gardening.
* inspector/timeline/setInstruments-errors-expected.txt:
2020-09-11 Karl Rackler <rackler@apple.com>
REGRESSION: [ BigSur wk2 ] http/tests/media/video-no-content-length-stall.html is a constant failure
rdar://68740987
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-11 Yusuke Suzuki <ysuzuki@apple.com>
Serialization should have exception checks
https://bugs.webkit.org/show_bug.cgi?id=216399
<rdar://problem/68633776>
Reviewed by Ryosuke Niwa.
* js/dom/serialization-should-have-exception-check-expected.txt: Added.
* js/dom/serialization-should-have-exception-check.html: Added.
2020-09-11 Karl Rackler <rackler@apple.com>
(REGRESSION: [ BigSur < 20A2374 ] fast/images/animated-gif-loop-count.html is a constant image failure)
rdar://68736735
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-11 James Darpinian <jdarpinian@chromium.org>
[WebGL2] Support EXT_color_buffer_half_float on WebGL 2.0 contexts
https://bugs.webkit.org/show_bug.cgi?id=216010
Reviewed by Kenneth Russell.
* webgl/2.0.0/conformance2/extensions/ext-color-buffer-half-float-expected.txt: Added.
* webgl/2.0.0/conformance2/extensions/ext-color-buffer-half-float.html: Added.
* webgl/2.0.0/conformance2/extensions/promoted-extensions-expected.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/extensions/ext-color-buffer-half-float.html: Added.
* webgl/2.0.0/resources/webgl_test_files/conformance2/extensions/promoted-extensions.html:
2020-09-11 Devin Rousso <drousso@apple.com>
REGRESSION(r266885): ASSERTION FAILED: Inspector::CSSBackendDispatcher::getInlineStylesForNode(long, RefPtr<JSON::Object> &&) !result.error().isEmpty()
https://bugs.webkit.org/show_bug.cgi?id=216409
<rdar://problem/68715815>
Reviewed by Brian Burg.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-09-11 Kate Cheney <katherine_cheney@apple.com>
Followup to Bug 215027: address comments to improve APP_BOUND_DOMAINS macro use
https://bugs.webkit.org/show_bug.cgi?id=216373
<rdar://problem/68645704>
Reviewed by Darin Adler.
Skip tests in platform/wk2/TestExpectations file to overwrite the
expectation that all resourceLoadStatistics tests pass on wk2. Then
unskip for the ios-wk2 specific platform.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/wk2/TestExpectations:
2020-09-11 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r266885): ASSERTION FAILED: Inspector::CSSBackendDispatcher::getInlineStylesForNode(long, RefPtr<JSON::Object> &&) !result.error().isEmpty()
https://bugs.webkit.org/show_bug.cgi?id=216409
Unreviewed test gardening.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-09-11 Simon Fraser <simon.fraser@apple.com>
REGRESSION (Async overflow scroll): Mouse wheel scrolling over an "always-on" overflow scrollbar doesn't work
https://bugs.webkit.org/show_bug.cgi?id=216381
<rdar://problem/68593743>
Reviewed by Antti Koivisto.
* fast/scrolling/mac/border-radius-event-region-expected.txt:
* fast/scrolling/mac/event-region-scrolled-contents-layer-expected.txt:
* fast/scrolling/mac/event-region-subscroller-overflow-expected.txt:
* fast/scrolling/mac/event-region-visibility-hidden-expected.txt:
* fast/scrolling/mac/mousewheel-over-scrollbar-expected.txt: Added.
* fast/scrolling/mac/mousewheel-over-scrollbar.html: Added.
* fast/scrolling/mac/negative-z-index-overflow-scroll-expected.txt:
2020-09-10 Fujii Hironori <Hironori.Fujii@sony.com>
Protect this object in ValidationMessage::buildBubbleTree
https://bugs.webkit.org/show_bug.cgi?id=211832
Reviewed by Ryosuke Niwa.
* fast/forms/validation-bubble-disappears-during-layout-expected.txt: Added.
* fast/forms/validation-bubble-disappears-during-layout.html: Added.
* platform/ios-wk1/TestExpectations: Marked validation-bubble-disappears-during-layout.html as Skip.
* platform/win/TestExpectations: Ditto.
2020-09-10 Yusuke Suzuki <ysuzuki@apple.com>
JSDOMConvertSequences should have exception checks appropriately
https://bugs.webkit.org/show_bug.cgi?id=216390
<rdar://problem/68631333>
Reviewed by Mark Lam.
* js/dom/frozen-array-exception-check-expected.txt: Added.
* js/dom/frozen-array-exception-check.html: Added.
2020-09-10 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] customGetterSetterFunctionCall should have proper exception checking
https://bugs.webkit.org/show_bug.cgi?id=216391
<rdar://problem/68631643>
Reviewed by Mark Lam.
* js/dom/custom-getter-setter-exception-check-expected.txt: Added.
* js/dom/custom-getter-setter-exception-check.html: Added.
2020-09-10 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] Add exception checks to JSCallbackObject
https://bugs.webkit.org/show_bug.cgi?id=216384
<rdar://problem/68632190>
Reviewed by Saam Barati.
* js/dom/to-primitive-exception-in-callback-object-expected.txt: Added.
* js/dom/to-primitive-exception-in-callback-object.html: Added.
2020-09-10 Megan Gardner <megan_gardner@apple.com>
Overlapping text replacements at the beginning of a line are replaced too early
https://bugs.webkit.org/show_bug.cgi?id=216327
Reviewed by Darin Adler.
* editing/spelling/text-replacement-first-word-second-line-expected.txt: Added.
* editing/spelling/text-replacement-first-word-second-line.html: Added.
2020-09-10 Lauro Moura <lmoura@igalia.com>
[GTK] Garden consistent reftest-wait timeouts after r266817.
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-09-10 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Release ] fast/selectors/text-field-selection-stroke-color.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216394
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-10 Zalan Bujtas <zalan@apple.com>
[Repaint] RenderLayerModelObject::styleWillChange may issue redundant repaint
https://bugs.webkit.org/show_bug.cgi?id=216374
<rdar://problem/68657490>
Reviewed by Simon Fraser.
* css3/blending/repaint/blend-mode-isolate-stacking-context-expected.txt:
* platform/ios/css3/blending/repaint/blend-mode-isolate-stacking-context-expected.txt:
2020-09-10 Karl Rackler <rackler@apple.com>
Update test expectations for imported/blink/fast/gradients/gradient-transparency.html
rdar://32800095
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-09-10 Karl Rackler <rackler@apple.com>
Remove test expectation now that test is passing.
rdar://61833551
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-10 Chris Dumez <cdumez@apple.com>
Unreviewed, reverting r266842 and r266883.
Causes some assertions to be hit in debug builds
Reverted changesets:
"Some WebAudio tests give different output on different
machines"
https://bugs.webkit.org/show_bug.cgi?id=216371
https://trac.webkit.org/changeset/266842
"Unreviewed Windows build fix after r266842."
https://trac.webkit.org/changeset/266883
2020-09-10 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Construct LineBox::InlineBoxes for nested inline level boxes when they overlap multiple lines
https://bugs.webkit.org/show_bug.cgi?id=216369
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/inline-box-overlaps-multiple-lines-expected.html: Added.
* fast/layoutformattingcontext/inline-box-overlaps-multiple-lines.html: Added.
2020-09-10 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r257839): clickpay.com - password placeholder text cannot be replaced
https://bugs.webkit.org/show_bug.cgi?id=216257
<rdar://problem/68150686>
Reviewed by Antti Koivisto.
Add a new layout test to verify that the bug does not occur. See WebCore/ChangeLog for more details.
* fast/forms/programmatic-focus-after-display-expected.txt: Added.
* fast/forms/programmatic-focus-after-display.html: Added.
2020-09-10 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] media/modern-media-controls/playback-support/playback-support-autoplay.html is a flaky failure/timeout
<rdar://problem/63026283>
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-09-10 Devin Rousso <drousso@apple.com>
Web Inspector: modernize generated backend protocol code
https://bugs.webkit.org/show_bug.cgi?id=216302
<rdar://problem/68547649>
Reviewed by Brian Burg.
* inspector/canvas/requestShaderSource-expected.txt:
* inspector/canvas/updateShader-expected.txt:
* inspector/console/webcore-logging-expected.txt:
* inspector/dom/highlightQuad-expected.txt:
* inspector/worker/dom-debugger-dom-breakpoints-expected.txt:
2020-09-10 Sihui Liu <sihui_liu@apple.com>
REGRESSION (r266634): [macOS release] 4 layout tests became flaky failures
https://bugs.webkit.org/show_bug.cgi?id=216275
<rdar://problem/68515242>
Reviewed by Tim Horton.
Add more event handlers to make test more stable, and add extra logging for debugging.
* fast/events/page-visibility-iframe-move-test-expected.txt:
* fast/events/page-visibility-iframe-move-test.html:
2020-09-10 Antti Koivisto <antti@apple.com>
Don't create event regions when the page has no subscrollers
https://bugs.webkit.org/show_bug.cgi?id=216355
<rdar://problem/67900642>
Reviewed by Simon Fraser.
Add overflow scrollers to some existing tests so they still generate event regions.
* fast/scrolling/ios/border-radius-event-region-expected.txt:
* fast/scrolling/ios/border-radius-event-region.html:
* fast/scrolling/ios/event-region-float-expected.txt:
* fast/scrolling/ios/event-region-float.html:
* fast/scrolling/ios/event-region-pointer-events-expected.txt:
* fast/scrolling/ios/event-region-pointer-events.html:
* fast/scrolling/ios/event-region-scale-transform-shared-expected.txt:
* fast/scrolling/ios/event-region-scale-transform-shared.html:
* fast/scrolling/ios/event-region-translate-transform-shared-expected.txt:
* fast/scrolling/ios/event-region-translate-transform-shared.html:
* fast/scrolling/ios/event-region-visibility-hidden-expected.txt:
* fast/scrolling/ios/event-region-visibility-hidden.html:
* fast/scrolling/mac/border-radius-event-region-expected.txt:
* fast/scrolling/mac/border-radius-event-region.html:
* fast/scrolling/mac/event-region-subscroller-frame-expected.txt: Added.
* fast/scrolling/mac/event-region-subscroller-frame.html: Added.
* fast/scrolling/mac/event-region-subscroller-overflow-expected.txt: Added.
* fast/scrolling/mac/event-region-subscroller-overflow.html: Copied from LayoutTests/fast/scrolling/ios/event-region-visibility-hidden.html.
* fast/scrolling/mac/event-region-visibility-hidden-expected.txt:
* fast/scrolling/mac/event-region-visibility-hidden.html:
2020-09-10 Darin Adler <darin@apple.com>
Fix failing combobox-activedescendant-notifications.html test
https://bugs.webkit.org/show_bug.cgi?id=216366
Reviewed by Sam Weinig.
* accessibility/mac/combobox-activedescendant-notifications.html:
* accessibility/mac/combobox-activedescendant-notifications.html:
Fix the listener in this test that was listening to the wrong accessibility object and
also changed it to not hide the test elements until the test is complete. I do not
understand fully why this test ever passed before at all; with this it passes consistently.
* fast/selectors/focus-within-style-update.html: Unrelated bonus: Added comments to this
test since it's one that will fail if someone changes focus behavior with display:none.
Just comments.
2020-09-10 Sihui Liu <sihui_liu@apple.com>
REGRESSION(r266634): fast/animation/request-animation-frame-throttling-lowPowerMode.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=216261
<rdar://problem/68513429>
Reviewed by Tim Horton.
* fast/animation/request-animation-frame-throttling-lowPowerMode-expected.txt:
* fast/animation/request-animation-frame-throttling-lowPowerMode.html:
2020-09-10 Chris Dumez <cdumez@apple.com>
Port BaseAudioContext to the HTML event loop
https://bugs.webkit.org/show_bug.cgi?id=216331
Reviewed by Sam Weinig.
As per specification, we schedule a task to dispatch the statechange event after resolving
the promise (e.g. the resume promise). In some cases, this test moves from one subtest to
another after the promise gets resolved. When the promise gets resolved, there is still
a pending statechange event that has not been fired yet. Because the next subtest may rely
on a statechange event, I delayed the next subtest using a 0-timer to make sure any pending
statechange event has been fired before we move on to the next subtest.
* webaudio/audiocontext-state-interrupted.html:
2020-09-10 Antoine Quint <graouts@webkit.org>
REGRESSION (r260360): Ionic modal dialog doesn't animate correctly when dragged and released
https://bugs.webkit.org/show_bug.cgi?id=216308
<rdar://problem/68567444>
Reviewed by Simon Fraser.
Add a new test that updates the "easing" and "direction" timing properties of a playing animation
and checks that it matches the display of another animation with similar timing properties from
the start.
* platform/win/TestExpectations:
* webanimations/accelerated-animation-easing-and-direction-update-expected.html: Added.
* webanimations/accelerated-animation-easing-and-direction-update.html: Added.
2020-09-10 Youenn Fablet <youenn@apple.com>
Run captureCanvas-webrtc-software-encoder.html tests on all platforms
https://bugs.webkit.org/show_bug.cgi?id=216352
Reviewed by Eric Carlson.
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
Update to not use removed internals API.
We keep this test as its history is still useful. We will remove it later on.
* webrtc/captureCanvas-webrtc-software-h264-baseline-expected.txt: Added.
* webrtc/captureCanvas-webrtc-software-h264-baseline.html: Added.
* webrtc/captureCanvas-webrtc-software-h264-high-expected.txt: Added.
* webrtc/captureCanvas-webrtc-software-h264-high.html: Added.
* webrtc/captureCanvas-webrtc-software-h264.js: Copied from LayoutTests/platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html.
2020-09-10 Truitt Savell <tsavell@apple.com>
Skip 5 imported/ tests after the changes in r266817
https://bugs.webkit.org/show_bug.cgi?id=186045
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-10 Aditya Keerthi <akeerthi@apple.com>
[macOS] Add editability to input type=datetime-local
https://bugs.webkit.org/show_bug.cgi?id=216311
Reviewed by Devin Rousso.
* TestExpectations:
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-focus-and-blur-events-expected.txt: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-focus-and-blur-events.html: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-keyboard-events-expected.txt: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-keyboard-events.html: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-mouse-events-expected.txt: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-mouse-events.html: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-second-and-millisecond-field-expected.txt: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-editable-components-second-and-millisecond-field.html: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-picker-update-on-edit-expected.txt: Added.
* fast/forms/datetimelocal/datetimelocal-editable-components/datetimelocal-picker-update-on-edit.html: Added.
* platform/mac-wk2/TestExpectations:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt:
2020-09-10 Kate Cheney <katherine_cheney@apple.com>
Clean up App-Bound Domains code to only compile for iOS with its own macro
https://bugs.webkit.org/show_bug.cgi?id=215027
<rdar://problem/63688232>
Reviewed by Darin Adler.
These tests should be skipped on mac-wk2 because App Bound Domains
is an iOS feature only.
* platform/mac-wk2/TestExpectations:
2020-09-09 Ryan Haddad <ryanhaddad@apple.com>
ASSERTION FAILED: m_finishedNodes.isEmpty() in AudioContext destructor
https://bugs.webkit.org/show_bug.cgi?id=105870
Unreviewed test gardening.
Remove test expectations for other tests that were hitting this crash.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-09-10 Said Abou-Hallawa <sabouhallawa@apple.com>
[CG] REGRESSION (Big Sur): A GIF image with a finite loopCount loops an extra cycle
https://bugs.webkit.org/show_bug.cgi?id=216018
<rdar://problem/68304035>
Reviewed by Tim Horton.
* platform/mac/TestExpectations:
2020-09-10 Simon Fraser <simon.fraser@apple.com>
REGRESSION (Async overflow scroll): Truncated scrollbars in facebook chat
https://bugs.webkit.org/show_bug.cgi?id=216294
<rdar://problem/61918702>
Reviewed by Antti Koivisto.
Some new tests, and new baselines for tests that have different layer trees now.
* compositing/layer-creation/clipping-scope/nested-scroller-overlap-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/scroller-with-negative-z-children-expected.txt:
* compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
* compositing/rtl/rtl-scrolling-with-transformed-descendants-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-clipped-by-scroll-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-nested-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-for-negative-z-in-scroller-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-hidden-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-visible-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-gain-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-in-clipped-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-lose-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-dynamic-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-dynamic.html: Added.
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-inside-hidden-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-inside-hidden.html: Added.
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-nested-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar-nested.html: Added.
* compositing/scrolling/async-overflow-scrolling/overlapped-overlay-scrollbar.html: Added.
* compositing/scrolling/async-overflow-scrolling/transform-change-scrollbar-position-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/transform-change-scrollbar-position.html: Added.
* compositing/shared-backing/overflow-scroll/composited-absolute-in-absolute-in-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
2020-09-10 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baseline after r266803.
* platform/gtk/fast/repaint/focus-ring-repaint-expected.txt: Updated after r266803.
2020-09-10 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations and baselines after r266812.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt: Added after r266784.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt: Update after r266746.
2020-09-10 Zalan Bujtas <zalan@apple.com>
[Repaint] RenderElement::setStyle may issue redundant repaint
https://bugs.webkit.org/show_bug.cgi?id=216324
<rdar://problem/68595896>
Reviewed by Simon Fraser.
* compositing/masks/compositing-clip-path-change-no-repaint-expected.txt:
* compositing/shared-backing/overflow-scroll/shared-layer-repaint-expected.txt:
* fast/css-custom-paint/delay-repaint-expected.txt:
* fast/images/async-image-multiple-clients-repaint-expected.txt:
* fast/repaint/horizontal-bt-overflow-child-expected.txt:
* fast/repaint/horizontal-bt-overflow-parent-expected.txt:
* fast/repaint/horizontal-bt-overflow-same-expected.txt:
* fast/repaint/mutate-non-visible-expected.txt:
* fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt:
* fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
* fast/repaint/spanner-with-margin-expected.txt:
* fast/repaint/table-row-repaint-expected.txt:
* fast/repaint/vertical-overflow-child-expected.txt:
* fast/repaint/vertical-overflow-parent-expected.txt:
* fast/repaint/vertical-overflow-same-expected.txt:
* svg/transforms/svg-transform-foreign-object-repaint-expected.txt:
2020-09-10 Darin Adler <darin@apple.com>
webkit-test-runner: Add support for the reftest-wait class name
https://bugs.webkit.org/show_bug.cgi?id=186045
Reviewed by Antti Koivisto.
* TestExpectations: Expect a pass on the test that directly tests this feature.
There are multiple other tests that should now be passing. We should find them
by searching for the string "reftest-wait" and updating TestExpectations after
verifying that they are indeed passing. This is easier to do after we have some
history of results on all platforms of which ones pass after this change.
Expect failure on the video-poster-shown-preload-auto.html, which requires Ogg
Vorbis video; the pass before was a false negative because the video never
loaded, which turns into a timeout now that we support reftest-wait.
* mathml/presentation/attributes-accent-accentunder-dynamic-expected.html:
* mathml/presentation/mathvariant-dynamic-expected.html:
* mathml/presentation/mpadded-dynamic-expected.html:
* mathml/presentation/mpadded-style-change-expected.html:
Remove incorrect use of "reftest-wait". These files had the attribute set on
the <html> element, and no code to ever remove it.
2020-09-09 Patrick Angle <pangle@apple.com>
Web Inspector: InvalidCharacterError: The string contains invalid characters.
https://bugs.webkit.org/show_bug.cgi?id=216138
Reviewed by Brian Burg.
Added tests for `DOMNode.prototype._idSelector(…)`, `DOMNode.prototype._classSelector(…)`,
`DOMNode.prototype.unescapedSelector` and `DOMNode.prototype.displayName`.
* inspector/dom/selector-escapes-expected.txt: Added.
* inspector/dom/selector-escapes.html: Added.
2020-09-09 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] compositing/clipping/border-radius-async-overflow-stacking.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209619
Unreviewed test gardening
* platform/ios-wk2/TestExpectations: now flaky failing on iOS wk2
* platform/mac/TestExpectations: also flaky on BigSur+
2020-09-09 Zalan Bujtas <zalan@apple.com>
[Repaint] styleWillChange may call repaint on the same renderer multiple times.
https://bugs.webkit.org/show_bug.cgi?id=216295
<rdar://problem/68538666>
Reviewed by Simon Fraser.
* compositing/masks/compositing-clip-path-change-no-repaint-expected.txt:
* compositing/shared-backing/overflow-scroll/shared-layer-repaint-expected.txt:
* fast/css-custom-paint/delay-repaint-expected.txt:
* fast/images/async-image-multiple-clients-repaint-expected.txt:
* fast/repaint/focus-ring-repaint-expected.txt:
* fast/repaint/horizontal-bt-overflow-child-expected.txt:
* fast/repaint/horizontal-bt-overflow-parent-expected.txt:
* fast/repaint/horizontal-bt-overflow-same-expected.txt:
* fast/repaint/mutate-non-visible-expected.txt:
* fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt:
* fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
* fast/repaint/table-row-repaint-expected.txt:
* fast/repaint/vertical-overflow-child-expected.txt:
* fast/repaint/vertical-overflow-parent-expected.txt:
* fast/repaint/vertical-overflow-same-expected.txt:
* svg/transforms/svg-transform-foreign-object-repaint-expected.txt:
2020-09-09 Sam Weinig <weinig@apple.com>
[WebIDL] Split GlobalEventHandlers partial interface mixins out of base mixin
https://bugs.webkit.org/show_bug.cgi?id=216316
Reviewed by Darin Adler.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/ios-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/mac-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:
Update for slight enumeration ordering change.
2020-09-09 Antoine Quint <graouts@webkit.org>
REGRESSION (r264856): updating easing on accelerated animation results in incorrect playback
https://bugs.webkit.org/show_bug.cgi?id=215853
<rdar://problem/67815853>
Reviewed by Simon Fraser.
Add new tests that check that updating an animation's easing does not stop it.
* platform/win/TestExpectations:
* webanimations/accelerated-animation-easing-update-after-pause-expected.html: Added.
* webanimations/accelerated-animation-easing-update-after-pause.html: Added.
* webanimations/accelerated-animation-easing-update-steps-after-pause-expected.html: Addded.
* webanimations/accelerated-animation-easing-update-steps-after-pause.html: Addded.
2020-09-09 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] imported/w3c/web-platform-tests/css/css-text/line-break/line-break-{strict,normal}-015a.xht are a constant ImageOnlyFailure
https://bugs.webkit.org/show_bug.cgi?id=216315
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-09 Alex Christensen <achristensen@webkit.org>
Skip newly imported test that times out sometimes.
https://bugs.webkit.org/show_bug.cgi?id=216301
* TestExpectations:
imported/w3c/web-platform-tests/selection/dir-manual.html times out. It says it's a manual test. Maybe it should stay skipped forever.
2020-09-09 Alex Christensen <achristensen@webkit.org>
Import selection web platform tests
https://bugs.webkit.org/show_bug.cgi?id=216301
Reviewed by Youenn Fablet.
* TestExpectations:
* platform/ios/imported/w3c/web-platform-tests/selection: Added.
* platform/ios/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt: Added.
2020-09-04 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement XRSession end event
https://bugs.webkit.org/show_bug.cgi?id=216181
Reviewed by Darin Adler.
* platform/wpe/TestExpectations: Added a new test that passes now.
2020-09-09 Aditya Keerthi <akeerthi@apple.com>
[macOS] Add editability to input type=time
https://bugs.webkit.org/show_bug.cgi?id=216188
Reviewed by Devin Rousso.
* TestExpectations:
* fast/forms/time/time-editable-components/time-editable-components-focus-and-blur-events-expected.txt: Added.
* fast/forms/time/time-editable-components/time-editable-components-focus-and-blur-events.html: Added.
* fast/forms/time/time-editable-components/time-editable-components-keyboard-events-expected.txt: Added.
* fast/forms/time/time-editable-components/time-editable-components-keyboard-events.html: Added.
* fast/forms/time/time-editable-components/time-editable-components-mouse-events-expected.txt: Added.
* fast/forms/time/time-editable-components/time-editable-components-mouse-events.html: Added.
* fast/forms/time/time-editable-components/time-editable-components-second-and-millisecond-field-expected.txt: Added.
* fast/forms/time/time-editable-components/time-editable-components-second-and-millisecond-field.html: Added.
* platform/mac-wk2/TestExpectations:
* platform/mac-wk2/fast/forms/time/time-appearance-basic-expected.txt: Rebaselined for new appearance.
* platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.txt: Rebaselined for new appearance.
2020-09-08 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening after r266761.
* platform/mac/TestExpectations: This should have been Mojave, not HighSierra.
2020-09-08 Tim Horton <timothy_horton@apple.com>
[ iOS wk2 ] fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=216300
<rdar://problem/68542670>
Reviewed by Wenson Hsieh.
* fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html:
shouldBecomeDifferent only works if both of the strings it evals are evaluable in the global scope.
* platform/ios-wk2/TestExpectations:
Remove the failure expectation.
2020-09-08 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=216300
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-08 Said Abou-Hallawa <sabouhallawa@apple.com>
[ macOS iOS ] svg/animations/smil-leak-element-instances-noBaseValRef.svg is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215353
Reviewed by Geoffrey Garen.
This patch reverts r265780 and goes in the opposite direction: allocating
lots and lots of objects, then proving that the number of live objects
did not grow a lot.
GCController can be conservative sometimes and leaves some objects here
and there. So we should not be checking that *all* the objects were freed
to verify there was no leak in allocating the SVG properties objects.
Instead we can check for an end-to-end test the memory did not grow a lot
despite the huge number of allocations.
* svg/animations/smil-leak-element-instances-noBaseValRef.svg:
2020-09-08 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] imported/w3c/web-platform-tests/IndexedDB/blob-valid-after-deletion.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216298
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-09-08 Chris Dumez <cdumez@apple.com>
Drop non-standard name / units attributes from AudioParam
https://bugs.webkit.org/show_bug.cgi?id=216290
Reviewed by Geoffrey Garen.
Add layout test coverage.
* webaudio/audioparam-obsolete-api-expected.txt: Added.
* webaudio/audioparam-obsolete-api.html: Added.
2020-09-08 Ryan Haddad <ryanhaddad@apple.com>
Update imported/w3c/web-platform-tests/css/css-text/line-break/line-break-{strict,normal}-015.xht
https://bugs.webkit.org/show_bug.cgi?id=209250
Unreviewed test gardening.
* platform/mac/TestExpectations: Limit image failure expectation to High Sierra & Catalina.
2020-09-08 Ryan Haddad <ryanhaddad@apple.com>
[ Mac ] fast/history/page-cache-webdatabase-pending-transaction.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=207010
Unreviewed test gardening.
* platform/mac/TestExpectations: The test isn't consistently timing out,
so mark it as flaky instead.
2020-09-08 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Release ] imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216292
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-08 Ryan Haddad <ryanhaddad@apple.com>
http/tests/history/back-with-fragment-change.php fails
https://bugs.webkit.org/show_bug.cgi?id=68278
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Mark test as consistently failing for macOS WK1.
* platform/mac-wk2/TestExpectations: Mark test as flaky for macOS WK2.
* platform/mac/TestExpectations: Remove general Mac expectation.
2020-09-08 Alex Christensen <achristensen@webkit.org>
new URL("#") should throw an error
https://bugs.webkit.org/show_bug.cgi?id=216115
Reviewed by Yusuke Suzuki and Darin Adler.
* fast/dom/DOMURL/url-constructor-expected.txt:
* fast/dom/DOMURL/url-constructor.html:
* inspector/unit-tests/url-utilities.html:
* inspector/unit-tests/url-utilities-expected.txt:
2020-09-08 Chris Dumez <cdumez@apple.com>
Fix precision issues in AudioParamTimeline when event times are very close
https://bugs.webkit.org/show_bug.cgi?id=216279
Reviewed by Darin Adler.
Rebaseline tests whose output has changed very slightly.
* webaudio/audioparam-cancel-and-hold-expected.txt:
* webaudio/oscillator-custom-expected.wav:
* webaudio/oscillator-sawtooth-expected.wav:
* webaudio/oscillator-square-expected.wav:
* webaudio/oscillator-triangle-expected.wav:
2020-09-08 Tim Horton <timothy_horton@apple.com>
iOS: <attachment>'s QuickLook thumbnails can appear squished
https://bugs.webkit.org/show_bug.cgi?id=216209
<rdar://problem/67817706>
Reviewed by Wenson Hsieh.
* fast/attachment/attachment-thumbnail-preserves-aspect-ratio-expected.txt: Added.
* fast/attachment/attachment-thumbnail-preserves-aspect-ratio.html: Added.
* fast/attachment/resources/400x200-circle.png: Added.
* platform/ios/fast/attachment/attachment-thumbnail-preserves-aspect-ratio-expected.txt: Added.
* resources/ui-helper.js:
(window.UIHelper.insertAttachmentForFilePath):
Add a test that dumps the thumbnail size for a 400x200 attachment.
We only run it on iOS, because on macOS, QuickLook always returns
an image of the size we ask for (400x400), padded with whitespace,
so the problem does not reproduce and the test doesn't work right there.
On iOS, the result used to be 400x400 and now is 400x200.
I tried and failed to make a more useful test (a ref test, actually
testing the presentation) because it's quite hard to match the
native <attachment> painting.
2020-09-08 Frank Yang <guowei_yang@apple.com>
CoreImage Implementation of CSS Filters invert(), opacity(), brightness(), contrast()
https://bugs.webkit.org/show_bug.cgi?id=215956
Reviewed by Darin Adler.
* css3/filters/effect-brightness-square-expected.html: Added.
* css3/filters/effect-brightness-square.html: Added.
* css3/filters/effect-contrast-square-expected.html: Added.
* css3/filters/effect-contrast-square.html: Added.
* css3/filters/effect-invert-square-expected.html: Added.
* css3/filters/effect-invert-square.html: Added.
* css3/filters/effect-opacity-square-expected.html: Added.
* css3/filters/effect-opacity-square.html: Added.
2020-09-08 Aditya Keerthi <akeerthi@apple.com>
[macOS] Date/time inputs should preserve focus on value change
https://bugs.webkit.org/show_bug.cgi?id=216272
Reviewed by Wenson Hsieh.
* fast/forms/date/date-preserve-focus-value-change-expected.txt: Added.
* fast/forms/date/date-preserve-focus-value-change.html: Added.
2020-09-08 Youenn Fablet <youenn@apple.com>
Fix Internals::supportsVCPEncoder on BigSur
https://bugs.webkit.org/show_bug.cgi?id=216174
<rdar://problem/66492801>
Reviewed by Geoffrey Garen.
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
Increase timeout.
2020-09-08 Youenn Fablet <youenn@apple.com>
Do not use mouse events in http/wpt/html/dom/elements/images/hover-image-change.html
https://bugs.webkit.org/show_bug.cgi?id=216265
Reviewed by Antti Koivisto.
* http/wpt/html/dom/elements/images/hover-image-change.html:
Mouse events do not work in iOS. Instead, use style change through changing class of an element.
2020-09-08 Simon Fraser <simon.fraser@apple.com>
Add a standalone version of the test runtime tree map viewer, that can accept stats.json from a local test run
https://bugs.webkit.org/show_bug.cgi?id=189396
Reviewed by Darin Adler.
Add the viewer and a sample stats.json file. Devs can drag a stats.json file into test-duration-treemap.html to
see the map (or specify it as a url parameter).
A future patch will hook this up to results.html.
* fast/harness/stats.json: Added.
* fast/harness/test-duration-treemap-expected.txt: Added.
* fast/harness/test-duration-treemap.html: Added.
2020-09-08 Chris Lord <clord@igalia.com>
[GStreamer] Some convolvernode tests are flaky crashing
https://bugs.webkit.org/show_bug.cgi?id=216118
Unreviewed test gardening.
Some tests are causing random, subsequently run tests to crash. Skip
these tests on affected platforms.
* platform/glib/TestExpectations:
2020-09-08 Karl Rackler <rackler@apple.com>
Removed 6 forms and 3 tables test expectations for Big Sur
rdar://68372418
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-08 Rob Buis <rbuis@igalia.com>
Fix crash in image-loading-lazy-slow.html WPT test
https://bugs.webkit.org/show_bug.cgi?id=215998
Reviewed by Youenn Fablet.
Mark image-loading-lazy-slow.html as ImageOnlyFailure.
* TestExpectations:
2020-09-07 Chris Dumez <cdumez@apple.com>
AudioParam.cancelAndHoldAtTime() is missing
https://bugs.webkit.org/show_bug.cgi?id=215947
<rdar://problem/68362061>
Reviewed by Darin Adler.
* webaudio/audioparam-cancel-and-hold-expected.txt: Added.
* webaudio/audioparam-cancel-and-hold.html: Added.
* webaudio/cancel-values-crash-913217-expected.txt: Added.
* webaudio/cancel-values-crash-913217.html: Added.
* webaudio/resources/audio-param.js: Added.
Import layout test coverage from Blink.
* webaudio/audioparam-setValueCurveAtTime-expected.txt: Removed.
* webaudio/audioparam-setValueCurveAtTime.html: Removed.
Remove outdated test. This test is now part of web-platform-tests at
webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurveAtTime.html
and is now passing.
2020-09-07 Karl Rackler <rackler@apple.com>
Remove duplicate test expectaions from platform/mac-bigsur
rdar://68372418
Unreviewed test gardening.
* platform/mac-bigsur/fast/css/text-overflow-input-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/button-sizes-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/button-table-styles-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/input-button-sizes-expected.txt: Removed.
* platform/mac-bigsur/fast/forms/listbox-bidi-align-expected.txt: Removed.
* platform/mac-bigsur/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Removed.
* platform/mac-bigsur/tables/mozilla/bugs/bug2479-3-expected.txt: Removed.
* platform/mac-bigsur/tables/mozilla/bugs/bug33855-expected.txt: Removed.
* platform/mac-bigsur/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
2020-09-07 Zalan Bujtas <zalan@apple.com>
Unreviewed rebaselining.
The test output (render tree dump) is sensitive to float precision.
r266509 slightly changed the way we compute the run's horizontal position
and its new position is 0.000061px more to the right. The integral ceil that we apply
to the run's width computation in the dump-render-tree-as-text makes the final value go from 39px to 40px.
(Note that final width value has dependency on the horizontal positon.)
* platform/ios-wk2/TestExpectations:
* platform/ios/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
2020-09-07 Darin Adler <darin@apple.com>
* platform/mac-wk2/TestExpectations: Revert change I accidentally included in my last patch.
2020-09-06 Darin Adler <darin@apple.com>
Make TextCodecCJK and TextCodecSingleByte thread-safe and refactor a bit to share code
https://bugs.webkit.org/show_bug.cgi?id=216229
Reviewed by Sam Weinig.
* TestExpectations: Removed expectation that skips the three eof-utf-8
tests. They were failing because the tests were imported into the source
tree improperly and are passing now that is fixed.
2020-09-07 Youenn Fablet <youenn@apple.com>
Fix Internals::supportsVCPEncoder on BigSur
https://bugs.webkit.org/show_bug.cgi?id=216174
Reviewed by Eric Carlson.
* platform/mac-wk2/TestExpectations:
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder-expected.txt:
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
Slight modification to make the test run faster and output more comprehensive error message if error happens.
2020-09-07 Youenn Fablet <youenn@apple.com>
Safari takes too long to fetch images from memory cache
https://bugs.webkit.org/show_bug.cgi?id=216048
<rdar://problem/68260952>
Reviewed by Antti Koivisto.
* http/wpt/html/dom/elements/images/bypass-cache-redirection-revalidation-expected.txt: Added.
* http/wpt/html/dom/elements/images/bypass-cache-redirection-revalidation.html: Added.
* http/wpt/html/dom/elements/images/hover-image-change-expected.html: Added.
* http/wpt/html/dom/elements/images/hover-image-change.html: Added.
* http/wpt/html/dom/elements/images/redirect.py: Added.
2020-09-07 Youenn Fablet <youenn@apple.com>
Add missing members to RTCIceCandidate
https://bugs.webkit.org/show_bug.cgi?id=216075
Reviewed by Eric Carlson.
* fast/mediastream/RTCPeerConnection-icecandidate-event-expected.txt:
2020-09-07 Sergio Villar Senin <svillar@igalia.com>
[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-09-02 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] min-height: auto not applied to nested flexboxes.
https://bugs.webkit.org/show_bug.cgi?id=210089
Reviewed by Daniel Bates.
Apart from enabling some tests we're removing a test which is now invalid as it was added
under the condition that we were not matching the specs wrt percentage height computation in
column flexboxes.
* TestExpectations: Removed two test cases that are passing now.
* fast/flexbox/nested-column-intrinsic-min-disabled-expected.html: Removed.
* fast/flexbox/nested-column-intrinsic-min-disabled.html: Removed.
* platform/ios/fast/forms/auto-fill-button/input-strong-password-auto-fill-button-expected.txt: Updated.
* platform/mac/fast/forms/auto-fill-button/input-strong-password-auto-fill-button-expected.txt: Ditto.
2020-09-06 Chris Dumez <cdumez@apple.com>
ConvolverNode incorrectly outputs silence because m_reverb is null
https://bugs.webkit.org/show_bug.cgi?id=216230
Reviewed by Darin Adler.
Unreviewed, unskip tests that should hopefully not be flaky anymore, not that they
are passing.
* TestExpectations:
2020-09-06 Myles C. Maxfield <mmaxfield@apple.com>
Letter-spacing should disable ligatures
https://bugs.webkit.org/show_bug.cgi?id=176215
<rdar://problem/17044265>
Reviewed by Antti Koivisto.
imported/w3c/web-platform-tests/css/css-fonts/font-feature-resolution-001.html passes now.
* TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt:
Apparently this test is sensitive to the ordering of CSSPropertyID enum values in CSSPropertyNames.h.
I filed https://bugs.webkit.org/show_bug.cgi?id=216170 about this.
* platform/mac-wk1/editing/mac/attributed-string/letter-spacing-expected.txt: Updated.
* platform/mac-mojave-wk1/editing/mac/attributed-string/letter-spacing-expected.txt: Updated
2020-09-05 Oriol Brufau <obrufau@igalia.com>
[css-grid] Use min-content size for intrinsic maximums resolution
https://bugs.webkit.org/show_bug.cgi?id=216142
Reviewed by Darin Adler.
Update test expectations. Some are wrong due to bug 216144.
* fast/css-grid-layout/grid-intrinsic-maximums-expected.html:
2020-09-05 Oriol Brufau <obrufau@igalia.com>
[css-logical] Ship flow-relative shorthand and offset properties
https://bugs.webkit.org/show_bug.cgi?id=216178
Reviewed by Darin Adler.
css-properties-behind-flags.html used to check that CSS properties
disabled behind a flag were effectible disabled.
But there is no longer any CSS property disabled behind a flag, so I'm
just removing it.
* platform/mac/TestExpectations:
* webexposed/css-properties-behind-flags-expected.txt: Removed.
* webexposed/css-properties-behind-flags.html: Removed.
2020-09-05 Devin Rousso <drousso@apple.com>
Web Inspector: allow DOM breakpoints to be configured
https://bugs.webkit.org/show_bug.cgi?id=215795
Reviewed by Brian Burg.
* inspector/debugger/resources/breakpoint-options-utilities.js:
(TestPage.registerInitializer.InspectorTest.BreakpointOptions.addTestCases):
* inspector/dom-debugger/resources/dom-breakpoint-utilities.js: Added.
(TestPage.registerInitializer.InspectorTest.DOMBreakpoint.teardown):
(TestPage.registerInitializer.InspectorTest.DOMBreakpoint.createBreakpoint):
(TestPage.registerInitializer.InspectorTest.DOMBreakpoint.addBreakpoint):
(TestPage.registerInitializer.InspectorTest.DOMBreakpoint.awaitQuerySelector):
* inspector/dom-debugger/attribute-modified-style.html:
* inspector/dom-debugger/attribute-modified-style-expected.txt:
* inspector/dom-debugger/dom-breakpoints.html:
* inspector/dom-debugger/dom-breakpoints-expected.txt:
* inspector/dom-debugger/dom-breakpoint-attribute-modified.html: Added.
* inspector/dom-debugger/dom-breakpoint-attribute-modified-expected.txt: Added.
* inspector/dom-debugger/dom-breakpoint-node-removed-ancestor.html: Added.
* inspector/dom-debugger/dom-breakpoint-node-removed-ancestor-expected.txt: Added.
* inspector/dom-debugger/dom-breakpoint-node-removed-direct.html: Added.
* inspector/dom-debugger/dom-breakpoint-node-removed-direct-expected.txt: Added.
* inspector/dom-debugger/dom-breakpoint-subtree-modified-add.html: Added.
* inspector/dom-debugger/dom-breakpoint-subtree-modified-remove-expected.txt: Added.
* inspector/dom-debugger/dom-breakpoint-subtree-modified-remove.html: Added.
* inspector/dom-debugger/dom-breakpoint-subtree-modified-add-expected.txt: Added.
2020-09-05 Myles C. Maxfield <mmaxfield@apple.com>
[macOS] Don't apply synthetic bold or italics to emoji
https://bugs.webkit.org/show_bug.cgi?id=215686
Reviewed by Darin Adler.
* fast/text/emoji-synthesis-expected.html: Added.
* fast/text/emoji-synthesis.html: Added.
* platform/win/TestExpectations:
* platform/mac/fast/text/fallback-traits-fixup-expected.txt:
2020-09-05 Darin Adler <darin@apple.com>
CSS revert should serialize as "revert", not "Revert"
https://bugs.webkit.org/show_bug.cgi?id=216187
Reviewed by Anders Carlsson.
* editing/spelling/spelling-dots-position-expected.html: Remove some unneeded style text.
Caught my eye because it uses "background-position: initial".
* fast/css/background-position-serialize-expected.txt: Updated for a progression.
We now correctly omit "background-position: initial initial; background-repeat: initial initial;".
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt: Removed.
These were only needed because the failure strings depended on the exact set of attributes.
But the test passes now.
2020-09-05 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r266614 and r266657.
https://bugs.webkit.org/show_bug.cgi?id=216213
Broke builds
Reverted changesets:
"Fix Internals::supportsVCPEncoder on BigSur"
https://bugs.webkit.org/show_bug.cgi?id=216174
https://trac.webkit.org/changeset/266614
"Fix the build after r266614"
https://bugs.webkit.org/show_bug.cgi?id=216174
https://trac.webkit.org/changeset/266657
2020-09-04 Tyler Wilcock <twilco.o@protonmail.com>
CSS :visited color taken on non-visited link when using CSS variables
https://bugs.webkit.org/show_bug.cgi?id=210525
Add reftest ensuring :visited link styles don't override regular styles
for links that have not yet been visited.
Reviewed by Darin Adler.
* fast/css/link-with-variable-styling-expected.html: Added.
* fast/css/link-with-variable-styling.html: Added.
2020-09-04 Karl Rackler <rackler@apple.com>
(REGRESSION (r266045): [ Big Sur ] 6 forms and 3 tables tests are a constant failure with approximately 1px difference)
rdar://68372418
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-04 Truitt Savell <tsavell@apple.com>
fast/text/international/generic-font-family-language-traditional.html is passing, remove expectation.
rdar://60227623
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-04 Truitt Savell <tsavell@apple.com>
Correct typo in expectation for imported/blink/fast/text/international/text-shaping-arabic.html
rdar://41103260
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-04 Truitt Savell <tsavell@apple.com>
imported/blink/fast/text/international/text-shaping-arabic.html is Passing on Big Sur
rdar://41103260
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-04 Chris Dumez <cdumez@apple.com>
REGRESSION(266399?): [ iOS wk2 ] imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=216124
<rdar://problem/68282113>
Unreviewed, rebaselined test on iOS.
* platform/ios-wk2/TestExpectations:
* platform/ios/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt:
2020-09-04 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION (r265603): ASSERTION FAILED: m_suspended in WebCore::SuspendableTimerBase::resume() seen with http/tests/security/no-indexeddb-from-sandbox.html
https://bugs.webkit.org/show_bug.cgi?id=215465
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-04 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION (r265603): ASSERTION FAILED: m_suspended in WebCore::SuspendableTimerBase::resume() seen with http/tests/security/no-indexeddb-from-sandbox.html
https://bugs.webkit.org/show_bug.cgi?id=215465
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-04 Karl Rackler <rackler@apple.com>
[ Big Sur ] imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framerate.html is a flaky failure/timeout)
rdar://68364365
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-04 Chris Dumez <cdumez@apple.com>
Improve interpolation algorithm in OscillatorNode
https://bugs.webkit.org/show_bug.cgi?id=216183
Reviewed by Geoffrey Garen.
Unskip test that should no longer be flaky now that it is passing.
* TestExpectations:
2020-09-04 Alex Christensen <achristensen@webkit.org>
Align EUC-JP, ISO-2022-JP, and Shift_JIS decoding with Chrome, Firefox, and the specification
https://bugs.webkit.org/show_bug.cgi?id=216168
Reviewed by Youenn Fablet.
* platform/mac/imported/w3c/web-platform-tests/encoding/eof-shift_jis-expected.txt: Removed.
2020-09-04 Chris Dumez <cdumez@apple.com>
REGRESSION(macOS Big Sur) https://magenta.github.io/lofi-player/ is broken
https://bugs.webkit.org/show_bug.cgi?id=216163
<rdar://problem/68198173>
Reviewed by Eric Carlson.
Add layout test that was reproducing the crash on https://magenta.github.io/lofi-player/.
* webaudio/webkitofflineaudiocontext-startRendering-crash-expected.txt: Added.
* webaudio/webkitofflineaudiocontext-startRendering-crash.html: Added.
2020-09-04 Youenn Fablet <youenn@apple.com>
Fix Internals::supportsVCPEncoder on BigSur
https://bugs.webkit.org/show_bug.cgi?id=216174
Reviewed by Eric Carlson.
* platform/mac-wk2/TestExpectations:
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder-expected.txt:
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
Slight modification to make the test run faster and output more comprehensive error message if error happens.
2020-09-04 Youenn Fablet <youenn@apple.com>
MediaRecorder timeslice parameter causing internal error on longer videos
https://bugs.webkit.org/show_bug.cgi?id=216076
<rdar://problem/68209422>
Reviewed by Eric Carlson.
* http/wpt/fetch/blob-range-expected.txt: Added.
* http/wpt/fetch/blob-range.html: Added.
2020-09-04 Aditya Keerthi <akeerthi@apple.com>
REGRESSION (r241734): [iOS] Changing the value of a select element and tapping on another results in two changes
https://bugs.webkit.org/show_bug.cgi?id=216077
Reviewed by Darin Adler.
* fast/forms/ios/select-picker-change-and-focus-another-select-expected.txt: Added.
* fast/forms/ios/select-picker-change-and-focus-another-select.html: Added.
2020-09-04 Oriol Brufau <obrufau@igalia.com>
[css-grid] Import grid tests from WPT
https://bugs.webkit.org/show_bug.cgi?id=216147
Reviewed by Carlos Alberto Lopez Perez.
Mark some new tests as failing.
* TestExpectations:
2020-09-04 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r266559.
* platform/glib/TestExpectations:
2020-09-04 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update baselines after r266528.
* platform/glib/imported/w3c/web-platform-tests/encoding/single-byte-decoder-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker-expected.txt:
2020-09-03 Karl Rackler <rackler@apple.com>
[ Catalina debug wk2 ] html5lib/generated/run-template-data.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=216164
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-03 Hector Lopez <hector_i_lopez@apple.com>
Correction for Rebasline at changeset https://trac.webkit.org/changeset/266500/webkit
Unreviewed test gardening.
* platform/mac-catalina/fast/forms/date/date-pseudo-elements-expected.txt: Removed.
* platform/mac-mojave/fast/forms/date/date-pseudo-elements-expected.txt: Removed.
2020-09-03 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Debug ] imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=216162
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-03 Patrick Angle <pangle@apple.com>
Web Inspector fails to preview response from XHR requests
https://bugs.webkit.org/show_bug.cgi?id=215852
Reviewed by Devin Rousso.
Added new test cases and associated resources to test handling of `304 Not Modified` responses to XHR requests.
We test both XHR for a PHP page as well as for a text file, as they behaved differently (incorrectly) before
this patch.
* http/tests/inspector/network/fetch-response-body-304-expected.txt:
* http/tests/inspector/network/fetch-response-body-304.html:
* http/tests/inspector/network/resources/.htaccess: Cache-Control header for fetch-cachable.txt
* http/tests/inspector/network/resources/fetch-cachable.php:
* http/tests/inspector/network/resources/fetch-cachable.txt:
* platform/mac-wk1/TestExpectations: Tests rely on disk-cache which is not present in WK1
2020-09-03 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r266509): [ iOS wk2 ] css2.1/t0905-c5525-fltwidth-00-c-g.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=216160
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-03 Karl Rackler <rackler@apple.com>
[ Mac wk2 ] webgpu/whlsl/ensure-proper-variable-lifetime.html is flaky ImageOnlyFailure.
https://bugs.webkit.org/show_bug.cgi?id=207267
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-03 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r266511): [ macOS iOS wk2 ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-restartIce.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216159
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-09-03 Karl Rackler <rackler@apple.com>
[ Mojave+ debug wk2 ] imported/w3c/web-platform-tests/css/css-transitions/transition-base-response-002.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216155
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-03 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] http/tests/misc/script-async.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216156
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-03 Frank Yang <guowei_yang@apple.com>
CoreImage Implementation of SourceGraphic and saturate(), hue-rotate(), grayscale() and sepia()
https://bugs.webkit.org/show_bug.cgi?id=213673
Reviewed by Darin Adler, Simon Fraser.
* css3/filters/effect-grayscale-square-expected.html: Added.
* css3/filters/effect-grayscale-square.html: Added.
* css3/filters/effect-hue-rotate-square-expected.html: Added.
* css3/filters/effect-hue-rotate-square.html: Added.
* css3/filters/effect-saturate-square-expected.html: Added.
* css3/filters/effect-saturate-square.html: Added.
* css3/filters/effect-sepia-square-expected.html: Added.
* css3/filters/effect-sepia-square.html: Added.
* fast/filter-image/background-filter-image-expected.html:
This is the expected result for the background image filter. The background image
is not upsampled for retina screens due to a bug, so the test runner is comparing
an unscaled image with an upscaled-then-downscaled image. CoreImage handles upscaling
and downscaling differently, so the pixel diff will fail. Thus, turning off CI for this
particular test case until the background image filter not upsampling bug is fixed.
* fast/filter-image/background-filter-image.html:
ditto
2020-09-03 Kimmo Kinnunen <kkinnunen@apple.com>
Mark uniform samplers in an array unused per element
https://bugs.webkit.org/show_bug.cgi?id=215630
Reviewed by Dean Jackson.
Mark uniform samplers in an uniform sampler array unused per
element, if driver informs the element being unused.
Before, one element would mark the whole array as being
unused, and samplers that were in use would not be updated.
* fast/canvas/webgl/glsl-sampler-array-unused-element-expected.txt: Added.
* fast/canvas/webgl/glsl-sampler-array-unused-element.html: Added.
2020-09-03 Devin Rousso <drousso@apple.com>
Web Inspector: allow url breakpoints to be configured
https://bugs.webkit.org/show_bug.cgi?id=215793
Reviewed by Brian Burg.
* inspector/debugger/resources/breakpoint-options-utilities.js:
(TestPage.registerInitializer.InspectorTest.BreakpointOptions.addTestCases):
* inspector/dom-debugger/resources/url-breakpoint-utilities.js: Added.
(TestPage.registerInitializer.InspectorTest.URLBreakpoint.teardown):
(TestPage.registerInitializer.InspectorTest.URLBreakpoint.createBreakpoint):
(TestPage.registerInitializer.InspectorTest.URLBreakpoint.addBreakpoint):
(TestPage.registerInitializer.InspectorTest.URLBreakpoint.request):
* inspector/dom-debugger/url-breakpoints.html:
* inspector/dom-debugger/url-breakpoints-expected.txt:
* inspector/dom-debugger/url-breakpoints-all-requests.html: Added.
* inspector/dom-debugger/url-breakpoints-all-requests-expected.txt: Added.
* inspector/dom-debugger/url-breakpoints-containing.html: Added.
* inspector/dom-debugger/url-breakpoints-containing-expected.txt: Added.
* inspector/dom-debugger/url-breakpoints-matching.html: Added.
* inspector/dom-debugger/url-breakpoints-matching-expected.txt: Added.
Split the one URL breakpoint test into four so they run quicker.
* inspector/dom-debugger/resources/event-breakpoint-utilities.js:
(TestPage.registerInitializer.InspectorTest.EventBreakpoint.addBreakpointOptionsTestCases): Deleted.
* inspector/dom-debugger/event-animation-frame-breakpoints.html:
* inspector/dom-debugger/event-animation-frame-breakpoints-expected.txt:
* inspector/dom-debugger/event-interval-breakpoints.html:
* inspector/dom-debugger/event-interval-breakpoints-expected.txt:
* inspector/dom-debugger/event-listener-breakpoints.html:
* inspector/dom-debugger/event-listener-breakpoints-expected.txt:
* inspector/dom-debugger/event-timeout-breakpoints.html:
* inspector/dom-debugger/event-timeout-breakpoints-expected.txt:
Use `InspectorTest.BreakpointOptions.addTestCases` instead of duplicating the logic.
2020-09-03 Devin Rousso <drousso@apple.com>
Web Inspector: allow special JavaScript breakpoints to be configured
https://bugs.webkit.org/show_bug.cgi?id=215794
Reviewed by Brian Burg.
* inspector/debugger/resources/breakpoint-options-utilities.js: Added.
(TestPage.registerInitializer.InspectorTest.BreakpointOptions.addTestCases):
(TestPage.registerInitializer.InspectorTest.BreakpointOptions.addTestCases.removeBreakpoint):
* inspector/debugger/break-on-exception.html:
* inspector/debugger/break-on-exception-expected.txt:
* inspector/debugger/break-on-uncaught-exception.html:
* inspector/debugger/break-on-uncaught-exception-expected.txt:
* inspector/debugger/setPauseOnAssertions.html:
* inspector/debugger/setPauseOnAssertions-expected.txt:
* inspector/debugger/setPauseOnDebuggerStatements.html:
* inspector/debugger/setPauseOnDebuggerStatements-expected.txt:
* inspector/debugger/setPauseOnMicrotasks.html:
* inspector/debugger/setPauseOnMicrotasks-expected.txt:
Add tests for global JavaScript breakpoint configuration options.
2020-09-03 Ross Kirsling <ross.kirsling@sony.com>
[JSC] Add missing detached buffer errors for DataView
https://bugs.webkit.org/show_bug.cgi?id=216062
Reviewed by Yusuke Suzuki.
* fast/canvas/webgl/arraybuffer-transfer-of-control.html:
* js/dom/constructor-length.html:
* js/script-tests/typedarray-constructors.js:
* js/typedarray-constructors-expected.txt:
* platform/glib/js/dom/constructor-length-expected.txt:
* platform/ios/js/dom/constructor-length-expected.txt:
* platform/mac/js/dom/constructor-length-expected.txt:
* platform/win/js/dom/constructor-length-expected.txt:
* platform/wincairo/js/dom/constructor-length-expected.txt:
Update tests and expectations.
2020-09-03 Alex Christensen <achristensen@webkit.org>
Align ISO-8859-{3,6,7,8,8-I} and windows-{874,1253,1255,1257} encodings with Chrome, Firefox, and the specification
https://bugs.webkit.org/show_bug.cgi?id=216094
Reviewed by Darin Adler.
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding.html:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-09-03 Antoine Quint <graouts@webkit.org>
Consecutive requestAnimationFrame callbacks may be passed the same timestamp
https://bugs.webkit.org/show_bug.cgi?id=216122
<rdar://problem/68269445>
Reviewed by Simon Fraser.
Add a test that two subsequent animation frames as identified via requestAnimationFrame() callbacks
are provided increasing timestamps.
Also removing flaky expectation for two WPT animations tests which pass reliably after this fix.
* fast/animation/request-animation-frame-unique-timestamp-expected.txt: Added.
* fast/animation/request-animation-frame-unique-timestamp.html: Added.
* platform/mac-wk2/TestExpectations:
2020-09-03 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r266466): [ iOS wk2 ] fast/encoding/charset-replacement.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=216126
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-03 Aditya Keerthi <akeerthi@apple.com>
[macOS] Support stepping using keyboard in date inputs
https://bugs.webkit.org/show_bug.cgi?id=216090
Reviewed by Darin Adler.
Added a new test case to the existing set of keyboard testcases for editable date inputs.
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events-expected.txt:
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events.html:
2020-09-03 Alex Christensen <achristensen@webkit.org>
Rebase Windows test expectations after r266466
https://bugs.webkit.org/show_bug.cgi?id=216063
* platform/ios/fast/encoding/charset-replacement-expected.txt: Copied from fast/encoding/charset-replacement-expected.txt.
Everyone seems to render a document with just one replacement character just a little different.
2020-09-03 Alex Christensen <achristensen@webkit.org>
Rebase iOS test results after r266399
https://bugs.webkit.org/show_bug.cgi?id=216022
* platform/ios/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt:
2020-09-03 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(266399?): [ iOS wk2 ] imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=216124
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-09-03 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Add support for vertical-align: text-bottom
https://bugs.webkit.org/show_bug.cgi?id=215538
<rdar://problem/67613372>
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/vertical-align-bottom-nested-expected.html: Added.
* fast/layoutformattingcontext/vertical-align-bottom-nested.html: Added.
2020-09-03 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Add support for vertical-align: text-top
https://bugs.webkit.org/show_bug.cgi?id=215545
<rdar://problem/67629969>
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/vertical-align-top-nested-expected.html: Added.
* fast/layoutformattingcontext/vertical-align-top-nested.html: Added.
2020-09-03 Aditya Keerthi <akeerthi@apple.com>
[macOS] Add disabled and readonly behaviors to date inputs
https://bugs.webkit.org/show_bug.cgi?id=216005
Reviewed by Devin Rousso.
Added tests for disabled and readonly date inputs in existing test files.
* fast/forms/date/date-editable-components/date-editable-components-focus-and-blur-events-expected.txt:
* fast/forms/date/date-editable-components/date-editable-components-focus-and-blur-events.html:
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events-expected.txt:
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events.html:
* fast/forms/date/date-editable-components/date-editable-components-mouse-events-expected.txt:
* fast/forms/date/date-editable-components/date-editable-components-mouse-events.html:
2020-09-03 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Mark more convolver related tests as flaky crash.
* platform/gtk/TestExpectations:
2020-09-03 Youenn Fablet <youenn@apple.com>
Expose RTCPeerConnection.restartIce
https://bugs.webkit.org/show_bug.cgi?id=216072
Reviewed by Darin Adler.
* TestExpectations:
2020-09-03 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Fix nested inline box sizing and positioning
https://bugs.webkit.org/show_bug.cgi?id=215748
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/vertical-align-middle-nested-expected.html:
* fast/layoutformattingcontext/vertical-align-middle-nested.html:
* fast/layoutformattingcontext/vertical-align-middle-simple-expected.html:
* fast/layoutformattingcontext/vertical-align-middle-simple.html:
2020-09-02 Alex Christensen <achristensen@webkit.org>
Rebase Windows test expectations after r266466
https://bugs.webkit.org/show_bug.cgi?id=216063
* platform/win/fast/encoding/charset-replacement-expected.txt: Copied from fast/encoding/charset-replacement-expected.txt.
A document with just one replacement character is 2 pixels different on Windows.
2020-09-02 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline and garden some tests
Unreviewed test gardening.
* platform/glib/fast/encoding/charset-replacement-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic-expected.txt:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-09-02 Hector Lopez <hector_i_lopez@apple.com>
Rebaseline after macOS build progression.
Copy current test expectations to Catalina and Mojave and update Big Sur
Unreviewed test gardening.
* platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.txt:
2020-09-02 Chris Dumez <cdumez@apple.com>
Don't modify the response when creating a ConvolverNode
https://bugs.webkit.org/show_bug.cgi?id=216093
Reviewed by Eric Carlson.
Import layout test from Blink.
* webaudio/convolvernode-unmodified-buffer-expected.txt: Added.
* webaudio/convolvernode-unmodified-buffer.html: Added.
2020-09-02 Karl Rackler <rackler@apple.com>
Rebaseline after macOS build progression.
Rebaseline fast/block/margin-collapse/103 for Mojave
Unreviewed test gardening.
* platform/mac-mojave/fast/block/margin-collapse/103-expected.txt:
2020-09-02 Karl Rackler <rackler@apple.com>
Rebaseline after macOS build progression.
Rebaseline fast/block/margin-collapse/103 for Catalina
Unreviewed test gardening.
* platform/mac-catalina/fast/block/margin-collapse/103-expected.txt:
2020-09-02 Timothy Horton <timothy_horton@apple.com>
RWT's lint-test-files complains about nonexistent editing/images tests
* TestExpectations:
Remove a stale expectation for a directory that has been deleted.
2020-09-02 Karl Rackler <rackler@apple.com>
rdar://67281310 ([ Rosetta Layout Tests ] REGRESSION (r265639): [ Big Sur ] 1 canvas layout test is a constant failure)
Removing test expectations that now pass on Big Sur Rosetta 20A2364
Unreviewed test gardening.
* platform/mac/TestExpectationsRosetta:
2020-09-02 Karl Rackler <rackler@apple.com>
rdar://66802945 (REGRESSION (20A2323e-20A234b): [ Layout Test] 1 canvas layout tests are a constant failure)
Removing test expectations that now pass on Big Sur 20A2364
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-09-02 Devin Rousso <drousso@apple.com>
Web Inspector: allow event breakpoints to be configured when they're added
https://bugs.webkit.org/show_bug.cgi?id=215747
Reviewed by Brian Burg.
* inspector/debugger/breakpoint-action-eval.html:
* inspector/debugger/breakpoint-action-log.html:
* inspector/debugger/probe-manager-add-remove-actions.html:
* inspector/debugger/stepping/stepping-through-autoContinue-breakpoint.html:
* inspector/dom-debugger/resources/event-breakpoint-utilities.js:
(TestPage.registerInitializer.async suite):
(TestPage.registerInitializer.InspectorTest.EventBreakpoint.addBreakpointOptionsTestCases):
* inspector/dom/breakpoint-for-event-listener.html:
Update to use newly named `WI.Breakpoint.prototype.addAction`.
2020-09-02 John Wilander <wilander@apple.com>
Storage Access API: Allow requests for storage access from nested iframes
https://bugs.webkit.org/show_bug.cgi?id=216019
<rdar://problem/68109918>
Reviewed by Alex Christensen.
It was decided browsers should support requests for storage access from nested
iframes as part of the standardization of the Storage Access API. The issue is
discussed here: https://github.com/privacycg/storage-access/issues/10.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe-database-expected.txt:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe-database.html:
Now sets a cookie for the third party so that the test checks granted access.
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe-expected.txt:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe.html:
Now sets a cookie for the third party so that the test checks granted access.
* http/tests/storageAccess/resources/nesting-iframe.html:
Changed to now expect to be granted storage access.
2020-09-02 Devin Rousso <drousso@apple.com>
REGRESSION: [ macOS ] media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-rtl.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215614
<rdar://problem/67333849>
Reviewed by Eric Carlson.
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-rtl.html:
* media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-rtl-expected.txt:
* platform/mac/TestExpectations:
2020-09-02 Youenn Fablet <youenn@apple.com>
Introduce a C++ chain of operations in RTCPeerConnection
https://bugs.webkit.org/show_bug.cgi?id=216006
Reviewed by Eric Carlson.
* fast/mediastream/RTCIceCandidate-expected.txt:
* fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt:
* fast/mediastream/RTCPeerConnection-media-setup-single-dialog-expected.txt:
* fast/mediastream/RTCPeerConnection-remotely-assigned-transceiver-mid-expected.txt:
* webrtc/libwebrtc/release-while-creating-offer-expected.txt:
* webrtc/remove-track-expected.txt:
* webrtc/remove-track.html:
Make sure we are in a stable state before going to removeTrack actual test.
Also make sure to call setRemoteDescription for second test.
2020-09-02 Alex Christensen <achristensen@webkit.org>
Allow direct creation of replacement codec
https://bugs.webkit.org/show_bug.cgi?id=216063
Reviewed by Youenn Fablet.
* fast/encoding/charset-replacement-expected.txt:
* fast/encoding/charset-replacement.html:
2020-09-02 Aditya Keerthi <akeerthi@apple.com>
[macOS] Update date picker when the inner control is edited
https://bugs.webkit.org/show_bug.cgi?id=216004
Reviewed by Wenson Hsieh.
Added a test to verify that the date picker is updated when the user edits the control.
* fast/forms/date/date-editable-components/date-picker-update-on-edit-expected.txt: Added.
* fast/forms/date/date-editable-components/date-picker-update-on-edit.html: Added.
* resources/ui-helper.js:
(window.UIHelper.dateTimePickerValue):
2020-09-02 Per Arne Vollan <pvollan@apple.com>
[Win] Update test expectations for failures only seen on one specific bot
https://bugs.webkit.org/show_bug.cgi?id=216036
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-09-02 Alex Christensen <achristensen@webkit.org>
Align UTF-16 decoder with Chrome, Firefox, and specification
https://bugs.webkit.org/show_bug.cgi?id=216058
Reviewed by Youenn Fablet.
* imported/blink/fast/encoding/utf-16-odd-byte-expected.txt:
2020-09-02 Karl Rackler <rackler@apple.com>
Rebaseline after macOS build progression.
Copy current test expectations to Catalina and Mojave and update Big Sur
Unreviewed test gardening.
* platform/mac-bigsur/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/css/continuationCrash-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/forms/button-positioned-expected.txt:
* platform/mac/fast/forms/button-sizes-expected.txt:
* platform/mac/fast/forms/input-button-sizes-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/select-selected-expected.txt:
* platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
* platform/mac/fast/parser/document-write-option-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
2020-09-02 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update baselines and expectations after r266452.
* platform/glib/TestExpectations:
* platform/glib/fetch/fetch-url-serialization-expected.txt: Update after r266399.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt: Update after r266398.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-tail-expected.txt: Update after r266417.
2020-09-01 Nikita Vasilyev <nvasilyev@apple.com>
REGRESSION(r243264): Web Inspector: Style pane doesn't update after toggling CSS class
https://bugs.webkit.org/show_bug.cgi?id=202065
<rdar://problem/55149141>
Reviewed by Brian Burg.
Added a test to verify that WI.DOMNodeStyles.Event.Refreshed fires with appropriate
`significantChange` flag.
* inspector/css/node-styles-refreshed-expected.txt: Added.
* inspector/css/node-styles-refreshed.html: Added.
2020-09-01 Yusuke Suzuki <ysuzuki@apple.com>
Skip fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html if Gigacage is not enabled
https://bugs.webkit.org/show_bug.cgi?id=216043
<rdar://problem/66394369>
Reviewed by Mark Lam.
The test is stressing Gigacage Exhaustion. So without Gigacage, this test is meaningless.
GuardMalloc behaves differently from usual Malloc / bmalloc: which crashes when exhausting memory.
As a result, we observe test crash when GuardMalloc is enabled. Since our test harness does not support
GuardMalloc annotation in TestExpectations, we needed a workaround to avoid this crash.
* TestExpectations:
* fast/css-custom-paint/out-of-memory-while-adding-worklet-module-expected.txt:
* fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js:
(vm.isGigacageEnabled.useAllMemory.try.get Object):
(vm.isGigacageEnabled.useAllMemory.try.foo):
(vm.isGigacageEnabled):
(useAllMemory.try.get Object): Deleted.
(useAllMemory.try.foo): Deleted.
(): Deleted.
(catch): Deleted.
2020-09-01 Hector Lopez <hector_i_lopez@apple.com>
Unreviewed, reverting r266408.
Revision caused constant crashes on iOS and macOS
Reverted changeset:
"Convert runtime flag to setting for lazy image loading"
https://bugs.webkit.org/show_bug.cgi?id=215610
https://trac.webkit.org/changeset/266408
2020-09-01 Dean Jackson <dino@apple.com>
REGRESSION(r262366): MotionMark1.1 | macOS | Some devices | 1-3% overall regression
https://bugs.webkit.org/show_bug.cgi?id=215989
<rdar://problem/66845937>
Reviewed by Darin Adler.
* fast/canvas/webgl/move-canvas-in-document-expected.html: Added.
* fast/canvas/webgl/move-canvas-in-document-while-clean-expected.html: Added.
* fast/canvas/webgl/move-canvas-in-document-while-clean.html: Added.
* fast/canvas/webgl/move-canvas-in-document.html: Added.
2020-09-01 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 ] fast/scrolling/latching/latched-scroll-remove-iframe.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216059
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-09-01 Rob Buis <rbuis@igalia.com>
Convert runtime flag to setting for lazy image loading
https://bugs.webkit.org/show_bug.cgi?id=215610
Reviewed by Youenn Fablet.
Enable lazy image loading setting in resources/testharnessreport.js. Update test expectations
and adjust the tests in http/tests/lazyload/ to enable the setting. Fow WK1 list more tests
that should be skipped.
* TestExpectations:
* http/tests/lazyload/attribute.html:
* http/tests/lazyload/js-image.html:
* http/tests/lazyload/lazy-image-load-in-iframes-scripting-disabled.html:
* http/tests/lazyload/lazy-image-load-in-iframes-scripting-enabled.html:
* http/tests/lazyload/lazy.html:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk1/TestExpectations:
* 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:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* resources/testharnessreport.js:
2020-09-01 Antti Koivisto <antti@apple.com>
EventRegion paint should respect layer's foreground and background painting phases
https://bugs.webkit.org/show_bug.cgi?id=216031
<rdar://problem/67282372>
Reviewed by Simon Fraser.
* editing/editable-region/text-field-inside-composited-negative-z-index-layer-expected.txt:
* fast/scrolling/mac/negative-z-index-overflow-scroll-expected.txt: Added.
* fast/scrolling/mac/negative-z-index-overflow-scroll.html: Added.
* pointerevents/ios/touch-action-none-relative-inside-composited-negative-z-index-layer-expected.txt:
* pointerevents/ios/touch-action-region-backing-sharing-expected.txt:
2020-09-01 Alex Christensen <achristensen@webkit.org>
Update URL fragment percent encode set
https://bugs.webkit.org/show_bug.cgi?id=216022
Reviewed by Youenn Fablet.
* 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:
* fast/url/anchor-expected.txt:
* fast/url/anchor.html:
* fast/url/segments-expected.txt:
* fast/url/segments-from-data-url-expected.txt:
* fast/url/segments-from-data-url.html:
* fast/url/segments-from-data-url2-expected.txt:
* fast/url/segments-from-data-url2.html:
* fast/url/segments.html:
* fast/url/standard-url-expected.txt:
* fast/url/standard-url.html:
* fast/url/url-tojson-expected.txt:
* fast/url/url-tojson.html:
* fetch/fetch-url-serialization-expected.txt:
* fetch/fetch-urls.json:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
* svg/dom/viewspec-parser-1-expected.txt:
* svg/dom/viewspec-parser-3-expected.txt:
* svg/dom/viewspec-parser-4-expected.txt:
* svg/dom/viewspec-parser-5-expected.txt:
* svg/dom/viewspec-parser-6-expected.txt:
* svg/dom/viewspec-parser-7-expected.txt:
2020-09-01 Aditya Keerthi <akeerthi@apple.com>
[macOS] Handle events for date inputs with editable components
https://bugs.webkit.org/show_bug.cgi?id=215938
Reviewed by Darin Adler.
Added tests to verify correctness for keyboard and mouse inputs in date
inputs with editable components. These tests also ensure that the
appropriate events are dispatched: "click", "blur", "focus", "input"
and "change".
* TestExpectations:
* fast/forms/date/date-editable-components/date-editable-components-focus-and-blur-events-expected.txt: Added.
* fast/forms/date/date-editable-components/date-editable-components-focus-and-blur-events.html: Added.
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events-expected.txt: Added.
* fast/forms/date/date-editable-components/date-editable-components-keyboard-events.html: Added.
* fast/forms/date/date-editable-components/date-editable-components-mouse-events-expected.txt: Added.
* fast/forms/date/date-editable-components/date-editable-components-mouse-events.html: Added.
* platform/mac-wk2/TestExpectations:
2020-09-01 Lauro Moura <lmoura@igalia.com>
[GLIB] Add expected image failure after r266387
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-08-31 Myles C. Maxfield <mmaxfield@apple.com>
Ahom text is still busted
https://bugs.webkit.org/show_bug.cgi?id=216024
<rdar://problem/60571257>
Reviewed by Zalan Bujtas.
* fast/text/ahom-expected-mismatch.html: Added.
* fast/text/ahom.html: Added.
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/ios-13/TestExpectations:
2020-08-31 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r266378 and r266381.
https://bugs.webkit.org/show_bug.cgi?id=216029
rebaselined tests for new OS without leaving old baselines
behind
Reverted changesets:
"[ BigSur+ ] media/media-source/media-source-webm.html"
https://trac.webkit.org/changeset/266378
"[ BigSur+ ] platform/mac/media/media-source/is-type-
supported-vp9-codec-check.html"
https://trac.webkit.org/changeset/266381
2020-08-31 Mark Lam <mark.lam@apple.com>
Missing exception check while handling the onbeforeunload event.
https://bugs.webkit.org/show_bug.cgi?id=216015
<rdar://problem/66324934>
Reviewed by Saam Barati.
* js/dom/missing-exception-check-while-handling-onbeforeunload-expected.txt: Added.
* js/dom/missing-exception-check-while-handling-onbeforeunload.html: Added.
2020-08-31 Hector Lopez <hector_i_lopez@apple.com>
[ BigSur+ ] platform/mac/media/mediacapabilities/vp9-decodingInfo-sw.html
rdar://65188503
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-31 Hector Lopez <hector_i_lopez@apple.com>
[ BigSur+ ] platform/mac/media/media-source/is-type-supported-vp9-codec-check.html
rdar://65188503
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-31 Karl Rackler <rackler@apple.com>
Rebaseline after macOS build progression.
Add for Big-Sur
Unreviewed test gardening.
* platform/mac/fast/forms/date/date-input-rendering-basic-expected.txt: Added.
2020-08-31 Hector Lopez <hector_i_lopez@apple.com>
[ BigSur+ ] media/media-source/media-source-webm.html is a constant failure
rdar://problem/66487888
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-31 Hector Lopez <hector_i_lopez@apple.com>
[ BigSur+ ] media/media-source/media-source-webm.html
rdar://66487888
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-31 Hector Lopez <hector_i_lopez@apple.com>
Unreviewed, reverting r266374.
Revision set up incorrect expectation
Reverted changeset:
"[ BigSur+ ] media/media-source/media-source-webm.html"
https://trac.webkit.org/changeset/266374
2020-08-31 Karl Rackler <rackler@apple.com>
Rebaseline after macOS build progression.
Add for Big-Sur
Unreviewed test gardening.
* platform/mac-bigsur/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/css/continuationCrash-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/forms/button-positioned-expected.txt:
* platform/mac/fast/forms/button-sizes-expected.txt:
* platform/mac/fast/forms/input-button-sizes-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/select-selected-expected.txt:
* platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
* platform/mac/fast/parser/document-write-option-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
2020-08-31 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] Tests expectations changed as test passing but expected to fail
https://bugs.webkit.org/show_bug.cgi?id=215786
Unreviewed test gardening.
* platform/mac/TestExpectations: correction
2020-08-31 Hector Lopez <hector_i_lopez@apple.com>
[ Mac wk2 ] platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html
rdar://problem/66492801
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-31 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some failures and flakies
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-08-31 Youenn Fablet <youenn@apple.com>
Update imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-mandatory-getStats.https.html so that it no longer times out if first test fails
https://bugs.webkit.org/show_bug.cgi?id=216009
Reviewed by Darin Adler.
* TestExpectations:
2020-08-31 Chris Dumez <cdumez@apple.com>
Unreviewed, address flakiness of imported/w3c/web-platform-tests/webaudio/the-audio-api/the-analysernode-interface/test-analyser-minimum.html
* TestExpectations:
2020-08-31 Karl Rackler <rackler@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=215909
Removed test expectations
Unreviewed test gardening.
* platform/wincairo/TestExpectations:
2020-08-31 Hector Lopez <hector_i_lopez@apple.com>
Unreviewed, reverting r266350.
Revision is causing a constant crash on both macOS and iOS
Reverted changeset:
"Convert runtime flag to setting for lazy image loading"
https://bugs.webkit.org/show_bug.cgi?id=215610
https://trac.webkit.org/changeset/266350
2020-08-31 Joonghun Park <jh718.park@samsung.com>
Import css-conditional tests.
https://bugs.webkit.org/show_bug.cgi?id=216000
Reviewed by Darin Adler.
* TestExpectations:
* css3/conditional/w3c/at-supports-001-expected.html: Removed.
* css3/conditional/w3c/at-supports-002-expected.html: Removed.
* css3/conditional/w3c/at-supports-003-expected.html: Removed.
* css3/conditional/w3c/at-supports-004-expected.html: Removed.
* css3/conditional/w3c/at-supports-005-expected.html: Removed.
* css3/conditional/w3c/at-supports-006-expected.html: Removed.
* css3/conditional/w3c/at-supports-007-expected.html: Removed.
* css3/conditional/w3c/at-supports-008-expected.html: Removed.
* css3/conditional/w3c/at-supports-009-expected.html: Removed.
* css3/conditional/w3c/at-supports-010-expected.html: Removed.
* css3/conditional/w3c/at-supports-011-expected.html: Removed.
* css3/conditional/w3c/at-supports-012-expected.html: Removed.
* css3/conditional/w3c/at-supports-013-expected.html: Removed.
* css3/conditional/w3c/at-supports-014-expected.html: Removed.
* css3/conditional/w3c/at-supports-015-expected.html: Removed.
* css3/conditional/w3c/at-supports-016-expected.html: Removed.
* css3/conditional/w3c/at-supports-017-expected.html: Removed.
* css3/conditional/w3c/at-supports-018-expected.html: Removed.
* css3/conditional/w3c/at-supports-019-expected.html: Removed.
* css3/conditional/w3c/at-supports-020-expected.html: Removed.
* css3/conditional/w3c/at-supports-021-expected.html: Removed.
* css3/conditional/w3c/at-supports-022-expected.html: Removed.
* css3/conditional/w3c/at-supports-023-expected.html: Removed.
* css3/conditional/w3c/at-supports-024-expected.html: Removed.
* css3/conditional/w3c/at-supports-025-expected.html: Removed.
* css3/conditional/w3c/at-supports-026-expected.html: Removed.
* css3/conditional/w3c/at-supports-027-expected.html: Removed.
* css3/conditional/w3c/at-supports-028-expected.html: Removed.
* css3/conditional/w3c/at-supports-029-expected.html: Removed.
* css3/conditional/w3c/at-supports-030-expected.html: Removed.
* css3/conditional/w3c/at-supports-031-expected.html: Removed.
* css3/conditional/w3c/at-supports-032-expected.html: Removed.
* css3/conditional/w3c/at-supports-033-expected.html: Removed.
* css3/conditional/w3c/at-supports-040-expected.html: Removed.
* css3/conditional/w3c/at-supports-042-expected.html: Removed.
2020-08-31 Aditya Keerthi <akeerthi@apple.com>
[macOS] Date inputs should contain editable components
https://bugs.webkit.org/show_bug.cgi?id=215155
Reviewed by Devin Rousso.
Added a test to verify styling of pseudo elements within date inputs.
Rebaselined existing tests to match new appearance.
* fast/forms/date/date-pseudo-elements-expected.txt: Added.
* fast/forms/date/date-pseudo-elements.html: Added.
* platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.txt:
* platform/mac-wk2/fast/forms/date/date-pseudo-elements-expected.txt: Added.
* platform/mac-wk2/fast/forms/time/time-appearance-basic-expected.txt: Added.
* platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.txt:
2020-08-31 Karl Rackler <rackler@apple.com>
Windows baselines after r266228 and r266273.
Add wincairo
Unreviewed test gardening.
* platform/wincairo/streams/reference-implementation/transform-stream-errors-expected.txt: Added.
* platform/wincairo/streams/reference-implementation/transform-stream-expected.txt: Added.
2020-08-31 Rob Buis <rbuis@igalia.com>
Convert runtime flag to setting for lazy image loading
https://bugs.webkit.org/show_bug.cgi?id=215610
Reviewed by Youenn Fablet.
Enable lazy image loading setting in resources/testharnessreport.js. Update test expectations
and adjust the tests in http/tests/lazyload/ to enable the setting. Fow WK1 list more tests
that should be skipped.
* TestExpectations:
* http/tests/lazyload/attribute.html:
* http/tests/lazyload/js-image.html:
* http/tests/lazyload/lazy-image-load-in-iframes-scripting-disabled.html:
* http/tests/lazyload/lazy-image-load-in-iframes-scripting-enabled.html:
* http/tests/lazyload/lazy.html:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk1/TestExpectations:
* 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:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* resources/testharnessreport.js:
2020-08-31 Youenn Fablet <youenn@apple.com>
Add support for TextDecoderStream
https://bugs.webkit.org/show_bug.cgi?id=215919
Reviewed by Alex Christensen.
* TestExpectations:
Unskipping encoding tests except legacy-* tests which are big and slow.
2020-08-30 Tim Horton <timothy_horton@apple.com>
Remove unused editable image code
https://bugs.webkit.org/show_bug.cgi?id=215991
Reviewed by Simon Fraser.
* editing/images/basic-editable-image-expected.txt: Removed.
* editing/images/basic-editable-image-from-execCommand-expected.txt: Removed.
* editing/images/basic-editable-image-from-execCommand.html: Removed.
* editing/images/basic-editable-image-with-gesture-expected.txt: Removed.
* editing/images/basic-editable-image-with-gesture.html: Removed.
* editing/images/basic-editable-image.html: Removed.
* editing/images/editable-image-creates-attachment-expected.txt: Removed.
* editing/images/editable-image-creates-attachment.html: Removed.
* editing/images/paste-editable-image-expected.txt: Removed.
* editing/images/paste-editable-image.html: Removed.
* editing/images/redo-insert-editable-image-maintains-strokes-expected.txt: Removed.
* editing/images/redo-insert-editable-image-maintains-strokes.html: Removed.
* editing/images/reparent-editable-image-maintains-strokes-expected.txt: Removed.
* editing/images/reparent-editable-image-maintains-strokes.html: Removed.
* editing/images/undo-insert-editable-image-expected.txt: Removed.
* editing/images/undo-insert-editable-image.html: Removed.
* resources/ui-helper.js:
(window.UIHelper.drawSquareInEditableImage): Deleted.
(window.UIHelper.numberOfStrokesInEditableImage): Deleted.
2020-08-30 Simon Fraser <simon.fraser@apple.com>
Rubberbanding in an overflow:scroll can trigger page jiggles
https://bugs.webkit.org/show_bug.cgi?id=215629
<rdar://problem/67295797>
Reviewed by Tim Horton.
* fast/scrolling/mac/rubberband-overflow-in-wheel-region-root-jiggle-expected.txt: Added.
* fast/scrolling/mac/rubberband-overflow-in-wheel-region-root-jiggle.html: Added.
2020-08-30 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r266262): Scroll latching fails when scrolling into a preventDefault() region
https://bugs.webkit.org/show_bug.cgi?id=215988
<rdar://problem/68034716>
Reviewed by Tim Horton.
* fast/scrolling/latching/latched-scroll-into-nonfast-region-expected.txt: Added.
* fast/scrolling/latching/latched-scroll-into-nonfast-region.html: Added.
2020-08-30 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
2020-08-30 Simon Fraser <simon.fraser@apple.com>
Add missing test result from r266333.
* fast/scrolling/latching/latched-scroll-remove-iframe-expected.txt: Added.
2020-08-29 Simon Fraser <simon.fraser@apple.com>
Rewrite main thread scroll latching logic
https://bugs.webkit.org/show_bug.cgi?id=215979
Reviewed by Tim Horton.
Add a test for iframe unparenting in the middle of a latched scroll.
* fast/scrolling/latching/latched-scroll-remove-iframe.html: Added.
* fast/scrolling/latching/scroll-nested-iframe.html: 1000ms -> 0ms
* fast/scrolling/mac/rubberband-overflow-in-wheel-region.html: Test needs to latch the overflow by scrolling down then up.
2020-08-30 Youenn Fablet <youenn@apple.com>
Add support for TextEncoderStream
https://bugs.webkit.org/show_bug.cgi?id=215916
Reviewed by Alex Christensen.
* TestExpectations:
2020-08-29 Alex Christensen <achristensen@webkit.org>
Remove NFC normalization when submitting forms and encoding URL queries and fix EUC-JP encoding
https://bugs.webkit.org/show_bug.cgi?id=215970
Reviewed by Darin Adler.
* fast/forms/form-data-encoding-2.html:
* fast/forms/form-data-encoding.html:
2020-08-29 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline webaudio tests after k-rate changes in r266319
Unreviewed test gardening.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic-expected.txt:
2020-08-28 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] for-of / for-in left-hand-side target should be simple-assignment-target
https://bugs.webkit.org/show_bug.cgi?id=215969
Reviewed by Ross Kirsling.
Fix for-in / for-of parser behavior.
* js/basic-strict-mode-expected.txt:
* js/parser-syntax-check-expected.txt:
* js/script-tests/parser-syntax-check.js:
2020-08-28 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] super property with new should be accepted
https://bugs.webkit.org/show_bug.cgi?id=215966
Reviewed by Ross Kirsling.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-super.js:
2020-08-28 Lauro Moura <lmoura@igalia.com>
[WPE] Gardening and rebaselining
Unreviewed test gardening.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/html/editing/dnd/datastore/datatransfer-constructor-001-expected.txt:
Added with specific failure due to DRAG_SUPPORT not enabled.
* platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-within-sw-manual.https-expected.txt: Removed.
2020-08-28 Chris Dumez <cdumez@apple.com>
Update PannerNode to support k-rate automation of its AudioParams
https://bugs.webkit.org/show_bug.cgi?id=215901
Reviewed by Darin Adler.
Unskip a few tests that should no longer be flaky since they are now passing.
* TestExpectations:
2020-08-28 Devin Rousso <drousso@apple.com>
Web Inspector: Audit: should be able to create/edit imported audits
https://bugs.webkit.org/show_bug.cgi?id=215555
<rdar://problem/67255483>
Reviewed by Devin Rousso.
* inspector/model/auditTestGroup.html:
* inspector/model/auditTestGroup-expected.txt:
Add tests that check how `disabled` and `supported` (via `supports`) is propagated in groups.
* inspector/audit/run.html:
* inspector/audit/run-expected.txt:
Add tests for `WebInspectorAudit` before `Audit.setup` is called.
* inspector/audit/manager-start-setup.html:
Renaming function call.
* inspector/audit/basic-async.html:
* inspector/audit/basic-boolean.html:
* inspector/audit/basic-debugger.html:
* inspector/audit/basic-error.html:
* inspector/audit/basic-object.html:
* inspector/audit/basic-promise.html:
* inspector/audit/basic-string.html:
* inspector/audit/basic-timeout.html:
* inspector/audit/run-resources.html:
Drive-by: remove `InspectorTest.debug()`.
2020-08-28 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] Tests expectations changed as test passing but expected to fail
https://bugs.webkit.org/show_bug.cgi?id=215786
Unreviewed test gardening.
* platform/mac/TestExpectations: corrections for BigSur+
2020-08-28 Hector Lopez <hector_i_lopez@apple.com>
[ BigSur+ ] fast/images/image-controls-basic.html
<rdar://64947666>
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-28 Adrian Perez de Castro <aperez@igalia.com>
[WPE] Enable Notifications support
https://bugs.webkit.org/show_bug.cgi?id=215924
Reviewed by Philippe Normand.
* platform/wpe/TestExpectations: Update test expectations.
2020-08-28 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening some failures.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt:
2020-08-28 Hector Lopez <hector_i_lopez@apple.com>
[ BigSur+ ] fast/forms/hidpi-textfield-background-bleeding.html
<rdar://66295552>
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-27 Simon Fraser <simon.fraser@apple.com>
Vertical scrolling gets stuck when a horizontal scroller is under the mouse (google search results)
https://bugs.webkit.org/show_bug.cgi?id=215641
<rdar://problem/67430532>
Reviewed by Tim Horton.
After this change iframe-latch-small-deltas.html would time-out because WheelEventTestMonitor
would get stuck with a "content scrolling" defer region, due to begin/end wheel
events not getting both sent to the iframe. But the test was actually broken; logging shows
that it reset latching state anyway, and it's not testing the shipping configuration of
async iframe scrolling. So fix the test to use async iframe scrolling, and to avoid
rubber-banding, so that latching is not cleared due to elapsed time.
* fast/scrolling/latching/iframe-latch-small-deltas-expected.txt:
* fast/scrolling/latching/iframe-latch-small-deltas.html:
* fast/scrolling/mac/horizontal-overflow-trapping-small-deltas-expected.txt: Added.
* fast/scrolling/mac/horizontal-overflow-trapping-small-deltas.html: Added.
2020-08-28 Antoine Quint <graouts@webkit.org>
REGRESSION (r263506): scale transform transitions won't overshoot
https://bugs.webkit.org/show_bug.cgi?id=215826
<rdar://problem/67759310>
Reviewed by Simon Fraser.
Add a new test that checks that a CSS Transition using a cubic-bezier() timing function with
a y value beyond 1 does not get clipped.
* platform/win/TestExpectations:
* webanimations/accelerated-css-transition-with-easing-y-axis-above-1-expected.html: Added.
* webanimations/accelerated-css-transition-with-easing-y-axis-above-1.html: Added.
2020-08-28 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] compositing/video/poster.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215929
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-28 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] svg/custom/object-sizing.xhtml is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215926
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-27 Lauro Moura <lmoura@igalia.com>
[GLIB] Rebaseline websocket tests after r266230
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
2020-08-27 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, add Windows baselines after r266228.
* platform/win/streams/reference-implementation/transform-stream-errors-expected.txt: Added.
* platform/win/streams/reference-implementation/transform-stream-expected.txt: Added.
2020-08-27 Chris Dumez <cdumez@apple.com>
AudioParam's minValue / maxValue are ignored
https://bugs.webkit.org/show_bug.cgi?id=215905
Reviewed by Darin Adler.
Import layout test coverage from Blink.
* webaudio/audioparam-nominal-range-expected.txt: Added.
* webaudio/audioparam-nominal-range.html: Added.
2020-08-27 Ryosuke Niwa <rniwa@webkit.org>
Prevent infinite recursion when upgrading custom elements
https://bugs.webkit.org/show_bug.cgi?id=206605
Reviewed by Antti Koivisto.
Removed the crash expectation from a test now that it's passing.
* TestExpectations:
2020-08-27 Alexey Shvayka <shvaikalesh@gmail.com>
__proto__ in object literal should perform [[SetPrototypeOf]] directly
https://bugs.webkit.org/show_bug.cgi?id=215769
Reviewed by Ross Kirsling.
* js/script-tests/object-literal-direct-put.js:
2020-08-27 Simon Fraser <simon.fraser@apple.com>
Scrolling on select element doesn't work after scrolling the page
https://bugs.webkit.org/show_bug.cgi?id=215900
Reviewed by Tim Horton.
* fast/scrolling/latching/latching-stuck-to-main-page-expected.txt: Added.
* fast/scrolling/latching/latching-stuck-to-main-page.html: Added.
2020-08-27 Joonghun Park <jh718.park@samsung.com>
Implement @supports selector().
https://bugs.webkit.org/show_bug.cgi?id=199237
Reviewed by Antti Koivisto.
This feature allows authors to test if the browser supports the tested selector syntax.
The corresponding spec is https://drafts.csswg.org/css-conditional-4/#at-supports-ext.
And unknown -webkit- pseudo elements are not supported according to the spec,
https://drafts.csswg.org/css-conditional-4/#support-definition-ext.
* css3/conditional/w3c/at-supports-040-expected.html: Added.
* css3/conditional/w3c/at-supports-040.html: Added.
* css3/conditional/w3c/at-supports-041-expected.html: Added.
* css3/conditional/w3c/at-supports-041.html: Added.
* css3/conditional/w3c/at-supports-042-expected.html: Added.
* css3/conditional/w3c/at-supports-042.html: Added.
2020-08-27 Wenson Hsieh <wenson_hsieh@apple.com>
Occasional crashes when restoring replaced text under Editor::changeBackToReplacedString
https://bugs.webkit.org/show_bug.cgi?id=215892
<rdar://problem/67731156>
Reviewed by Tim Horton.
Add a layout test to exercise the crash.
* editing/mac/input/change-back-to-replaced-string-expected.txt: Added.
* editing/mac/input/change-back-to-replaced-string.html: Added.
2020-08-27 Antti Koivisto <antti@apple.com>
:host() pseudo-selector reported as :host in CSSStyleRule
https://bugs.webkit.org/show_bug.cgi?id=207567
<rdar://problem/59365547>
Reviewed by Simon Fraser.
* fast/shadow-dom/css-scoping-host-serialization-expected.txt: Added.
* fast/shadow-dom/css-scoping-host-serialization.html: Added.
2020-08-27 Antoine Quint <graouts@webkit.org>
REGRESSION (r263506): timing of CSS Animation on https://animate.style is incorrect
https://bugs.webkit.org/show_bug.cgi?id=215807
<rdar://problem/66770136>
Reviewed by Simon Fraser.
Add a new test that checks that a CSS Animation with implicit and explicit animation-timing-function
values behave the same when running accelerated.
* webanimations/accelerated-css-animation-with-easing-expected.html: Added.
* webanimations/accelerated-css-animation-with-easing.html: Added.
2020-08-27 Jer Noble <jer.noble@apple.com>
REGRESSION (r258215): Title preview movie isn't displayed at www.thismmalife.com
https://bugs.webkit.org/show_bug.cgi?id=215774
<rdar://problem/67707957>
Reviewed by Eric Carlson.
* media/content/video-as-img.mp4: Added.
* media/video-as-img-output-pts-expected.txt: Added.
* media/video-as-img-output-pts.html: Added.
2020-08-27 Lauro Moura <lmoura@igalia.com>
[GLIB] Skip some tests causing the suite to hang up
Unreviewed test gardening.
These two tests were making the entire suite to hang after r266221.
* platform/glib/TestExpectations:
2020-08-27 Antti Koivisto <antti@apple.com>
Step animations invalidate style on every rendering update whether or not they need to
https://bugs.webkit.org/show_bug.cgi?id=215229
<rdar://problem/66636153>
Reviewed by Antoine Quint.
* animations/steps-transform-rendering-updates-expected.txt:
2020-08-27 Youenn Fablet <youenn@apple.com>
Remove console logs from expected.txt files for some WebSocket tests
https://bugs.webkit.org/show_bug.cgi?id=215848
Reviewed by Alex Christensen.
Some WebSocket tests show platform specific console log messages.
By removing them, we can keep one expected.txt file for all platforms.
* http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt:
* http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html:
* http/tests/websocket/tests/hybi/bad-handshake-crash-expected.txt:
* http/tests/websocket/tests/hybi/bad-handshake-crash.html:
* http/tests/websocket/tests/hybi/broken-utf8-expected.txt:
* http/tests/websocket/tests/hybi/broken-utf8.html:
* http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
* http/tests/websocket/tests/hybi/close-code-and-reason.html:
* http/tests/websocket/tests/hybi/closed-port-delay-expected.txt:
* http/tests/websocket/tests/hybi/closed-port-delay.html:
* http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt:
* http/tests/websocket/tests/hybi/compressed-control-frame.html:
* http/tests/websocket/tests/hybi/contentextensions/upgrade-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/upgrade-worker-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/upgrade-worker.html:
* http/tests/websocket/tests/hybi/contentextensions/upgrade.html:
* http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html:
* http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt:
* http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html:
* http/tests/websocket/tests/hybi/deflate-frame-set-bfinal.html:
* http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt:
* http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404.html:
* http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt:
* http/tests/websocket/tests/hybi/fragmented-control-frame.html:
* http/tests/websocket/tests/hybi/handshake-error-expected.txt:
* http/tests/websocket/tests/hybi/handshake-error.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-maxlength.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-cr.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt:
* http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header.html:
* http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt:
* http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1.html:
* http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt:
* http/tests/websocket/tests/hybi/interleaved-fragments.html:
* http/tests/websocket/tests/hybi/invalid-continuation-expected.txt:
* http/tests/websocket/tests/hybi/invalid-continuation.html:
* http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt:
* http/tests/websocket/tests/hybi/invalid-encode-length.html:
* http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt:
* http/tests/websocket/tests/hybi/invalid-masked-frames-from-server.html:
* http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
* http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
* http/tests/websocket/tests/hybi/long-control-frame.html:
* http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
* http/tests/websocket/tests/hybi/long-invalid-header.html:
* http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt:
* http/tests/websocket/tests/hybi/network-process-crash-error.html:
* http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
* http/tests/websocket/tests/hybi/reserved-bits.html:
* http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
* http/tests/websocket/tests/hybi/reserved-opcodes.html:
* http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
* http/tests/websocket/tests/hybi/too-long-payload.html:
* http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
* http/tests/websocket/tests/hybi/workers/close-code-and-reason.html:
* platform/glib/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/broken-utf8-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/closed-port-delay-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-error-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt: Removed.
2020-08-27 Youenn Fablet <youenn@apple.com>
Add support for TransformStream
https://bugs.webkit.org/show_bug.cgi?id=215607
Reviewed by Alex Christensen.
Rebased tests now that TransformStream is defined.
* streams/reference-implementation/pipe-through-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/transform-stream-errors-expected.txt:
* streams/reference-implementation/transform-stream-expected.txt:
2020-08-26 Chris Dumez <cdumez@apple.com>
Add support for sub-sample accurate start for AudioBufferSourceNode
https://bugs.webkit.org/show_bug.cgi?id=215868
Reviewed by Darin Adler.
Update existing layout tests to reflect behavior change.
* platform/mac/webaudio/audiobuffersource-playbackrate-expected.wav:
* webaudio/gain-expected.wav:
* webaudio/resources/distance-model-testing.js:
* webaudio/resources/panner-model-testing.js:
2020-08-26 Lauro Moura <lmoura@igalia.com>
[GLIB] Gardening some accessibility debug crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-08-26 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION: ASSERT NOT REACHED: WebCore::Layout::LayoutContext::verifyAndOutputMismatchingLayoutTree
https://bugs.webkit.org/show_bug.cgi?id=215875
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-26 Andres Gonzalez <andresg_22@apple.com>
Buttons with aria-haspopup attribute are not exposed to accessibility clients as form controls.
https://bugs.webkit.org/show_bug.cgi?id=215866
Reviewed by Chris Fleizach.
Expanded this test to include the case of buttons with aria-haspopup and
several other elements with ARIA roles that need to be retrieved when
clients search for input fields or form controls.
* accessibility/mac/search-predicate-element-count-expected.txt:
* accessibility/mac/search-predicate-element-count.html:
2020-08-26 Said Abou-Hallawa <sabouhallawa@apple.com>
Leading white spaces should be ignored when parsing an SVG list property
https://bugs.webkit.org/show_bug.cgi?id=215602
Reviewed by Sam Weinig.
* svg/custom/feColorMatrix-values-leading-spaces-expected.html: Added.
* svg/custom/feColorMatrix-values-leading-spaces.html: Added.
* svg/dom/length-list-parser-expected.txt:
* svg/dom/svg-list-properties-parser-leading-trailing-spaces-expected.txt: Added.
* svg/dom/svg-list-properties-parser-leading-trailing-spaces.html: Added.
2020-08-26 Karl Rackler <rackler@apple.com>
rdar://67706887 (REGRESSION (r264950): [ iOS 13 WK2 ] imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html is a constant failure)
Rebaseline test, remove test expectation.
Unreviewed test gardening.
* platform/ios-13/TestExpectations:
2020-08-26 Lauro Moura <lmoura@igalia.com>
[WPE][GTK] Gardening and rebaseline
Unreviewed test gardening.
Moving some GTK-specific baselines to GLIB and removing some uneeded
baselines (failure should be expected)
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Copied from LayoutTests/platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt.
* platform/gtk/streams/pipe-to-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Renamed from LayoutTests/platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt.
2020-08-26 Aditya Keerthi <akeerthi@apple.com>
[iOS] Disabled options in the multi-select picker should not be selectable
https://bugs.webkit.org/show_bug.cgi?id=201458
<rdar://problem/55018179>
Reviewed by Wenson Hsieh.
Added a test to verify that disabled options cannot be selected when the
multi-select picker is presented.
* fast/forms/ios/disabled-options-in-multi-select-picker-expected.txt: Added.
* fast/forms/ios/disabled-options-in-multi-select-picker.html: Added.
* platform/ipad/TestExpectations:
2020-08-26 Hector Lopez <hector_i_lopez@apple.com>
rdar://67706887 (REGRESSION (r264950): [ iOS 13 WK2 ] imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html is a constant failure)
Unreviewed test gardening.
* platform/ios-13/TestExpectations:
2020-08-26 Dean Jackson <dino@apple.com>
Flickering on sedona.dev
https://bugs.webkit.org/show_bug.cgi?id=215141
Reviewed by Darin Adler.
Test that serves an animation frame that touches
WebGL, but not in a way that requires a recomposite.
* fast/canvas/webgl/compositing-without-drawing-expected.html: Added.
* fast/canvas/webgl/compositing-without-drawing.html: Added.
2020-08-26 Alex Christensen <achristensen@webkit.org>
Implement DataTransfer constructor and multipart form filename encoding as other browsers do
https://bugs.webkit.org/show_bug.cgi?id=215837
Reviewed by Youenn Fablet.
* fast/dom/dom-constructors-expected.txt:
* fast/dom/dom-constructors.html:
2020-08-26 Chris Dumez <cdumez@apple.com>
REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC
https://bugs.webkit.org/show_bug.cgi?id=215832
<rdar://problem/67741677>
Reviewed by Ryosuke Niwa.
Add better test coverage.
* fast/files/blob-text-gc-expected.txt: Added.
* fast/files/blob-text-gc.html: Added.
2020-08-26 Youenn Fablet <youenn@apple.com>
enumerateDevices should expose audiooutput devices that are tied to an audio input device
https://bugs.webkit.org/show_bug.cgi?id=215806
Reviewed by Eric Carlson.
* fast/mediastream/enumerate-speaker-expected.txt: Added.
* fast/mediastream/enumerate-speaker.html: Added.
* fast/mediastream/get-user-media-device-id.html:
* http/tests/media/media-stream/enumerate-devices-source-id.html:
* http/tests/media/media-stream/enumerate-devices-iframe-allow-attribute-expected.txt:
* http/tests/media/media-stream/enumerate-devices-iframe-allow-attribute.html:
Rewrite test to use testharness and ensure order of the iframe tests so that console messages are ordered.
* http/tests/media/media-stream/resources/enumerate-devices-iframe.html:
2020-08-26 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Emit baseline after r266129.
Also mark two tests as time out flaky after r266118.
* platform/glib/TestExpectations:
* platform/gtk/streams/pipe-to-expected.txt: Added.
2020-08-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Update test expectations. Update baselines after r266118.
* platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt:
* platform/gtk/css1/font_properties/font-expected.txt:
* platform/gtk/fast/css/font-face-multiple-faces-expected.txt:
* platform/gtk/fast/css/font-face-synthetic-bold-italic-expected.txt:
* platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/gtk/fast/invalid/junk-data-expected.txt:
* platform/gtk/fast/invalid/missing-end-tag-expected.txt:
* platform/gtk/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/gtk/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/gtk/svg/custom/bug45331-expected.txt:
* platform/gtk/svg/custom/junk-data-expected.txt:
* platform/gtk/svg/custom/missing-xlink-expected.txt:
* platform/gtk/svg/custom/path-bad-data-expected.txt:
* platform/gtk/svg/custom/use-font-face-crash-expected.txt:
* platform/gtk/svg/hixie/error/012-expected.txt:
2020-08-25 Tim Horton <timothy_horton@apple.com>
Web Share API Level 2 functions even when its experimental feature flag is disabled
https://bugs.webkit.org/show_bug.cgi?id=215831
<rdar://problem/67760687>
Reviewed by Darin Adler.
* fast/web-share/canShare-with-files-feature-disabled-expected.txt: Added.
* fast/web-share/canShare-with-files-feature-disabled.html: Added.
* fast/web-share/share-with-files-feature-disabled-expected.txt: Added.
* fast/web-share/share-with-files-feature-disabled.html: Added.
Add some tests that ensure that disabling the feature actually works.
2020-08-25 Zalan Bujtas <zalan@apple.com>
Facebook post with lots of comments has cut off scrollbar, and can't scroll fully to the bottom (sticky)
https://bugs.webkit.org/show_bug.cgi?id=215719
<rdar://problem/66411757>
Reviewed by Simon Fraser.
* fast/css/scrollable-overflow-with-sticky-positioning-expected.html: Added.
* fast/css/scrollable-overflow-with-sticky-positioning.html: Added.
2020-08-25 Karl Rackler <rackler@apple.com>
rdar://67764580 REGRESSION: [ BigSur ] 20 fast/ and tables/ tests are a constant failure
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-25 Tim Horton <timothy_horton@apple.com>
Web Share API can share non-HTTP(S) URLs
https://bugs.webkit.org/show_bug.cgi?id=215823
<rdar://problem/62083130>
Reviewed by Wenson Hsieh.
* fast/web-share/share-disallows-file-urls-expected.txt: Added.
* fast/web-share/share-disallows-file-urls.html: Added.
* fast/web-share/share-transient-activation-expired.html:
* fast/web-share/share-transient-activation.html:
* fast/web-share/share.html:
Add a test that ensures that sharing a non-HTTP-family URL fails,
and fix the existing tests to share HTTP-family URLs.
2020-08-25 Per Arne Vollan <pvollan@apple.com>
[Win] The layout test animations/steps-transform-rendering-updates.html is failing
https://bugs.webkit.org/show_bug.cgi?id=215827
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-08-25 Brady Eidson <beidson@apple.com>
Font loads quickly followed by navigations may fail indefinitely
<rdar://problem/65560550> and https://bugs.webkit.org/show_bug.cgi?id=215435
Reviewed by Myles C. Maxfield.
1) The page has some content that has “font-family: WebFont” but there are no @font-face blocks on the page
2) In script, after the page has loaded, add an @font-face rule to the page with “font-family: WebFont” and some valid font URL
3) Synchronously, within the same turn of the run loop, trigger a synchronous layout of the element (using offsetWidth or something). This will add the font to the 0-delay time work list.
4) Synchronously, within the same turn of the run loop, navigate to a second page that doesnt use the web font.
5) The second page waits some small-but-positive amount of time. This will cause the 0-delay timer to fire, but because the page is in the middle of navigating, the font load should fail.
6) The second page adds the same @font-face rule to itself using script. This should pull the same (failed) CachedResource object out of the memory cache.
7) Use the CSS Font Loading API to wait for the font load to complete
8) Make sure that the font is used on the second page (as a reference test). Today, the second pages font load will fail because it pulled the failed font out of the memory cache. The test makes sure the second pages font load succeeds.
* fast/loader/font-load-timer-expected.html: Added.
* fast/loader/font-load-timer.html: Added.
* fast/loader/resources/font-load-timer-navigation-destination.html: Added.
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
[ macOS Mojave wk1 ] fast/layers/hidpi-transform-on-child-content-is-mispositioned.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215819
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-25 Devin Rousso <drousso@apple.com>
Web Inspector: breakpoint condition should be evaluated before the ignore count
https://bugs.webkit.org/show_bug.cgi?id=215364
<rdar://problem/67310703>
Reviewed by Joseph Pecoraro.
* inspector/debugger/resources/condition-ignoreCount.js: Added.
(trigger): Added.
* inspector/debugger/setBreakpoint-condition-ignoreCount.html: Added.
* inspector/debugger/setBreakpoint-condition-ignoreCount-expected.txt: Added.
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
[ macOS Release ] webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb32f-rgb-float.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215817
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-25 Youenn Fablet <youenn@apple.com>
Refresh ReadableStream.pipeTo implementation up to spec
https://bugs.webkit.org/show_bug.cgi?id=215415
Reviewed by Alex Christensen.
Re-enable piping tests.
Remove obsolete tests.
* TestExpectations:
* streams/readable-stream-pipeThrough-expected.txt:
* streams/readable-stream-pipeThrough.html:
Update according new API.
* streams/reference-implementation/pipe-to-expected.txt: Removed.
* streams/reference-implementation/pipe-to.html: Removed.
* streams/reference-implementation/pipe-through-expected.txt: Removed.
* streams/reference-implementation/pipe-through.html: Removed.
* streams/reference-implementation/pipe-to-options-expected.txt: Removed.
* streams/reference-implementation/pipe-to-options.html: Removed.
* streams/reference-implementation/readable-stream-templated-expected:
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
[ macOS Debug ] inspector/console/queryInstances.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215814
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-25 Rob Buis <rbuis@igalia.com>
Add setting for lazy iframe loading
https://bugs.webkit.org/show_bug.cgi?id=215566
Reviewed by Youenn Fablet.
Enable the lazy iframe loading setting in testharnessreport.js for the iframe lazy
loading WPT tests in html/semantics/embedded-content/the-iframe-element.
* resources/testharnessreport.js:
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
macOS Debug ] webaudio/webaudio-gc.html is a flaky crash.
<rdar://problem/65571152>
Unreviewed test gardening.
* platform/mac/TestExpectations: correction
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Debug ] http/tests/websocket/construct-in-detached-frame.html is a flaky crash
<rdar://problem/61278051>
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: corrected to skip
2020-08-25 Darin Adler <darin@apple.com>
REGRESSION (r266028): platform/ios/ios/fast/coordinates/range-client-rects.html
https://bugs.webkit.org/show_bug.cgi?id=215772
Reviewed by Anders Carlsson.
* platform/ios-wk2/TestExpectations: Removed failure expectation.
* platform/ios/ios/fast/coordinates/element-client-rects-expected.txt:
* platform/ios/ios/fast/coordinates/element-client-rects.html:
* platform/ios/ios/fast/coordinates/range-client-rects-expected.txt:
* platform/ios/ios/fast/coordinates/range-client-rects.html:
Changed tests so it's easier to read their results by putting rectangles and
rectangle lists into strings instead of comparing one value per line.
* platform/ios/ios/fast/coordinates/resources/helpers.js:
(rectString): Added.
(rectStrings): Added.
(setExpectedClientRectValues): Deleted.
(verifyClientRect): Deleted.
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Debug ] http/tests/websocket/construct-in-detached-frame.html is a flaky crash
<rdar://problem/61278051>
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
[ macOS Debug ] webaudio/webaudio-gc.html is a flaky crash.
<rdar://problem/65571152>
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-25 Myles C. Maxfield <mmaxfield@apple.com>
Fonts lie about being monospaced
https://bugs.webkit.org/show_bug.cgi?id=162546
<rdar://problem/28494654>
Reviewed by Darin Adler.
Add two tests for fonts which claim to be monospaced but actually aren't.
* fast/text/font-erroneous-monospace-expected.html: Added.
* fast/text/font-erroneous-monospace.html: Added.
* fast/text/font-monospaced-lie-expected.txt: Added.
* fast/text/font-monospaced-lie.html: Added.
* fast/text/line-break-after-question-mark-expected.txt:
* fast/text/line-break-after-question-mark.html:
* fast/text/resources/Ahem-fixed-pitch.ttf: Added.
* fast/text/resources/AhemErroneousMonospace.ttf: Added.
2020-08-25 Youenn Fablet <youenn@apple.com>
Add support for MediaRecorder bitrate options
https://bugs.webkit.org/show_bug.cgi?id=214973
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-audio-bitrate-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-audio-bitrate.html: Added.
* http/wpt/mediarecorder/MediaRecorder-video-bitrate-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-video-bitrate.html: Added.
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Debug ] media/W3C/video/events/event_order_canplay_canplaythrough.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215809
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-25 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Debug ] media/controls/forced-tracks-only.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215808
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-25 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Updated hybi baselines after r266057.
* platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-on-unload-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/extensions-expected.txt:
* platform/gtk/http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt: Removed.
* platform/gtk/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt: Removed.
* platform/gtk/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt: Removed.
* platform/gtk/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt: Removed.
2020-08-24 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Reintroduce several WPT css-content failing tests removed in r266094.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-08-24 Myles C. Maxfield <mmaxfield@apple.com>
[macOS Big Sur] svg/W3C-I18N/tspan-direction-rtl.svg is failing
<rdar://problem/66861801>
Unreviewed test gardening.
* platform/mac-bigsur/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Removed property svn:keywords.
2020-08-24 Myles C. Maxfield <mmaxfield@apple.com>
[macOS Big Sur] svg/W3C-I18N/tspan-direction-rtl.svg is failing
<rdar://problem/66861801>
Unreviewed test gardening.
* platform/mac-bigsur/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Removed property svn:keywords.
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] Tests expectations changed as test passing but expected to fail
https://bugs.webkit.org/show_bug.cgi?id=215786
Unreviewed test gardening.
* TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-08-24 Karl Rackler <rackler@apple.com>
rdar://67706887 (REGRESSION (r264950): [ iOS 13 WK2 ] imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html is a constant failure)
Unreviewed test gardening.
* platform/ios-13/TestExpectations:
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Debug ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-iframe-fetch-error-external-module.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215783
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] fast/overflow/horizontal-scroll-after-back.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215778
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-24 Emilio Cobos Álvarez <emilio@crisal.io>
Support quotes:auto and fix quotes serialization.
https://bugs.webkit.org/show_bug.cgi?id=215646
Reviewed by Darin Adler.
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Annotate progression.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Ditto.
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Ditto.
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Release ] http/tests/workers/service/basic-install-event-waitUntil-reject.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=214997
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-24 Devin Rousso <drousso@apple.com>
Web Inspector: allow event breakpoints to be configured
https://bugs.webkit.org/show_bug.cgi?id=215362
<rdar://problem/66932921>
Reviewed by Brian Burg.
* inspector/dom-debugger/resources/event-breakpoint-utilities.js:
(TestPage.registerInitializer.InspectorTest.EventBreakpoint.addBreakpointOptionsTestCases): Added.
(TestPage.registerInitializer.InspectorTest.EventBreakpoint.async teardown):
(TestPage.registerInitializer.InspectorTest.EventBreakpoint.createBreakpoint):
(TestPage.registerInitializer.InspectorTest.EventBreakpoint.removeBreakpoint):
* inspector/dom/breakpoint-for-event-listener.html:
* inspector/dom/breakpoint-for-event-listener-expected.txt:
* inspector/dom-debugger/event-animation-frame-breakpoints.html:
* inspector/dom-debugger/event-animation-frame-breakpoints-expected.txt:
* inspector/dom-debugger/event-interval-breakpoints.html:
* inspector/dom-debugger/event-interval-breakpoints-expected.txt:
* inspector/dom-debugger/event-listener-breakpoints.html:
* inspector/dom-debugger/event-listener-breakpoints-expected.txt:
* inspector/dom-debugger/event-timeout-breakpoints.html:
* inspector/dom-debugger/event-timeout-breakpoints-expected.txt:
Add tests for new event breakpoint configuration options.
* http/tests/inspector/debugger/debugger-test.js:
(TestPage.registerInitializer.InspectorTest.startTracingBreakpoints):
* http/tests/inspector/resources/probe-test.js:
(TestPage.registerInitializer.ProtocolTest.Probe.installTracingListeners):
* inspector/debugger/breakpoint-action-eval.html:
* inspector/debugger/breakpoint-action-log.html:
* inspector/debugger/breakpoint-columns.html:
* inspector/debugger/breakpoint-scope.html:
* inspector/debugger/debugger-stack-overflow.html:
* inspector/debugger/pause-reason.html:
* inspector/debugger/probe-manager-add-remove-actions.html:
* inspector/debugger/stepping/stepping-through-autoContinue-breakpoint.html:
* inspector/debugger/tail-deleted-frames-this-value.html:
* inspector/debugger/tail-recursion.html:
* inspector/worker/debugger-pause.html:
* inspector/worker/debugger-shared-breakpoint.html:
Update existing breakpoint tests to use new model objects.
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
Regression (r266028): platform/ios/ios/fast/coordinates/range-client-rects.html
https://bugs.webkit.org/show_bug.cgi?id=215772
Unreviewwed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-24 Youenn Fablet <youenn@apple.com>
Add a test showing the difference of behavior when closing a WebSocket connection between legacy WebSocket and NSURLSession WebSocket code paths
https://bugs.webkit.org/show_bug.cgi?id=215766
Reviewed by Alex Christensen.
Add a test showing the difference of behavior at connection close time in python websocket script.
This behavior was previously covered in http/tests/websocket/tests/hybi/close-on-* tests.
The test is written so that Chrome, Firefox and NSURLSession WebSocket code path generate all PASS.
Legacy WebSocket code path generates one FAIL.
* http/tests/websocket/tests/hybi/close-and-exceptions_wsh.py: Added.
* http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Added.
* http/tests/websocket/tests/hybi/close-and-server-script-exception.html: Added.
* http/tests/websocket/tests/hybi/resources/close-and-server-script-exception-iframe.html: Added.
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] http/tests/websocket/tests/hybi/client-close-2.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215773
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
webkit-test-runner: Add support for the reftest-wait class name
https://bugs.webkit.org/show_bug.cgi?id=186045
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-24 Aditya Keerthi <akeerthi@apple.com>
[macOS] Show picker for date and datetime-local input types
https://bugs.webkit.org/show_bug.cgi?id=214946
Reviewed by Darin Adler and Wenson Hsieh.
Added tests to verify that the picker is correctly shown and hidden for date and
datetime-local input types.
* fast/forms/date/date-show-hide-picker-expected.txt: Added.
* fast/forms/date/date-show-hide-picker.html: Added.
* fast/forms/datetimelocal/datetimelocal-show-hide-picker-expected.txt: Added.
* fast/forms/datetimelocal/datetimelocal-show-hide-picker.html: Added.
* platform/ios/TestExpectations:
* resources/ui-helper.js:
(window.UIHelper.isShowingDateTimePicker):
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
WebGL conformance: Failures and Timeouts in suite 2.0.0/conformance2
https://bugs.webkit.org/show_bug.cgi?id=189672
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-24 Youenn Fablet <youenn@apple.com>
http/tests/websocket/tests/hybi/close-on-* tests are not interoperable
https://bugs.webkit.org/show_bug.cgi?id=215692
Reviewed by Darin Adler.
Before the patch, tests were not passing in Chrome, Firefox and NSURLSession WebSocket code path.
This was due to the fact the web socket script is using try/finally and the closure of the connection is not raising an exception
while it is for Chrome, Firefox and NSURLSession WebSocket code path.
Change the WebSocket server script to more reliably send the socket message at closing time of the connection.
* http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt:
* http/tests/websocket/tests/hybi/close-on-navigate-new-location.html:
* http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt:
* http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html:
* http/tests/websocket/tests/hybi/close-on-unload-expected.txt:
* http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt:
* http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html:
* http/tests/websocket/tests/hybi/close-on-unload.html:
* http/tests/websocket/tests/hybi/close-on-unload_wsh.py:
(web_socket_transfer_data):
* http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt:
* http/tests/websocket/tests/hybi/send-after-close-on-unload.html:
2020-08-24 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 Debug ] inspector/animation/nameChanged.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=215767
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-24 Youenn Fablet <youenn@apple.com>
Cocoa WebSocketTask should expose WebSocket server extensions
https://bugs.webkit.org/show_bug.cgi?id=215696
Reviewed by Darin Adler.
Make the tests agnostic of using the legacy or standard deflate extension.
If using the standard deflate extensions, do not expect subparameters (this matches Chrome, Firefox and NSURLSession code path).
* http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt:
* http/tests/websocket/tests/hybi/deflate-frame-parameter.html:
* http/tests/websocket/tests/hybi/extensions-expected.txt:
* http/tests/websocket/tests/hybi/extensions.html:
2020-08-24 Rob Buis <rbuis@igalia.com>
Make window.find not default the search string to undefined
https://bugs.webkit.org/show_bug.cgi?id=215757
Reviewed by Darin Adler.
Add tests to verify window.find() does not use "undefined"
as text string. This also fixes the logic of the test to
not always output PASS at the end.
* fast/text/window-find.html:
2020-08-23 Wenson Hsieh <wenson_hsieh@apple.com>
Programmatic selection of text in a text field causes the highlight overlay to spill out
https://bugs.webkit.org/show_bug.cgi?id=215647
<rdar://problem/67404979>
Reviewed by Darin Adler.
* editing/selection/ios/select-all-in-readonly-input-does-not-overflow-expected.txt: Added.
* editing/selection/ios/select-all-in-readonly-input-does-not-overflow.html: Added.
Add a new layout test to verify that the width of the selection view does not exceed the width of the readonly
input containing the selected text.
* resources/ui-helper.js:
(window.UIHelper.async waitForSelectionToAppear):
Adjust this UIHelper function to additionally resolve to the selection rects, so that it won't be necessary for
callers to ask for the selection view rects separately after waiting for selection views to appear.
2020-08-23 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/css1/text_properties/letter_spacing-expected.txt:
* platform/wincairo/fast/text/emphasis-expected.txt:
2020-08-23 Lauro Moura <lmoura@igalia.com>
Avoid timeout when http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler.html fails
https://bugs.webkit.org/show_bug.cgi?id=215759
Reviewed by Darin Adler.
* http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler.html:
Finish the test if the test fails because the close callback is
called.
* platform/glib/TestExpectations: Update expectation.
2020-08-23 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Move all line height and baseline adjustment logic to LineBuilder::adjustBaselineAndLineHeight
https://bugs.webkit.org/show_bug.cgi?id=214474
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/inline-text-outside-of-inline-container-simple-expected.html: Added.
* fast/layoutformattingcontext/inline-text-outside-of-inline-container-simple.html: Added.
2020-08-22 Lauro Moura <lmoura@igalia.com>
[WPE] Rebaseline test after r265851
Updated the Render element name.
Unreviewed test gardening.
* platform/wpe/fast/layers/video-layer-expected.txt:
2020-08-22 Myles C. Maxfield <mmaxfield@apple.com>
Make fast/text/letter-spacing-shaping.html more robust
https://bugs.webkit.org/show_bug.cgi?id=215711
Unreviewed test gardening.
* fast/text/letter-spacing-shaping-expected.html:
* fast/text/letter-spacing-shaping.html:
2020-08-22 Emilio Cobos Álvarez <emilio@crisal.io>
Import css-content tests.
https://bugs.webkit.org/show_bug.cgi?id=215751
Reviewed by Antti Koivisto.
* resources/import-expectations.json:
* web-platform-tests/css/css-content/META.yml: Added.
* web-platform-tests/css/css-content/attr-case-insensitive-expected.html: Added.
* web-platform-tests/css/css-content/attr-case-insensitive.html: Added.
* web-platform-tests/css/css-content/computed-value-expected.txt: Added.
* web-platform-tests/css/css-content/computed-value.html: Added.
* web-platform-tests/css/css-content/element-replacement-alt-expected.html: Added.
* web-platform-tests/css/css-content/element-replacement-alt.html: Added.
* web-platform-tests/css/css-content/element-replacement-display-contents-expected.html: Added.
* web-platform-tests/css/css-content/element-replacement-display-contents.html: Added.
* web-platform-tests/css/css-content/element-replacement-display-none-expected.html: Added.
* web-platform-tests/css/css-content/element-replacement-display-none.html: Added.
* web-platform-tests/css/css-content/element-replacement-dynamic-expected.html: Added.
* web-platform-tests/css/css-content/element-replacement-dynamic.html: Added.
* web-platform-tests/css/css-content/element-replacement-expected.html: Added.
* web-platform-tests/css/css-content/element-replacement-image-alt-expected.html: Added.
* web-platform-tests/css/css-content/element-replacement-image-alt.html: Added.
* web-platform-tests/css/css-content/element-replacement-on-replaced-element.tentative-expected.html: Added.
* web-platform-tests/css/css-content/element-replacement-on-replaced-element.tentative.html: Added.
* web-platform-tests/css/css-content/element-replacement.html: Added.
* web-platform-tests/css/css-content/inheritance-expected.txt: Added.
* web-platform-tests/css/css-content/inheritance.html: Added.
* web-platform-tests/css/css-content/pseudo-element-inline-box-expected.html: Added.
* web-platform-tests/css/css-content/pseudo-element-inline-box.html: Added.
* web-platform-tests/css/css-content/quotes-001-expected.html: Added.
* web-platform-tests/css/css-content/quotes-001.html: Added.
* web-platform-tests/css/css-content/quotes-002-expected.html: Added.
* web-platform-tests/css/css-content/quotes-002.html: Added.
* web-platform-tests/css/css-content/quotes-003-expected.html: Added.
* web-platform-tests/css/css-content/quotes-003.html: Added.
* web-platform-tests/css/css-content/quotes-004-expected.html: Added.
* web-platform-tests/css/css-content/quotes-004.html: Added.
* web-platform-tests/css/css-content/quotes-005-expected.html: Added.
* web-platform-tests/css/css-content/quotes-005.html: Added.
* web-platform-tests/css/css-content/quotes-006-expected.html: Added.
* web-platform-tests/css/css-content/quotes-006.html: Added.
* web-platform-tests/css/css-content/quotes-007-expected.html: Added.
* web-platform-tests/css/css-content/quotes-007.html: Added.
* web-platform-tests/css/css-content/quotes-008-expected.html: Added.
* web-platform-tests/css/css-content/quotes-008.html: Added.
* web-platform-tests/css/css-content/quotes-009-expected.html: Added.
* web-platform-tests/css/css-content/quotes-009.html: Added.
* web-platform-tests/css/css-content/quotes-010-expected.html: Added.
* web-platform-tests/css/css-content/quotes-010.html: Added.
* web-platform-tests/css/css-content/quotes-011-expected.html: Added.
* web-platform-tests/css/css-content/quotes-011.html: Added.
* web-platform-tests/css/css-content/quotes-012-expected.html: Added.
* web-platform-tests/css/css-content/quotes-012.html: Added.
* web-platform-tests/css/css-content/quotes-013-expected.html: Added.
* web-platform-tests/css/css-content/quotes-013.html: Added.
* web-platform-tests/css/css-content/quotes-014-expected.html: Added.
* web-platform-tests/css/css-content/quotes-014.html: Added.
* web-platform-tests/css/css-content/quotes-015-expected.html: Added.
* web-platform-tests/css/css-content/quotes-015.html: Added.
* web-platform-tests/css/css-content/quotes-016-expected.html: Added.
* web-platform-tests/css/css-content/quotes-016.html: Added.
* web-platform-tests/css/css-content/quotes-017-expected.html: Added.
* web-platform-tests/css/css-content/quotes-017.html: Added.
* web-platform-tests/css/css-content/quotes-018-expected.html: Added.
* web-platform-tests/css/css-content/quotes-018.html: Added.
* web-platform-tests/css/css-content/quotes-019-expected.html: Added.
* web-platform-tests/css/css-content/quotes-019.html: Added.
* web-platform-tests/css/css-content/quotes-020-expected.html: Added.
* web-platform-tests/css/css-content/quotes-020.html: Added.
* web-platform-tests/css/css-content/quotes-021-expected.html: Added.
* web-platform-tests/css/css-content/quotes-021.html: Added.
* web-platform-tests/css/css-content/quotes-022-expected.html: Added.
* web-platform-tests/css/css-content/quotes-022.html: Added.
* web-platform-tests/css/css-content/quotes-023-expected.html: Added.
* web-platform-tests/css/css-content/quotes-023.html: Added.
* web-platform-tests/css/css-content/quotes-024-expected.html: Added.
* web-platform-tests/css/css-content/quotes-024.html: Added.
* web-platform-tests/css/css-content/quotes-025-expected.html: Added.
* web-platform-tests/css/css-content/quotes-025.html: Added.
* web-platform-tests/css/css-content/quotes-026-expected.html: Added.
* web-platform-tests/css/css-content/quotes-026.html: Added.
* web-platform-tests/css/css-content/quotes-027-expected.html: Added.
* web-platform-tests/css/css-content/quotes-027.html: Added.
* web-platform-tests/css/css-content/quotes-028-expected.html: Added.
* web-platform-tests/css/css-content/quotes-028.html: Added.
* web-platform-tests/css/css-content/quotes-029-expected.html: Added.
* web-platform-tests/css/css-content/quotes-029.html: Added.
* web-platform-tests/css/css-content/quotes-030-expected.html: Added.
* web-platform-tests/css/css-content/quotes-030.html: Added.
* web-platform-tests/css/css-content/quotes-031-expected.html: Added.
* web-platform-tests/css/css-content/quotes-031.html: Added.
* web-platform-tests/css/css-content/quotes-032-expected.html: Added.
* web-platform-tests/css/css-content/quotes-032.html: Added.
* web-platform-tests/css/css-content/quotes-033-expected.html: Added.
* web-platform-tests/css/css-content/quotes-033.html: Added.
* web-platform-tests/css/css-content/quotes-034-expected.html: Added.
* web-platform-tests/css/css-content/quotes-034.html: Added.
* web-platform-tests/css/css-content/resources/rect.svg: Added.
* web-platform-tests/css/css-content/resources/w3c-import.log: Added.
* web-platform-tests/css/css-content/w3c-import.log: Added.
* TestExpectations:
2020-08-21 Yusuke Suzuki <ysuzuki@apple.com>
Console object's @@toStringTag should be "console" instead of "Console"
https://bugs.webkit.org/show_bug.cgi?id=215750
Reviewed by Ross Kirsling.
* fast/dom/Window/window-lookup-precedence-expected.txt:
* fast/loader/window-properties-restored-from-page-cache-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt:
* inspector/debugger/pause-for-internal-scripts-expected.txt:
* inspector/debugger/stepping/stepping-internal-scripts-expected.txt:
* js/console-expected.txt:
* js/console.html:
* platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac-wk2/fast/dom/Window/window-lookup-precedence-expected.txt:
2020-08-20 Darin Adler <darin@apple.com>
Move node geometry functions from Range to RenderObject
https://bugs.webkit.org/show_bug.cgi?id=215677
Reviewed by Zalan Bujtas.
* fast/dom/Range/scale-page-bounding-client-rect.html: Fix this test that accidentally
depended on getting rects for an empty range (the contents of a div element with no
text inside it) to instead get rects for a non-empty element (the div element, not
just its contents). Test now works correctly, but results don't need to change.
* fast/dom/Range/scale-page-client-rects.html: Ditto.
2020-08-21 Alexey Shvayka <shvaikalesh@gmail.com>
Align "length" properties of function prototypes with the spec
https://bugs.webkit.org/show_bug.cgi?id=215716
Reviewed by Ross Kirsling.
* js/kde/prototype_length-expected.txt:
* js/kde/script-tests/prototype_length.js:
2020-08-21 Andres Gonzalez <andresg_22@apple.com>
Range::contains(const Range&) should compare the Documents to which the Ranges belong, not the ownerDocuments.
https://bugs.webkit.org/show_bug.cgi?id=215714
Reviewed by Darin Adler.
Revamped the following test to check that a collapsed selection range is
set to the correct character offset in the text content. In addition,
properly used the Promise returned by waitFor in order to make the test
timing independent and work in isolated tree mode.
* accessibility/mac/selected-visible-position-range-expected.txt:
* accessibility/mac/selected-visible-position-range.html:
2020-08-20 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations: Remove lines for removed tests.
2020-08-20 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WPE] Debug crashes in backdrop filter tests
https://bugs.webkit.org/show_bug.cgi?id=215209
Reviewed by Adrian Perez de Castro.
Remove expectations for tests that are now passing.
* platform/glib/TestExpectations:
2020-08-20 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Mark several WebGL tests as failure after r265975.
* platform/glib/TestExpectations:
2020-08-20 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION(r156546): 18 media tests broken
https://bugs.webkit.org/show_bug.cgi?id=122021
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-20 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] fast/repaint/list-item-equal-style-change-no-repaint.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215723
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-20 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r263729): Carousel freezes on "fourth page"/fourth click on right arrow on netflix.com
https://bugs.webkit.org/show_bug.cgi?id=215655
<rdar://problem/65845979>
Reviewed by Dean Jackson.
Adds a layout test inspired by animation logic used in the broken carousel UI on netflix.com. This test can be
manually run by opening the test in a browser and verifying that the green square quickly slides across the
screen twice, and two `transitionend` events are observed in the process.
* animations/animation-followed-by-two-transitions-expected.txt: Added.
* animations/animation-followed-by-two-transitions.html: Added.
2020-08-20 Kenneth Russell <kbr@chromium.org>
[WebGL2] Pass context-lost-restored.html test
https://bugs.webkit.org/show_bug.cgi?id=215599
Reviewed by Dean Jackson.
Rebaselined WebGL conformance tests which are now fully passing.
* webgl/1.0.3/conformance/context/context-lost-restored-expected.txt:
* webgl/2.0.0/conformance/context/context-lost-restored-expected.txt:
2020-08-20 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Rebaseline websocket tests after r265592
Unreviewed test gardening.
* platform/glib/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt: Renamed from LayoutTests/platform/wpe/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/broken-utf8-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/close-before-open-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/close-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/closed-port-delay-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-error-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt: Added.
* platform/glib/http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
* platform/gtk/http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt:
* platform/gtk/http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame-expected.txt:
* platform/gtk/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt: Removed.
2020-08-20 Hector Lopez <hector_i_lopez@apple.com>
[ iOS Debug ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-createHTMLDocument-parse-error-external-classic.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215706
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-20 Youenn Fablet <youenn@apple.com>
Add a WebSocket test checking close with 1000
https://bugs.webkit.org/show_bug.cgi?id=215694
Reviewed by Alex Christensen.
http/tests/websocket/tests/hybi/client-close.html is not running consistently between Firefox, Chrome, WebKit legacy WebSocket and WebKit NSURLSession WebSocket.
Add another test that uses an explicit close code that runs consistently between Firefox, Chrome and WebKit legacy WebSocket.
* http/tests/websocket/tests/hybi/client-close-2-expected.txt: Added.
* http/tests/websocket/tests/hybi/client-close-2.html: Added.
* http/tests/websocket/tests/hybi/client-close-2_wsh.py: Added.
(web_socket_do_extra_handshake):
(web_socket_transfer_data):
2020-08-20 Karl Rackler <rackler@apple.com>
Test failing on Rosetta as well as AS - adding test expectation for Rosetta
https://bugs.webkit.org/show_bug.cgi?id=207150
Unreviewed test gardening.
* platform/mac/TestExpectationsRosetta:
2020-08-20 Karl Rackler <rackler@apple.com>
Four separate reported tests failures: rdar://6453565 rdar://65848157 rdar://66660924 rdar://6684253
Tests failing on Rosetta as well as AS - adding test expectations for Rosetta
Unreviewed test gardening.
* platform/mac/TestExpectationsRosetta:
2020-08-20 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Debug ] fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215700
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-20 Karl Rackler <rackler@apple.com>
rdar://66661355 ([ASi Layout Tests] 3 compositing tests failing with 0.01% diffs)
Tests failing on Rosetta as well as AS - adding test expectations
Unreviewed test gardening.
* platform/mac/TestExpectationsRosetta:
2020-08-20 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Move WPE baseline for collection-iterators.html test to GLIB.
* platform/glib/fast/dom/collection-iterators-expected.txt: Renamed from LayoutTests/platform/wpe/fast/dom/collection-iterators-expected.txt.
2020-08-20 Lauro Moura <lmoura@igalia.com>
REGRESSION(r265856) [GTK][WPE] hybi websockets tests failing
https://bugs.webkit.org/show_bug.cgi?id=215679
Reviewed by Carlos Garcia Campos.
Rebaseline and update expectations.
* platform/glib/TestExpectations:
* platform/glib/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
2020-08-20 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines after r265851.
* platform/gtk/fast/layers/video-layer-expected.txt:
* platform/gtk/media/audio-controls-rendering-expected.txt:
* platform/gtk/media/controls-after-reload-expected.txt:
* platform/gtk/media/controls-strict-expected.txt:
* platform/gtk/media/media-controls-clone-expected.txt:
* platform/gtk/media/video-controls-rendering-expected.txt:
* platform/gtk/media/video-display-toggle-expected.txt:
* platform/gtk/media/video-empty-source-expected.txt:
* platform/gtk/media/video-no-audio-expected.txt:
* platform/gtk/media/video-playing-and-pause-expected.txt:
* platform/gtk/media/video-zoom-controls-expected.txt:
2020-08-19 Simon Fraser <simon.fraser@apple.com>
Fix possible crash when webAnimationsCSSIntegrationEnabled is false
https://bugs.webkit.org/show_bug.cgi?id=215668
<rdar://problem/67402003>
Reviewed by Dean Jackson.
* animations/legacy-encoding-timing-function-expected.txt: Added.
* animations/legacy-encoding-timing-function.html: Added.
2020-08-19 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening websocket failures
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-08-19 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Release ] http/tests/security/contentSecurityPolicy/worker-redirect-allowed.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215676
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-08-19 Kate Cheney <katherine_cheney@apple.com>
Third party domains are not stored in the case of back/forward navigations
https://bugs.webkit.org/show_bug.cgi?id=215595
<rdar://problem/66642893>
Reviewed by Chris Dumez.
Updated layout tests to use the new function name.
* http/tests/resourceLoadStatistics/loaded-registrable-domains-get-reported.html:
* http/tests/websocket/web-socket-loads-captured-in-per-page-domains.html:
2020-08-19 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Update fast/text/opticalFontWithTextStyle.html for iOS 14
https://bugs.webkit.org/show_bug.cgi?id=215667
<rdar://problem/67103788>
Unreviewed test gardening.
* platform/ios/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt:
2020-08-19 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/selectors/lang-dynamic.html after r265487
https://bugs.webkit.org/show_bug.cgi?id=215665
<rdar://problem/67083106>
Unreviewed test gardening.
* fast/selectors/lang-dynamic-expected.html:
2020-08-19 Karl Rackler <rackler@apple.com>
rdar://65269589 ([ macOS and iOS ] media/vp9.html is failing consistently.)
Add exception of BigSur wk2 only to run test for macOS
Unreviewed test gardening
* platform/mac-wk2/TestExpectations:
2020-08-19 Karl Rackler <rackler@apple.com>
rdar://65269589 ([ macOS and iOS ] media/vp9.html is failing consistently.)
Change test expectation to skip macOS with the exception of BigSur wk2
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-08-19 Alexey Shvayka <shvaikalesh@gmail.com>
Introduce OpIsCallable bytecode and intrinsic
https://bugs.webkit.org/show_bug.cgi?id=215572
Reviewed by Ross Kirsling and Saam Barati.
* js/dom/document-all-is-callable-builtins-expected.txt: Added.
* js/dom/document-all-is-callable-builtins.html: Added.
* js/dom/document-all-typeof-is-function-fold-expected.txt: Added.
* js/dom/document-all-typeof-is-function-fold.html: Added.
* js/dom/script-tests/document-all-is-callable-builtins.js: Added.
* js/dom/script-tests/document-all-typeof-is-function-fold.js: Added.
2020-08-19 Peng Liu <peng.liu6@apple.com>
A PiP window is closed when the video element is removed from DOM
https://bugs.webkit.org/show_bug.cgi?id=215594
Reviewed by Eric Carlson.
* TestExpectations:
* media/remove-video-element-in-pip-from-document-expected.txt: Added.
* media/remove-video-element-in-pip-from-document.html: Added.
* platform/ipad/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-08-19 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] svg/custom/object-sizing-no-width-height.xhtml is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215658
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-19 Chris Dumez <cdumez@apple.com>
Mark 3 webaudio WPT tests as flaky instead of consistently failing.
Those tests are for WebAudio automation, which we do not support. The values being printed
on failure sometimes differ.
* TestExpectations:
* platform/mac/TestExpectationsRosetta:
2020-08-18 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r265092): delegatesFocus causes WebKit to crash
https://bugs.webkit.org/show_bug.cgi?id=215622
Reviewed by Youenn Fablet.
Added a regression test.
* fast/shadow-dom/delegates-focus-unsuccessfully-by-activation-expected.txt: Added.
* fast/shadow-dom/delegates-focus-unsuccessfully-by-activation.html: Added.
2020-08-19 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] accessibility/mac/select-element-selection-with-optgroups.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215649
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-19 Karl Rackler <rackler@apple.com>
rdar://problem/65269589 [ Mac and iOS ] media/vp9.html is failing consistently.
Moved test expectation from only mac wk1 to mac.
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-08-19 Aditya Keerthi <akeerthi@apple.com>
[macOS] Move stepper painting code off of Carbon API
https://bugs.webkit.org/show_bug.cgi?id=215619
<rdar://problem/41936617>
Reviewed by Darin Adler.
Added a test to verify that the stepper appearance is different under dark mode.
* TestExpectations:
* fast/forms/number/number-dark-appearance-expected-mismatch.html: Added.
* fast/forms/number/number-dark-appearance.html: Added.
* platform/mac/TestExpectations:
2020-08-17 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] min-height:auto not updated after an image loads when the image has a specified height and width.
https://bugs.webkit.org/show_bug.cgi?id=210475
Reviewed by Javier Fernandez.
* TestExpectations: Removed two tests that are passing now.
2020-08-17 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Apply aspect ratios when computing flex-basis
https://bugs.webkit.org/show_bug.cgi?id=215570
Reviewed by Javier Fernandez.
* TestExpectations: Removed a test that is passing now.
2020-08-19 Youenn Fablet <youenn@apple.com>
Optimise resolution of promises with values in ReadableStream implementation
https://bugs.webkit.org/show_bug.cgi?id=215557
<rdar://problem/66828616>
Reviewed by Yusuke Suzuki.
* streams/readableStream-then-expected.txt: Added.
* streams/readableStream-then.html: Added.
2020-08-19 Lauro Moura <lmoura@igalia.com>
[WPE] Gardening and rebaseline touch tests
Unreviewed test gardening.
Updated some baselines in the toplevel directory as only WPE is
running them.
* platform/glib/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/touch-events/historical-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/touch-events/idlharness.window-expected.txt: Removed.
2020-08-19 Karl Rackler <rackler@apple.com>
rdar://67353771 ([run-webkit-tests] Rosetta specific test expectations)
Placing original test expectations back in place and adding Rosetta specific expectations
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-08-18 Sergio Villar Senin <svillar@igalia.com>
<button> should support display:inline-grid/grid/inline-flex/flex correctly
https://bugs.webkit.org/show_bug.cgi?id=209656
Reviewed by Javier Fernandez.
* platform/gtk/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/grid-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/grid-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/grid-expected.txt: Removed.
2020-08-19 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Skip more tests using plugins after r265753.
* platform/gtk/TestExpectations:
2020-08-18 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/webgl/1.0.3/conformance/context/methods-expected.txt:
Rebaselined after r265711.
2020-08-18 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
2020-08-18 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] fast/text/emoji-gender* text expectations change
https://bugs.webkit.org/show_bug.cgi?id=215636
Unreviewed test gardening.
* TestExpectations:
* platform/glib/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2020-08-18 Jonathan Bedard <jbedard@apple.com>
[run-webkit-tests] Rosetta specific test expectations
https://bugs.webkit.org/show_bug.cgi?id=215633
<rdar://problem/67353771>
Reviewed by Darin Adler.
* platform/mac/TestExpectations: Move Rosetta expectations.
* platform/mac/TestExpectationsRosetta: Added.
2020-08-18 Andres Gonzalez <andresg_22@apple.com>
Fix for accessibility/mac/aria-expanded-notifications.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=215613
Reviewed by Darin Adler.
* accessibility/mac/aria-expanded-notifications-expected.txt:
* accessibility/mac/aria-expanded-notifications.html: Removed unnecessary
call to accessibilityController.focusedElement. Some code cleanup.
2020-08-18 James Darpinian <jdarpinian@chromium.org>
[WebGL2] Various parameters should be non-nullable in IDL
https://bugs.webkit.org/show_bug.cgi?id=215616
Reviewed by Kenneth Russell.
* fast/canvas/webgl/context-lost-expected.txt:
* fast/canvas/webgl/context-lost.html:
* fast/canvas/webgl/error-reporting-expected.txt:
* fast/canvas/webgl/error-reporting.html:
* fast/canvas/webgl/get-active-test-expected.txt:
* fast/canvas/webgl/get-active-test.html:
* fast/canvas/webgl/gl-object-get-calls-expected.txt:
* fast/canvas/webgl/gl-object-get-calls.html:
* fast/canvas/webgl/null-object-behaviour-expected.txt:
* fast/canvas/webgl/null-object-behaviour.html:
* inspector/canvas/recording-webgl-frameCount.html:
* inspector/canvas/recording-webgl-full-expected.txt:
* inspector/canvas/recording-webgl-full.html:
* inspector/canvas/recording-webgl-memoryLimit.html:
* inspector/canvas/recording-webgl-snapshots.html:
* inspector/canvas/recording-webgl2-frameCount.html:
* inspector/canvas/recording-webgl2-full.html:
* inspector/canvas/recording-webgl2-memoryLimit.html:
* inspector/canvas/recording-webgl2-snapshots.html:
* inspector/canvas/resources/recording-webgl.js:
(load):
* webgl/2.0.0/conformance/misc/bad-arguments-test-expected.txt:
* webgl/2.0.0/conformance/misc/error-reporting-expected.txt:
* webgl/2.0.0/conformance/misc/null-object-behaviour-expected.txt:
* webgl/2.0.0/conformance/programs/get-active-test-expected.txt:
* webgl/2.0.0/conformance/state/gl-object-get-calls-expected.txt:
* webgl/2.0.0/conformance/textures/misc/tex-sub-image-2d-bad-args-expected.txt:
* webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
2020-08-18 Kenneth Russell <kbr@chromium.org>
[WebGL2] Pass user-defined-properties-on-context.html layout test
https://bugs.webkit.org/show_bug.cgi?id=215433
Reviewed by Yusuke Suzuki.
Rebaseline user-defined-properties-on-context.html, which is now
fully passing.
Add tests of expando properties on 2D and WebGPU contexts. Add a
FIXME to the WebGPU test, as that specification no longer defines
a canvas rendering context.
* fast/canvas/2d.context.expando-expected.txt: Added.
* fast/canvas/2d.context.expando.html: Added.
* webgl/2.0.0/conformance/context/user-defined-properties-on-context-expected.txt:
* webgpu/expando-properties-expected.txt: Added.
* webgpu/expando-properties.html: Added.
2020-08-18 Karl Rackler <rackler@apple.com>
Disable plug-in tests on Apple Silicon
Updating test expectation in include Rosetta
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-18 Karl Rackler <rackler@apple.com>
rdar://66861801 ([ Layout Tests] REGRESSION (r265487): svg/W3C-I18N/tspan-direction-rtl.svg is a constant failure)
Updating expectations in include Rosetta.
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-18 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION: [ macOS ] media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-rtl.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215614
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-18 Karl Rackler <rackler@apple.com>
rdar://67289434 ([ Rosetta Layout Tests ] REGRESSION (r265701): [ BigSur ] 3 webaudio/the-audio-api/the-audioparam-interface tests are a constant failure)
Should skip this only on Rosetta, not all Intel Big Sur Macs
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-18 Simon Fraser <simon.fraser@apple.com>
Turn off wheel event regions until we need them
https://bugs.webkit.org/show_bug.cgi?id=215586
Reviewed by Darin Adler.
Leave ENABLE_WHEEL_EVENT_REGIONS off because it's currently unused, and adds extra
region building overhead on macOS.
* platform/mac-wk2/TestExpectations:
2020-08-18 Youenn Fablet <youenn@apple.com>
Update platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html to account for low latency code path
https://bugs.webkit.org/show_bug.cgi?id=215601
Reviewed by Eric Carlson.
Update test to check software encoder for both baseline and high profiles.
Move baseline/high profile selection routines to routines.js.
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder-expected.txt:
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
* webrtc/h264-baseline.html:
* webrtc/h264-high.html:
* webrtc/routines.js:
2020-08-18 Karl Rackler <rackler@apple.com>
rdar://67281310 REGRESSION (r265639): [ BigSur ] 11 canvas layout tests are a constant failure)
Should skip this only on Rosetta, not all Intel Big Sur Macs
Clean up arm64 only gardening.
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-18 Simon Fraser <simon.fraser@apple.com>
REGRESSION (Async overflow scrolling): No rubberbanding in overflow:scroll in the wheel event region
https://bugs.webkit.org/show_bug.cgi?id=215598
<rdar://problem/64895442>
Reviewed by Darin Adler.
Remove an unneeded `var successfullyParsed = true` in existing tests.
New test that detect rubberbanding.
* fast/scrolling/mac/async-scroll-overflow-hidden-on-one-axis.html:
* fast/scrolling/mac/async-scroll-overflow-rtl.html:
* fast/scrolling/mac/async-scroll-overflow-top-inset.html:
* fast/scrolling/mac/async-scroll-overflow.html:
* fast/scrolling/mac/hit-test-overflow-tiled-layer.html:
* fast/scrolling/mac/move-node-in-overflow-scroll.html:
* fast/scrolling/mac/overflow-scrolled-document.html:
* fast/scrolling/mac/overflow-zoomed-document.html:
* fast/scrolling/mac/overlapped-overflow-scroll.html:
* fast/scrolling/mac/rubberband-overflow-in-wheel-region-expected.txt: Added.
* fast/scrolling/mac/rubberband-overflow-in-wheel-region.html: Copied from LayoutTests/fast/scrolling/mac/overflow-scrolled-document.html.
2020-08-18 Hector Lopez <hector_i_lopez@apple.com>
[ macOS Mojave wk2 Debug ] fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-hovered.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215611
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-18 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 iOS ] imported/w3c/web-platform-tests/IndexedDB/transaction_bubble-and-capture.htm is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215608
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-08-18 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 ] webgpu/whlsl/do-while-loop-break.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215606
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-18 Antti Koivisto <antti@apple.com>
The CSS specificity of :host() pseudo-classes is wrong
https://bugs.webkit.org/show_bug.cgi?id=202494
<rdar://problem/66292568>
Reviewed by Anders Carlsson.
* TestExpectations:
2020-08-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update test baseline after r265749.
* platform/gtk/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
2020-08-18 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GLib gardening. Skip more tests using plugins after r265753
* platform/glib/TestExpectations:
2020-08-17 Karl Rackler <rackler@apple.com>
REGRESSION (r265701): [ BigSur ] 3 webaudio/the-audio-api/the-audioparam-interface tests are a constant failure)
rdar://67289434
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-17 Hector Lopez <hector_i_lopez@apple.com>
ASSERTION FAILURE: WebKit::AuthenticationManager::initializeConnection(IPC::Connection *)_block_invoke
https://bugs.webkit.org/show_bug.cgi?id=215025
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-08-17 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Update some expectations after closed bugs
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-08-17 Hector Lopez <hector_i_lopez@apple.com>
WeakPtr threading assertion on editing/undo-manager/undo-manager-delete-stale-undo-items.html
https://bugs.webkit.org/show_bug.cgi?id=215221
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations: expectation removal
* platform/mac-wk2/TestExpectations: expectation removal
2020-08-17 Chris Dumez <cdumez@apple.com>
Improve channel mixing support in AudioBus
https://bugs.webkit.org/show_bug.cgi?id=215597
Reviewed by Darin Adler.
Remove outdated test. A newer version of this test is present in web-platform-tests.
* webaudio/audionode-channel-rules-expected.txt: Removed.
* webaudio/audionode-channel-rules.html: Removed.
2020-08-17 Karl Rackler <rackler@apple.com>
Removing added entry in error.
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-17 Karl Rackler <rackler@apple.com>
Adding BigSur to existing test expectations
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-17 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] webaudio/oscillator-square.html is a flaky failure
Nhttps://bugs.webkit.org/show_bug.cgi?id=215593
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-17 Karl Rackler <rackler@apple.com>
Unreviewed, reverting r265603.
Reverting per commiter because commit caused consisent crash
with test.
Reverted changeset:
"Font loads quickly followed by navigations may fail
indefinitely"
https://bugs.webkit.org/show_bug.cgi?id=215435
https://trac.webkit.org/changeset/265603
2020-08-17 Said Abou-Hallawa <sabouhallawa@apple.com>
[ macOS iOS ] svg/animations/smil-leak-element-instances-noBaseValRef.svg is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215353
Reviewed by Jon Lee.
GCController.collect() is flaky. Calling this function from JS does not
guarantee the memory of all the deallocated objects is garbage-collected.
Multiple calls to GCController.collect() may be invoked to overcome this
problem. Putting idle time before requesting the numberOfLiveNodes()
might be needed as well.
The test adds 100 <use> elements. Each of them references a <rect> element
and adds an <animate> element to animate the 'x' property. This is a big
number of objects to be allocated, deallocated and garbage collected. To
overcome the flakiness of GCController.collect(), three <use> elements
can be added instead. This number of objects should be enough to test the
SVG animated properties do not leak. And at the same time the test won't
exercise the flakiness of GCController.collect().
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
* svg/animations/smil-leak-element-instances-noBaseValRef.svg:
2020-08-17 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] media/modern-media-controls/volume-down-support/volume-down-support.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215587
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-17 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] media/track/track-in-band-style.html is a flaky timeout and failure
https://bugs.webkit.org/show_bug.cgi?id=215583
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-08-17 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS wk2 ] imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getStats.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215581
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-08-17 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] media/modern-media-controls/volume-up-support/volume-up-support.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215576
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-17 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WPE] Remove support for NPAPI plugins
https://bugs.webkit.org/show_bug.cgi?id=215503
Reviewed by Darin Adler.
Skip tests using plugins and remove expectations.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/plugin-expected.txt: Removed.
* platform/gtk/http/tests/plugins/plugin-javascript-access-allow-all-plugins-expected.txt: Removed.
* platform/gtk/plugins/document-open-expected.txt: Removed.
* platform/gtk/plugins/embed-attributes-style-expected.png: Removed.
* platform/gtk/plugins/embed-attributes-style-expected.txt: Removed.
* platform/gtk/plugins/iframe-plugin-bgcolor-expected.png: Removed.
* platform/gtk/plugins/invalidate-rect-with-null-npp-argument-expected.txt: Removed.
* platform/gtk/plugins/invalidate-rect-with-null-npp-argument.html: Removed.
* platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.png: Removed.
* platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed.
* platform/gtk/plugins/nested-plugin-objects-expected.txt: Removed.
* platform/gtk/plugins/netscape-destroy-plugin-script-objects-expected.txt: Removed.
* platform/gtk/plugins/netscape-dom-access-expected.png: Removed.
* platform/gtk/plugins/netscape-dom-access-expected.txt: Removed.
* platform/gtk/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Removed.
* platform/gtk/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Removed.
* platform/gtk/plugins/plugin-clip-subframe-expected.txt: Removed.
* platform/gtk/plugins/plugin-initiate-popup-window-expected.txt: Removed.
* platform/gtk/plugins/plugin-javascript-access-expected.txt: Removed.
* platform/gtk/plugins/resize-from-plugin-expected.txt: Removed.
* platform/wpe/TestExpectations:
2020-08-17 Yusuke Suzuki <ysuzuki@apple.com>
JSDOMConstructorNotConstructable should be a constructor
https://bugs.webkit.org/show_bug.cgi?id=215554
<rdar://problem/65770688>
Reviewed by Darin Adler.
* editing/async-clipboard/clipboard-interfaces-expected.txt:
* editing/undo-manager/undo-manager-interfaces-expected.txt:
* fast/dom/MutationObserver/mutation-record-constructor-expected.txt:
* http/wpt/html/browsers/the-window-object/window-is-constructor-expected.txt: Added.
* http/wpt/html/browsers/the-window-object/window-is-constructor.html: Added.
* js/interface-objects-expected.txt:
* performance-api/paint-timing/paint-timing-apis-expected.txt:
* performance-api/performance-observer-api-expected.txt:
* performance-api/performance-timeline-api-expected.txt:
* performance-api/resource-timing-apis-expected.txt:
* performance-api/user-timing-apis-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLInputElement-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
2020-08-16 Wenson Hsieh <wenson_hsieh@apple.com>
Remove several unnecessary timeouts in layout tests
https://bugs.webkit.org/show_bug.cgi?id=215552
Reviewed by Darin Adler.
Remove several `setTimeout(finishJSTest, s);` calls in layout tests. These were probably added in the process of
developing or debugging these tests, and were not intended to be landed.
* editing/pasteboard/data-transfer-set-data-sanitize-html-when-dragging-in-null-origin.html:
* fast/forms/ios/show-and-dismiss-date-input.html:
* http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html:
2020-08-16 Alexey Shvayka <shvaikalesh@gmail.com>
Remove OpIsObjectOrNull from ClassExprNode::emitBytecode()
https://bugs.webkit.org/show_bug.cgi?id=214525
Reviewed by Keith Miller.
New tests are added for `document.all` rather than `makeMasquerader()` since
the latter has sufficient test coverage and takes the short path as JSFunction.
* js/class-syntax-extends-expected.txt:
* js/dom/document-all-class-extends-expected.txt: Added.
* js/dom/document-all-class-extends.html: Added.
* js/dom/document-all-typeof-is-object-fold-expected.txt: Added.
* js/dom/document-all-typeof-is-object-fold.html: Added.
* js/dom/script-tests/document-all-class-extends.js: Added.
* js/dom/script-tests/document-all-typeof-is-object-fold.js: Added.
* js/script-tests/class-syntax-extends.js:
2020-08-16 Dean Jackson <dino@apple.com>
[AS Layout Tests] 6 WPT css-backgrounds tests consistently failing
https://bugs.webkit.org/show_bug.cgi?id=215533
rdar://66660924
Reviewed by Youenn Fablet.
* TestExpectations: Mark some tests as failing.
2020-08-15 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Add provisional expectation to http/tests to allow the bots to run
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-08-14 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Add platform baselines after r265701
Unreviewed test gardening.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-tail-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic-expected.txt: Added.
2020-08-14 Devin Rousso <drousso@apple.com>
Web Inspector: Assertion Failed: Appended a string with newlines. This breaks the source map.
https://bugs.webkit.org/show_bug.cgi?id=215494
Reviewed by Joseph Pecoraro.
* inspector/formatting/resources/javascript-source-map-tests/2.js: Added.
* inspector/formatting/source-map-javascript-2.html: Added.
* inspector/formatting/source-map-javascript-2-expected.txt: Added.
With `appendStringWithPossibleNewlines` the source map properly indents the comment inside
the function body so that the `*` all line up.
* TestExpectations:
2020-08-14 James Darpinian <jdarpinian@chromium.org>
[WebGL2] releaseShaderCompiler is not allowed to be supported in WebGL
https://bugs.webkit.org/show_bug.cgi?id=215432
Reviewed by Dean Jackson.
* webgl/1.0.3/conformance/context/methods-expected.txt:
* webgl/2.0.0/conformance/context/methods-expected.txt:
* webgl/2.0.0/conformance2/context/methods-2-expected.txt:
2020-08-14 James Darpinian <jdarpinian@chromium.org>
[WebGL2] Skip buggy conformance tests
https://bugs.webkit.org/show_bug.cgi?id=215466
Reviewed by Dean Jackson.
* webgl/TestExpectations:
2020-08-14 Devin Rousso <drousso@apple.com>
RTL: volume slider and icons are backwards
https://bugs.webkit.org/show_bug.cgi?id=215482
<rdar://problem/65730749>
Reviewed by Eric Carlson.
`MacOSFullscreenMediaControls` defaults to having `usesLTRUserInterfaceLayoutDirection` be
`false`, so flip the order of the volume controls to match the non-LTR UI.
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-constructor.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-constructor-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-volume-styles.html:
2020-08-14 Kenneth Russell <kbr@chromium.org>
[WebGL2] expando-loss and expando-loss-2 conformance tests are failing
https://bugs.webkit.org/show_bug.cgi?id=214765
Reviewed by Yusuke Suzuki.
Re-land with locking fixes ysuzuki@ pointed out as necessary, and
advised heavily on.
Rebaseline expando-loss.html and expando-loss-2.html, which are
now fully passing.
Add a hook to js-test-pre.js which allows these tests to be run
correctly in the MiniBrowser by setting the following environment
variables:
export JSC_useDollarVM=1
export __XPC_JSC_useDollarVM=1
* webgl/2.0.0/conformance/misc/expando-loss-expected.txt:
* webgl/2.0.0/conformance2/misc/expando-loss-2-expected.txt:
* webgl/2.0.0/resources/webgl_test_files/js/js-test-pre.js:
2020-08-14 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, clean up some test expectations after r265639
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-08-14 Chris Dumez <cdumez@apple.com>
Add support for suspending / resuming an OfflineAudioContext
https://bugs.webkit.org/show_bug.cgi?id=215417
Reviewed by Eric Carlson.
Import tests for this feature from Blink since the WPT coverage is not great.
* webaudio/offlineaudiocontext-suspend-resume-basic-expected.txt: Added.
* webaudio/offlineaudiocontext-suspend-resume-basic.html: Added.
* webaudio/offlineaudiocontext-suspend-resume-eventhandler-expected.txt: Added.
* webaudio/offlineaudiocontext-suspend-resume-eventhandler.html: Added.
* webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt: Added.
* webaudio/offlineaudiocontext-suspend-resume-graph-manipulation.html: Added.
* webaudio/offlineaudiocontext-suspend-resume-promise-expected.txt: Added.
* webaudio/offlineaudiocontext-suspend-resume-promise.html: Added.
* webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt: Added.
* webaudio/offlineaudiocontext-suspend-resume-sequence.html: Added.
* webaudio/resources/audit-util.js: Added.
(compareBuffersWithConstraints):
(createImpulseBuffer):
(createLinearRampBuffer):
(createConstantBuffer):
(createStereoImpulseBuffer):
(timeToSampleFrame):
(grainLengthInSampleFrames):
(isValidNumber):
* webaudio/resources/audit.js: Added.
(_logError):
(_logPassed):
(_logFailed):
(_throwException):
(_generateDescription):
(_formatFailureEntry):
(_closeToThreshold):
(Should):
(Should.prototype._processArguments):
(Should.prototype._buildResultText):
(Should.prototype._finalize):
(Should.prototype._assert):
(Should.prototype.get result):
(Should.prototype.get detail):
(Should.prototype.exist):
(Should.prototype.throw):
(Should.prototype.notThrow):
(Should.prototype.beResolved):
(Should.prototype.beRejected):
(Should.prototype.beRejectedWith):
(Should.prototype.beTrue):
(Should.prototype.beFalse):
(Should.prototype.beEqualTo):
(Should.prototype.notBeEqualTo):
(Should.prototype.beNaN):
(Should.prototype.notBeNaN):
(Should.prototype.beGreaterThan):
(Should.prototype.beGreaterThanOrEqualTo):
(Should.prototype.beLessThan):
(Should.prototype.beLessThanOrEqualTo):
(Should.prototype.beConstantValueOf):
(Should.prototype.notBeConstantValueOf):
(Should.prototype.beEqualToArray):
(Should.prototype.containValues):
(Should.prototype.notGlitch):
(Should.prototype.beCloseTo):
(Should.prototype.beCloseToArray):
(Should.prototype.message):
(Should.prototype.haveOwnProperty):
(Should.prototype.notHaveOwnProperty):
(Should.prototype.inheritFrom):
(Task):
(Task.prototype.get label):
(Task.prototype.get state):
(Task.prototype.get result):
(Task.prototype.should):
(Task.prototype.run):
(Task.prototype.update):
(Task.prototype.done):
(Task.prototype.timeout):
(Task.prototype.isPassed):
(Task.prototype.toString):
(TaskRunner):
(TaskRunner.prototype._finish):
(TaskRunner.prototype.define):
(TaskRunner.prototype.run):
(loadFileFromUrl):
(return.createTaskRunner):
(window.Audit):
2020-08-14 Clark Wang <clark_wang@apple.com>
Introduce ConstantSourceNode Interface
https://bugs.webkit.org/show_bug.cgi?id=215377
Reviewed by Chris Dumez.
Added flaky tests.
* TestExpectations:
2020-08-14 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, revert r265213 and r265441
https://bugs.webkit.org/show_bug.cgi?id=215089
* editing/selection/ios/select-all-non-editable-text-using-keyboard-expected.txt:
* editing/selection/ios/select-all-non-editable-text-using-keyboard.html:
2020-08-14 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] imported/w3c/web-platform-tests/user-timing/measure_navigation_timing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215515
Unreviewed test gardening.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-08-14 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r259184): Typing -- then Return into an email moves the selection by two lines
https://bugs.webkit.org/show_bug.cgi?id=215491
<rdar://problem/66938121>
Reviewed by Darin Adler.
Tweaks an existing layout test so that it additionally exercises this bug. The erroneous code was already hit
during this test, but it currently does not result in any behavioral difference because after inserting the
newline, the caret is already at the end of the editable root; this means that the redundant call to advance
the selection forward by 1 character ends up being a no-op, and the test passes.
To adjust the test so that it fails, we simply start the root editable container off with two lines instead of
just one, such that the test (without this fix) will cause the selection to end up at the very end of the root
editable container instead of the first line after the "?".
To check that the selection ends up in the right place, we also use `dump-as-markup.js` to dump the caret
position after inserting the newline.
* editing/spelling/text-replacement-after-typing-to-word-expected.txt:
* editing/spelling/text-replacement-after-typing-to-word.html:
2020-08-14 Takeshi Kurosawa <taken.spc@gmail.com>
@font-face font-weight descriptor should reject bolder and lighter
https://bugs.webkit.org/show_bug.cgi?id=215359
Reviewed by Darin Adler.
Both bolder and lighter are not allowed in font-weight descriptor. This patch splits
font-weight descriptor parsers from font-weight property parsers.
* fast/text/font-face-javascript-expected.txt:
* fast/text/font-face-javascript.html:
2020-08-14 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] imported/w3c/web-platform-tests/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215506
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-14 Lauro Moura <lmoura@igalia.com>
[WPE] Gardening
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/fast/text/basic/013-expected.txt: Rebaselined.
2020-08-14 Karl Rackler <rackler@apple.com>
rdar://66995964 (REGRESSION (r265358): [ Win10 wk1 ] animations/steps-transform-rendering-updates.html is a constant failure (215454))
Rebaseline Test - Remore html file.
Unreviewed test gardening.
* platform/wincairo/animations/steps-transform-rendering-updates.html: Removed.
2020-08-14 Karl Rackler <rackler@apple.com>
rdar://66995964 (REGRESSION (r265358): [ Win10 wk1 ] animations/steps-transform-rendering-updates.html is a constant failure (215454))
Rebaseline Test - Remore test expectation.
Unreviewed test gardening.
* platform/wincairo/animations/steps-transform-rendering-updates-expected.txt: Added.
* platform/wincairo/animations/steps-transform-rendering-updates.html: Added.
2020-08-14 Karl Rackler <rackler@apple.com>
rdar://66995964 (REGRESSION (r265358): [ Win10 wk1 ] animations/steps-transform-rendering-updates.html is a constant failure (215454))
Rebaseline Test - Remore test expectation.
Unreviewed test gardening.
* platform/wincairo/TestExpectations:
2020-08-13 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement WebXRSession::updateRenderState()
https://bugs.webkit.org/show_bug.cgi?id=213555
Reviewed by Darin Adler.
* platform/wpe/TestExpectations: Added a couple of tests that pass now.
2020-08-13 Carlos Garcia Campos <cgarcia@igalia.com>
Crash in WebCore::StyledMarkupAccumulator::traverseNodesForSerialization
https://bugs.webkit.org/show_bug.cgi?id=199224
Reviewed by Michael Catanzaro.
* editing/pasteboard/copy-across-shadow-boundaries-crash-expected.txt: Added.
* editing/pasteboard/copy-across-shadow-boundaries-crash.html: Added.
2020-08-13 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Add baseline for css3/filters/backdrop/blur-input-bounds.html.
* platform/glib/css3/filters/backdrop/blur-input-bounds-expected.txt: Added.
2020-08-13 Andres Gonzalez <andresg_22@apple.com>
VoiceOver not able to invoke play button on some web sites.
https://bugs.webkit.org/show_bug.cgi?id=215484
<rdar://problem/62729643>
Reviewed by Chris Fleizach.
Expanded this test to check for all touch-related event listeners.
* accessibility/ios-simulator/has-touch-event-listener-expected.txt:
* accessibility/ios-simulator/has-touch-event-listener.html:
2020-08-13 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening
Unreviewed test gardening.
* platform/glib/TestExpectations: Missing debug guard.
* platform/gtk/TestExpectations:
2020-08-13 Darin Adler <darin@apple.com>
Migrate some Apple internal Mac expectations here into WebKit sources
https://bugs.webkit.org/show_bug.cgi?id=215459
Reviewed by Jonathan Bedard.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: Removed.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Removed.
These expected files were identical to the ones that will be used otherwise.
* platform/ios/TestExpectations: Removed expectations for test that have been removed.
* platform/mac-bigsur-wk1/editing/pasteboard/drop-text-without-selection-expected.txt: Added.
* platform/mac-bigsur-wk1/editing/selection/select-across-readonly-input-4-expected.txt: Added.
* platform/mac-bigsur-wk1/editing/selection/select-across-readonly-input-5-expected.txt: Added.
* platform/mac-bigsur-wk1/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
* platform/mac-bigsur/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
* platform/mac-bigsur/editing/pasteboard/drop-text-without-selection-expected.txt: Added.
* platform/mac-bigsur/editing/pasteboard/pasting-tabs-expected.txt: Added.
* platform/mac-bigsur/editing/selection/3690703-2-expected.txt: Added.
* platform/mac-bigsur/editing/selection/3690703-expected.txt: Added.
* platform/mac-bigsur/editing/selection/3690719-expected.txt: Added.
* platform/mac-bigsur/editing/selection/select-from-textfield-outwards-expected.txt: Added.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-backward-br-mixed-expected.txt: Added.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-backward-p-mixed-expected.txt: Added.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-forward-br-mixed-expected.txt: Added.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
* platform/mac-bigsur/editing/selection/vertical-rl-rtl-extend-line-forward-p-mixed-expected.txt: Added.
* platform/mac-bigsur/fast/block/float/float-avoidance-expected.txt: Added.
* platform/mac-bigsur/fast/block/margin-collapse/103-expected.txt: Added.
* platform/mac-bigsur/fast/css/apple-system-control-colors-expected.txt: Added.
* platform/mac-bigsur/fast/css/rtl-ordering-expected.txt: Added.
* platform/mac-bigsur/fast/css/text-overflow-input-expected.txt: Added.
* platform/mac-bigsur/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt: Added.
* platform/mac-bigsur/fast/forms/basic-inputs-expected.txt: Added.
* platform/mac-bigsur/fast/forms/basic-textareas-quirks-expected.txt: Added.
* platform/mac-bigsur/fast/forms/box-shadow-override-expected.txt: Added.
* platform/mac-bigsur/fast/forms/button-sizes-expected.txt: Added.
* platform/mac-bigsur/fast/forms/button-table-styles-expected.txt: Added.
* platform/mac-bigsur/fast/forms/form-element-geometry-expected.txt: Added.
* platform/mac-bigsur/fast/forms/input-appearance-preventDefault-expected.txt: Added.
* platform/mac-bigsur/fast/forms/input-appearance-spinbutton-expected.txt: Added.
* platform/mac-bigsur/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
* platform/mac-bigsur/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
* platform/mac-bigsur/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
* platform/mac-bigsur/fast/forms/input-table-expected.txt: Added.
* platform/mac-bigsur/fast/forms/input-value-expected.txt: Added.
* platform/mac-bigsur/fast/forms/listbox-bidi-align-expected.txt: Added.
* platform/mac-bigsur/fast/forms/listbox-width-change-expected.txt: Added.
* platform/mac-bigsur/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Added.
* platform/mac-bigsur/fast/forms/option-text-clip-expected.txt: Added.
* platform/mac-bigsur/fast/forms/search-rtl-expected.txt: Added.
* platform/mac-bigsur/fast/forms/search/search-size-with-decorations-expected.txt: Added.
* platform/mac-bigsur/fast/forms/select-change-listbox-to-popup-expected.txt: Added.
* platform/mac-bigsur/fast/forms/select-visual-hebrew-expected.txt: Added.
* platform/mac-bigsur/fast/forms/textAreaLineHeight-expected.txt: Added.
* platform/mac-bigsur/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
* platform/mac-bigsur/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
* platform/mac-bigsur/fast/forms/textfield-outline-expected.txt: Added.
* platform/mac-bigsur/fast/forms/visual-hebrew-text-field-expected.txt: Added.
* platform/mac-bigsur/fast/parser/entity-comment-in-textarea-expected.txt: Added.
* platform/mac-bigsur/fast/parser/open-comment-in-textarea-expected.txt: Added.
* platform/mac-bigsur/fast/text/backslash-to-yen-sign-euc-expected.txt: Added.
* platform/mac-bigsur/fast/text/drawBidiText-expected.txt: Added.
* platform/mac-bigsur/fast/text/international/danda-space-expected.txt: Added.
* platform/mac-bigsur/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
* platform/mac-bigsur/fast/text/international/system-language/system-font-punctuation-expected.txt: Added.
* platform/mac-bigsur/fast/text/justify-ideograph-leading-expansion-expected.txt: Added.
* platform/mac-bigsur/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
* platform/mac-bigsur/fast/text/vertical-rl-rtl-linebreak-mixed-expected.txt: Added.
* platform/mac-bigsur/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
* platform/mac-bigsur/http/tests/xmlhttprequest/methods-async-expected.txt: Added.
* platform/mac-bigsur/http/tests/xmlhttprequest/methods-expected.txt: Added.
* platform/mac-bigsur/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
* platform/mac-bigsur/http/tests/xmlhttprequest/workers/methods-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Added.
* platform/mac-bigsur/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt: Added.
* platform/mac-bigsur/media/controls-after-reload-expected.txt: Added.
* platform/mac-bigsur/media/video-display-toggle-expected.txt: Added.
* platform/mac-bigsur/media/video-no-audio-expected.txt: Added.
* platform/mac-bigsur/media/video-volume-slider-expected.txt: Added.
* platform/mac-bigsur/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt: Added.
* platform/mac-bigsur/svg/custom/svg-fonts-without-missing-glyph-expected.txt: Added.
* platform/mac-bigsur/tables/mozilla/bugs/bug18359-expected.txt: Added.
* platform/mac-bigsur/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
* platform/mac-bigsur/tables/mozilla/bugs/bug30692-expected.txt: Added.
* platform/mac-bigsur/tables/mozilla/bugs/bug33855-expected.txt: Added.
* platform/mac-bigsur/tables/mozilla/bugs/bug60749-expected.txt: Added.
* platform/mac-bigsur/tables/mozilla/bugs/bug7342-expected.txt: Added.
* platform/mac-bigsur/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
* platform/mac-bigsur/transforms/2d/zoom-menulist-expected.txt: Added.
Copied these expectation files here.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: Removed.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt: Removed.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: Removed.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt: Removed.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt: Removed.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt: Removed.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: Removed.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Removed.
These expectations files were all the same as the ones that would be used otherwise.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Copied expectations here.
2020-08-13 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Release ] imported/w3c/eb-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-long-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215480
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-13 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Release ] imported/w3c/web-platform-tests/css/css-grid/abspos/empty-grid-001.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215476
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-13 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Release ] media/modern-media-controls/scrubber-support/scrubber-support-drag.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215468
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-13 Karl Rackler <rackler@apple.com>
[ Win10 wk1 ews ] imported/blink/compositing/squashing/squashing-reflection-disallowed.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=215467
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-08-13 Hector Lopez <hector_i_lopez@apple.com>
WebGL conformance: Failures and Timeouts in suite 2.0.0/conformance2
https://bugs.webkit.org/show_bug.cgi?id=189672
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-13 Aditya Keerthi <akeerthi@apple.com>
Unreviewed test gardening, rebaseline test after r265613.
* fast/forms/search/search-zoom-computed-style-height-expected.txt:
* platform/mac-bigsur/fast/forms/search/search-zoom-computed-style-height-expected.txt: Copied from LayoutTests/fast/forms/search/search-zoom-computed-style-height-expected.txt.
* platform/mac-mojave/fast/forms/search/search-zoom-computed-style-height-expected.txt: Removed.
2020-08-13 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening and adding baseline
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/search/search-zoom-computed-style-height-expected.txt: Added.
* platform/wpe/TestExpectations:
2020-08-13 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS wk2 Debug ] http/tests/security/no-indexeddb-from-sandbox.html is a constant crash
https://bugs.webkit.org/show_bug.cgi?id=215465
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-08-13 Karl Rackler <rackler@apple.com>
Unreviewed, reverting r265612.
Commit fixed wincairo, but broke ios/mac
Reverted changeset:
"rdar://66995964 (REGRESSION (r265358): [ Win10 wk1 ]
animations/steps-transform-rendering-updates.html is a
constant failure (215454))"
https://trac.webkit.org/changeset/265612
2020-08-13 Aditya Keerthi <akeerthi@apple.com>
[macOS] Zoomed-in search field is clipped out
https://bugs.webkit.org/show_bug.cgi?id=215428
<rdar://problem/66161781>
Reviewed by Darin Adler.
Added a test to verify the computed style height of a zoomed-in search field.
* fast/forms/search/search-zoom-computed-style-height-expected.txt: Added.
* fast/forms/search/search-zoom-computed-style-height.html: Added.
* platform/ios/fast/forms/search/search-zoom-computed-style-height-expected.txt: Added.
* platform/mac-mojave/fast/forms/search/search-zoom-computed-style-height-expected.txt: Added.
* platform/win/fast/forms/search/search-zoom-computed-style-height-expected.txt: Added.
2020-08-13 Karl Rackler <rackler@apple.com>
rdar://66995964 (REGRESSION (r265358): [ Win10 wk1 ] animations/steps-transform-rendering-updates.html is a constant failure (215454))
Rebaseline Test - Remore test expectation.
Unreviewed test gardening.
* animations/steps-transform-rendering-updates-expected.txt:
2020-08-13 Karl Rackler <rackler@apple.com>
Win10 wk1 ] animations/steps-transform-rendering-updates.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=215454
Unreviewed test gardening.
* platform/wincairo/TestExpectations:
2020-08-13 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 Debug ] imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-002.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215452
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-13 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-negative.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215450
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-12 Myles C. Maxfield <mmaxfield@apple.com>
Font loads quickly followed by navigations may fail indefinitely
https://bugs.webkit.org/show_bug.cgi?id=215435
<rdar://problem/65560550>
Reviewed by Darin Adler.
1) The page has some content that has “font-family: WebFont” but there are no @font-face blocks on the page
2) In script, after the page has loaded, add an @font-face rule to the page with “font-family: WebFont” and some valid font URL
3) Synchronously, within the same turn of the run loop, trigger a synchronous layout of the element (using offsetWidth or something). This will add the font to the 0-delay time work list.
4) Synchronously, within the same turn of the run loop, navigate to a second page that doesnt use the web font.
5) The second page waits some small-but-positive amount of time. This will cause the 0-delay timer to fire, but because the page is in the middle of navigating, the font load should fail.
6) The second page adds the same @font-face rule to itself using script. This should pull the same (failed) CachedResource object out of the memory cache.
7) Use the CSS Font Loading API to wait for the font load to complete
8) Make sure that the font is used on the second page (as a reference test). Today, the second pages font load will fail because it pulled the failed font out of the memory cache. The test makes sure the second pages font load succeeds.
* fast/loader/font-load-timer-expected.html: Added.
* fast/loader/font-load-timer.html: Added.
* fast/loader/resources/font-load-timer-navigation-destination.html: Added.
2020-08-12 Lauro Moura <lmoura@igalia.com>
Highpass Biquads use old formulas
https://bugs.webkit.org/show_bug.cgi?id=181191
Reviewed by Darin Adler.
Gardening r265517 (lowpass) showed our test failing for GStreamer due
to a different threshold than used by the imported WPT biquad tests.
As they test the same functionality, remove the old webaudio/biquad
tests and keep using the imported WPT ones with the detailed
thresholds.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass-expected.txt: Removed.
* platform/mac-wk2/TestExpectations: Removed expectation regarding
deleted file.
* webaudio/biquad-allpass-expected.txt: Removed.
* webaudio/biquad-allpass.html: Removed.
* webaudio/biquad-bandpass-expected.txt: Removed.
* webaudio/biquad-bandpass.html: Removed.
* webaudio/biquad-getFrequencyResponse-expected.txt: Removed.
* webaudio/biquad-getFrequencyResponse.html: Removed.
* webaudio/biquad-highpass-expected.txt: Removed.
* webaudio/biquad-highpass.html: Removed.
* webaudio/biquad-highshelf-expected.txt: Removed.
* webaudio/biquad-highshelf.html: Removed.
* webaudio/biquad-lowpass-expected.txt: Removed.
* webaudio/biquad-lowpass.html: Removed.
* webaudio/biquad-lowshelf-expected.txt: Removed.
* webaudio/biquad-lowshelf.html: Removed.
* webaudio/biquad-notch-expected.txt: Removed.
* webaudio/biquad-notch.html: Removed.
* webaudio/biquad-peaking-expected.txt: Removed.
* webaudio/biquad-peaking.html: Removed.
* webaudio/biquadfilternode-basic-expected.txt: Removed.
* webaudio/biquadfilternode-basic.html: Removed.
* webaudio/resources/biquad-testing.js: Removed.
2020-08-12 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening some more failures.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass-expected.txt: Removed.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-08-12 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, rebaseline test after r265514.
* inspector/dom/getAccessibilityPropertiesForNode-expected.txt:
* inspector/dom/getAccessibilityPropertiesForNode.html: Remove a FIXME since it is no longer applicable.
2020-08-12 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Rebaseline after new offscreencanvas progress
Unreviewed test gardening.
* platform/glib/fast/mediacapturefromelement/CanvasCaptureMediaStream-offscreencanvas-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/offscreen/filter/offscreencanvas.filter.w-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/offscreen/manual/filter/offscreencanvas.filter.w-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
2020-08-12 Youenn Fablet <youenn@apple.com>
Refresh WritableStream up to spec
https://bugs.webkit.org/show_bug.cgi?id=215267
Reviewed by Geoff Garen.
* js/dom/builtin-getter-name-expected.txt:
* js/dom/builtin-getter-name.html:
* streams/pipe-to-expected.txt:
* streams/reference-implementation/bad-strategies-expected.txt:
* streams/reference-implementation/bad-underlying-sinks-expected.txt:
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/byte-length-queuing-strategy-expected.txt:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/pipe-through-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/pipe-to-options-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/writable-stream-abort-expected.txt: Removed.
* streams/reference-implementation/writable-stream-abort.html: Removed.
Removed as not up to date.
We should probably do so with all the reference implementation tests.
* streams/reference-implementation/writable-stream-expected.txt:
2020-08-06 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Update WebXR WPT directory
https://bugs.webkit.org/show_bug.cgi?id=215224
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Skipped one test that started to fail after the import.
2020-08-12 Chris Lord <clord@igalia.com>
Implement Canvas.transferControlToOffscreen and OffscreenCanvasRenderingContext2D.commit
https://bugs.webkit.org/show_bug.cgi?id=202797
Reviewed by Dean Jackson.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/offscreen/manual/filter/offscreencanvas.filter.w-expected.txt: Removed.
2020-08-11 Lauro Moura <lmoura@igalia.com>
[GTK] Garden accessibility failures after r265514
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-08-11 James Darpinian <jdarpinian@chromium.org>
[WebGL2] Depth formats can have mipmaps in WebGL 2
https://bugs.webkit.org/show_bug.cgi?id=215404
Reviewed by Kenneth Russell.
* webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/texture-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureoffset-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureproj-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureprojoffset-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_always-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less_or_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_never-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_not_equal-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/texstorage2d_format_depth_stencil-expected.txt:
* webgl/2.0.0/deqp/functional/gles3/texturespecification/texstorage3d_format_depth_stencil-expected.txt:
2020-08-11 Chris Dumez <cdumez@apple.com>
Fix WaveShapperNode's waveshaping curve implementation
https://bugs.webkit.org/show_bug.cgi?id=215391
Reviewed by Darin Adler.
Fix existing tests to reflect behavior change. I have verified that these tests
were failing in Firefox and Chrome before I updated them.
* webaudio/resources/waveshaper-testing.js:
(runWaveShaperOversamplingTest):
* webaudio/waveshaper-oversample-2x.html:
* webaudio/waveshaper-oversample-4x.html:
2020-08-11 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/flex-and-intrinsic-sizes-001.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215403
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-11 James Darpinian <jdarpinian@chromium.org>
[WebGL2] Conformance tests throttled by iframe leaving viewport
https://bugs.webkit.org/show_bug.cgi?id=215346
Reviewed by Dean Jackson.
The WebGL conformance tests are wrapped in an iframe that was placed below the text output of the test.
When the test outputs a lot of text, this caused the iframe to be pushed below the bottom of the viewport
and then the test was throttled, usually resulting in timeouts. The fix is to move the iframe above the
text. This requires touching every conformance test and expectation file.
* webgl/resources/webgl-wrapper-template.html: Move test iframe above text output so it doesn't get pushed below the viewport.
* webgl/2.0.0/*: Every test file and expectations file updated from new template.
* webgl/TestExpectations: Unskip a bunch of passing tests
2020-08-11 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Release ] imported/w3c/web-platform-tests/css/css-images/idlharness.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215398
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-11 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] imported/w3c/web-platform-tests/webmessaging/Channel_postMessage_Blob.htm is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=208832
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-11 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] media/modern-media-controls/media-controller/media-controller-fullscreen-ltr.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215397
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r265502.
https://bugs.webkit.org/show_bug.cgi?id=215396
Needs locking to avoid flaky GC-related crashes
Reverted changeset:
"[WebGL2] expando-loss and expando-loss-2 conformance tests
are failing"
https://bugs.webkit.org/show_bug.cgi?id=214765
https://trac.webkit.org/changeset/265502
2020-08-11 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] imported/w3c/web-platform-tests/css/css-logical/parsing/margin-block-inline-computed.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215299
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-11 Chris Dumez <cdumez@apple.com>
Fix BiquadFilterNode's lowpass filter
https://bugs.webkit.org/show_bug.cgi?id=215381
Reviewed by Darin Adler.
* webaudio/biquad-lowpass.html:
Update test to work in other browsers (which do not support prefixed API).
* webaudio/resources/biquad-testing.js:
(createLowpassFilter):
Update test to reflect behavior change. Note that this test was failing in both
Chrome and Firefox before I updated the test. Now that I updated the test to
match the new behavior we implemented, it passes in both Chrome and Firefox.
2020-08-11 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] webaudio/oscillator-sawtooth.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215392
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-11 Tim Horton <timothy_horton@apple.com>
iOS: Scrolling and touch events sporadically stop working after navigating
https://bugs.webkit.org/show_bug.cgi?id=215368
<rdar://problem/65801531>
Reviewed by Wenson Hsieh.
* fast/events/touch/ios/resources/finish-test-after-scrolling-with-touch-event-handlers.html: Added.
* fast/events/touch/ios/touch-event-stall-after-navigating-with-pending-asynchronous-touch-start-expected.txt: Added.
* fast/events/touch/ios/touch-event-stall-after-navigating-with-pending-asynchronous-touch-start.html: Added.
Add a test that ensures that a page that dispatches events in beforeunload,
receiving preventable touch events during the next page's commitLoad does not result
in scrolling being stuck.
Before this change, this test would time out.
2020-08-11 Darin Adler <darin@apple.com>
LayoutTest accessibility/mac/select-element-selection-with-optgroups.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=175341
Reviewed by Chris Fleizach.
* platform/mac-wk1/TestExpectations: Fixed expectation for another accessibility test,
accessibility/mac/expanded-notification.html to expect flakiness, not failure, because that's
what the bug that went along with this expectation said, and indeed the test often passes.
* platform/mac-wk2/TestExpectations: Removed flakiness expectation for
accessibility/mac/select-element-selection-with-optgroups.html, since it's now fixed.
Fixed a "webkkit.org" typo, which caused the expectation for
tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html to not work as expected.
2020-08-11 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Rebaseline outdated baselines
Unreviewed test gardening.
* platform/glib/webaudio/audiobuffersource-playbackrate-expected.wav:
Renamed from
LayoutTests/platform/gtk/webaudio/audiobuffersource-playbackrate-expected.wav.
After r265440.
* platform/gtk/fast/table/empty-cells-expected.txt: After r265499.
* platform/wpe/fast/table/empty-cells-expected.txt: ditto.
* platform/wpe/webaudio/audiobuffersource-playbackrate-expected.wav: Removed.
2020-08-11 Wenson Hsieh <wenson_hsieh@apple.com>
Text input autocorrect="off" attribute ignored on Mac
https://bugs.webkit.org/show_bug.cgi?id=151019
<rdar://problem/65061700>
Reviewed by Simon Fraser.
Move the existing test `fast/events/ios/contenteditable-autocorrect.html` into `editing/input/cocoa`, and
refactor it so that it:
- Works on both iOS and macOS.
- Tests both the `contenteditable` case and the form control case.
- Is split into two tests: one of which uses autocorrect="off" by typing "Tset" and expecting it to remain
as-is, and a second test that uses autocorrect="on" and verifies that "Tset" is autocorrected to "Test",
firing an input event with `inputType` `"insertReplacementText"` in the process.
* TestExpectations:
* editing/input/cocoa/autocorrect-off-expected.txt: Added.
* editing/input/cocoa/autocorrect-off.html: Added.
* editing/input/cocoa/autocorrect-on-expected.txt: Added.
* editing/input/cocoa/autocorrect-on.html: Added.
* fast/events/ios/contenteditable-autocorrect-expected.txt: Removed.
* fast/events/ios/contenteditable-autocorrect.html: Removed.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
Rebaseline a couple of existing layout tests, as well.
* platform/ios/TestExpectations:
* platform/mac-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/mac/TestExpectations:
2020-08-11 Kenneth Russell <kbr@chromium.org>
[WebGL2] expando-loss and expando-loss-2 conformance tests are failing
https://bugs.webkit.org/show_bug.cgi?id=214765
Reviewed by Darin Adler.
Rebaseline expando-loss.html and expando-loss-2.html, which are
now fully passing.
Add a hook to js-test-pre.js which allows this test to be run
correctly in the MiniBrowser by setting the following environment
variables:
export JSC_useDollarVM=1
export __XPC_JSC_useDollarVM=1
* webgl/2.0.0/conformance/misc/expando-loss-expected.txt:
* webgl/2.0.0/conformance2/misc/expando-loss-2-expected.txt:
* webgl/2.0.0/resources/webgl_test_files/js/js-test-pre.js:
2020-08-11 Youenn Fablet <youenn@apple.com>
Add JS console log message in case of capture failure
https://bugs.webkit.org/show_bug.cgi?id=215370
Reviewed by Eric Carlson.
* fast/mediastream/media-stream-track-source-failure-expected.txt:
2020-08-11 Zalan Bujtas <zalan@apple.com>
[AutoTableLayout] REGRESSION(r263855) Paypal email is rendered right aligned on Safari
https://bugs.webkit.org/show_bug.cgi?id=215340
<rdar://problem/66540254>
Reviewed by Simon Fraser.
* fast/table/zero-length-non-empty-columns-with-auto-width-expected.html: Added.
* fast/table/zero-length-non-empty-columns-with-auto-width.html: Added.
* platform/mac/fast/table/empty-cells-expected.txt: progression
2020-08-11 Andres Gonzalez <andresg_22@apple.com>
Update the isolated tree on element language changes.
https://bugs.webkit.org/show_bug.cgi?id=215354
<rdar://problem/65583698>
Reviewed by Chris Fleizach.
* accessibility/language-attribute-change-expected.txt: Added.
* accessibility/language-attribute-change.html: Added.
2020-08-10 Myles C. Maxfield <mmaxfield@apple.com>
[BigSur] 5 fast/text/international/system-language/navigator-language/navigator-language tests are constant failures
https://bugs.webkit.org/show_bug.cgi?id=214629
<rdar://problem/64047392>
Unreviewed test gardening.
Update iOS test results.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: Copied from LayoutTests/plat
form /ios/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt: Copied from LayoutTests/platfor
m/io s/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: Copied from LayoutTests/plat
form /ios/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt: Copied from LayoutTests/plat
form /ios/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt: Copied from LayoutTests/platfor
m/io s/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt: Copied from LayoutTests/platfor
m/io s/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt: Copied from LayoutTests/platfor
m/io s/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: Copied from LayoutTests/plat
form /ios/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt.
* platform/ios-13/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Copied from LayoutTests/platfor
m/io s/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt:
2020-08-10 Myles C. Maxfield <mmaxfield@apple.com>
[BigSur] 5 fast/text/international/system-language/navigator-language/navigator-language tests are constant failures
https://bugs.webkit.org/show_bug.cgi?id=214629
<rdar://problem/64047392>
Unreviewed test gardening.
The behavior of +[NSLocale minimizedLanguagesFromLanguages:] has changed.
* fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-en.html:
* 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-es-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-es.html:
* fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-fr.html:
* fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-hi.html:
* fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-ru.html:
* fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-zh-Hant.html:
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt: Copied from LayoutTests/platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt: Copied from LayoutTests/platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt.
* platform/ios/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Copied from LayoutTests/platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt: Copied from LayoutTests/platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt: Copied from LayoutTests/platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: Copied from LayoutTests/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt.
* platform/mac-catalina/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Copied from LayoutTests/platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt:
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt:
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt:
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt:
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt:
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt:
2020-08-10 Myles C. Maxfield <mmaxfield@apple.com>
Spacing of Chinese characters is inconsistent in macOS 11/Safari 14 beta
https://bugs.webkit.org/show_bug.cgi?id=214769
Reviewed by Darin Adler.
* fast/text/letter-spacing-shaping-expected.html: Added.
* fast/text/letter-spacing-shaping.html: Added.
* fast/text/tab-letter-space-expected.html: Added.
* fast/text/tab-letter-space.html: Added.
2020-08-10 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Migrate from CTFontTransformGlyphsWithLanguage() to CTFontShapeGlyphs()
https://bugs.webkit.org/show_bug.cgi?id=215059
Reviewed by Darin Adler.
* fast/encoding/denormalised-voiced-japanese-chars-expected.html: Copied from LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html.
* fast/encoding/denormalised-voiced-japanese-chars.html: Update to be a reftest.
* fast/text/international/kana-voiced-sound-marks-1-expected.html: Copied from LayoutTests/imported/blink/fast/text/international/kana-voiced-sound-marks-expected.html.
Make the test more robust.
* fast/text/international/kana-voiced-sound-marks-1.html: Renamed from LayoutTests/imported/blink/fast/text/international/kana-voiced-sound-marks.html.
Make the test more robust.
* fast/text/international/kana-voiced-sound-marks-2-expected.html: Copied from LayoutTests/imported/blink/fast/text/international/kana-voiced-sound-marks-expected.html.
Make the test more robust.
* fast/text/international/kana-voiced-sound-marks-2.html: Renamed from LayoutTests/imported/blink/fast/text/international/kana-voiced-sound-marks-expected.html.
Make the test more robust.
* fast/text/soft-hyphen-min-preferred-width-expected.html:
* fast/text/soft-hyphen-min-preferred-width.html: Update to be more robust.
* platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Removed.
* platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed.
* platform/ios/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed.
* platform/mac-bigsur/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added Big Sur -expected result.
* platform/mac-bigsur/svg/text/bidi-tspans-expected.txt: Ditto.
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Removed.
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed.
* platform/win/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed.
* platform/wincairo/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed.
* platform/wpe/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed.
2020-08-10 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening failures and rebaseline some tests.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/html/canvas/offscreen/manual/filter/offscreencanvas.filter.w-expected.txt: Added.
* platform/glib/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/wpe/webaudio/audiobuffersource-loop-points-expected.wav.
* platform/gtk/TestExpectations:
* platform/gtk/webaudio/audiobuffersource-loop-points-expected.wav: Removed.
* platform/wpe/TestExpectations:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] svg/animations/smil-leak-element-instances-noBaseValRef.svg is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215353
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] http/wpt/service-workers/module-meta-url-fragment.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215351
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] http/tests/xmlhttprequest/overridemimetype-headers-received-state-force-shiftjis.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215350
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] imported/w3c/web-platform-tests/css/css-fonts/font-display/font-display-failure-fallback.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=215345
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 Release ] imported/w3c/web-platform-tests/IndexedDB/blob-delete-objectstore-db.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215339
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-10 Myles C. Maxfield <mmaxfield@apple.com>
Shaping can be performed on glyphIDs from the wrong font
https://bugs.webkit.org/show_bug.cgi?id=215333
Reviewed by Darin Adler.
* fast/text/resources/Ahem-zero-width-shaping-font-mismatch.ttf: Added. This is a font where
U+2C95 COPTIC SMALL LETTER KAPA (which Times doesn't support) is mapped to glyph 73. Also,
the font has fewer than 192 glyphs.
* fast/text/zero-width-shaping-font-mismatch-expected-mismatch.html: Added. Times has a
ligature where the glyph sequence 73,76 gets replaced with glyph 192. The test has characters
U+2C95 COPTIC SMALL LETTER KAPA (which Times doesn't support but the webfont does, so we map
this to glyph 73 inside the web font) followed by U+0069 LATIN SMALL LETTER I, (which Times
does support, so we map this to glyph 76 inside Times). Then, because of this bug, we'll try
to shape glyphs 73,76 using Times, which replaces them with glyph 192, but then try to render
glyph 192 with the web font, which doesn't support it, so we get a white screen.
* fast/text/zero-width-shaping-font-mismatch.html: Added.
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 Release ] svg/text/hidpi-text-selection-rect-position.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215336
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 Release ] webanimations/css-transition-retargeting-during-ready-promise.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215335
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-10 Clark Wang <clark_wang@apple.com>
Add AudioProcessingEvent Constructor
https://bugs.webkit.org/show_bug.cgi?id=215237
Reviewed by Chris Dumez.
Added new file to test AudioProcessingEvent constructor.
* webaudio/audioprocessingevent-constructor-expected.txt: Added.
* webaudio/audioprocessingevent-constructor.html: Added.
2020-08-10 Wenson Hsieh <wenson_hsieh@apple.com>
Add more logging to diagnose editing/selection/ios/select-all-non-editable-text-using-keyboard.html
https://bugs.webkit.org/show_bug.cgi?id=215089
<rdar://problem/66282806>
Reviewed by Tim Horton.
* editing/selection/ios/select-all-non-editable-text-using-keyboard-expected.txt:
* editing/selection/ios/select-all-non-editable-text-using-keyboard.html:
2020-08-10 Chris Dumez <cdumez@apple.com>
Align existing AudioParam API with the specification
https://bugs.webkit.org/show_bug.cgi?id=215301
Reviewed by Sam Weinig.
Rebaseline existing test because I have switch the precision of the timeline times from float
to double. This introduced some very subtle differences but before / after audio files sound
the same.
* platform/mac/webaudio/audiobuffersource-playbackrate-expected.wav:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] imported/w3c/web-platform-tests/css/css-images/image-set/image-set-parsing.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215326
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] compositing/clipping/border-radius-on-webgl.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215324
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-10 Chris Dumez <cdumez@apple.com>
Unreviewed, unmark imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html as flaky.
* platform/mac-wk2/TestExpectations:
2020-08-10 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION [ macOS ] fullscreen/video-controls-rtl.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=214412
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-10 Karl Rackler <rackler@apple.com>
[ Win10 wk1 ews ] imported/blink/fast/css/fixed-overlaps-absolute-in-clip.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=215172
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-08-10 Karl Rackler <rackler@apple.com>
[ Win10 wk1 ews ] webanimations/accelerated-animation-with-easing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215170
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-08-10 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Emit new baselines after r265403.
Some result values of tests failing are different in the WebKitGTK/WPE
ports, which makes the tests fail. However the total number of tests
passing and failing is the same as in the general baseline.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass-expected.txt: Added.
2020-08-09 Said Abou-Hallawa <sabouhallawa@apple.com>
[macOS] Drag/drop an image of a unsupported format to an file input element should convert it to a supported format
https://bugs.webkit.org/show_bug.cgi?id=212482
<rdar://problem/63731672>
Reviewed by Darin Adler.
Enable the new tests on macOS WK1. eventSender.beginDragWithFiles is
supported on WK1 only.
* fast/forms/file/entries-api/image-no-transcode-drag-drop-expected.txt: Added.
* fast/forms/file/entries-api/image-no-transcode-drag-drop.html: Added.
* fast/forms/file/entries-api/image-transcode-drag-drop-expected.txt: Added.
* fast/forms/file/entries-api/image-transcode-drag-drop.html: Added.
* platform/ios/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
2020-08-08 Myles C. Maxfield <mmaxfield@apple.com>
Make GlyphBuffers required in the fast text codepath
https://bugs.webkit.org/show_bug.cgi?id=215052
Reviewed by Darin Adler.
* platform/win/fast/events/selectstart-by-drag-expected.txt: Test progressed on Windows.
2020-08-08 Wenson Hsieh <wenson_hsieh@apple.com>
[ iOS wk2 ] editing/pasteboard/paste-without-nesting.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215218
<rdar://problem/66628493>
Reviewed by Darin Adler.
Remove the flaky test expectation.
* platform/ios-simulator-wk2/TestExpectations:
2020-08-07 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening and adding some WPE baselines.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/css3/filters/backdrop/backdrop-filter-with-clip-path-expected.txt: Added.
* platform/wpe/http/tests/storageAccess/aggregate-sorted-data-with-storage-access-expected.txt: Added.
* platform/wpe/scrollingcoordinator/scrolling-tree/sibling-node-order-expected.txt: Added.
2020-08-07 Chris Dumez <cdumez@apple.com>
AudioContext / OfflineAudioContext should support a wider sample rate range
https://bugs.webkit.org/show_bug.cgi?id=215289
Reviewed by Eric Carlson.
Mark a few tests as flaky because the values they are printing out keep changing.
* TestExpectations:
2020-08-07 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 ] fast/forms/auto-fill-button/caps-lock-indicator-should-be-visible-after-hiding-auto-fill-strong-password-button.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215304
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-07 Yusuke Suzuki <ysuzuki@apple.com>
Attempt to stabilize out-of-memory error test
https://bugs.webkit.org/show_bug.cgi?id=215291
Reviewed by Mark Lam.
This patch attempts to stabilize out-of-memory error test: making the test reliably throw an out-of-memory error.
1. Anchor all ArrayBuffer allocation from the strong root (window) to keep them alive even GC happens, which stresses memory usage.
2. Increase count of VM allocation from 1000 to 5000 to mitigate the worst case scenario where out-of-memory does not happen because
worklet is constantly terminated and memory is released. Referencing worklet object in the caller side does not matter since worklet
can be terminated regardless of whether the caller references the object of worklet.
* TestExpectations:
* fast/css-custom-paint/out-of-memory-while-adding-worklet-module-expected.txt:
* fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js:
(useAllMemory): Deleted.
2020-08-07 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] imported/w3c/web-platform-tests/css/css-logical/parsing/margin-block-inline-computed.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215299
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-07 Alexey Shvayka <shvaikalesh@gmail.com>
{Intersection,Resize,Performance}Observer callbacks get incorrect `this` value
https://bugs.webkit.org/show_bug.cgi?id=215162
Reviewed by Geoffrey Garen.
* performance-api/performance-observer-basic-expected.txt:
2020-08-07 Wenson Hsieh <wenson_hsieh@apple.com>
[macOS] It should be possible to override spellchecking results in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=215290
Reviewed by Devin Rousso.
* editing/spelling/markers-expected.txt:
* editing/spelling/markers.html:
Rewrite this layout test to use async-await, instead of asynchronously calling the recursive `done` function.
Additionally, adopt `UIHelper.setSpellCheckerResults`.
* editing/spelling/text-replacement-after-typing-to-word.html:
Adopt `UIHelper.setSpellCheckerResults`. This allows us to enable the test on macOS WebKit2, since the only
thing that prevented it from working before was the ability to `setSpellCheckerResults` in WebKit2.
* platform/mac-wk2/TestExpectations:
* resources/ui-helper.js:
Add a `UIHelper` method to override the system spell checker with given results.
(window.UIHelper.async setSpellCheckerResults):
2020-08-07 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] media/modern-media-controls/placard/placard-ltr.html is a flaky timeout
Nhttps://bugs.webkit.org/show_bug.cgi?id=215296
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-08-07 Chris Dumez <cdumez@apple.com>
baseLatency attribute is missing on AudioContext interface
https://bugs.webkit.org/show_bug.cgi?id=215277
Reviewed by Eric Carlson.
Add layout test coverage.
* webaudio/audiocontext-baselatency-expected.txt: Added.
* webaudio/audiocontext-baselatency.html: Added.
2020-08-07 Rob Buis <rbuis@igalia.com>
Implement PerfomanceObserverInit.buffered
https://bugs.webkit.org/show_bug.cgi?id=214883
Reviewed by Darin Adler.
Unskip some tests for PerfomanceObserverInit.buffered.
* TestExpectations:
2020-08-07 John Wilander <wilander@apple.com>
Experimental: Cap the expiry of persistent cookies set in 3rd-party CNAME cloaked HTTP responses
https://bugs.webkit.org/show_bug.cgi?id=215201
<rdar://problem/57454633>
Reviewed by Brent Fulgham. Also reviewed and commented on by Chris Dumez, Jiten Mehta, Sam Weinig, and Alex Christensen.
* http/tests/resourceLoadStatistics/cname-cloaking-top-cname-sub-1p-cname-expected.txt: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-cname-sub-1p-cname.html: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-cname-sub-3p-cname-expected.txt: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-cname-sub-3p-cname.html: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-cname-sub-matching-cname-expected.txt: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-cname-sub-matching-cname.html: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-cname-sub-no-cname-expected.txt: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-cname-sub-no-cname.html: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-no-cname-sub-1p-cname-expected.txt: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-no-cname-sub-1p-cname.html: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-no-cname-sub-3p-cname-expected.txt: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-no-cname-sub-3p-cname.html: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-no-cname-sub-no-cname-expected.txt: Added.
* http/tests/resourceLoadStatistics/cname-cloaking-top-no-cname-sub-no-cname.html: Added.
* platform/ios-13/TestExpectations:
New tests marked as [ Skip ].
* platform/ios-wk2/TestExpectations:
New tests marked as [ Pass ] in general.
* platform/mac-wk2/TestExpectations:
New tests marked as [ Pass ] for BigSur+.
* platform/wk2/TestExpectations:
New tests marked as [ Skip ] in general.
2020-08-07 Chris Dumez <cdumez@apple.com>
length attribute is missing on OfflineAudioContext
https://bugs.webkit.org/show_bug.cgi?id=215287
Reviewed by Geoffrey Garen.
Add layout test coverage.
* webaudio/offlineaudiocontext-length-expected.txt: Added.
* webaudio/offlineaudiocontext-length.html: Added.
2020-08-07 Alexey Shvayka <shvaikalesh@gmail.com>
Reduce the amount of custom binding code for JSXPathNSResolver
https://bugs.webkit.org/show_bug.cgi?id=161030
Reviewed by Darin Adler.
* fast/dom/TreeWalker/acceptNode-filter-expected.txt:
* fast/xpath/nsresolver-bad-object-expected.txt:
2020-08-07 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Debug ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-iframe-success-external-classic.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215283
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-07 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Debug ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-iframe-parse-error-external-module.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215278
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-07 Antti Koivisto <antti@apple.com>
REGRESSION (r260276): instructure.com custom PDF viewer stops scrolling / loading after switching to another tab then switching back
https://bugs.webkit.org/show_bug.cgi?id=215215
<rdar://problem/65743028>
Reviewed by Simon Fraser.
* scrollingcoordinator/overflow-proxy-reattach-expected.html: Added.
* scrollingcoordinator/overflow-proxy-reattach.html: Added.
2020-08-07 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] svg/animations/smil-multiple-animate-list.svg is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215273
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-07 Wenson Hsieh <wenson_hsieh@apple.com>
Remove UIScriptController.removeAllDynamicDictionaries()
https://bugs.webkit.org/show_bug.cgi?id=215207
Reviewed by Sam Weinig.
See Tools/ChangeLog for more detail.
* fast/events/ios/contenteditable-autocorrect.html:
2020-08-07 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS wk 2 Debug ] storage/indexeddb/modern/new-database-after-user-delete.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215271
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-08-07 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] http/wpt/resource-timing/rt-revalidate-requests-3.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215268
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-06 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening some tests and rebaseline after imagebitmap update
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/animations/steps-transform-rendering-updates-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/canvas-createImageBitmap-resize-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-drawImage-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-flipY-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-transfer-expected.txt:
2020-08-06 Yusuke Suzuki <ysuzuki@apple.com>
Unreviewed, fix fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html test
It may not throw an exception, depending on GC.
* TestExpectations:
* fast/css-custom-paint/out-of-memory-while-adding-worklet-module-expected.txt:
* fast/css-custom-paint/script-tests/out-of-memory-while-adding-worklet-module.js:
2020-08-06 Kenneth Russell <kbr@chromium.org>
Implement createImageBitmap(ImageData)
https://bugs.webkit.org/show_bug.cgi?id=183438
Reviewed by Dean Jackson.
Rebaseline tests under:
webgl/2.0.0/conformance/textures/image_bitmap_from_image_bitmap
webgl/2.0.0/conformance/textures/image_bitmap_from_image_data
webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap
webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data
all of which are now passing.
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
2020-08-06 Hector Lopez <hector_i_lopez@apple.com>
[macOS iOS] imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=214197
Unreviewed test gardening.
* TestExpectations:
2020-08-06 Simon Fraser <simon.fraser@apple.com>
Avoid triggering redundant compositing updates when trying ot run a steps() animation on transform
https://bugs.webkit.org/show_bug.cgi?id=215241
<rdar://problem/62737868>
Reviewed by Zalan Bujtas.
animations/steps-transform-rendering-updates.html was landed with a bug; it aliased
the global 'count' variable, and was thus testing the wrong thing. So land a failing
result for the test for now (webkit.org/b/215229 addresses the fix).
* animations/steps-transform-compositing-updates-expected.txt: Copied from LayoutTests/animations/steps-transform-rendering-updates-expected.txt.
* animations/steps-transform-compositing-updates.html: Copied from LayoutTests/animations/steps-transform-rendering-updates.html.
* animations/steps-transform-rendering-updates-expected.txt:
* animations/steps-transform-rendering-updates.html:
2020-08-06 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] webgpu/whlsl/dont-crash-parsing-enum.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215247
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-08-06 Chris Dumez <cdumez@apple.com>
BaseAudioContext.decodeAudioData() should return a Promise
https://bugs.webkit.org/show_bug.cgi?id=215242
Reviewed by Eric Carlson.
Unskip test that is no longer timing out.
* TestExpectations:
2020-08-06 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk 2 Release ] imported/w3c/web-platform-tests/content-security-policy/worker-src/service-worker-src-child-fallback.https.sub.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215245
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-06 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, reverting r265325.
Caused several tests in fast/forms and editing/pasteboard to
time out
Reverted changeset:
"Remove UIScriptController.removeAllDynamicDictionaries()"
https://bugs.webkit.org/show_bug.cgi?id=215207
https://trac.webkit.org/changeset/265325
2020-08-06 Alicia Boya García <aboya@igalia.com>
Unreviewed GStreamer MSE micro gardening
https://bugs.webkit.org/show_bug.cgi?id=215228
* platform/gtk/TestExpectations:
2020-08-06 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Debug ] fast/text/basic/001.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=215226
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-06 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r265328.
Broke 17 MediaRecorder tests.
Reverted changeset:
"Add support for MediaRecorder bitrate options"
https://bugs.webkit.org/show_bug.cgi?id=214973
https://trac.webkit.org/changeset/265328
2020-08-06 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS wk2 Debug ] editing/undo-manager/undo-manager-delete-stale-undo-items.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=215221
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-08-06 Chris Dumez <cdumez@apple.com>
MediaElementAudioSourceNode interface should have a constructor
https://bugs.webkit.org/show_bug.cgi?id=215200
Reviewed by Youenn Fablet.
Add layout test coverage.
* webaudio/mediaelementaudiosourcenode-constructor-expected.txt: Added.
* webaudio/mediaelementaudiosourcenode-constructor.html: Added.
2020-08-06 Karl Rackler <rackler@apple.com>
[ iOS wk2 ] editing/pasteboard/paste-without-nesting.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215218
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-08-06 Youenn Fablet <youenn@apple.com>
Add support for MediaRecorder bitrate options
https://bugs.webkit.org/show_bug.cgi?id=214973
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-audio-bitrate-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-audio-bitrate.html: Added.
* http/wpt/mediarecorder/MediaRecorder-video-bitrate-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-video-bitrate.html: Added.
2020-08-06 Simon Fraser <simon.fraser@apple.com>
Scrolling tree nodes sometimes don't match layer z-order
https://bugs.webkit.org/show_bug.cgi?id=215210
Reviewed by Antti Koivisto.
* platform/ios-wk2/scrollingcoordinator/scrolling-tree/sibling-node-order-expected.txt: Added.
* scrollingcoordinator/scrolling-tree/sibling-node-order-expected.txt: Added.
* scrollingcoordinator/scrolling-tree/sibling-node-order.html: Added.
2020-08-06 Wenson Hsieh <wenson_hsieh@apple.com>
Remove UIScriptController.removeAllDynamicDictionaries()
https://bugs.webkit.org/show_bug.cgi?id=215207
Reviewed by Tim Horton.
Remove the call to UIScriptController.removeAllDynamicDictionaries.
* fast/events/ios/contenteditable-autocorrect.html:
2020-08-06 Karl Rackler <rackler@apple.com>
[ iOS wk2 ] imported/w3c/web-platform-tests/svg/import/interact-zoom-01-t-manual.svg is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215216
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-08-05 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Garden backdrop-filter debug crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-08-05 Karl Rackler <rackler@apple.com>
[ iOS wk2 ] imported/w3c/web-platform-tests/svg/import/linking-a-10-f-manual.svg is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215204
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-05 Ryan Haddad <ryanhaddad@apple.com>
[ 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: Update expectatins to reflect that this is an image failure.
2020-08-05 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] media/media-source/media-source-webm.html is timing out
Unreviewed test gardening.
Instead of the previous missing 'update' event entries, now times out
waiting for resize event, which is not raised because the size does
not seem to be changing (all resize events return 320x240).
* platform/glib/TestExpectations:
2020-08-05 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 ] imported/w3c/web-platform-tests/preload/single-download-preload.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215192
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-05 Hector Lopez <hector_i_lopez@apple.com>
[ iOS wk2 Release ] imported/w3c/web-platform-tests/IndexedDB/structured-clone-transaction-state.any.worker.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215185
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-05 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS wk2 Release ] editing/selection/navigation-clears-editor-state.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215177
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-08-05 Alexey Shvayka <shvaikalesh@gmail.com>
Re-sync web-platform-tests (2 dirs + 2 files)
https://bugs.webkit.org/show_bug.cgi?id=215173
Reviewed by Carlos Alberto Lopez Perez.
Remove a duplicate test added in r259800 that was manually exported [1] and synced.
[1]: https://github.com/web-platform-tests/wpt/pull/23101
* js/getOwnPropertyDescriptor-host-object-proxy-expected.txt: Removed.
* js/getOwnPropertyDescriptor-host-object-proxy.html: Removed.
2020-08-04 Simon Fraser <simon.fraser@apple.com>
Update event regions only once per frame
https://bugs.webkit.org/show_bug.cgi?id=215132
<rdar://problem/66533779>
Reviewed by Darin Adler.
Tests that dispatch mouseWheel events in a way that tests event regions need to wait
now for a rendering update. `await UIHelper.animationFrame()` is not enough, because
the function resumes inside a microtask at the end of the requestAnimationFrame callback,
which is before we've completed the rest of the rendering update, and thus before
the event regions have been updated.
In addition, `await UIHelper.animationFrame()` followed by eventSender calls to issue
wheel events actually trigger Page::updateRendering() re-entrancy, via the
WKBundlePageForceRepaint() in EventSendingController::mouseScrollByWithWheelAndMomentumPhases().
To fix this, add and use UIHelper.renderingUpdate(), which waits for a rAF and uses a setTimeout()
to get past the end of the current rendering update.
* fast/scrolling/mac/absolute-in-overflow-scroll-dynamic-expected.html:
* fast/scrolling/mac/absolute-in-overflow-scroll-dynamic.html:
* fast/scrolling/mac/absolute-in-overflow-scroll.html:
* fast/scrolling/mac/async-scroll-overflow-hidden-on-one-axis.html:
* fast/scrolling/mac/async-scroll-overflow-rtl-zoomed.html:
* fast/scrolling/mac/async-scroll-overflow-top-inset.html:
* fast/scrolling/mac/async-scroll-overflow.html:
* fast/scrolling/mac/clip-path-hit-test.html:
* fast/scrolling/mac/move-node-in-overflow-scroll.html:
* fast/scrolling/mac/overflow-scrolled-document.html:
* fast/scrolling/mac/overflow-zoomed-document.html:
* fast/scrolling/mac/overlapped-overflow-scroll.html:
* resources/ui-helper.js:
(window.UIHelper.async renderingUpdate):
2020-08-05 Youenn Fablet <youenn@apple.com>
[ macOS wk2 ] webrtc/datachannel/gather-candidates-networkprocess-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215088
<rdar://problem/66489006>
Reviewed by Eric Carlson.
* platform/mac-wk2/TestExpectations:
* webrtc/datachannel/gather-candidates-networkprocess-crash.html:
Sending IPC to the network process is now happening in a background thread and in case of network process crash
we might need to wait a little bit longer since the socket creation/sending is not blocked on getting a proper connection.
2020-08-05 Hector Lopez <hector_i_lopez@apple.com>
[ iOS ] imported/mozilla/svg/image/image-filter-01.svg is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=215167
Unreviewed test gardening.
* TestExpectations:
* platform/ios-wk2/TestExpectations:
2020-08-05 Rob Buis <rbuis@igalia.com>
Allow multiple calls to PerformanceObserver.observe with different types
https://bugs.webkit.org/show_bug.cgi?id=214884
Reviewed by Darin Adler.
Unskip po-observe-type.any.html.
* TestExpectations:
2020-08-04 Andres Gonzalez <andresg_22@apple.com>
Disable isolated-tree-mode-on-off.html because it is causing other test failures..
https://bugs.webkit.org/show_bug.cgi?id=215151
<rdar://problem/66542837>
Reviewed by Chris Fleizach.
This test turns isolated tree mode on and causes other concurrent test
to also run in isolated tree mode, and thus random failures. Will enable
once all tests succeed in isolated tree mode, or we can turn the mode on
only for a particular test without affecting others.
* platform/mac/TestExpectations:
2020-08-04 Jer Noble <jer.noble@apple.com>
REGRESSION(r265167): media/media-source/media-source-webm.html failing
https://bugs.webkit.org/show_bug.cgi?id=215142
<rdar://problem/66487888>
Reviewed by Eric Carlson.
Once we started checking the "codecs=" parameter of the MIME type in MediaSource.isTypeSupported(),
the media-source-webm.html test started failing, as the codecs string didn't include some mandatory
entries. Also re-wrote the test to use a single try/catch block to catch errors without timing out.
* media/media-source/content/test-vp9-manifest.json:
* media/media-source/media-source-webm.html:
2020-08-04 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver needs access to font styling at insertion point
https://bugs.webkit.org/show_bug.cgi?id=215129
Reviewed by Darin Adler.
* accessibility/mac/resolved-text-editing-expected.txt: Added.
* accessibility/mac/resolved-text-editing.html: Added.
2020-08-04 Kate Cheney <katherine_cheney@apple.com>
Add test coverage for handling redirects with App-Bound Domains
https://bugs.webkit.org/show_bug.cgi?id=215128
<rdar://problem/66528515>
Reviewed by Brady Eidson.
Add two new tests to confirm that App Bound Domains behaves correctly
for redirect cases: one for top-frame redirects, and one for sub-frame
redirects.
* http/tests/in-app-browser-privacy/resources/redirect.php: Added.
* http/tests/in-app-browser-privacy/sub-frame-redirect-to-non-app-bound-domain-blocked-expected.txt: Added.
* http/tests/in-app-browser-privacy/sub-frame-redirect-to-non-app-bound-domain-blocked.html: Added.
* http/tests/in-app-browser-privacy/top-frame-redirect-to-non-app-bound-domain-blocked-expected.txt: Added.
* http/tests/in-app-browser-privacy/top-frame-redirect-to-non-app-bound-domain-blocked.html: Added.
2020-08-04 Chris Dumez <cdumez@apple.com>
Align AudioBufferSourceNode's start() / stop() with the specification
https://bugs.webkit.org/show_bug.cgi?id=215130
Reviewed by Darin Adler.
Rebaseline test because exception message changed.
* webaudio/audiobuffersource-exception-expected.txt:
2020-08-04 Hector Lopez <hector_i_lopez@apple.com>
[ iOS ] fast/canvas/draw-focus-if-needed.html is passing and expectations need to be removed
https://bugs.webkit.org/show_bug.cgi?id=214840
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-08-04 Andres Gonzalez <andresg_22@apple.com>
Add the ability of comparing the accessibility tree with isolated tree mode on and off.
https://bugs.webkit.org/show_bug.cgi?id=215000
Reviewed by Chris Fleizach.
* accessibility/mac/isolated-tree-mode-on-off-expected.txt: Added.
* accessibility/mac/isolated-tree-mode-on-off.html: Added.
* resources/accessibility-helper.js:
(dumpAccessibilityTree): In addition to dumping the accessibility tree
into an element with id="tree", it returns a string representation of
the accessibility tree.
2020-08-04 Chris Dumez <cdumez@apple.com>
Move non standard AudioBufferSourceNode API to new WebKitAudioBufferSourceNode interface
https://bugs.webkit.org/show_bug.cgi?id=215106
Reviewed by Eric Carlson.
Add layout test coverage.
* webaudio/audiobuffersourcenode-legacy-api-expected.txt: Added.
* webaudio/audiobuffersourcenode-legacy-api.html: Added.
2020-08-03 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening some failures and rebaseline.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-flipY-expected.txt:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* platform/wpe/mathml/opentype/opentype-stretchy-expected.txt: Removed.
2020-08-03 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS Release ] imported/w3c/web-platform-tests/css/css-animations/webkit-writing-mode-crash.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215110
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-08-03 Hector Lopez <hector_i_lopez@apple.com>
[ macOS iOS ] fast/images/async-image-body-background-image.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=175193
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-08-03 Ryan Haddad <ryanhaddad@apple.com>
Regression (r265160): http/tests/misc/gamepads-insecure.html fails consistently on windows
https://bugs.webkit.org/show_bug.cgi?id=215099
Unreviewed test gardening.
* platform/win/TestExpectations: Skip this test on Windows since gamepad isn't supported.
2020-08-03 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r264170): fast/events/touch/ios/long-press-on-image.html times out
https://bugs.webkit.org/show_bug.cgi?id=215075
<rdar://problem/66294637>
Reviewed by Megan Gardner.
Drive-by fix: this helper function had intended to use the `didDismissContextMenuCallback` property to register
callbacks for context menu dismissal, but instead, it sets a new property (`didHideContextMenuCallback`) on
`UIScriptController` that doesn't actually have any effect. The purpose of doing this is to make it safe to
invoke `waitForInputSessionToDismiss()` in the middle of the context menu dismissal animation when dismissing
date pickers on iOS. While it seems that none of our existing tests currently depend on this behavior in order
to pass, it still seems important to fix to avoid timing out when using this helper method in the future.
* resources/ui-helper.js:
(window.UIHelper.waitForInputSessionToDismiss.return.new.Promise.):
(window.UIHelper.waitForInputSessionToDismiss.return.new.Promise):
(window.UIHelper.waitForInputSessionToDismiss):
2020-08-03 Clark Wang <clark_wang@apple.com>
Added AudioBuffer Constructor
https://bugs.webkit.org/show_bug.cgi?id=214990
Reviewed by Chris Dumez.
Re-baselined existing tests. Some now fail due to unsupported sampleRate.
* TestExpectations:
* webaudio/audiobuffer-crash-expected.txt:
* webaudio/audiobuffersource-channels-expected.txt:
2020-08-03 Kenneth Russell <kbr@chromium.org>
[WebGL2] webgl/2.0.0/conformance[2]/textures/image_bitmap* failures
https://bugs.webkit.org/show_bug.cgi?id=211484
Reviewed by Dean Jackson.
Rebaseline and/or enable several dozen WebGL tests under:
webgl/2.0.0/conformance[2]/textures/image_bitmap_from_blob/
webgl/2.0.0/conformance[2]/textures/image_bitmap_from_canvas/
webgl/2.0.0/conformance[2]/textures/image_bitmap_from_image/
webgl/2.0.0/conformance[2]/textures/image_bitmap_from_video/
which are now passing.
* TestExpectations:
* webgl/2.0.0/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_image/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/TestExpectations:
2020-08-03 Simon Fraser <simon.fraser@apple.com>
Remove duplicate layout test results
https://bugs.webkit.org/show_bug.cgi?id=215069
Reviewed by Darin Adler.
Remove results deleted by check-for-duplicated-platform-test-results.
* platform/glib/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/eventsource/format-field-id-2-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/eventsource/format-field-id-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt: Removed.
* platform/gtk/fast/backgrounds/size/contain-and-cover-expected.txt: Removed.
* platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed.
* platform/gtk/fast/forms/fieldset/fieldset-elements-htmlcollection-expected.txt: Removed.
* platform/gtk/fast/tokenizer/script_extra_close-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-from-image-computed-style-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-none-computed-style-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/animations/seeking-events-4-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/embedded/image-fractional-width-vertical-fidelity-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-001-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-002-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-003-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-001-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-002-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-003-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-001-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-002-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-003-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-invalid-base-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-001-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-002-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-003-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-009-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-001-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-003-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-011-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-012-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-013-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/mask-print-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-zero-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-mutating-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-01.tentative-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-02.tentative-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-01.tentative-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-02.tentative-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-empty-string-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-xhtml.tentative-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-adopted-with-external-resource.tentative-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-inheritance-001-expected.txt: Removed.
* platform/gtk/media/video-controls-no-scripting-expected.txt: Removed.
* platform/gtk/svg/as-background-image/svg-as-background-4-expected.txt: Removed.
* platform/gtk/svg/custom/circular-marker-reference-2-expected.txt: Removed.
* platform/gtk/svg/custom/non-circular-marker-reference-expected.txt: Removed.
* platform/ios-13/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt: Removed.
* platform/ios-13/fast/forms/input-double-click-selection-gap-bug-expected.txt: Removed.
* platform/ios-13/fast/inline/br-text-decoration-expected.txt: Removed.
* platform/ios-13/fast/layers/inline-dirty-z-order-lists-expected.txt: Removed.
* platform/ios-13/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt: Removed.
* platform/ios-13/fast/text/international/bidi-LDB-2-CSS-expected.txt: Removed.
* platform/ios-13/fast/text/international/bidi-LDB-2-HTML-expected.txt: Removed.
* platform/ios-13/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: Removed.
* platform/ios-simulator/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt: Removed.
* platform/ios-simulator/webgl/2.0.0/conformance/buffers/buffer-uninitialized-expected.txt: Removed.
* platform/ios-simulator/webgl/2.0.0/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported-expected.txt: Removed.
* platform/ios-simulator/webgl/2.0.0/conformance/glsl/misc/shaders-with-invariance-expected.txt: Removed.
* platform/ios-simulator/webgl/2.0.0/conformance/reading/read-pixels-test-expected.txt: Removed.
* platform/ios-simulator/webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer-expected.txt: Removed.
* platform/ios-simulator/webgl/2.0.0/conformance2/textures/misc/tex-3d-size-limit-expected.txt: Removed.
* platform/ios-wk2/compositing/overflow/overflow-scroll-expected.txt: Removed.
* platform/ios-wk2/compositing/overflow/scrollbar-painting-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Removed.
* platform/ios-wk2/css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Removed.
* platform/ios-wk2/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
* platform/ios-wk2/fast/clip/014-expected.txt: Removed.
* platform/ios-wk2/fast/dom/Window/window-lookup-precedence-expected.txt: Removed.
* platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt: Removed.
* platform/ios-wk2/fast/forms/input-text-click-inside-expected.txt: Removed.
* platform/ios-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Removed.
* platform/ios-wk2/fast/forms/tabbing-input-iframe-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/overflow-unsplittable-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/vertical-rl/column-rules-expected.txt: Removed.
* platform/ios-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
* platform/ios-wk2/fast/overflow/overflow-auto-position-absolute-expected.txt: Removed.
* platform/ios-wk2/fast/overflow/paged-x-div-expected.txt: Removed.
* platform/ios-wk2/fast/overflow/paged-x-div-with-column-gap-expected.txt: Removed.
* platform/ios-wk2/http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt: Removed.
* platform/ios-wk2/http/tests/security/anchor-download-block-crossorigin-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-metadata-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/interaction/focus/processing-model/preventScroll-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linecap-computed-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed-expected.txt: Removed.
* platform/ios-wk2/imported/w3c/web-platform-tests/web-share/canShare-insecure.http-expected.txt: Removed.
* platform/ios/animations/3d/replace-filling-transform-expected.txt: Removed.
* platform/ios/animations/animation-offscreen-to-onscreen-expected.txt: Removed.
* platform/ios/animations/opacity-transform-animation-expected.txt: Removed.
* platform/ios/animations/suspend-transform-animation-expected.txt: Removed.
* platform/ios/compositing/contents-opaque/background-clip-expected.txt: Removed.
* platform/ios/compositing/contents-opaque/background-color-expected.txt: Removed.
* platform/ios/compositing/contents-opaque/table-parts-expected.txt: Removed.
* platform/ios/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
* platform/ios/compositing/repaint/absolute-painted-into-composited-ancestor-expected.txt: Removed.
* platform/ios/css3/calc/line-height-expected.txt: Removed.
* platform/ios/fast/attachment/attachment-disabled-dom-expected.txt: Removed.
* platform/ios/fast/attachment/attachment-dom-expected.txt: Removed.
* platform/ios/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Removed.
* platform/ios/fast/borders/border-radius-different-width-001-expected.txt: Removed.
* platform/ios/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Removed.
* platform/ios/fast/css/box-shadow-and-border-radius-expected.txt: Removed.
* platform/ios/fast/dynamic/001-expected.txt: Removed.
* platform/ios/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
* platform/ios/fast/events/constructors/keyboard-event-constructor-expected.txt: Removed.
* platform/ios/fast/forms/005-expected.txt: Removed.
* platform/ios/fast/multicol/span/before-child-anonymous-column-block-expected.txt: Removed.
* platform/ios/fast/reflections/table-cell-expected.txt: Removed.
* platform/ios/fast/replaced/table-percent-height-positioned-expected.txt: Removed.
* platform/ios/fast/table/008-expected.txt: Removed.
* platform/ios/fast/table/caption-relayout-expected.txt: Removed.
* platform/ios/fast/table/growCellForImageQuirk-expected.txt: Removed.
* platform/ios/fast/table/growCellForImageQuirk-vertical-expected.txt: Removed.
* platform/ios/fast/table/table-row-before-after-content-around-table-cell-expected.txt: Removed.
* platform/ios/fast/table/table-row-outline-paint-expected.txt: Removed.
* platform/ios/fast/table/table-row-split2-expected.txt: Removed.
* platform/ios/fast/table/table-section-split2-expected.txt: Removed.
* platform/ios/fast/table/table-split-expected.txt: Removed.
* platform/ios/fast/table/table-split2-expected.txt: Removed.
* platform/ios/fast/text/system-font-weight-expected.txt: Removed.
* platform/ios/fast/writing-mode/table-percent-width-quirk-expected.txt: Removed.
* platform/ios/http/tests/security/contentSecurityPolicy/audio-redirect-blocked-expected.txt: Removed.
* platform/ios/http/tests/security/contentSecurityPolicy/video-redirect-blocked-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/cors/access-control-expose-headers-parsing.window-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/css/css-sizing/aspect-ratio-affects-container-width-when-height-changes-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-cross-origin-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/color-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/meter-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/centering-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/xhr/getallresponseheaders-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/xhr/getresponseheader-case-insensitive-expected.txt: Removed.
* platform/ios/quicklook/numbers-expected.html: Removed.
* platform/ios/svg/custom/glyph-selection-arabic-forms-expected.txt: Removed.
* platform/ios/swipe/basic-cached-back-swipe-expected.txt: Removed.
* platform/ios/swipe/pushState-cached-back-swipe-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug120107-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug1271-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug12910-2-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug13169-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug137388-1-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug137388-3-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug269566-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug277062-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug28933-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug2954-expected.txt: Removed.
* platform/ios/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
* platform/ios/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
* platform/ios/webaudio/audiobuffersource-expected.wav: Removed.
* platform/ios/webaudio/audiobuffersource-multi-channels-expected.wav: Removed.
* platform/ios/webaudio/audiochannelmerger-stereo-expected.txt: Removed.
* platform/ios/webaudio/audionode-channel-rules-expected.txt: Removed.
* platform/ios/webaudio/audionode-connect-order-expected.txt: Removed.
* platform/ios/webaudio/audioparam-connect-audioratesignal-expected.txt: Removed.
* platform/ios/webaudio/audioparam-exponentialRampToValueAtTime-expected.txt: Removed.
* platform/ios/webaudio/audioparam-linearRampToValueAtTime-expected.txt: Removed.
* platform/ios/webaudio/audioparam-setTargetAtTime-expected.txt: Removed.
* platform/ios/webaudio/audioparam-setValueAtTime-expected.txt: Removed.
* platform/ios/webaudio/audioparam-setValueCurveAtTime-expected.txt: Removed.
* platform/ios/webaudio/audioparam-summingjunction-expected.txt: Removed.
* platform/ios/webaudio/audioprocessingevent-expected.txt: Removed.
* platform/ios/webaudio/automatic-pull-node-expected.txt: Removed.
* platform/ios/webaudio/biquad-allpass-expected.txt: Removed.
* platform/ios/webaudio/biquad-bandpass-expected.txt: Removed.
* platform/ios/webaudio/biquad-getFrequencyResponse-expected.txt: Removed.
* platform/ios/webaudio/biquad-highpass-expected.txt: Removed.
* platform/ios/webaudio/biquad-highshelf-expected.txt: Removed.
* platform/ios/webaudio/biquad-lowpass-expected.txt: Removed.
* platform/ios/webaudio/biquad-lowshelf-expected.txt: Removed.
* platform/ios/webaudio/biquad-notch-expected.txt: Removed.
* platform/ios/webaudio/biquad-peaking-expected.txt: Removed.
* platform/ios/webaudio/codec-tests/wav/24bit-44khz-expected.wav: Removed.
* platform/ios/webaudio/convolution-mono-mono-expected.txt: Removed.
* platform/ios/webaudio/delaynode-expected.txt: Removed.
* platform/ios/webaudio/delaynode-max-default-delay-expected.txt: Removed.
* platform/ios/webaudio/delaynode-max-nondefault-delay-expected.txt: Removed.
* platform/ios/webaudio/delaynode-maxdelay-expected.txt: Removed.
* platform/ios/webaudio/delaynode-scheduling-expected.txt: Removed.
* platform/ios/webaudio/dynamicscompressor-basic-expected.txt: Removed.
* platform/ios/webaudio/gain-basic-expected.txt: Removed.
* platform/ios/webaudio/gain-expected.wav: Removed.
* platform/ios/webaudio/javascriptaudionode-downmix8-2channel-input-expected.txt: Removed.
* platform/ios/webaudio/javascriptaudionode-upmix2-8channel-input-expected.txt: Removed.
* platform/ios/webaudio/javascriptaudionode-zero-input-channels-expected.txt: Removed.
* platform/ios/webaudio/mediaelementaudiosourcenode-gc-expected.txt: Removed.
* platform/ios/webaudio/mixing-expected.wav: Removed.
* platform/ios/webaudio/oscillator-sine-expected.wav: Removed.
* platform/ios/webaudio/panner-equalpower-expected.txt: Removed.
* platform/ios/webaudio/panner-equalpower-stereo-expected.txt: Removed.
* platform/ios/webaudio/realtimeanalyser-fft-scaling-expected.txt: Removed.
* platform/ios/webaudio/sample-accurate-scheduling-expected.txt: Removed.
* platform/ios/webaudio/stereo2mono-down-mixing-expected.txt: Removed.
* platform/ios/webaudio/test-basic-expected.wav: Removed.
* platform/ios/webaudio/up-mixing-mono-51-expected.wav: Removed.
* platform/ios/webaudio/up-mixing-mono-stereo-expected.wav: Removed.
* platform/ios/webaudio/up-mixing-stereo-51-expected.wav: Removed.
* platform/ios/webaudio/waveshaper-expected.txt: Removed.
* platform/ios/webaudio/waveshaper-oversample-2x-expected.txt: Removed.
* platform/ios/webaudio/waveshaper-oversample-4x-expected.txt: Removed.
* platform/ios/webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
* platform/ios/webgl/2.0.0/conformance/extensions/oes-vertex-array-object-expected.txt: Removed.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt: Removed.
* platform/mac-mojave/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https-expected.txt: Removed.
* platform/mac-mojave/imported/w3c/web-platform-tests/xhr/getresponseheader-case-insensitive-expected.txt: Removed.
* platform/mac-mojave/media/video-controls-captions-trackmenu-localized-expected.txt: Removed.
* platform/mac-wk1/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt: Removed.
* platform/mac-wk1/http/tests/webarchive/test-preload-resources-expected.txt: Removed.
* platform/mac-wk1/http/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-async-delegate-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/css/geometry/DOMMatrix2DInit-validate-fixup-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/html/browsers/history/joint-session-history/joint-session-history-only-fully-active-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/html/browsers/history/the-history-interface/001-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/html/browsers/history/the-history-interface/002-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linecap-computed-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-miterlimit-computed-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/svg/painting/parsing/stroke-opacity-computed-expected.txt: Removed.
* platform/mac-wk1/inspector/model/remote-object/number-expected.txt: Removed.
* platform/mac-wk1/pageoverlay/overlay-small-frame-paints-expected.txt: Removed.
* platform/mac-wk2/editing/style/unbold-in-bold-expected.txt: Removed.
* platform/mac-wk2/fast/frames/flattening/frameset-flattening-simple-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance/default-styles-expected.txt: Removed.
* platform/mac-wk2/imported/w3c/web-platform-tests/web-share/canShare-insecure.http-expected.txt: Removed.
* platform/mac/accessibility/negative-tabindex-does-not-expose-label-expected.txt: Removed.
* platform/mac/accessibility/svg-bounds-expected.txt: Removed.
* platform/mac/canvas/philip/tests/2d.fillStyle.parse.rgb-eof-expected.txt: Removed.
* platform/mac/canvas/philip/tests/2d.fillStyle.parse.rgba-eof-expected.txt: Removed.
* platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt: Removed.
* platform/mac/compositing/contents-format/subpixel-antialiased-text-configs-antialiasing-style-expected.txt: Removed.
* platform/mac/compositing/contents-format/subpixel-antialiased-text-configs-expected.txt: Removed.
* platform/mac/compositing/contents-format/subpixel-antialiased-text-enabled-expected.txt: Removed.
* platform/mac/compositing/contents-format/subpixel-antialiased-text-images-expected.txt: Removed.
* platform/mac/compositing/contents-format/subpixel-antialiased-text-traversal-expected.txt: Removed.
* platform/mac/compositing/contents-format/subpixel-antialiased-text-visibility-expected.txt: Removed.
* platform/mac/compositing/contents-opaque/table-parts-expected.txt: Removed.
* platform/mac/css2.1/t1508-c527-font-00-b-expected.txt: Removed.
* platform/mac/editing/mac/selection/context-menu-select-editability-expected.txt: Removed.
* platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt: Removed.
* platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt: Removed.
* platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed.
* platform/mac/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Removed.
* platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
* platform/mac/fast/borders/border-radius-different-width-001-expected.txt: Removed.
* platform/mac/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Removed.
* platform/mac/fast/css-generated-content/table-parts-before-and-after-expected.txt: Removed.
* platform/mac/fast/css/box-shadow-and-border-radius-expected.txt: Removed.
* platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Removed.
* platform/mac/fast/css/caption-width-absolute-position-expected.txt: Removed.
* platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt: Removed.
* platform/mac/fast/css/caption-width-fixed-position-expected.txt: Removed.
* platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt: Removed.
* platform/mac/fast/css/caption-width-relative-position-expected.txt: Removed.
* platform/mac/fast/css/caption-width-relative-position-offset-top-expected.txt: Removed.
* platform/mac/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Removed.
* platform/mac/fast/css/image-rendering-expected.txt: Removed.
* platform/mac/fast/css/min-width-with-spanned-cell-expected.txt: Removed.
* platform/mac/fast/dom/HTMLImageElement/resources/blue_rect.jpg: Removed.
* platform/mac/fast/dom/adopt-attribute-crash-expected.txt: Removed.
* platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Removed.
* platform/mac/fast/dynamic/001-expected.txt: Removed.
* platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
* platform/mac/fast/events/document-elementFromPoint-expected.txt: Removed.
* platform/mac/fast/flexbox/flex-hang-expected.txt: Removed.
* platform/mac/fast/forms/005-expected.txt: Removed.
* platform/mac/fast/images/repaint-subrect-grid-expected.txt: Removed.
* platform/mac/fast/images/zoomed-img-size-expected.txt: Removed.
* platform/mac/fast/invalid/018-expected.txt: Removed.
* platform/mac/fast/lists/list-marker-before-content-table-expected.txt: Removed.
* platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Removed.
* platform/mac/fast/multicol/break-properties-expected.txt: Removed.
* platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.txt: Removed.
* platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt: Removed.
* platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt: Removed.
* platform/mac/fast/parser/style-script-head-test-expected.txt: Removed.
* platform/mac/fast/reflections/reflection-with-zoom-expected.txt: Removed.
* platform/mac/fast/reflections/table-cell-expected.txt: Removed.
* platform/mac/fast/repaint/float-overflow-expected.txt: Removed.
* platform/mac/fast/repaint/float-overflow-right-expected.txt: Removed.
* platform/mac/fast/repaint/subtree-root-clip-3-expected.txt: Removed.
* platform/mac/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Removed.
* platform/mac/fast/repaint/table-cell-overflow-expected.txt: Removed.
* platform/mac/fast/repaint/table-cell-vertical-overflow-expected.txt: Removed.
* platform/mac/fast/repaint/table-col-background-expected.txt: Removed.
* platform/mac/fast/repaint/table-outer-border-expected.txt: Removed.
* platform/mac/fast/repaint/table-row-expected.txt: Removed.
* platform/mac/fast/repaint/table-section-overflow-expected.txt: Removed.
* platform/mac/fast/repaint/table-section-repaint-expected.txt: Removed.
* platform/mac/fast/repaint/table-writing-modes-h-expected.txt: Removed.
* platform/mac/fast/repaint/table-writing-modes-v-expected.txt: Removed.
* platform/mac/fast/replaced/table-percent-height-positioned-expected.txt: Removed.
* platform/mac/fast/table/008-expected.txt: Removed.
* platform/mac/fast/table/031-expected.txt: Removed.
* platform/mac/fast/table/032-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/bug14274-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: Removed.
* platform/mac/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: Removed.
* platform/mac/fast/table/caption-relayout-expected.txt: Removed.
* platform/mac/fast/table/growCellForImageQuirk-expected.txt: Removed.
* platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt: Removed.
* platform/mac/fast/table/height-percent-test-expected.txt: Removed.
* platform/mac/fast/table/height-percent-test-vertical-expected.txt: Removed.
* platform/mac/fast/table/table-anonymous-cell-bug-expected.txt: Removed.
* platform/mac/fast/table/table-anonymous-row-bug-expected.txt: Removed.
* platform/mac/fast/table/table-anonymous-section-bug-expected.txt: Removed.
* platform/mac/fast/table/table-before-child-style-update-expected.txt: Removed.
* platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Removed.
* platform/mac/fast/table/table-cell-before-after-content-around-table-expected.txt: Removed.
* platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Removed.
* platform/mac/fast/table/table-cell-split-expected.txt: Removed.
* platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.txt: Removed.
* platform/mac/fast/table/table-row-before-after-content-around-block-expected.txt: Removed.
* platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.txt: Removed.
* platform/mac/fast/table/table-row-before-after-content-around-table-expected.txt: Removed.
* platform/mac/fast/table/table-row-before-child-style-update-expected.txt: Removed.
* platform/mac/fast/table/table-row-outline-paint-expected.txt: Removed.
* platform/mac/fast/table/table-row-split2-expected.txt: Removed.
* platform/mac/fast/table/table-row-style-not-updated-expected.txt: Removed.
* platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.txt: Removed.
* platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.txt: Removed.
* platform/mac/fast/table/table-section-split2-expected.txt: Removed.
* platform/mac/fast/table/table-split-expected.txt: Removed.
* platform/mac/fast/table/table-split2-expected.txt: Removed.
* platform/mac/fast/table/table-style-not-updated-expected.txt: Removed.
* platform/mac/fast/table/wide-colspan-expected.txt: Removed.
* platform/mac/fast/table/wide-column-expected.txt: Removed.
* platform/mac/fast/text/whitespace/013-expected.txt: Removed.
* platform/mac/fast/text/whitespace/014-expected.txt: Removed.
* platform/mac/fast/writing-mode/table-percent-width-quirk-expected.txt: Removed.
* platform/mac/http/tests/cookies/third-party-cookie-relaxing-expected.txt: Removed.
* platform/mac/http/tests/inspector/network/resource-sizes-memory-cache-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/cors/access-control-expose-headers-parsing.window-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Removed.
* platform/mac/media/track/video-track-alternate-groups-expected.txt: Removed.
* platform/mac/security/block-test-expected.txt: Removed.
* platform/mac/security/block-test-no-port-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
* platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Removed.
* platform/mac/svg/custom/fractional-rects-expected.txt: Removed.
* platform/mac/svg/custom/js-update-container-expected.txt: Removed.
* platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Removed.
* platform/mac/svg/custom/viewBox-hit-expected.txt: Removed.
* platform/mac/svg/hixie/text/001-expected.txt: Removed.
* platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Removed.
* platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Removed.
* platform/mac/svg/text/text-hkern-expected.txt: Removed.
* platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
* platform/mac/svg/zoom/page/zoom-svg-as-image-expected.txt: Removed.
* platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug120107-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug1271-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug12910-2-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug13169-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug137388-3-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug269566-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug277062-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug28933-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug29314-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug2954-expected.txt: Removed.
* platform/mac/tables/mozilla/bugs/bug56201-expected.txt: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Removed.
* platform/mac/userscripts/script-run-at-end-expected.txt: Removed.
* platform/win-7sp0/editing/selection/collapse-selection-in-bidi-expected.txt: Removed.
* platform/win-7sp0/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed.
* platform/win-7sp0/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
* platform/win-7sp0/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Removed.
* platform/win-7sp0/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Removed.
* platform/win/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
* platform/win/css2.1/tables/table-anonymous-objects-181-expected.txt: Removed.
* platform/win/editing/deleting/smart-delete-001-expected.txt: Removed.
* platform/win/editing/deleting/smart-delete-002-expected.txt: Removed.
* platform/win/editing/deleting/smart-delete-003-expected.txt: Removed.
* platform/win/editing/deleting/smart-delete-004-expected.txt: Removed.
* platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Removed.
* platform/win/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Removed.
* platform/win/fast/borders/border-radius-different-width-001-expected.txt: Removed.
* platform/win/fast/borders/table-borders-expected.txt: Removed.
* platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed.
* platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
* platform/win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Removed.
* platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Removed.
* platform/win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Removed.
* platform/win/fast/canvas/fallback-content-expected.txt: Removed.
* platform/win/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Removed.
* platform/win/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
* platform/win/fast/css-generated-content/table-parts-before-and-after-expected.txt: Removed.
* platform/win/fast/css/box-shadow-and-border-radius-expected.txt: Removed.
* platform/win/fast/css/button-height-expected.txt: Removed.
* platform/win/fast/css/caption-width-absolute-position-expected.txt: Removed.
* platform/win/fast/css/caption-width-absolute-position-offset-top-expected.txt: Removed.
* platform/win/fast/css/caption-width-fixed-position-expected.txt: Removed.
* platform/win/fast/css/caption-width-fixed-position-offset-top-expected.txt: Removed.
* platform/win/fast/css/caption-width-relative-position-expected.txt: Removed.
* platform/win/fast/css/caption-width-relative-position-offset-top-expected.txt: Removed.
* platform/win/fast/css/first-letter-block-form-controls-crash-expected.txt: Removed.
* platform/win/fast/css/min-width-with-spanned-cell-expected.txt: Removed.
* platform/win/fast/css/percentage-non-integer-expected.txt: Removed.
* platform/win/fast/css/relative-position-replaced-in-table-display-crash-expected.txt: Removed.
* platform/win/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed.
* platform/win/fast/dom/adopt-attribute-crash-expected.txt: Removed.
* platform/win/fast/dom/adopt-node-crash-2-expected.txt: Removed.
* platform/win/fast/dynamic/001-expected.txt: Removed.
* platform/win/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
* platform/win/fast/events/event-attribute-expected.txt: Removed.
* platform/win/fast/events/ondragenter-expected.txt: Removed.
* platform/win/fast/forms/005-expected.txt: Removed.
* platform/win/fast/forms/access-key-for-all-elements-expected.txt: Removed.
* platform/win/fast/forms/form-associated-element-crash3-expected.txt: Removed.
* platform/win/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Removed.
* platform/win/fast/invalid/012-expected.txt: Removed.
* platform/win/fast/lists/list-marker-before-content-table-expected.txt: Removed.
* platform/win/fast/multicol/renderer-positioned-assert-crash-expected.txt: Removed.
* platform/win/fast/multicol/span/before-child-anonymous-column-block-expected.txt: Removed.
* platform/win/fast/reflections/table-cell-expected.txt: Removed.
* platform/win/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Removed.
* platform/win/fast/repaint/float-overflow-expected.txt: Removed.
* platform/win/fast/repaint/float-overflow-right-expected.txt: Removed.
* platform/win/fast/repaint/subtree-root-clip-3-expected.txt: Removed.
* platform/win/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Removed.
* platform/win/fast/repaint/table-cell-overflow-expected.txt: Removed.
* platform/win/fast/repaint/table-cell-vertical-overflow-expected.txt: Removed.
* platform/win/fast/repaint/table-col-background-expected.txt: Removed.
* platform/win/fast/repaint/table-hover-on-link-expected.txt: Removed.
* platform/win/fast/repaint/table-outer-border-expected.txt: Removed.
* platform/win/fast/repaint/table-row-expected.txt: Removed.
* platform/win/fast/repaint/table-section-overflow-expected.txt: Removed.
* platform/win/fast/repaint/table-section-repaint-expected.txt: Removed.
* platform/win/fast/repaint/table-writing-modes-h-expected.txt: Removed.
* platform/win/fast/repaint/table-writing-modes-v-expected.txt: Removed.
* platform/win/fast/replaced/005-expected.txt: Removed.
* platform/win/fast/replaced/table-percent-height-positioned-expected.txt: Removed.
* platform/win/fast/table/005-expected.txt: Removed.
* platform/win/fast/table/006-expected.txt: Removed.
* platform/win/fast/table/008-expected.txt: Removed.
* platform/win/fast/table/013-expected.txt: Removed.
* platform/win/fast/table/031-expected.txt: Removed.
* platform/win/fast/table/032-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/002-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/002-vertical-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/bug14274-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/cached-change-row-border-color-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/cached-change-table-border-color-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/cached-change-table-border-width-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: Removed.
* platform/win/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: Removed.
* platform/win/fast/table/caption-relayout-expected.txt: Removed.
* platform/win/fast/table/dynamic-cellpadding-expected.txt: Removed.
* platform/win/fast/table/growCellForImageQuirk-expected.txt: Removed.
* platform/win/fast/table/growCellForImageQuirk-vertical-expected.txt: Removed.
* platform/win/fast/table/height-percent-test-expected.txt: Removed.
* platform/win/fast/table/height-percent-test-vertical-expected.txt: Removed.
* platform/win/fast/table/multiple-percent-height-rows-expected.txt: Removed.
* platform/win/fast/table/table-anonymous-cell-bug-expected.txt: Removed.
* platform/win/fast/table/table-anonymous-row-bug-expected.txt: Removed.
* platform/win/fast/table/table-anonymous-section-bug-expected.txt: Removed.
* platform/win/fast/table/table-before-child-style-update-expected.txt: Removed.
* platform/win/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Removed.
* platform/win/fast/table/table-cell-before-after-content-around-table-expected.txt: Removed.
* platform/win/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Removed.
* platform/win/fast/table/table-cell-split-expected.txt: Removed.
* platform/win/fast/table/table-insert-before-non-anonymous-block-expected.txt: Removed.
* platform/win/fast/table/table-row-before-after-content-around-block-expected.txt: Removed.
* platform/win/fast/table/table-row-before-after-content-around-table-cell-expected.txt: Removed.
* platform/win/fast/table/table-row-before-after-content-around-table-expected.txt: Removed.
* platform/win/fast/table/table-row-before-child-style-update-expected.txt: Removed.
* platform/win/fast/table/table-row-outline-paint-expected.txt: Removed.
* platform/win/fast/table/table-row-split2-expected.txt: Removed.
* platform/win/fast/table/table-row-style-not-updated-expected.txt: Removed.
* platform/win/fast/table/table-row-style-not-updated-with-after-content-expected.txt: Removed.
* platform/win/fast/table/table-row-style-not-updated-with-before-content-expected.txt: Removed.
* platform/win/fast/table/table-section-split2-expected.txt: Removed.
* platform/win/fast/table/table-split-expected.txt: Removed.
* platform/win/fast/table/table-split2-expected.txt: Removed.
* platform/win/fast/table/table-style-not-updated-expected.txt: Removed.
* platform/win/fast/table/wide-colspan-expected.txt: Removed.
* platform/win/fast/table/wide-column-expected.txt: Removed.
* platform/win/fast/text/whitespace/013-expected.txt: Removed.
* platform/win/fast/text/whitespace/014-expected.txt: Removed.
* platform/win/fast/writing-mode/table-percent-width-quirk-expected.txt: Removed.
* platform/win/http/tests/webarchive/test-preload-resources-expected.txt: Removed.
* platform/win/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Removed.
* platform/win/plugins/netscape-dom-access-and-reload-expected.txt: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Removed.
* platform/win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Removed.
* platform/win/svg/custom/glyph-setting-d-attribute-expected.png: Removed.
* platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed.
* platform/win/svg/foreignObject/text-tref-02-b-expected.png: Removed.
* platform/win/svg/text/kerning-expected.png: Removed.
* platform/win/svg/text/multichar-glyph-expected.png: Removed.
* platform/win/tables/mozilla/bugs/bug106795-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug120107-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug1220-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug1261-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug1271-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug12910-2-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug13169-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug137388-1-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug137388-2-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug137388-3-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug139524-1-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug139524-3-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug139524-4-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug15933-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug18440-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug2123-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug219693-1-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug219693-2-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug22513-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug2585-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug269566-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug277062-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug28933-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug29314-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug2954-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug46944-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug53690-1-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug53690-2-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug55789-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug56201-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug8361-expected.txt: Removed.
* platform/win/tables/mozilla/bugs/bug97383-expected.txt: Removed.
* platform/win/tables/mozilla/other/slashlogo-expected.txt: Removed.
* platform/win/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Removed.
* platform/win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Removed.
* platform/win/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: Removed.
* platform/win/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Removed.
* platform/wincairo/css3/calc/line-height-expected.txt: Removed.
* platform/wincairo/fast/dom/adopt-node-crash-2-expected.txt: Removed.
* platform/wk2/http/tests/contentdispositionattachmentsandbox/cross-origin-frames-disabled-expected.txt: Removed.
* platform/wk2/http/tests/contentextensions/block-everything-unless-domain-expected.txt: Removed.
* platform/wk2/http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/iframe-upgrade.https-expected.txt: Removed.
* platform/wk2/http/tests/security/drag-drop-local-file-expected.txt: Removed.
* platform/wk2/imported/w3c/web-platform-tests/html/browsers/windows/noreferrer-window-name-expected.txt: Removed.
* platform/wk2/webarchive/loading/javascript-url-iframe-crash-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-from-image-computed-style-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-images/image-orientation/image-orientation-none-computed-style-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/embedded/image-fractional-width-vertical-fidelity-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/circle-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/ellipse-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/rect-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-invalid-base-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/linking/reftests/url-processing-whitespace-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-009-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-011-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-012-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-013-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/mask-print-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-mutating-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-path-zero-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathlength-rect-mutating-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-01.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-02.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-01.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-02.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-empty-string-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/requiredextensions-xhtml.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-adopted-with-external-resource.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-inheritance-001-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/extensions/ext-sRGB-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/extensions/oes-vertex-array-object-expected.txt: Removed.
2020-08-03 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 ] webrtc/datachannel/gather-candidates-networkprocess-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=215088
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-08-03 Antti Koivisto <antti@apple.com>
REGRESSION(r259585) Text decoration color with value currentColor miscomputed in some cases
https://bugs.webkit.org/show_bug.cgi?id=215079
Reviewed by Zalan Bujtas.
* fast/text/text-decoration-currentcolor-fill-color-expected.html: Added.
* fast/text/text-decoration-currentcolor-fill-color.html: Added.
2020-08-03 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk2 Release ] media/video-background-tab-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=209353
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-08-03 Clark Wang <clark_wang@apple.com>
Added Constructor to AnalyserNode
https://bugs.webkit.org/show_bug.cgi?id=215040
Reviewed by Chris Dumez.
Re-baselined existing tests.
* webaudio/analyser-exception-expected.txt:
2020-08-02 Darin Adler <darin@apple.com>
Write a script to find duplicate files and delete some duplicate tests in LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=215073
Reviewed by Anders Carlsson.
* TestExpectations: Removed expectations for removed tests.
* css2.1/20110323/abspos-containing-block-initial-004d.htm.1: Removed.
The above was just a stray copy of a test with the wrong extension, so ignored.
* css3/font-variant-petite-caps-synthesis-coverage-expected.html: Removed.
* css3/font-variant-petite-caps-synthesis-coverage.html: Removed.
* css3/font-variant-small-caps-synthesis-coverage-expected.html: Removed.
* css3/font-variant-small-caps-synthesis-coverage.html: Removed.
These are duplicates of the same tests without the suffix "coverage".
* fast/dom/Document/document-close-iframe-load-expected.txt: Removed.
* fast/dom/Document/document-close-iframe-load.html: Removed.
* fast/dom/Document/document-close-nested-iframe-load-expected.txt: Removed.
* fast/dom/Document/document-close-nested-iframe-load.html: Removed.
These tests are also in the directory "fast/parser". Chose to delete this copy.
* fast/forms/label/labels-set-htmlFor-attribute-expected.txt: Removed.
* fast/forms/label/labels-set-htmlFor-attribute.html: Removed.
This test also exists under the name "labels-change-...".
* fast/loader/unload-form-about-blank-expected.txt: Removed.
* fast/loader/unload-form-about-blank.html: Removed.
This test also exists under the name "unload-form-post-about-blank...".
* fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
* fast/ruby/before-table-doesnt-crash.html: Removed.
This is just a copy of the test "before-block-...", not a separate test.
* http/tests/misc/submit-post-in-utf16be.html:
Used the iconv tool to turn this into a UTF-16BE input file so it tests
what it is intended to test. Before this was a UTF-16LE file.
* imported/blink/001-a-expected.html: Removed.
* imported/blink/001-a.html: Removed.
* imported/blink/001-q-expected.html: Removed.
* imported/blink/001-q.html: Removed.
* imported/blink/001-s-expected.html: Removed.
* imported/blink/001-s.html: Removed.
These are identical duplicates of tests that are in WPT.
* imported/blink/animations/animation-events-prefixed-04-expected.txt: Removed.
* imported/blink/animations/animation-events-prefixed-04.html: Removed.
* imported/blink/animations/animation-events-unprefixed-04-expected.txt: Removed.
* imported/blink/animations/animation-events-unprefixed-04.html: Removed.
These are duplicates of tests in the directory imported/blink/virtual/stable/animations-unprefixed.
* imported/blink/css3/flexbox/relpos-with-scrollable-with-abspos-crash-expected.txt: Removed.
* imported/blink/css3/flexbox/relpos-with-scrollable-with-abspos-crash.html: Removed.
* imported/blink/fast/css-grid-layout/grid-item-before-anonymous-child-crash-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-item-before-anonymous-child-crash.html: Removed.
* imported/blink/fast/css-grid-layout/grid-item-paddings-and-writing-modes-expected.html: Removed.
* imported/blink/fast/css-grid-layout/grid-item-paddings-and-writing-modes.html: Removed.
* imported/blink/fast/dom/Range/create-contextual-fragment-script-not-ran-expected.txt: Removed.
* imported/blink/fast/dom/Range/create-contextual-fragment-script-not-ran.html: Removed.
* imported/blink/fast/dom/Range/create-contextual-fragment-script-unmark-already-started-expected.txt: Removed.
* imported/blink/fast/dom/Range/create-contextual-fragment-script-unmark-already-started.html: Removed.
* imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase-expected.txt: Removed.
* imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase.html: Removed.
* imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-expected.txt: Removed.
* imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive.html: Removed.
* imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase-expected.txt: Removed.
* imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html: Removed.
* imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-expected.txt: Removed.
* imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code.html: Removed.
These are identical duplicates of tests in the same named directories outside "imported/blink".
Maybe imported by Blink from WebKit and then back?
* imported/blink/img_border_percent-expected.xhtml: Removed.
* imported/blink/img_border_percent.xhtml: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/bindings/the-textarea-element-0/cols-default-expected.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/bindings/the-textarea-element-0/cols-default.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/bindings/the-textarea-element-0/cols-zero-expected.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/bindings/the-textarea-element-0/cols-zero.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/bindings/the-textarea-element-0/rows-default-expected.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/bindings/the-textarea-element-0/rows-default.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/bindings/the-textarea-element-0/rows-zero-expected.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/bindings/the-textarea-element-0/rows-zero.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/figure-expected.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/figure.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-layout-expected.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-layout.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-width-150percent-expected.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-width-150percent.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/replaced-elements/images/space-expected.html: Removed.
* imported/blink/imported/web-platform-tests/html/rendering/replaced-elements/images/space.html: Removed.
* imported/blink/object_border_perc-expected.xhtml: Removed.
* imported/blink/object_border_perc.xhtml: Removed.
* imported/blink/object_border_pixel-expected.xhtml: Removed.
* imported/blink/object_border_pixel.xhtml: Removed.
These are identical duplicates of tests that are in WPT.
* platform/gtk/TestExpectations: Removed expectations for removed tests.
* platform/ios/TestExpectations: Ditto.
* platform/win/TestExpectations: Ditto.
* platform/wpe/TestExpectations: Ditto.
* svg/dom/SVGLengthList-removeItem-expected.txt: Removed.
* svg/dom/SVGLengthList-removeItem.xhtml: Removed.
This was a duplicate of the SVGLengthList-addItem test.
2020-08-01 Darin Adler <darin@apple.com>
Remove test expectation for a WPT test that was removed
https://bugs.webkit.org/show_bug.cgi?id=215066
rdar://42904780
Reviewed by Sam Weinig.
* platform/mac-wk1/TestExpectations: Removed failure expectation for
a WPT WebCryptoAPI test that no longer exists.
2020-07-31 Alex Christensen <achristensen@webkit.org>
Use more inclusive terminology in Tools
https://bugs.webkit.org/show_bug.cgi?id=214971
Reviewed by Sam Weinig.
* http/tests/security/contentSecurityPolicy/report-blocked-file-uri.php:
* http/tests/security/contentSecurityPolicy/xsl-redirect-allowed.html:
* http/tests/security/contentSecurityPolicy/xsl-redirect-allowed2.html:
* http/tests/security/contentSecurityPolicy/xsl-redirect-blocked.html:
* http/tests/security/isolatedWorld/cross-origin-xhr.html:
* http/tests/security/local-image-from-remote-allow-list-expected.txt: Copied from http/tests/security/local-image-from-remote-whitelisted-expected.txt.
* http/tests/security/local-image-from-remote-allow-list.html: Copied from http/tests/security/local-image-from-remote-whitelisted.html.
* http/tests/security/local-image-from-remote-whitelisted-expected.txt: Removed.
* http/tests/security/local-image-from-remote-whitelisted.html: Removed.
* http/tests/xmlhttprequest/access-control-basic-allow-list-request-headers-expected.txt: Copied from http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers-expected.txt.
* http/tests/xmlhttprequest/access-control-basic-allow-list-request-headers.html: Copied from http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html.
* http/tests/xmlhttprequest/access-control-basic-allow-list-response-headers-expected.txt: Copied from http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt.
* http/tests/xmlhttprequest/access-control-basic-allow-list-response-headers.html: Copied from http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers.html.
* http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html: Removed.
* http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers.html: Removed.
* http/tests/xmlhttprequest/origin-allow-list-all-expected.txt: Copied from http/tests/xmlhttprequest/origin-whitelisting-all-expected.txt.
* http/tests/xmlhttprequest/origin-allow-list-all.html: Copied from http/tests/xmlhttprequest/origin-whitelisting-all.html.
* http/tests/xmlhttprequest/origin-allow-list-exact-match-expected.txt: Copied from http/tests/xmlhttprequest/origin-whitelisting-exact-match-expected.txt.
* http/tests/xmlhttprequest/origin-allow-list-exact-match.html: Copied from http/tests/xmlhttprequest/origin-whitelisting-exact-match.html.
* http/tests/xmlhttprequest/origin-allow-list-https-expected.txt: Copied from http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt.
* http/tests/xmlhttprequest/origin-allow-list-https.html: Copied from http/tests/xmlhttprequest/origin-whitelisting-https.html.
* http/tests/xmlhttprequest/origin-allow-list-ip-addresses-expected.txt: Copied from http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-expected.txt.
* http/tests/xmlhttprequest/origin-allow-list-ip-addresses-with-subdomains-expected.txt: Copied from http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt.
* http/tests/xmlhttprequest/origin-allow-list-ip-addresses-with-subdomains.html: Copied from http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains.html.
* http/tests/xmlhttprequest/origin-allow-list-ip-addresses.html: Copied from http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html.
* http/tests/xmlhttprequest/origin-allow-list-removal-expected.txt: Copied from http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt.
* http/tests/xmlhttprequest/origin-allow-list-removal.html: Copied from http/tests/xmlhttprequest/origin-whitelisting-removal.html.
* http/tests/xmlhttprequest/origin-allow-list-subdomains-expected.txt: Copied from http/tests/xmlhttprequest/origin-whitelisting-subdomains-expected.txt.
* http/tests/xmlhttprequest/origin-allow-list-subdomains.html: Copied from http/tests/xmlhttprequest/origin-whitelisting-subdomains.html.
* http/tests/xmlhttprequest/origin-whitelisting-all-expected.txt: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-all.html: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-exact-match-expected.txt: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-exact-match.html: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-https.html: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-expected.txt: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains.html: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-removal.html: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-subdomains-expected.txt: Removed.
* http/tests/xmlhttprequest/origin-whitelisting-subdomains.html: Removed.
* platform/win/TestExpectations:
* platform/wk2/TestExpectations:
2020-07-31 Chris Dumez <cdumez@apple.com>
Add OfflineAudioCompletionEvent constructor
https://bugs.webkit.org/show_bug.cgi?id=214994
Reviewed by Eric Carlson.
Add layout test coverage.
* webaudio/OfflineAudioCompletionEvent-constructor-expected.txt: Added.
* webaudio/OfflineAudioCompletionEvent-constructor.html: Added.
2020-07-31 Jer Noble <jer.noble@apple.com>
[Mac] YouTube does not offer HDR variants to devices which support HDR
https://bugs.webkit.org/show_bug.cgi?id=215022
Reviewed by Eric Carlson.
* platform/mac/media/media-source/is-type-supported-vp9-codec-check-expected.txt: Added.
* platform/mac/media/media-source/is-type-supported-vp9-codec-check.html: Added.
* platform/mac/media/mediacapabilities/vp9-decodingInfo-sw-expected.txt:
* platform/mac/media/mediacapabilities/vp9-decodingInfo-sw.html:
2020-07-31 Hector Lopez <hector_i_lopez@apple.com>
[ macOS ] imported/w3c/web-platform-tests/css/css-scoping/css-scoping-shadow-dynamic-remove-style-detached.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215039
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-07-31 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 iOS wk2 Release ] imported/w3c/web-platform-tests/websockets/cookies/third-party-cookie-accepted.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215033
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-07-31 Brady Eidson <beidson@apple.com>
Log a warning to the dev console when gamepads are accessed from an insecure context.
https://bugs.webkit.org/show_bug.cgi?id=214995
Reviewed by Tim Horton.
* http/tests/misc/gamepads-insecure-expected.txt: Added.
* http/tests/misc/gamepads-insecure.html: Added.
2020-07-31 Aditya Keerthi <akeerthi@apple.com>
[macOS] Date/time input types should have a textfield appearance
https://bugs.webkit.org/show_bug.cgi?id=214978
Reviewed by Wenson Hsieh.
Rebaselined tests for updated appearance.
* platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.txt:
* platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance/default-styles-expected.txt:
2020-07-31 Hector Lopez <hector_i_lopez@apple.com>
REGRESSION: [ iOS wk2 Debug ] imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-maxChannels.html is a constant crash
https://bugs.webkit.org/show_bug.cgi?id=215025
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-07-30 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Garden three persistent failures from gtk release bot.
Unreviewed test gardening.
These were also affecting the debug and WPE bots.
* platform/glib/TestExpectations:
2020-07-30 Wenson Hsieh <wenson_hsieh@apple.com>
[iPadOS] Two taps are required to choose a country/region when creating an account on ea.com
https://bugs.webkit.org/show_bug.cgi?id=214984
<rdar://problem/66261490>
Reviewed by Devin Rousso.
Add a test that exercises both the crash and the UI bug on iPadOS. Note that this test already passes on iOS,
where we don't use popovers for focused selects.
* fast/forms/ios/repeatedly-focus-offscreen-select-expected.txt: Added.
* fast/forms/ios/repeatedly-focus-offscreen-select.html: Added.
2020-07-30 Antoine Quint <graouts@webkit.org>
[ iOS ] webanimations/accelerated-animation-with-easing.html is still flaky
https://bugs.webkit.org/show_bug.cgi?id=214327
<rdar://problem/65569237>
Reviewed by Dean Jackson.
Remove the flaky expectation and remove the extra tolerance added in r263761 when it was thought that
this test was merely flaky and not completely broken on iOS as it turned out to be.
* platform/ios-wk2/TestExpectations:
* webanimations/accelerated-animation-with-easing.html:
2020-07-30 Kenneth Russell <kbr@chromium.org>
[WebGL2] Enable conformance2/textures/{image,video} and related layout tests
https://bugs.webkit.org/show_bug.cgi?id=214977
Reviewed by Dean Jackson.
Enable dozens more WebGL 2.0 conformance tests, most
significantly:
webgl/2.0.0/conformance/textures/image/*
webgl/2.0.0/conformance[2]/textures/video/*
which are now passing completely.
* TestExpectations:
* webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt:
2020-07-30 Ryosuke Niwa <rniwa@webkit.org>
Clicking on a shadow DOM does not move the selection to the focused element when delegatesFocus is set to true
https://bugs.webkit.org/show_bug.cgi?id=214859
<rdar://problem/66192901>
Reviewed by Wenson Hsieh.
Added a regression test.
* fast/shadow-dom/delegates-focus-and-types-into-input-expected.txt: Added.
* fast/shadow-dom/delegates-focus-and-types-into-input.html: Added.
2020-07-30 Antoine Quint <graouts@webkit.org>
[iOS] Unable to swipe on IMDB.com after long press on image
https://bugs.webkit.org/show_bug.cgi?id=214968
<rdar://problem/66234421>
Reviewed by Wenson Hsieh.
Add a test that triggers a long press gesture on an <img> and checks a single "pointerdown" event
was dispatched. Prior to the WebCore change in this patch, two events would be dispatched.
* pointerevents/ios/long-press-yields-single-pointerdown-event-expected.txt: Added.
* pointerevents/ios/long-press-yields-single-pointerdown-event.html: Added.
2020-07-30 Hector Lopez <hector_i_lopez@apple.com>
[ macOS wk1 ] imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=214967
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-07-29 Kate Cheney <katherine_cheney@apple.com>
Migrate App-Bound Domains code from WebKit Additions
https://bugs.webkit.org/show_bug.cgi?id=214889
<rdar://problem/66075857>
Reviewed by Brent Fulgham.
* platform/ios-wk2/TestExpectations:
These tests are now expected to pass.
2020-07-29 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed iOS test gardening.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Copied from LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt.
* platform/ios-13/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt: Renamed from LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt.
* platform/ios/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt: Renamed from LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/inline-flex-editing-with-updating-text-crash-expected.txt.
* platform/ios/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Added.
2020-07-29 Simon Fraser <simon.fraser@apple.com>
REGRESSION: ASSERTION FAILED: !needsLayout() on tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html flakily
https://bugs.webkit.org/show_bug.cgi?id=214651
Reviewed by Zalan Bujtas.
De-flake this test.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered-expected.txt:
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered.html:
2020-07-29 Chris Dumez <cdumez@apple.com>
Make sure playback state constants remain on OscillatorNode for backward compatibility
https://bugs.webkit.org/show_bug.cgi?id=214925
Reviewed by Eric Carlson.
Improve layout test coverage.
* webaudio/oscillatornode-legacy-api-expected.txt:
* webaudio/oscillatornode-legacy-api.html:
2020-07-29 Chris Dumez <cdumez@apple.com>
http/tests/cookies/document-cookie-multiple-cookies.html is failing on Windows
https://bugs.webkit.org/show_bug.cgi?id=214880
Reviewed by Darin Adler.
Unskip test that is no longer failing on Windows.
* platform/win/TestExpectations:
2020-07-29 Youenn Fablet <youenn@apple.com>
scaleResolutionDownBy has no effect on RTCRtpSender
https://bugs.webkit.org/show_bug.cgi?id=214783
<rdar://problem/66108346>
Reviewed by Eric Carlson.
* webrtc/video-expected.txt:
* webrtc/video.html:
2020-07-29 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r265018.
https://bugs.webkit.org/show_bug.cgi?id=214917
Broke various ios-wk2 tests.
Reverted changeset:
"Migrate App-Bound Domains code from WebKit Additions"
https://bugs.webkit.org/show_bug.cgi?id=214889
https://trac.webkit.org/changeset/265018
2020-07-28 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION (r264930): [ iOS debug wk2 ] webrtc/video.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=214888
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations: Remove test expectation
since the change that caused the failure was reverted.
2020-07-28 Chris Dumez <cdumez@apple.com>
Move non standard OscillatorNode API to new WebKitOscillatorNode interface
https://bugs.webkit.org/show_bug.cgi?id=214902
Reviewed by Darin Adler.
Add layout test coverage.
* webaudio/oscillatornode-legacy-api-expected.txt: Added.
* webaudio/oscillatornode-legacy-api.html: Added.
2020-07-28 Karl Rackler <rackler@apple.com>
Unreviewed, reverting r264930.
Reverting Pre-Submission Testing
Reverted changeset:
"scaleResolutionDownBy has no effect on RTCRtpSender"
https://bugs.webkit.org/show_bug.cgi?id=214783
https://trac.webkit.org/changeset/264930
2020-07-28 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, remove duplicate TestExpectations entry.
* platform/win/TestExpectations:
2020-07-28 Karl Rackler <rackler@apple.com>
[ Win10 ] http/tests/cookies/document-cookie-multiple-cookies.html is failing on Windows
https://bugs.webkit.org/show_bug.cgi?id=214880
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-07-28 Kate Cheney <katherine_cheney@apple.com>
Migrate App-Bound Domains code from WebKit Additions
https://bugs.webkit.org/show_bug.cgi?id=214889
<rdar://problem/66075857>
Reviewed by Brent Fulgham.
* platform/ios-wk2/TestExpectations:
These tests are now expected to pass.
2020-07-28 Karl Rackler <rackler@apple.com>
REGRESSION (r264522): [ macOS wk1 ] 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-wk1/TestExpectations:
2020-07-28 Kenneth Russell <kbr@chromium.org>
[ Mac ] webgl/2.0.0/ tests failing after r264997
https://bugs.webkit.org/show_bug.cgi?id=214893
Unreviewed test gardening.
Mark webgl/2.0.0/conformance/uniforms/gl-uniform-arrays.html slow
in Debug mode.
Incorporate upstream fix to
webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer.html
from https://github.com/KhronosGroup/WebGL/pull/3132 .
* TestExpectations:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/clear-srgb-color-buffer.html:
2020-07-28 Zalan Bujtas <zalan@apple.com>
Regression (r264960): [mac-wk1] fast/dynamic/size-to-content-autosize-with-percent-document-height.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=214885
<rdar://problem/66218218>
Unreviewed.
Make the autosizing test case work with WK1.
* fast/dynamic/size-to-content-autosize-with-percent-document-height-expected.html: Removed.
* fast/dynamic/size-to-content-autosize-with-percent-document-height-expected.txt: Added.
* fast/dynamic/size-to-content-autosize-with-percent-document-height.html:
* platform/glib/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-07-28 Youenn Fablet <youenn@apple.com>
Add WebRTC tests exercising H264 with various resolutions and bitrates.
https://bugs.webkit.org/show_bug.cgi?id=214867
Reviewed by Eric Carlson.
Add additional tests to better cover underlying H264 codecs.
* TestExpectations: Mark tests as slow.
* webrtc/h264-baseline-expected.txt: Added.
* webrtc/h264-baseline.html: Added.
* webrtc/h264-high-expected.txt: Added.
* webrtc/h264-high.html: Added.
2020-07-28 Kenneth Russell <kbr@chromium.org>
[WebGL2] Enable more multiple render target layout tests
https://bugs.webkit.org/show_bug.cgi?id=214780
Reviewed by Dean Jackson.
Re-enable two WebGL 2.0 layout tests that are now passing after
the fix for Bug 211156.
* TestExpectations:
* webgl/2.0.0/conformance2/rendering/clear-func-buffer-type-match-expected.txt:
2020-07-28 Rob Buis <rbuis@igalia.com>
PerformanceObserver should work with 'type' and not just `entryTypes`
https://bugs.webkit.org/show_bug.cgi?id=209216
Reviewed by Youenn Fablet.
Adjust test to be aligned with the specification and skip
tests that time out.
* TestExpectations:
* performance-api/performance-observer-api-expected.txt:
* performance-api/resources/observer-api.js:
2020-07-28 Karl Rackler <rackler@apple.com>
REGRESSION (r264930): [ iOS debug wk2 ] webrtc/video.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=214888
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-07-28 Kenneth Russell <kbr@chromium.org>
[WebGL2] Update WebGL 2.0.0 conformance suite snapshot
https://bugs.webkit.org/show_bug.cgi?id=214792
Reviewed by Dean Jackson.
WebKit's snapshot of the WebGL 2.0.0 conformance suite was taken
in 2018, before the suite was finalized. Since then many bug fixes
were made to the tests. This new snapshot was taken by running the
conformance suite importing script:
python generate-webgl-tests.py -w \
~/[...]/WebGL/conformance-suites/2.0.0 -o 2.0.0
This update changes the expectations for a few tests. These are
all progressions except for one test,
conformance2/glsl3/tricky-loop-conditions.html, which contains a
few new sub-tests which will have to be fixed.
* TestExpectations:
* webgl/2.0.0/conformance/context/constants-and-properties-expected.txt:
* webgl/2.0.0/conformance/context/context-lost-restored-expected.txt:
* webgl/2.0.0/conformance/extensions/ext-sRGB-expected.txt:
* webgl/2.0.0/conformance/extensions/oes-vertex-array-object-expected.txt:
* webgl/2.0.0/conformance2/context/constants-and-properties-2-expected.txt:
* webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-with-bad-args-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-srgb-mipmap-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-storage-and-subimage-3d-expected.txt:
* webgl/2.0.0/conformance2/vertex_arrays/vertex-array-object-expected.txt:
* webgl/2.0.0/resources/webgl_test_files/README.md:
* webgl/2.0.0/resources/webgl_test_files/conformance/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/attribs/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/attribs/gl-bindAttribLocation-aliasing.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/buffers/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/canvas/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/canvas/canvas-test.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/context/constants-and-properties.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/context/context-lost-restored.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/angle-instanced-arrays.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/ext-disjoint-timer-query.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/ext-sRGB.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/oes-texture-float.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/oes-texture-half-float.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-etc.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-pvrtc.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-size-limit.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/extensions/webgl-draw-buffers.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/angle-ambiguous-function-call.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/compare-loop-index-to-uniform.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/constant-precision-qualifier.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/floored-division-accuracy.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/logic-inside-block-without-braces.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/modulo-arithmetic-accuracy.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/multiplication-assignment.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/sampler-struct-function-arg.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/sequence-operator-evaluation-order.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/bugs/struct-constructor-highp-bug.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/misc/global-variable-init.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/glsl/misc/shaders-with-invariance.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/misc/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/misc/webgl-specific.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_frag.frag:
* webgl/2.0.0/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_vert.vert:
* webgl/2.0.0/resources/webgl_test_files/conformance/reading/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/rendering/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/rendering/polygon-offset.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/canvas/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/canvas_sub_rectangle/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/image/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/image_bitmap_from_blob/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/image_bitmap_from_canvas/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/image_bitmap_from_image/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/image_bitmap_from_image_bitmap/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/image_bitmap_from_image_data/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/image_bitmap_from_video/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/image_data/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/misc/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/misc/texture-size-limit.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/misc/texture-size.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/svg_image/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/video/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/textures/webgl_canvas/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html:
* webgl/2.0.0/resources/webgl_test_files/conformance/uniforms/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/attribs/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/attribs/gl-vertexattribipointer-offsets.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/attribs/gl-vertexattribipointer.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/buffers/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/buffers/one-large-uniform-buffer.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/buffers/uniform-buffers.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/context/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/context/constants-and-properties-2.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/extensions/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/extensions/ext-color-buffer-float.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/glsl3/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/glsl3/array-assign-constructor.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/glsl3/array-in-complex-expression.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/glsl3/compare-structs-containing-arrays.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/glsl3/short-circuiting-in-loop-condition.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/glsl3/tricky-loop-conditions.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/glsl3/vector-dynamic-indexing.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/programs/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/renderbuffers/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/renderbuffers/framebuffer-object-attachment.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/renderbuffers/multisampled-renderbuffer-initialization.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/renderbuffers/readbuffer.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-filter-outofbounds.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-filter-srgb.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-multisampled-readbuffer.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-outside-readbuffer.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-scissor-enabled.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-size-overflow.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-srgb-and-linear-drawbuffers.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-stencil-only.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/blitframebuffer-test.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/clear-srgb-color-buffer.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/draw-buffers.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/element-index-uint.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/framebuffer-completeness-unaffected.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/instanced-arrays.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/uniform-block-buffer-size.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/samplers/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/sync/sync-webgl-specific.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/canvas/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/canvas_sub_rectangle/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/image/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/image_bitmap_from_blob/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/image_bitmap_from_canvas/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/image_bitmap_from_image/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/image_bitmap_from_image_bitmap/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/image_bitmap_from_image_data/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/image_bitmap_from_video/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/image_data/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/copy-texture-image-luma-format.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/copy-texture-image.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-image-with-bad-args-from-dom-elements.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-image-with-bad-args.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-image-with-different-data-source.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-mipmap-levels.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-srgb-mipmap.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-storage-2d.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-storage-and-subimage-3d.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/texel-fetch-undefined.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/svg_image/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/video/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/webgl_canvas/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/transform_feedback/00_test_list.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/transform_feedback/transform_feedback.html:
* webgl/2.0.0/resources/webgl_test_files/conformance2/vertex_arrays/vertex-array-object.html:
* webgl/2.0.0/resources/webgl_test_files/deqp/framework/common/tcuFloat.js:
(goog.scope.tcuFloat.deFloat):
(goog.scope.tcuFloat.deFloat.prototype.deFloatBuffer):
(goog.scope.tcuFloat.deFloat.prototype.deFloatParametersNumber):
(goog.scope.tcuFloat.deFloat.prototype.deFloatParameters):
(goog.scope.tcuFloat.deFloat.prototype.getBitRange):
(goog.scope.tcuFloat.newFloat10):
(goog.scope.tcuFloat.newFloat64):
(goog.scope):
(goog.scope.tcuFloat.deFloat.prototype.array32): Deleted.
(goog.scope.tcuFloat.deFloat.prototype.deFloatNumber64): Deleted.
* webgl/2.0.0/resources/webgl_test_files/deqp/framework/common/tcuFuzzyImageCompare.js:
(goog.scope.tcuFuzzyImageCompare.bilinearSample):
* webgl/2.0.0/resources/webgl_test_files/deqp/framework/common/tcuSkipList.js:
* webgl/2.0.0/resources/webgl_test_files/deqp/framework/common/tcuTestCase.js:
(goog.scope.tcuTestCase.getQueryVal):
(goog.scope.tcuTestCase.Runner.prototype.terminate):
(goog.scope.tcuTestCase.getFilter): Deleted.
* webgl/2.0.0/resources/webgl_test_files/deqp/framework/delibs/debase/deMath.js:
(goog.scope.deMath.arrayToNumber):
(goog.scope.deMath.numberToArray):
(goog.scope.deMath.getBitRange):
(goog.scope.DE_ASSERT): Deleted.
(goog.scope.deMath.getArray32BitRange): Deleted.
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fFboColorbufferTests.js:
(goog.scope.es3fFboColorbufferTests.FboColorMultiTex2DCase.prototype.render):
(goog.scope.es3fFboColorbufferTests.FboColorTexCubeCase.prototype.render):
(goog.scope.es3fFboColorbufferTests.FboColorTex2DArrayCase.prototype.render):
(goog.scope.es3fFboColorbufferTests.FboColorTex3DCase.prototype.render):
(goog.scope.es3fFboColorbufferTests.FboBlendCase.prototype.render):
(goog.scope.es3fFboColorbufferTests.FboColorbufferTests.prototype.init):
(goog.scope.es3fFboColorbufferTests.run):
(goog.scope):
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fLifetimeTests.js:
(goog.scope.es3fLifetimeTests.ScaleProgram.prototype.setPos):
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fMultisampleTests.js:
(goog.scope.es3fMultisampleTests.MultisampleCase.prototype.init):
(goog.scope.es3fMultisampleTests.NumSamplesCase.prototype.iterate):
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fNegativeVertexArrayApiTests.js:
(goog.scope.es3fNegativeVertexArrayApiTests.init):
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fPixelBufferObjectTest.js:
(goog.scope.es3fPixelBufferObjectTest.ReadPixelsTest.prototype.iterate):
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fShaderOperatorTests.js:
(goog.scope.es3fShaderOperatorTests.run):
(goog.scope):
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fShaderPrecisionTests.js:
(goog.scope.es3fShaderPrecisionTests.add):
(goog.scope.es3fShaderPrecisionTests.sub):
(goog.scope.es3fShaderPrecisionTests.mul):
(goog.scope.es3fShaderPrecisionTests.mul32):
(goog.scope.es3fShaderPrecisionTests.div):
(goog.scope.es3fShaderPrecisionTests.createFloatPrecisionEvalProgram):
(goog.scope.es3fShaderPrecisionTests.createIntUintPrecisionEvalProgram):
(goog.scope.es3fShaderPrecisionTests.ShaderFloatPrecisionCase):
(goog.scope.es3fShaderPrecisionTests.ShaderFloatPrecisionCase.prototype.init):
(goog.scope.es3fShaderPrecisionTests.ShaderFloatPrecisionCase.prototype.deinit):
(goog.scope.es3fShaderPrecisionTests.ShaderFloatPrecisionCase.prototype.compare):
(goog.scope.es3fShaderPrecisionTests.ShaderFloatPrecisionCase.prototype.iterate):
(goog.scope.es3fShaderPrecisionTests.ShaderIntPrecisionCase):
(goog.scope.es3fShaderPrecisionTests.ShaderIntPrecisionCase.prototype.init):
(goog.scope.es3fShaderPrecisionTests.ShaderIntPrecisionCase.prototype.deinit):
(goog.scope.es3fShaderPrecisionTests.extendTo32Bit):
(goog.scope.es3fShaderPrecisionTests.ShaderIntPrecisionCase.prototype.iterate):
(goog.scope.es3fShaderPrecisionTests.ShaderUintPrecisionCase):
(goog.scope.es3fShaderPrecisionTests.ShaderUintPrecisionCase.prototype.init):
(goog.scope.es3fShaderPrecisionTests.ShaderUintPrecisionCase.prototype.deinit):
(goog.scope.es3fShaderPrecisionTests.ShaderUintPrecisionCase.prototype.iterate):
(goog.scope.FloatCase):
(goog.scope.IntCase):
(goog.scope.UintCase):
(goog.scope.es3fShaderPrecisionTests.ShaderPrecisionTests.prototype.init):
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fShaderTextureFunctionTests.js:
(goog.scope.es3fShaderTextureFunctionTests.TextureSizeCase.prototype.testTextureSize):
(goog.scope.es3fShaderTextureFunctionTests.run):
(goog.scope):
* webgl/2.0.0/resources/webgl_test_files/deqp/functional/gles3/es3fTextureFilteringTests.js:
(goog.scope.es3fTextureFilteringTests.run):
(goog.scope):
* webgl/2.0.0/resources/webgl_test_files/deqp/temp_externs/html5.js:
* webgl/2.0.0/resources/webgl_test_files/extra/50x50pixel-black-with-red-triangle.png: Added.
* webgl/2.0.0/resources/webgl_test_files/extra/canvas-compositing-test.png: Added.
* webgl/2.0.0/resources/webgl_test_files/extra/sample-100.png: Added.
* webgl/2.0.0/resources/webgl_test_files/extra/sample-200.png: Added.
* webgl/2.0.0/resources/webgl_test_files/extra/sample-400.png: Added.
* webgl/2.0.0/resources/webgl_test_files/extra/webgl-translate-shader.html:
* webgl/2.0.0/resources/webgl_test_files/js/js-test-pre.js:
(nonKhronosFrameworkNotifyDone):
* webgl/2.0.0/resources/webgl_test_files/js/tests/iterable-test.js:
(doNextTest):
(run):
(IterableTest):
(createPreserveDrawingBufferLeakTest): Deleted.
* webgl/2.0.0/resources/webgl_test_files/js/tests/out-of-bounds-test.js:
(runDrawArraysTest):
(runDrawElementsTest):
(runInstancedTest):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-2d-with-canvas-sub-rectangle.js:
(init):
(runTestOnBindingTarget):
(generateTest):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-2d-with-canvas.js:
(init):
(setCanvasToRedGreen):
(checkSourceCanvasImageData):
(runOneIteration):
(runTest.runTexImageTest.):
(runTest.runTexImageTest):
(runTest):
(generateTest):
(replicateRedChannel): Deleted.
(zapColorChannels): Deleted.
(setAlphaChannelTo1): Deleted.
(replicateAllRedChannels): Deleted.
(setAllAlphaChannelsTo1): Deleted.
(repeatCountForTextureFormat): Deleted.
(setCanvasToSemiTransparentRedGreen): Deleted.
(setCanvasTo257x257SemiTransparent): Deleted.
(setCanvasToMinSemiTransparent): Deleted.
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-2d-with-image-data.js:
(init):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-2d-with-image.js:
(init):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-2d-with-svg-image.js:
(init):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-2d-with-video.js:
(init):
(runOneIteration):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-2d-with-webgl-canvas.js:
(init):
(runOneIteration):
(runTest.runTexImageTest.):
(runTest.runTexImageTest):
(runTest):
(generateTest):
(shouldRepeatTestForTextureFormat): Deleted.
(): Deleted.
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-3d-with-canvas.js:
(runTest.runTexImageTest.):
(runTest.runTexImageTest):
(runTest):
(generateTest):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-3d-with-video.js:
(runOneIteration):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-3d-with-webgl-canvas.js:
(runOneIteration):
(runTest.runTexImageTest.):
(runTest.runTexImageTest):
(runTest):
(generateTest):
* webgl/2.0.0/resources/webgl_test_files/js/tests/tex-image-and-sub-image-with-image-bitmap-utils.js:
(runOneIterationImageBitmapTest):
(runOneIterationImageBitmapTestSubSource):
* webgl/2.0.0/resources/webgl_test_files/js/webgl-test-utils.js:
(glEnumToString):
(setupTransformFeedbackProgram):
(setupUnitQuad):
(setupUnitQuadWithTexCoords):
(setupTexturedQuad):
(setupColorQuad):
(setupTexturedQuadWithTexCoords):
(setupTexturedQuadWithCubeMap):
(glTypeToTypedArrayType):
(getBytesPerComponent):
(fillTexture):
(checkCanvasRectColor):
(checkCanvasRect):
(shouldThrowOrGenerateGLError):
(loadShader):
(getRequestVidFrameCallback):
(setZeroTimeout):
(maybeCallCallback):
(playingListener):
(timeupdateListener):
(startPlayingAndWaitForVideo):
(linearChannelToSRGB):
(WebGLTestUtils):
(setupQuadWithTexCoords): Deleted.
(dummySetProgramAndDrawNothing): Deleted.
(comparePixels): Deleted.
(displayImageDiff): Deleted.
(createImageFromPixel): Deleted.
* webgl/2.0.0/resources/webgl_test_files/py/lint/README.md:
* webgl/2.0.0/resources/webgl_test_files/py/lint/lint.allowlist: Added.
* webgl/2.0.0/resources/webgl_test_files/py/lint/lint.py:
(parse_allowlist_file):
(parse_allowlist_file.inner):
(allowlist_errors):
(main.run_lint):
(parse_whitelist_file): Deleted.
(parse_whitelist_file.inner): Deleted.
(whitelist_errors): Deleted.
* webgl/2.0.0/resources/webgl_test_files/py/tex_image_test_generator.py:
* webgl/2.0.0/resources/webgl_test_files/resources/1-channel.jpg: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/3x3.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/blue-1x1.jpg: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/bug-32888-texture.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-1024x1024.jpg: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp-256-with-128-alpha.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp-256.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp-default-gamma.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp-gamma0.1.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp-gamma1.0.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp-gamma2.0.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp-gamma4.0.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp-gamma9.0.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/gray-ramp.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/green-2x2-16bit.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/npot-video.mp4: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/npot-video.theora.ogv: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/npot-video.webmvp8.webm: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/opengl_logo.jpg: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-green-blue-cyan-4x4.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-green-blue-cyan-4x4.psd: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-green-semi-transparent.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-green.bt601.vp9.webm: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-green.mp4: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-green.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-green.theora.ogv: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-green.webmvp8.webm: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/red-indexed.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/small-square-with-cie-rgb-profile.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/small-square-with-colormatch-profile.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/small-square-with-colorspin-profile.jpg: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/small-square-with-colorspin-profile.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/small-square-with-e-srgb-profile.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/small-square-with-smpte-c-profile.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/small-square-with-srgb-iec61966-2.1-profile.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/thunderbird-logo-64x64.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/transparent-on-left-indexed.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/webgl-logo.png: Added.
* webgl/2.0.0/resources/webgl_test_files/resources/zero-alpha.png: Added.
* webgl/2.0.0/resources/webgl_test_files/test-guidelines.md:
* webgl/2.0.0/resources/webgl_test_files/webgl-conformance-tests.html:
2020-07-28 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: (r264950): [ iOS wk2 ] broke 4 xmlhttprequest tests
https://bugs.webkit.org/show_bug.cgi?id=214873
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations: Remove flaky
expectation since I rebaselined these tests with r264989.
2020-07-28 Ryan Haddad <ryanhaddad@apple.com>
Test landed broken(?): [ macOS wk1 ] fast/dynamic/size-to-content-autosize-with-percent-document-height.html is a constant image failure
https://bugs.webkit.org/show_bug.cgi?id=214876
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Mark the test as failing while the cause is investigated.
2020-07-28 Saam Barati <sbarati@apple.com>
JSPromise::reject might throw more than an unterminated exception
https://bugs.webkit.org/show_bug.cgi?id=214854
<rdar://problem/66152648>
Reviewed by Yusuke Suzuki.
* js/dom/promise-rejection-might-stack-overflow-expected.txt: Added.
* js/dom/promise-rejection-might-stack-overflow.html: Added.
* js/dom/script-tests/promise-rejection-might-stack-overflow.js: Added.
(foo):
2020-07-28 Ryan Haddad <ryanhaddad@apple.com>
Add test expectations and baselines for iOS 14
https://bugs.webkit.org/show_bug.cgi?id=214709
Unreviewed test gardening.
Add a few missing baselines for failures that weren't caught by EWS
due to pre-existing flaky expectations.
* platform/ios-13/http/tests/xmlhttprequest/methods-async-expected.txt: Added.
* platform/ios-13/http/tests/xmlhttprequest/methods-expected.txt: Added.
* platform/ios-13/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
* platform/ios-13/http/tests/xmlhttprequest/workers/methods-expected.txt: Added.
2020-07-28 Yusuke Suzuki <ysuzuki@apple.com>
IndexedDB binding utilities miss exception checks
https://bugs.webkit.org/show_bug.cgi?id=214820
<rdar://problem/66152374>
Reviewed by Mark Lam.
* js/dom/indexed-db-operations-exception-checks-expected.txt: Added.
* js/dom/indexed-db-operations-exception-checks.html: Added.
2020-07-28 Karl Rackler <rackler@apple.com>
REGRESSION (r262539): [ iOS wk2 ] imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-drawImage.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=214877
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-07-28 Karl Rackler <rackler@apple.com>
REGRESSION: (r264950): [ iOS wk2 ] broke 4 xmlhttprequest tests
https://bugs.webkit.org/show_bug.cgi?id=214873
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-07-28 Karl Rackler <rackler@apple.com>
REGRESSION: (r264492) Broke 4 WebRTC tests and 1 webrtc tests
https://bugs.webkit.org/show_bug.cgi?id=214730
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-07-28 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK gardening. Rebaseline tests after r264968
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/css-style-attr-decl-block-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
2020-07-28 Xabier Rodriguez Calvar <calvaris@igalia.com>
[GStreamer] media/vp9.html failing since check-in in r263894
https://bugs.webkit.org/show_bug.cgi?id=213947
Reviewed by Philippe Normand.
* media/vp9.html: Used usingGStreamer() to adjust expectation of
the first test and to enable the second. Both are passing now for
GStreamer ports.
* platform/glib/TestExpectations: Removed media/vp9.html failure
from expectations.
2020-07-28 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update test expectations after r264967.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-07-28 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK gardening. Mark compositing/clipping/border-radius-stacking-context-clip.html as failure
* platform/gtk/TestExpectations:
2020-07-27 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WPE] Support for backdrop-filter
https://bugs.webkit.org/show_bug.cgi?id=169988
Reviewed by Adrian Perez de Castro.
Update test expectations.
* platform/glib/TestExpectations:
* platform/glib/css3/filters/backdrop/backdrop-filter-does-not-size-properly-absolute-expected.txt: Added.
* platform/glib/css3/filters/backdrop/backdrop-filter-does-not-size-properly-border-and-padding-expected.txt: Added.
* platform/glib/css3/filters/backdrop/backdrop-filter-with-clip-path-expected.txt: Added.
* platform/glib/css3/filters/backdrop/backdrop-filter-with-cliprect-expected.txt: Added.
* platform/glib/css3/filters/backdrop/backdrop-filter-with-mask-expected.txt: Added.
* platform/glib/css3/filters/backdrop/backdrop-with-visibility-hidden-changing-expected.txt: Added.
* platform/glib/css3/filters/backdrop/backdrop-with-visibility-hidden-expected.txt: Added.
* platform/glib/css3/filters/backdrop/resource-use-add-more-layers-expected.txt: Added.
* platform/glib/css3/filters/backdrop/resource-use-excessive-expected.txt: Added.
* platform/glib/css3/filters/backdrop/resource-use-ok-expected.txt: Added.
* platform/glib/css3/filters/backdrop/resource-use-remove-some-layers-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-07-28 Youenn Fablet <youenn@apple.com>
ReadableStreamDefaultController should use private JS built-in methods
https://bugs.webkit.org/show_bug.cgi?id=214819
Reviewed by Darin Adler.
* http/wpt/fetch/readableStreamDefaultController-overwriting-expected.txt: Added.
* http/wpt/fetch/readableStreamDefaultController-overwriting.html: Added.
* http/wpt/fetch/resources/lengthy-pass.py: Added.
2020-07-27 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r230479): [TextureMapper] replica layer is not rendered
https://bugs.webkit.org/show_bug.cgi?id=214827
Reviewed by Adrian Perez de Castro.
Add missing expectations for compositing/reflections tests and rebaseline the existing ones.
* platform/gtk/TestExpectations:
* platform/gtk/compositing/reflections/animation-inside-reflection-expected.png: Added.
* platform/gtk/compositing/reflections/animation-inside-reflection-expected.txt: Added.
* platform/gtk/compositing/reflections/backface-hidden-reflection-expected.png: Added.
* platform/gtk/compositing/reflections/become-simple-composited-reflection-expected.png: Added.
* platform/gtk/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
* platform/gtk/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
* platform/gtk/compositing/reflections/deeply-nested-reflections-expected.png: Added.
* platform/gtk/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
* platform/gtk/compositing/reflections/direct-image-object-fit-reflected-expected.txt: Added.
* platform/gtk/compositing/reflections/load-video-in-reflection-expected.png: Added.
* platform/gtk/compositing/reflections/load-video-in-reflection-expected.txt: Added.
* platform/gtk/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
* platform/gtk/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-anchor-point-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-animated-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-animated-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-on-overflow-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-opacity-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-opacity-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-size-change-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-size-change-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-transformed-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
* platform/gtk/compositing/reflections/nested-reflection-transition-expected.png: Added.
* platform/gtk/compositing/reflections/nested-reflection-transition-expected.txt: Added.
* platform/gtk/compositing/reflections/reflection-in-composited-expected.png:
* platform/gtk/compositing/reflections/reflection-on-composited-expected.png: Added.
* platform/gtk/compositing/reflections/reflection-on-composited-expected.txt: Added.
* platform/gtk/compositing/reflections/reflection-opacity-expected.png: Added.
* platform/gtk/compositing/reflections/reflection-opacity-expected.txt: Added.
* platform/gtk/compositing/reflections/reflection-ordering-expected.png: Added.
* platform/gtk/compositing/reflections/reflection-ordering-expected.txt: Added.
* platform/gtk/compositing/reflections/reflection-positioning-expected.png: Added.
* platform/gtk/compositing/reflections/reflection-positioning-expected.txt: Added.
* platform/gtk/compositing/reflections/reflection-positioning2-expected.png: Added.
* platform/gtk/compositing/reflections/reflection-positioning2-expected.txt: Added.
* platform/gtk/compositing/reflections/remove-add-reflection-expected.png: Added.
* platform/gtk/compositing/reflections/simple-composited-reflections-expected.png: Added.
* platform/gtk/compositing/reflections/simple-composited-reflections-expected.txt: Added.
* platform/gtk/compositing/reflections/transform-inside-reflection-expected.png: Added.
* platform/gtk/compositing/reflections/transform-inside-reflection-expected.txt: Added.
2020-07-27 Antoine Quint <graouts@webkit.org>
Test landed flaky: [ iOS ] fast/visual-viewport/scroll-event-fired-during-scroll-alone.html is a flakey failure
https://bugs.webkit.org/show_bug.cgi?id=214324
<rdar://problem/65566127>
Reviewed by Simon Fraser.
Use UIHelper.ensureStablePresentationUpdate() and an additional animation frame to determine that
scroll has completed after the call to `window.scrollTo()`.
* fast/visual-viewport/scroll-event-fired-during-scroll-alone.html:
* platform/ios-simulator-wk2/TestExpectations:
2020-07-27 Alex Christensen <achristensen@webkit.org>
Null check inlineStyle in StyledElement::invalidateStyleAttribute
https://bugs.webkit.org/show_bug.cgi?id=214782
<rdar://problem/66052987>
Reviewed by Geoffrey Garen.
* fast/dom/null-inline-style-expected.txt: Added.
* fast/dom/null-inline-style.html: Added.
2020-07-27 Zalan Bujtas <zalan@apple.com>
Extension is sized incorrectly, content is cut off.
https://bugs.webkit.org/show_bug.cgi?id=214858
<rdar://problem/64135680>
Reviewed by Simon Fraser.
* fast/dynamic/size-to-content-autosize-with-percent-document-height-expected.html: Added.
* fast/dynamic/size-to-content-autosize-with-percent-document-height.html: Added.
2020-07-27 Ryan Haddad <ryanhaddad@apple.com>
[ MacOS Debug ] Layout Test webgl/2.0.0/conformance2/textures/misc/tex-unpack-params.html is flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=190892
Unreviewed test gardening.
* platform/mac/TestExpectations: Remove slow expectation since the test doesn't appear to be taking
that long to run, and this expectation is overriding the one for webkit.org/b/214763
2020-07-27 Kenneth Russell <kbr@chromium.org>
Add output directory option to WebGL conformance import script
https://bugs.webkit.org/show_bug.cgi?id=214856
Reviewed by Dean Jackson.
Add an -o / --ouptut-dir option to support revising the
LayoutTests/webgl/2.0.0 snapshot.
* webgl/generate-webgl-tests.py:
(main):
2020-07-24 Ryan Haddad <ryanhaddad@apple.com>
Add test expectations and baselines for iOS 14
https://bugs.webkit.org/show_bug.cgi?id=214709
Reviewed by Jonathan Bedard.
* platform/ios-13/TestExpectations: Added.
* platform/ios-13/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt: Added.
* platform/ios-13/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
* platform/ios-13/fast/forms/slider-thumb-shared-style-expected.txt: Added.
* platform/ios-13/fast/inline/br-text-decoration-expected.txt: Added.
* platform/ios-13/fast/layers/inline-dirty-z-order-lists-expected.txt: Added.
* platform/ios-13/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt: Added.
* platform/ios-13/fast/text/international/bidi-LDB-2-CSS-expected.txt: Added.
* platform/ios-13/fast/text/international/bidi-LDB-2-HTML-expected.txt: Added.
* platform/ios-13/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt: Copied from LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt.
* platform/ios-13/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt: Copied from LayoutTests/platform/ios/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt.
* platform/ios-13/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Added.
* platform/ios-13/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt: Copied from LayoutTests/platform/ios/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt.
* platform/ios-13/platform/TestExpectations: Added.
* platform/ios-13/platform/ios/ios/fast/text/opticalFont-expected.txt: Copied from LayoutTests/platform/ios/platform/ios/ios/fast/text/opticalFont-expected.txt.
* platform/ios-13/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Copied from LayoutTests/platform/ios/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt.
* platform/ios-13/platform/ios/ios/fast/text/opticalFontWithWeight-expected.txt: Copied from LayoutTests/platform/ios/platform/ios/ios/fast/text/opticalFontWithWeight-expected.txt.
* platform/ios/TestExpectations:
* platform/ios/http/tests/xmlhttprequest/methods-async-expected.txt: Added.
* platform/ios/http/tests/xmlhttprequest/methods-expected.txt: Added.
* platform/ios/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
* platform/ios/http/tests/xmlhttprequest/workers/methods-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/encoding/eof-shift_jis-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/mathml/relations/css-styling/ignored-properties-001-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt:
* platform/ios/platform/ios/ios/fast/text/opticalFont-expected.txt:
* platform/ios/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt:
* platform/ios/platform/ios/ios/fast/text/opticalFontWithWeight-expected.txt:
* platform/ipad-13/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: Copied from LayoutTests/platform/ipad/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt.
* platform/ipad/platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/encoding/eof-shift_jis-expected.txt: Added.
2020-07-27 Chris Dumez <cdumez@apple.com>
ASSERT([filteredCookies.get() count] <= 1) on imported/w3c/web-platform-tests/websockets/cookies/third-party-cookie-accepted.https.html
https://bugs.webkit.org/show_bug.cgi?id=214222
<rdar://problem/65587120>
Reviewed by Alex Christensen.
* http/tests/cookies/document-cookie-multiple-cookies-expected.txt: Added.
* http/tests/cookies/document-cookie-multiple-cookies.html: Added.
Add better layout test coverage.
* platform/ios-wk2/TestExpectations:
Unskip tests that is no longer crashing on iOS.
2020-07-27 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r264926.
Test is failing on macOS Debug WK1 bots
Reverted changeset:
"Test landed flaky: [ iOS ] fast/visual-viewport/scroll-event-
fired-during-scroll-alone.html is a flakey failure"
https://bugs.webkit.org/show_bug.cgi?id=214324
https://trac.webkit.org/changeset/264926
2020-07-27 Hector Lopez <hector_i_lopez@apple.com>
[ iOS ] fast/canvas/draw-focus-if-needed-with-path.html is passing and expectations need to be removed
https://bugs.webkit.org/show_bug.cgi?id=214838
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-27 Hector Lopez <hector_i_lopez@apple.com>
[ iOS ] fast/canvas/canvas-ellipse-zero-lineto.html is passing and expectations need to be removed
https://bugs.webkit.org/show_bug.cgi?id=214836
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
2020-07-27 Diego Pino Garcia <dpino@igalia.com>
[WPE] Update test expectations. Update baselines after r263855.
* platform/glib/tables/mozilla/bugs/bug222336-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug222336-expected.txt.
* platform/wpe/fast/css/acid2-expected.txt:
* platform/wpe/fast/css/acid2-pixel-expected.txt:
* platform/wpe/http/tests/misc/acid2-expected.txt:
* platform/wpe/http/tests/misc/acid2-pixel-expected.txt:
* platform/wpe/http/tests/misc/acid3-expected.txt:
2020-07-27 Hector Lopez <hector_i_lopez@apple.com>
[ iOS ] fast/canvas/canvas-blending-global-alpha.html is passing and expectations need to be removed
https://bugs.webkit.org/show_bug.cgi?id=214833
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
2020-07-27 Dean Jackson <dino@apple.com>
Repeatable WebContent crash: WebCore::jsWebGLRenderingContextPrototypeFunctionGetError
https://bugs.webkit.org/show_bug.cgi?id=214814
rdar://59290537
Reviewed by Anders Carlsson.
* fast/canvas/webgl/recycle-contexts-expected.html: Added.
* fast/canvas/webgl/recycle-contexts.html: Added.
2020-07-27 Karl Rackler <rackler@apple.com>
REGRESSION: (r264492) Broke 4 WebRTC tests and 1 webrtc tests
https://bugs.webkit.org/show_bug.cgi?id=214730
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-07-27 Youenn Fablet <youenn@apple.com>
scaleResolutionDownBy has no effect on RTCRtpSender
https://bugs.webkit.org/show_bug.cgi?id=214783
<rdar://problem/66108346>
Reviewed by Eric Carlson.
* webrtc/video-expected.txt:
* webrtc/video.html:
2020-07-27 Hector Lopez <hector_i_lopez@apple.com>
[ iOS ] css3/font-variant-small-caps-synthesis-coverage.html is passing and needs expectations removed
https://bugs.webkit.org/show_bug.cgi?id=214831
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
* platform/ios-wk1/TestExpectations:
2020-07-27 Antoine Quint <graouts@webkit.org>
Test landed flaky: [ iOS ] fast/visual-viewport/scroll-event-fired-during-scroll-alone.html is a flakey failure
https://bugs.webkit.org/show_bug.cgi?id=214324
<rdar://problem/65566127>
Reviewed by Simon Fraser.
Use UIHelper.ensureStablePresentationUpdate() to determine that scroll has completed after the call to `window.scrollTo()`.
* fast/visual-viewport/scroll-event-fired-during-scroll-alone.html:
* platform/ios-simulator-wk2/TestExpectations:
2020-07-27 Hector Lopez <hector_i_lopez@apple.com>
[ iOS ] compositing/contents-scale/non-decomposable-matrix.html is passing and needs expectations removed
https://bugs.webkit.org/show_bug.cgi?id=214829
Unreviewed test gardening.
* platform/ios-device/TestExpectations:
* platform/ios/TestExpectations:
2020-07-27 Karl Rackler <rackler@apple.com>
[ iOS Mac debug wk2 ] js/throw-large-string-oom.html is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=214824
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-07-27 Karl Rackler <rackler@apple.com>
[ iOS debug wk2 ] imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html is a consistant crash.
https://bugs.webkit.org/show_bug.cgi?id=214661
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-07-25 Simon Fraser <simon.fraser@apple.com>
Scroll Snap broken when using RTL layout
https://bugs.webkit.org/show_bug.cgi?id=193671
<rdar://problem/47457471>
Reviewed by Wenson Hsieh.
* css3/scroll-snap/resources/iframe-content-rtl.html: Added.
* css3/scroll-snap/scroll-snap-2d-change-axis-type-rtl-expected.txt: Added.
* css3/scroll-snap/scroll-snap-2d-change-axis-type-rtl.html: Copied from LayoutTests/css3/scroll-snap/scroll-snap-2d-change-axis-type.html.
* css3/scroll-snap/scroll-snap-2d-change-axis-type.html:
* css3/scroll-snap/scroll-snap-2d-offsets-computed-independently.html:
* css3/scroll-snap/scroll-snap-2d-offsets-computed-independently.rtl-expected.txt: Added.
* css3/scroll-snap/scroll-snap-2d-offsets-computed-independently.rtl.html: Copied from LayoutTests/css3/scroll-snap/scroll-snap-2d-offsets-computed-independently.html.
* css3/scroll-snap/scroll-snap-elements-container-larger-than-children-rtl-expected.txt: Added.
* css3/scroll-snap/scroll-snap-elements-container-larger-than-children-rtl.html: Copied from LayoutTests/css3/scroll-snap/scroll-snap-elements-container-larger-than-children.html.
* css3/scroll-snap/scroll-snap-elements-container-larger-than-children.html:
* css3/scroll-snap/scroll-snap-iframe-rtl-expected.txt: Added.
* css3/scroll-snap/scroll-snap-iframe-rtl.html: Added.
* css3/scroll-snap/scroll-snap-offsets-mixed-rtl-expected.txt: Added.
* css3/scroll-snap/scroll-snap-offsets-mixed-rtl.html: Added.
* css3/scroll-snap/scroll-snap-offsets-rtl-expected.txt: Added.
* css3/scroll-snap/scroll-snap-offsets-rtl.html: Added.
* fast/scrolling/home-end-keys-scroll-in-rtl-document-expected.txt: Added.
2020-07-26 Wenson Hsieh <wenson_hsieh@apple.com>
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
<rdar://problem/65993683>
Reviewed by Darin Adler.
Remove the failing test expectation.
* platform/ios-simulator-wk2/TestExpectations:
2020-07-23 Darin Adler <darin@apple.com>
Stop using live ranges in SpellChecker.h and TextCheckingHelper.h
https://bugs.webkit.org/show_bug.cgi?id=214648
Reviewed by Sam Weinig.
* editing/spelling/design-mode-spellcheck-off-expected.txt: Updated to use the misspelling
"tyop" instead of "asdf", otherwise spell checking thinks the text is in Romanian,
rather than misspelled US English.
* editing/spelling/design-mode-spellcheck-off.html: Ditto.
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.html: Added.
Changed this test into a reference test.
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: Removed.
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt: Removed.
2020-07-26 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations and baselines after r264899.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/percentage-height-in-flexbox-expected.txt.
* platform/glib/mathml/opentype/opentype-stretchy-expected.txt: Renamed from LayoutTests/platform/gtk/mathml/opentype/opentype-stretchy-expected.txt.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/wpe/fast/table/cell-absolute-child-expected.txt:
* platform/wpe/fast/table/empty-cells-expected.txt:
* platform/wpe/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug10633-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1188-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1302-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug16012-expected.txt:
2020-07-26 Youenn Fablet <youenn@apple.com>
Update capture MediaStreamTrack frameRate and aspectRatio capabilities
https://bugs.webkit.org/show_bug.cgi?id=214741
Reviewed by Eric Carlson.
* fast/mediastream/MediaStreamTrack-getCapabilities-expected.txt:
* fast/mediastream/apply-constraints-video-expected.txt:
* fast/mediastream/apply-constraints-video.html:
2020-07-26 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Garden flaky failures after r264897.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-07-26 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Added baseline for WebGL test after r264845.
* platform/glib/webgl/1.0.3/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
2020-07-25 Simon Fraser <simon.fraser@apple.com>
Some scroll snap cleanup
https://bugs.webkit.org/show_bug.cgi?id=214788
Reviewed by Wenson Hsieh.
New results.
* css3/scroll-snap/scroll-snap-children-with-padding-expected.txt:
* css3/scroll-snap/scroll-snap-children-with-transforms-expected.txt:
* css3/scroll-snap/scroll-snap-offsets-expected.txt:
* css3/scroll-snap/scroll-snap-positions-expected.txt:
2020-07-24 Alex Christensen <achristensen@webkit.org>
Null check frame in Document::dispatchDisabledAdaptationsDidChangeForMainFrame and a few other places
https://bugs.webkit.org/show_bug.cgi?id=214715
<rdar://problem/65467702>
Reviewed by Geoffrey Garen.
* security/mutation-observer-frame-detach-expected.txt: Added.
* security/mutation-observer-frame-detach.html: Added.
2020-07-24 Alex Christensen <achristensen@webkit.org>
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 <msaboff@apple.com>
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 <ysuzuki@apple.com>
[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 <hector_i_lopez@apple.com>
[ 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 <wenson_hsieh@apple.com>
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
<rdar://problem/65993683>
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 <tzagallo@apple.com>
WKStringGetMaximumUTF8CStringSize should cast before arithmetic
https://bugs.webkit.org/show_bug.cgi?id=214750
<rdar://problem/65884455>
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 <mark.lam@apple.com>
Fix exception check handling below postMessage().
https://bugs.webkit.org/show_bug.cgi?id=214761
<rdar://problem/65932136>
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 <kbr@chromium.org>
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 <ryanhaddad@apple.com>
[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 <simon.fraser@apple.com>
steps() timing function on a transform animation triggers a render every frame
https://bugs.webkit.org/show_bug.cgi?id=214712
<rdar://problem/62737868>
Reviewed by Tim Horton.
* animations/steps-transform-rendering-updates-expected.txt: Added.
* animations/steps-transform-rendering-updates.html: Added.
2020-07-24 Mark Lam <mark.lam@apple.com>
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
<rdar://problem/65927049>
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 <hector_i_lopez@apple.com>
[ 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 <jiewen_tan@apple.com>
Propagating user gesture through Fetch API
https://bugs.webkit.org/show_bug.cgi?id=214444
<rdar://problem/65980953>
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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <hector_i_lopez@apple.com>
[ 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 <rackler@apple.com>
[ 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 <kbr@chromium.org>
[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 <hector_i_lopez@apple.com>
[ 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 <rackler@apple.com>
[ 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 <ryanhaddad@apple.com>
[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 <rackler@apple.com>
[ 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 <youenn@apple.com>
ASSERT(!m_peerConnection.isClosed()) on imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-operations.https.html
https://bugs.webkit.org/show_bug.cgi?id=214189
<rdar://problem/65343941>
Reviewed by Eric Carlson.
* TestExpectations: Unskip test.
2020-07-24 Hector Lopez <hector_i_lopez@apple.com>
[ 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 <cdumez@apple.com>
[ 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
<rdar://problem/66001110>
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 <hector_i_lopez@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <youenn@apple.com>
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 <jdarpinian@chromium.org>
[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 <ysuzuki@apple.com>
We should have exception check after promise operation
https://bugs.webkit.org/show_bug.cgi?id=214610
<rdar://problem/65881794>
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 <keith_miller@apple.com>
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 <ryanhaddad@apple.com>
[ 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 <hector_i_lopez@apple.com>
[ 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 <sihui_liu@appe.com>
Allow IndexedDB in third-party frames
https://bugs.webkit.org/show_bug.cgi?id=214583
<rdar://problem/61278487>
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 <ysuzuki@apple.com>
Add exception check for WebCore createRejectedPromiseWithTypeError
https://bugs.webkit.org/show_bug.cgi?id=214680
<rdar://problem/65925490>
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 <rackler@apple.com>
[ 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 <zalan@apple.com>
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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <calvaris@igalia.com>
[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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <rackler@apple.com>
[ 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 <commit-queue@webkit.org>
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 <mark.lam@apple.com>
Fix missing exception checks below RTCPeerConnection.generateCertificate().
https://bugs.webkit.org/show_bug.cgi?id=214668
<rdar://problem/65929975>
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 <dpino@igalia.com>
[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 <ryanhaddad@apple.com>
[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 <ryanhaddad@apple.com>
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 <eric.carlson@apple.com>
[Cocoa] canPlayType with 'codecs' parameter should never return "maybe"
https://bugs.webkit.org/show_bug.cgi?id=214621
<rdar://problem/65146785>
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 <kbr@chromium.org>
[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 <rackler@apple.com>
[ 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 <Hironori.Fujii@sony.com>
[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 <rackler@apple.com>
[ 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 <simon.fraser@apple.com>
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 <mmaxfield@apple.com>
REGRESSION(r205826): narrowNoBreakSpace (U+202F) has zero width, regardless of font
https://bugs.webkit.org/show_bug.cgi?id=214626
<rdar://problem/65193790>
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 <simon.fraser@apple.com>
Scrolling tesla.com on iPad is not smooth
https://bugs.webkit.org/show_bug.cgi?id=214627
<rdar://problem/65568979>
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 <hector_i_lopez@apple.com>
[ 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 <commit-queue@webkit.org>
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 <youenn@apple.com>
KeepAlive fetch should not be blocked in pagehide event handlers
https://bugs.webkit.org/show_bug.cgi?id=214630
<rdar://problem/65564772>
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 <dpino@igalia.com>
[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 <kbr@chromium.org>
[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 <wenson_hsieh@apple.com>
REGRESSION (r258871): Shift + click to extend selection loses currently selected text
https://bugs.webkit.org/show_bug.cgi?id=214617
<rdar://problem/64980223>
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 <jer.noble@apple.com>
[Cocoa] Add experimental MSE WebM parser
https://bugs.webkit.org/show_bug.cgi?id=214529
<rdar://problem/65782467>
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 <bburg@apple.com>
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 <ysuzuki@apple.com>
Use CatchScope in microtask execution
https://bugs.webkit.org/show_bug.cgi?id=214600
<rdar://problem/65881165>
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 <youenn@apple.com>
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 <sihui_liu@appe.com>
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 <hector_i_lopez@apple.com>
[ 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 <zalan@apple.com>
[UI Events] Make mousemove cancelable
https://bugs.webkit.org/show_bug.cgi?id=214513
<rdar://problem/64267520>
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 <hector_i_lopez@apple.com>
[ 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 <pnormand@igalia.com>
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 <calvaris@igalia.com>
[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 <cgarcia@igalia.com>
[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 <achristensen@webkit.org>
Revert r262776 for existing apps using UIWebView/WebView
https://bugs.webkit.org/show_bug.cgi?id=214528
<rdar://problem/65468982>
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 <keith_miller@apple.com>
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 <hector_i_lopez@apple.com>
[ 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 <wenson_hsieh@apple.com>
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
<rdar://problem/65302701>
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 <hector_i_lopez@apple.com>
[ 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 <sabouhallawa@apple.com>
CSS clip-path is applied to the <svg> 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 <clark_wang@apple.com>
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 <ryanhaddad@apple.com>
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 <keith_miller@apple.com>
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 <katherine_cheney@apple.com>
[ iOS macOS ] http/tests/resourceLoadStatistics/grandfathering-database.html is a rare flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=213553
<rdar://problem/64696432>
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 <pnormand@igalia.com>
[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 <youenn@apple.com>
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 <youenn@apple.com>
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 <commit-queue@webkit.org>
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 <rbuis@igalia.com>
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 <pnormand@igalia.com>
[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 <pnormand@igalia.com>
[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 <pnormand@igalia.com>
Unreviewed, GTK gardening
* platform/gtk/TestExpectations: Unflag now-stable webrtc tests, no longer flaky since r263836.
2020-07-19 Lauro Moura <lmoura@igalia.com>
[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 <shvaikalesh@gmail.com>
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 <cdumez@apple.com>
Unreviewed, skip a few css WPT tests that are crashing in Debug since the recent WPT resync.
* TestExpectations:
2020-07-18 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-addIceCandidate-timing.https.html as flaky.
* TestExpectations:
2020-07-18 Chris Dumez <cdumez@apple.com>
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 <cdumez@apple.com>
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 <cdumez@apple.com>
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 <tsavell@apple.com>
[ 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 <sihui_liu@appe.com>
REGRESSION(r264486): storage/indexeddb/structured-clone.html crashes
https://bugs.webkit.org/show_bug.cgi?id=214481
<rdar://problem/65735839>
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-07-17 Lauro Moura <lmoura@igalia.com>
[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 <tsavell@apple.com>
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 <tsavell@apple.com>
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 <tsavell@apple.com>
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 <cdumez@apple.com>
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 <hector_i_lopez@apple.com>
[ 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 <cdumez@apple.com>
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 <clark_wang@apple.com>
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 <kbr@chromium.org>
[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 <jdarpinian@chromium.org>
[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 <tsavell@apple.com>
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 <lmoura@igalia.com>
[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 <sihui_liu@appe.com>
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 <clopez@igalia.com>
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 <tsavell@apple.com>
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 <tsavell@apple.com>
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 <rbuis@igalia.com>
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 <lmoura@igalia.com>
[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 <lmoura@igalia.com>
[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 <lmoura@igalia.com>
[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 <lmoura@igalia.com>
[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 <lmoura@igalia.com>
[GTK] Garden some debug crashes
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-07-16 Jiewen Tan <jiewen_tan@apple.com>
[WebAuthn] Add a console message: "User gesture is required to use the platform authenticator."
https://bugs.webkit.org/show_bug.cgi?id=214380
<rdar://problem/65300587>
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 <hector_i_lopez@apple.com>
[ 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 <sihui_liu@appe.com>
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
<rdar://problem/62045703>
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 <hector_i_lopez@apple.com>
[ 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 <megan_gardner@apple.com>
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 <tsavell@apple.com>
(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 <cdumez@apple.com>
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 <jer.noble@apple.com>
[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 <hector_i_lopez@apple.com>
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 <clopez@igalia.com>
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 <hector_i_lopez@apple.com>
[ 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 <cdumez@apple.com>
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 <clopez@igalia.com>
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 <cgarcia@igalia.com>
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 <ysuzuki@apple.com>
Should clear exception after microtask draining
https://bugs.webkit.org/show_bug.cgi?id=214391
<rdar://problem/65536227>
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 <ryanhaddad@apple.com>
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 <simon.fraser@apple.com>
[ 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 <mark.lam@apple.com>
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 <ryanhaddad@apple.com>
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 <clopez@igalia.com>
[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 <ryanhaddad@apple.com>
[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 <ryanhaddad@apple.com>
[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 <ryanhaddad@apple.com>
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 <hector_i_lopez@apple.com>
[ 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 <hector_i_lopez@apple.com>
[ 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 <hector_i_lopez@apple.com>
[ 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 <cdumez@apple.com>
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 <hector_i_lopez@apple.com>
[ 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 <simon.fraser@apple.com>
[ 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
<rdar://problem/65609413>
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 <cdumez@apple.com>
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 <dabates@apple.com>
[iOS] Caret should be before text placeholder instead of after it
https://bugs.webkit.org/show_bug.cgi?id=214319
<rdar://problem/65295523>
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 <simon.fraser@apple.com>
itsnicethat.com page is sometimes non-scrollable
https://bugs.webkit.org/show_bug.cgi?id=214362
<rdar://problem/65431127>
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 <mark.lam@apple.com>
Add handling of out of memory handling while adding a worklet module.
https://bugs.webkit.org/show_bug.cgi?id=214354
<rdar://problem/65271931>
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 <hector_i_lopez@apple.com>
[ 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 <lmoura@igalia.com>
[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 <aboya@igalia.com>
[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 <lmoura@igalia.com>
[GTK][WPE] Depuplicate some accessibility expectations
Unreviewed test gardening
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-07-14 Hector Lopez <hector_i_lopez@apple.com>
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 <kbr@chromium.org>
[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 <hector_i_lopez@apple.com>
[ 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 <ryanhaddad@apple.com>
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 <simon.fraser@apple.com>
Flashes of incorrect scroll position when zooming on quip
https://bugs.webkit.org/show_bug.cgi?id=214273
<rdar://problem/59385421>
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 <jer.noble@apple.com>
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 <sabouhallawa@apple.com>
When invalidating the clients of an SVG resource we should not go beyond the RenderSVGRoot
https://bugs.webkit.org/show_bug.cgi?id=211804
<rdar://problem/60308199>
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 <hector_i_lopez@apple.com>
[ 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 <katherine_cheney@apple.com>
[ 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
<rdar://problem/63462045>
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 <eric.carlson@apple.com>
[macOS] Do not update ScreenTime when in private browsing mode
https://bugs.webkit.org/show_bug.cgi?id=214288
<rdar://problem/63735067>
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 <clopez@igalia.com>
[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 <zalan@apple.com>
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 <cdumez@apple.com>
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 <cdumez@apple.com>
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 <clopez@igalia.com>
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 <clopez@igalia.com>
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 <clopez@igalia.com>
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 <clopez@igalia.com>
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 <clopez@igalia.com>
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 <clopez@igalia.com>
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 <lmoura@igalia.com>
[SOUP] Garden failure on delay after connect to closed port.
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-07-13 Zalan Bujtas <zalan@apple.com>
[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
<rdar://problem/56740133>
Reviewed by Simon Fraser.
* TestExpectations:
2020-07-13 Truitt Savell <tsavell@apple.com>
(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 <andresg_22@apple.com>
REGRESSION: (r257915?) [ Mac ] accessibility/accessibility-node-memory-management.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=208930
<rdar://problem/60173203>
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 <lmoura@igalia.com>
Unreviewed. Update baseline after r264304 with new message.
* inspector/controller/runtime-controller-import-expected.txt:
2020-07-13 Lauro Moura <lmoura@igalia.com>
[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 <katherine_cheney@apple.com>
Add artificial delay to WebSocket connections to mitigate port scanning attacks
https://bugs.webkit.org/show_bug.cgi?id=213143
<rdar://problem/64308927>
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 <keith_miller@apple.com>
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 <lmoura@igalia.com>
[GTK][WPE] Garden two color/gradient failures.
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-07-13 Karl Rackler <rackler@apple.com>
[ 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 <Hironori.Fujii@sony.com>
[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 <sabouhallawa@apple.com>
[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
<rdar://problem/57258464>
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 <input>
does allow the HEIF MIME type.
No need to test this functionality on WK1 since the image transcoding
should happen in the UI process.
* TestExpectations:
* fast/forms/file/entries-api/image-no-transcode-open-panel-expected.txt: Added.
* fast/forms/file/entries-api/image-no-transcode-open-panel.html: Added.
* fast/forms/file/entries-api/image-transcode-open-panel-expected.txt: Added.
* fast/forms/file/entries-api/image-transcode-open-panel.html: Added.
* fast/forms/file/entries-api/resources/images/green-400x400.heic: Added.
* platform/mac-wk2/TestExpectations:
2020-07-12 Zalan Bujtas <zalan@apple.com>
[LFC][BFC][Min-Max width] Regular block level box resets the horizontal stacking
https://bugs.webkit.org/show_bug.cgi?id=214225
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/min-max-content-width-with-nested-floats-simple-expected.html: Added.
* fast/layoutformattingcontext/min-max-content-width-with-nested-floats-simple.html: Added.
2020-07-11 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Conic gradients support
https://bugs.webkit.org/show_bug.cgi?id=214216
Reviewed by Sam Weinig.
* platform/wincairo/TestExpectations: Marked some conic-gradient tests Pass.
2020-07-11 Simon Fraser <simon.fraser@apple.com>
REGRESSION(r260276): Overflow scrolling layers misplaced inside SVG foreign object
https://bugs.webkit.org/show_bug.cgi?id=213788
<rdar://problem/65039637>
Reviewed by Zalan Bujtas.
* fast/scrolling/overflow-inside-foreignobject-expected.html: Added.
* fast/scrolling/overflow-inside-foreignobject.html: Added.
2020-07-11 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/web-platform-tests/websockets/cookies/third-party-cookie-accepted.https.html as crashing on iOS WK2 Debug.
This test has been crashing consistently since import in r264145.
* platform/ios-wk2/TestExpectations:
2020-07-11 Zalan Bujtas <zalan@apple.com>
[LFC][BFC][Min-Max width] Add support for float avoiders
https://bugs.webkit.org/show_bug.cgi?id=214220
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/min-max-content-width-with-floats-simple-expected.html: Added.
* fast/layoutformattingcontext/min-max-content-width-with-floats-simple.html: Added.
2020-07-10 Chris Dumez <cdumez@apple.com>
Unreviewed, mark a couple of user-timing WPT tests as flaky since their import in r264255.
* TestExpectations:
2020-07-10 Chris Dumez <cdumez@apple.com>
Unreviewed, silence console logging in a couple of payment request WPT tests to address flakiness
* TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-07-10 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Unreviewed, garden failure and new passes
Payment request is not supported and a single test was being executed
Also pass 4 css-writing-modes tests that are passing since r263855.
* platform/glib/TestExpectations:
2020-07-10 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/web-platform-tests/user-timing/measure_associated_with_navigation_timing.html as flaky.
This has been flaky since import in r264255.
* TestExpectations:
2020-07-10 Chris Dumez <cdumez@apple.com>
Unreviewed, mark img-aspect-ratio-lazy.tentative.html WPT test as flaky since import in r264117.
* TestExpectations:
2020-07-10 Chris Dumez <cdumez@apple.com>
Unreviewed gardening after WPT resync in r264239.
Mark one payment-request test as flaky and silence console logging for another one
to try and address flakiness.
* TestExpectations:
2020-07-10 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/eventsource from upstream
https://bugs.webkit.org/show_bug.cgi?id=214203
Reviewed by Geoffrey Garen.
* TestExpectations:
* tests-options.json:
2020-07-10 Chris Dumez <cdumez@apple.com>
Unreviewed, Mark WebRTC WPT test as flaky.
It has been flaky since import in r264202.
* TestExpectations:
2020-07-10 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/payment-request from upstream
https://bugs.webkit.org/show_bug.cgi?id=214167
Reviewed by Sam Weinig.
* tests-options.json:
2020-07-10 Chris Fleizach <cfleizach@apple.com>
AX: iOS VoiceOver should support definition lists
https://bugs.webkit.org/show_bug.cgi?id=210214
<rdar://problem/61478299>
Reviewed by Darin Adler.
* accessibility/ios-simulator/definition-list.html: Added.
2020-07-10 Lauro Moura <lmoura@igalia.com>
Unreviewed, GTK/WPE debug crash gardening
* platform/glib/TestExpectations:
2020-07-10 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK/WPE gardening
* platform/glib/TestExpectations: Mark a few GStreamer-related tests as crashing on Debug.
2020-07-10 Chris Dumez <cdumez@apple.com>
Unreviewed, skip imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-operations.https.html in Debug.
This test has been crashing in Debug since its import in r264202.
* TestExpectations:
2020-07-10 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/web-platform-tests/webrtc/protocol/split.https.html as flaky.
It has been flaky since import in r264202.
* TestExpectations:
2020-07-10 Chris Dumez <cdumez@apple.com>
Regression (r264202): imported/w3c/web-platform-tests/html/dom/usvstring-reflection.https.html is consistently failing on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=214183
<rdar://problem/65335357>
Unreviewed, rebaseline test on mac-wk1 after resync in r264202.
* platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/usvstring-reflection.https-expected.txt:
2020-07-10 Zalan Bujtas <zalan@apple.com>
[LFC][Floats] Normal flow element that establishes a new block formatting context must not overlap the margin box of any floats
https://bugs.webkit.org/show_bug.cgi?id=214185
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/float-avoider-with-inline-content-expected.html: Added.
* fast/layoutformattingcontext/float-avoider-with-inline-content.html: Added.
2020-07-10 Zalan Bujtas <zalan@apple.com>
[LFC][MarginCollapsing] Margins do not collapse through when the box has clearance.
https://bugs.webkit.org/show_bug.cgi?id=214172
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/empty-block-level-box-with-clearance-expected.html: Added.
* fast/layoutformattingcontext/empty-block-level-box-with-clearance.html: Added.
2020-07-09 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Garden more failures/rebaselines after WPT updates.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-empty-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt: Added.
* platform/gtk-wayland/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/xhr/send-network-error-sync-events.sub-expected.txt:
Removed. This test is actually failing for gtk/wpe. Removed to
fallback to the w3c baseline and marked it as a failure.
2020-07-09 Andres Gonzalez <andresg_22@apple.com>
Make accessibility/Mac/selected-visible-position-range.html time-deterministic.
https://bugs.webkit.org/show_bug.cgi?id=214154
Reviewed by Chris Fleizach.
[WebAccessibilityObjectWrapper accessibilitySetValue] sets the selection
range and other properties asynchronously by dispatching the call to
another cycle of the run loop using callOnMainThread. thus for the JS to
retrieve the new value, it is necessary to wait until the value is
updated. this is even more so in isolated tree mode where all wrapper
calls come on the secondary AX thread. JS setTimeout doesn't help with
synchronizing these calls, so instead we are using Promises in the
function waitFor in accessibility-helper.js (thanks to Geoff Garen for
showing the way).
* accessibility/mac/selected-visible-position-range-expected.txt:
* accessibility/mac/selected-visible-position-range.html:
MOved waitFor(condition) to the accessibility-helper.js file to be used
in multiple tests.
* accessibility/textarea-selected-text-range.html:
* resources/accessibility-helper.js:
(waitFor):
2020-07-09 Simon Fraser <simon.fraser@apple.com>
[macOS] Stuttery scrolling on tesla.com
https://bugs.webkit.org/show_bug.cgi?id=214159
<rdar://problem/64555500>
Reviewed by Wenson Hsieh.
* fast/scrolling/mac/adjust-scroll-snap-during-gesture-expected.txt: Added.
* fast/scrolling/mac/adjust-scroll-snap-during-gesture.html: Added.
2020-07-09 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/webrtc from upstream
https://bugs.webkit.org/show_bug.cgi?id=214151
Reviewed by Alex Christensen.
* tests-options.json:
2020-07-09 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/url from upstream
https://bugs.webkit.org/show_bug.cgi?id=214145
Reviewed by Alex Christensen.
* tests-options.json:
2020-07-09 Simon Fraser <simon.fraser@apple.com>
After a scroll gesture, content changes don't trigger re-snapping with scroll snap
https://bugs.webkit.org/show_bug.cgi?id=214123
Reviewed by Wenson Hsieh.
* fast/scrolling/mac/adjust-scroll-snap-after-gesture-expected.txt: Added.
* fast/scrolling/mac/adjust-scroll-snap-after-gesture.html: Added.
2020-07-09 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r259840): Pressing Esc or ⌘+"." does not dismiss time picker on iOS
https://bugs.webkit.org/show_bug.cgi?id=214122
<rdar://problem/64940487>
Reviewed by Tim Horton.
* fast/forms/ios/dismiss-picker-using-keyboard.html:
* fast/forms/ios/force-gregorian-calendar-for-credit-card-expiry.html:
* fast/forms/ios/time-picker-value-change-expected.txt:
* fast/forms/ios/time-picker-value-change.html:
Adjust a few layout tests to be compatible with date and time inputs.
* resources/ui-helper.js:
(window.UIHelper.waitForInputSessionToDismiss.return.new.Promise):
(window.UIHelper.waitForInputSessionToDismiss):
2020-07-09 Truitt Savell <tsavell@apple.com>
REGRESSION (r264117): [ Mac iOS ] imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https.html
https://bugs.webkit.org/show_bug.cgi?id=214155
Unreviewed test gardening.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-07-09 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/workers from upstream
https://bugs.webkit.org/show_bug.cgi?id=214146
Reviewed by Geoffrey Garen.
* tests-options.json:
2020-07-09 Chris Dumez <cdumez@apple.com>
Unreviewed, mark ref-test as flaky on iOS since import in r263987.
* platform/ios-wk2/TestExpectations:
2020-07-09 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] Occasional crash under -[UIView _setViewDelegate:] when presenting date and time pickers
https://bugs.webkit.org/show_bug.cgi?id=214120
<rdar://problem/65246918>
Reviewed by Darin Adler.
Add a new layout test to verify that presenting a date picker twice does not result in a crash.
* fast/forms/ios/show-and-dismiss-date-input-expected.txt: Added.
* fast/forms/ios/show-and-dismiss-date-input.html: Added.
* resources/ui-helper.js:
(window.UIHelper.activateAndWaitForInputSessionAt.return.new.Promise.):
Teach this helper method to wait for context menus as well (for the case of date and time pickers on iOS).
(window.UIHelper.waitForInputSessionToDismiss.return.new.Promise.):
(window.UIHelper.waitForInputSessionToDismiss.return.new.Promise):
(window.UIHelper.waitForInputSessionToDismiss):
Likewise, teach this to wait for context menu dismissal.
(window.UIHelper.waitForContextMenuToHide.return.new.Promise):
(window.UIHelper.waitForContextMenuToHide):
Add a new helper to wait for context menus to hide.
2020-07-09 Zalan Bujtas <zalan@apple.com>
[LFC][Verification] Use the table wrapper box's margin when checking the table box
https://bugs.webkit.org/show_bug.cgi?id=214119
Reviewed by Darin Adler.
* fast/layoutformattingcontext/table-with-margin-simple-expected.html: Added.
* fast/layoutformattingcontext/table-with-margin-simple.html: Added.
2020-07-09 Philippe Normand <pnormand@igalia.com>
[GStreamer][MSE] AV1 support
https://bugs.webkit.org/show_bug.cgi?id=207547
Reviewed by Xabier Rodriguez-Calvar.
* platform/glib/TestExpectations: Mark media/media-can-play-av1.html as failing until the
Flatpak SDK ships gst-plugins-rs.
2020-07-09 Carlos Garcia Campos <cgarcia@igalia.com>
[SOUP] Add support for HTTPCookieAcceptPolicy::OnlyFromMainDocumentDomain
https://bugs.webkit.org/show_bug.cgi?id=213954
Reviewed by Michael Catanzaro.
Update test expectations.
* platform/glib/TestExpectations:
* platform/glib/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt: Removed.
* platform/glib/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt: Removed.
* platform/gtk/TestExpectations:
2020-07-08 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening after latest wpt resyncs
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/fetch/redirect-navigate/preserve-fragment-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/rendering/widgets/baseline-alignment-and-overflow.tentative-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Added.
2020-07-08 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/fetch from upstream
https://bugs.webkit.org/show_bug.cgi?id=214111
Reviewed by Sam Weinig.
* tests-options.json:
2020-07-08 Dean Jackson <dino@apple.com>
Unreviewed. Remove some mentions of non-existant files in expectations.
* TestExpectations:
* platform/mac/TestExpectations:
2020-07-08 Chris Dumez <cdumez@apple.com>
Unreviewed, add iOS-specific baseline for WPT test after resync in r264117.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/select-wrap-no-spill.optional-expected.txt: Added.
2020-07-08 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=214078
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-07-08 Dean Jackson <dino@apple.com>
input button test needs rebaseline for Big Sur
https://bugs.webkit.org/show_bug.cgi?id=214095
rdar://64911045
Unreviewed gardening. This test produces different results on Big Sur.
* platform/mac-bigsur/fast/forms/input-button-sizes-expected.txt: Added.
2020-07-08 Geoffrey Garen <ggaren@apple.com>
REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=214078
Reviewed by Darin Adler.
Make this test deterministic by waiting for the correct result.
* accessibility/textarea-selected-text-range-expected.txt:
* accessibility/textarea-selected-text-range.html:
2020-07-08 Truitt Savell <tsavell@apple.com>
Regression(r261756): webanimations/accelerated-animation-single-keyframe.html is consistently timing out on windows
https://bugs.webkit.org/show_bug.cgi?id=214088
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-07-08 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r263222-263223): [ macOS wk2 debug ] accessibility/textarea-selected-text-range.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=214078
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-07-08 Chris Dumez <cdumez@apple.com>
Resync all remaining web-platform-tests/html tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=214057
Reviewed by Sam Weinig.
* TestExpectations:
* tests-options.json:
2020-07-08 Sam Weinig <weinig@apple.com>
Remove LayoutTests/fast/forms/datetime now that <input type="datetime"> code has been removed
https://bugs.webkit.org/show_bug.cgi?id=214064
Reviewed by Dan Bernstein.
* fast/forms/datetime: Removed.
* platform/gtk/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
Stop skipping the removed tests.
2020-07-08 Wenson Hsieh <wenson_hsieh@apple.com>
autocapitalize="words" capitalizes every word's second character
https://bugs.webkit.org/show_bug.cgi?id=148504
<rdar://problem/57814304>
Reviewed by Tim Horton.
Add a new layout test to verify that the bug does not occur.
* fast/forms/ios/autocapitalize-words-expected.txt: Added.
* fast/forms/ios/autocapitalize-words.html: Added.
2020-06-29 Jer Noble <jer.noble@apple.com>
Unreviewed test gardening; "rebaseline" the video-orientation-canvas.html test to center the expected red color
results on observed output.
* media/video-orientation-canvas-expected.txt:
* media/video-orientation-canvas.html:
2020-07-08 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Do not use the initial strut baseline values when the text content is inside an inline container
https://bugs.webkit.org/show_bug.cgi?id=214069
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/line-heigt-when-text-is-inside-inline-container-expected.html: Added.
* fast/layoutformattingcontext/line-heigt-when-text-is-inside-inline-container.html: Added.
2020-07-08 Chris Dumez <cdumez@apple.com>
Skip a couple of WPT webaudio tests instead of marking them as crashing.
This avoids wasting resources on the bots since those tests are consistently crashing.
* TestExpectations:
2020-07-08 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Table width is computed as if box-sizing was border-box
https://bugs.webkit.org/show_bug.cgi?id=214070
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-with-padding-and-border-simple-expected.html: Added.
* fast/layoutformattingcontext/table-with-padding-and-border-simple.html: Added.
2020-07-08 Per Arne Vollan <pvollan@apple.com>
[Win] The layout test webanimations/accelerated-animation-single-keyframe.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=214081
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-07-08 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk2 Release and iOS wk2 Release ] webrtc/libwebrtc/descriptionGetters.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=214084
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-07-08 Xabier Rodriguez Calvar <calvaris@igalia.com>
[EME][GStreamer] web-platform-tests/encrypted-media/clearkey-events-session-closed-event.https.html random crashes
https://bugs.webkit.org/show_bug.cgi?id=210264
Reviewed by Philippe Normand.
* platform/glib/TestExpectations: Change test expectations.
2020-07-07 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Garden some recent failures and move related entries together
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-07-07 Lauro Moura <lmoura@igalia.com>
Add missing resource file for some imported/blink/compositing/squashing tests
https://bugs.webkit.org/show_bug.cgi?id=154076
Unreviewed test gardening.
Based on original patch by Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>.
All but one test ran as expected for GTK/WPE.
* TestExpectations:
* imported/blink/compositing/squashing/resources/blue.png: Added.
2020-07-07 Chris Dumez <cdumez@apple.com>
Mark 3 WPT tests imported in r264035 as failing in iOS Simulator.
This is because of lack of WebAssembly support on this platform.
* platform/ios-simulator/TestExpectations:
2020-07-07 Chris Dumez <cdumez@apple.com>
REGRESSION: (r263987): [ iOS Debug WK2 ] 12 web-platform-tests semantics/scripting consistently failing
https://bugs.webkit.org/show_bug.cgi?id=214058
<rdar://problem/65193100>
Unreviewed, mark as flaky on iOS some of the new html/semantics web-platform-tests that got added
during the resync in r263987. Those give different TEXT results on release and debug builds so this
must be due to a timing issue, indicating those tests are actually flaky.
* platform/ios/TestExpectations:
2020-07-07 Sam Weinig <weinig@apple.com>
Enabled testing of date/time input types for WebKit2 macOS
https://bugs.webkit.org/show_bug.cgi?id=214044
Reviewed by Chris Dumez.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
Move skipping of date/time input types to WebKit1 specific TestExpectations
to allow for testing on WebKit2. If this goes well, we can look into enabling
them for WebKit1 as well.
* platform/mac-wk2/accessibility/roles-exposed-expected.txt:
* platform/mac-wk2/fast/forms/datalist: Added.
* platform/mac-wk2/fast/forms/datalist/input-list-expected.txt: Added.
* platform/mac-wk2/fast/forms/date: Added.
* platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.png: Added.
* platform/mac-wk2/fast/forms/date/date-input-rendering-basic-expected.txt: Added.
* platform/mac-wk2/fast/forms/time: Added.
* platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.png: Added.
* platform/mac-wk2/fast/forms/time/time-input-rendering-basic-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/resets-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/rendering/widgets/appearance/default-styles-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime-local-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-seconds-leading-zeroes-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasdate-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasdate-stepping-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasnumber-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasnumber-stepping-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-2-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt: Added.
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt: Added.
Update results, adding new platform specific results where needed.
2020-07-07 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/service-workers from upstream
https://bugs.webkit.org/show_bug.cgi?id=214052
Reviewed by Geoff Garen.
* tests-options.json:
2020-07-07 Chris Dumez <cdumez@apple.com>
Unreviewed, mark one of the imported WPT webaudio tests as flaky.
The test is failing and printing out information that is hardware specific.
* TestExpectations:
2020-07-07 Andres Gonzalez <andresg_22@apple.com>
Web content process hangs in AccessibilityRenderObject::setSelectedVisiblePositionRange in some corner cases.
https://bugs.webkit.org/show_bug.cgi?id=214017
Reviewed by Chris Fleizach.
* accessibility/mac/resources/accessibility-helper.js:
(selectTextInNode):
* accessibility/mac/selected-visible-position-range-expected.txt: Added.
* accessibility/mac/selected-visible-position-range.html: Added.
* accessibility/mac/text-marker-p-tags.html:
2020-07-07 Simon Fraser <simon.fraser@apple.com>
Unable to scroll elcomerico.pe page until the page finishes loading
https://bugs.webkit.org/show_bug.cgi?id=214027
<rdar://problem/64646259>
Reviewed by Antti Koivisto.
macOS and iOS tests with non-invertible transforms.
* fast/scrolling/ios/non-invertible-transformed-scroller-ancestor-expected.txt: Added.
* fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html: Added.
* fast/scrolling/mac/non-invertible-transform-hit-testing-expected.txt: Added.
* fast/scrolling/mac/non-invertible-transform-hit-testing.html: Added.
2020-07-07 Tim Horton <timothy_horton@apple.com>
<attachment> layout does not scale with Dynamic Type size changes
https://bugs.webkit.org/show_bug.cgi?id=214023
<rdar://problem/64914762>
Reviewed by Sam Weinig.
* TestExpectations:
* fast/attachment/attachment-dynamic-type-expected.txt: Added.
* fast/attachment/attachment-dynamic-type.html: Added.
* platform/ios/TestExpectations:
Add a test that ensures that changing the content size to XXXL also increases the size of the <attachment>.
2020-07-07 Truitt Savell <tsavell@apple.com>
[ iOS ] http/tests/adClickAttribution/store-disabled-in-ephemeral-session.html is flaky timing out
https://bugs.webkit.org/show_bug.cgi?id=207551
Unreviewed test gardening
* platform/ios-wk2/TestExpectations:
2020-07-07 Tomoki Imai <Tomoki.Imai@sony.com>
[Win] Implement Pasteboard::writeCustomData for Web Inspector Console tab
https://bugs.webkit.org/show_bug.cgi?id=213986
Reviewed by Fujii Hironori.
Now pasteboard tests related to custom data pass.
* platform/win/TestExpectations:
2020-07-07 Philippe Normand <pnormand@igalia.com>
[GStreamer] OGV/VP8 video not playing on minibrowser (neither epiphany)
https://bugs.webkit.org/show_bug.cgi?id=205916
Reviewed by Xabier Rodriguez-Calvar.
* platform/glib/TestExpectations: Update WPT expectations
2020-07-06 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Imported semantics tests gardening after r263987
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt:
2020-07-06 Chris Dumez <cdumez@apple.com>
Unreviewed, mark ref-test imported in r263987 as failing on iOS.
imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-slow.html is
a new ref-test that has been failing on iOS since import.
* platform/ios/TestExpectations:
2020-07-06 Chris Dumez <cdumez@apple.com>
Rebaseline test for iOS after r263987.
* platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:
2020-07-06 Chris Fleizach <cfleizach@apple.com>
AX: Implement user action spec for Escape action
https://bugs.webkit.org/show_bug.cgi?id=213875
<rdar://problem/65022980>
Reviewed by Darin Adler.
* accessibility/keyevents-posted-for-dismiss-action-expected.txt: Added.
* accessibility/keyevents-posted-for-dismiss-action.html: Added.
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
2020-07-06 Myles C. Maxfield <mmaxfield@apple.com>
Locale-specific quotes infrastructure needs to compare locale strings properly
https://bugs.webkit.org/show_bug.cgi?id=213827
Reviewed by Darin Adler.
* fast/css-generated-content/quotes-lang-2-expected.html: Added.
* fast/css-generated-content/quotes-lang-2.html: Added.
2020-07-06 Zalan Bujtas <zalan@apple.com>
[Win] No need to mark tables/mozilla_expected_failures/other/empty_cells.html with [Failure] anymore.
Unreviewed.
* platform/win/TestExpectations:
2020-07-06 Zalan Bujtas <zalan@apple.com>
[Win] Unreviewed mozilla test gardening after r263855.
* platform/win/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
2020-07-06 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/html/semantics from upstream
https://bugs.webkit.org/show_bug.cgi?id=213994
Reviewed by Sam Weinig.
* TestExpectations:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt:
* tests-options.json:
2020-07-06 Per Arne Vollan <pvollan@apple.com>
[Win] Some tests are failing on the EWS bots
https://bugs.webkit.org/show_bug.cgi?id=213998
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-07-06 Wenson Hsieh <wenson_hsieh@apple.com>
[iPadOS] Unable to change focus between Google Docs windows by tapping
https://bugs.webkit.org/show_bug.cgi?id=213985
<rdar://problem/57083267>
Reviewed by Darin Adler.
Add a new layout test to verify that tapping to focus a plain textarea causes the web view's window to become
the key window, as well as tapping to focus a hidden contenteditable area, over a touch handler that prevents
default.
* editing/selection/ios/become-key-window-when-focusing-editable-area-expected.txt: Added.
* editing/selection/ios/become-key-window-when-focusing-editable-area.html: Added.
* resources/ui-helper.js:
(window.UIHelper.setWindowIsKey):
(window.UIHelper.windowIsKey):
2020-07-06 Zalan Bujtas <zalan@apple.com>
[Win] Unreviewed mozilla test gardening after r263855.
* platform/win/tables/mozilla/bugs/bug100334-expected.txt:
* platform/win/tables/mozilla/bugs/bug10633-expected.txt:
* platform/win/tables/mozilla/bugs/bug1188-expected.txt:
* platform/win/tables/mozilla/bugs/bug1302-expected.txt:
* platform/win/tables/mozilla/bugs/bug16012-expected.txt:
* platform/win/tables/mozilla/bugs/bug222336-expected.txt:
* platform/win/tables/mozilla/bugs/bug3037-1-expected.txt:
2020-07-06 Zalan Bujtas <zalan@apple.com>
[Win] Unreviewed test gardening after r263855.
* platform/win/fast/css/acid2-expected.txt:
* platform/win/fast/css/acid2-pixel-expected.txt:
* platform/win/fast/css/percentage-non-integer-expected.txt:
* platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/win/fast/repaint/table-cell-move-expected.txt:
* platform/win/fast/table/cell-absolute-child-expected.txt:
* platform/win/fast/table/empty-cells-expected.txt:
* platform/win/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/win/fast/table/table-cell-split-expected.txt:
* platform/win/fast/table/table-insert-before-non-anonymous-block-expected.txt:
* platform/win/http/tests/misc/acid2-expected.txt:
* platform/win/http/tests/misc/acid2-pixel-expected.txt:
2020-07-06 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WPE] Enable storageAccess tests
https://bugs.webkit.org/show_bug.cgi?id=213881
Reviewed by Adrian Perez de Castro.
Enable storageAccess tests and mark expected failures.
* platform/glib/TestExpectations:
2020-07-03 Youenn Fablet <youenn@apple.com>
MediaRecorder should support peer connection remote video tracks
https://bugs.webkit.org/show_bug.cgi?id=213924
Reviewed by Darin Adler.
* TestExpectations:
* tests-options.json:
2020-07-03 Lauro Moura <lmoura@igalia.com>
[GStreamer] Garden media/vp9.html failure
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-07-03 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Rebaseline imported dom/idlharness tests after r263903
Unreviewed test gardening.
* platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
2020-07-03 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/html/dom & web-platform-tests/html/infrastructure from upstream
https://bugs.webkit.org/show_bug.cgi?id=213908
Reviewed by Youenn Fablet.
* platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/usvstring-reflection.https-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
2020-07-03 Zalan Bujtas <zalan@apple.com>
[LFC][TFC][Quirk] Inflow child box quirk vertical margins should collapse with table cell.
https://bugs.webkit.org/show_bug.cgi?id=213926
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-quirk-vertical-margin-simple-expected.html: Added.
* fast/layoutformattingcontext/table-quirk-vertical-margin-simple.html: Added.
2020-07-03 Youenn Fablet <youenn@apple.com>
Support MediaRecorder.onstart
https://bugs.webkit.org/show_bug.cgi?id=213720
Reviewed by Darin Adler.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice-expected.txt:
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice.html:
2020-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r261779): [GTK][WPE] http/tests/resourceLoadStatistics/third-party-cookie-blocking-ephemeral.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212017
Reviewed by Michael Catanzaro.
Remove expectations for tests that are now passing.
* platform/gtk/TestExpectations:
2020-07-03 Youenn Fablet <youenn@apple.com>
Allow registering VP9 as a VT decoder
https://bugs.webkit.org/show_bug.cgi?id=213837
<rdar://problem/64984881>
Reviewed by Jer Noble.
* media/content/bipbop-vp9.mp4: Added.
* media/vp9-expected.txt: Added.
* media/vp9.html: Added.
2020-07-03 Youenn Fablet <youenn@apple.com>
MediaRecorder.start() Method is Ignoring the "timeslice" Parameter
https://bugs.webkit.org/show_bug.cgi?id=202233
<rdar://problem/55720555>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice.html: Added.
2020-07-03 Youenn Fablet <youenn@apple.com>
MediaRecorder stopRecorder() returns empty Blob after first use
https://bugs.webkit.org/show_bug.cgi?id=212274
<rdar://problem/63601298>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-multiple-start-stop-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-multiple-start-stop.html: Added.
2020-07-03 Diego Pino Garcia <dpino@igalia.com>
Unreviewed test gardening. Update test expectations and baselines after r263858.
Baselines need to be updated after r263856. Some PNG images moved to
GLIB as their text output was on GLIB as well.
Filed a test crashing after r263858.
* platform/glib/TestExpectations:
* platform/glib/fast/css/percentage-non-integer-expected.png: Added.
* platform/glib/fast/css/percentage-non-integer-expected.txt:
* platform/glib/tables/mozilla/bugs/bug100334-expected.png: Added.
* platform/glib/tables/mozilla/bugs/bug100334-expected.txt:
* platform/glib/tables/mozilla/bugs/bug3037-1-expected.png: Added.
* platform/glib/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/glib/tables/mozilla_expected_failures/other/empty_cells-expected.png: Added.
* platform/glib/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/gtk/TestExpectations:
* platform/gtk/fast/css/percentage-non-integer-expected.png: Removed.
* platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/gtk/fast/repaint/table-cell-move-expected.png:
* platform/gtk/fast/repaint/table-cell-move-expected.txt:
* platform/gtk/fast/table/cell-absolute-child-expected.png:
* platform/gtk/fast/table/cell-absolute-child-expected.txt:
* platform/gtk/fast/table/empty-cells-expected.png:
* platform/gtk/fast/table/empty-cells-expected.txt:
* platform/gtk/fast/table/prepend-in-anonymous-table-expected.png:
* platform/gtk/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug100334-expected.png: Removed.
* platform/gtk/tables/mozilla/bugs/bug10633-expected.png:
* platform/gtk/tables/mozilla/bugs/bug10633-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1188-expected.png:
* platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1302-expected.png:
* platform/gtk/tables/mozilla/bugs/bug1302-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug16012-expected.png:
* platform/gtk/tables/mozilla/bugs/bug16012-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug222336-expected.png: Added.
* platform/gtk/tables/mozilla/bugs/bug222336-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug3037-1-expected.png: Removed.
* platform/gtk/tables/mozilla_expected_failures/other/empty_cells-expected.png: Removed.
2020-07-03 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/fast/css/acid2-expected.txt:
* platform/wincairo/fast/css/acid2-pixel-expected.txt:
* platform/wincairo/fast/css/percentage-non-integer-expected.txt:
* platform/wincairo/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/wincairo/http/tests/misc/acid2-expected.txt:
* platform/wincairo/http/tests/misc/acid2-pixel-expected.txt:
2020-07-02 Karl Rackler <rackler@apple.com>
[ macOS wk1 ] imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-008.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=213896
Unreviewed test gardening.
Added prefix with bug
* platform/mac-wk1/TestExpectations:
2020-07-02 Simon Fraser <simon.fraser@apple.com>
REGRESSION(r260276): menu items in footer of https://salo.ai are invisible until you hover or resize
https://bugs.webkit.org/show_bug.cgi?id=213712
<rdar://problem/64893190>
Reviewed by Zalan Bujtas.
* compositing/scrolling/async-overflow-scrolling/foreground-layer-paint-phase-expected.html: Added.
* compositing/scrolling/async-overflow-scrolling/foreground-layer-paint-phase.html: Added.
2020-07-02 Karl Rackler <rackler@apple.com>
[ macOS wk1 ] imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-008.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=213896
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-07-02 Antoine Quint <graouts@webkit.org>
visualViewport.addEventListener("scroll"*** fires permanently after zoom or orientation change
https://bugs.webkit.org/show_bug.cgi?id=211522
<rdar://problem/62939371>
Reviewed by Simon Fraser.
Add a test that checks that after a call to scrollTo() no further "scroll" events are dispatched on window.visualViewport.
* fast/visual-viewport/scroll-event-fired-during-scroll-alone-expected.txt: Added.
* fast/visual-viewport/scroll-event-fired-during-scroll-alone.html: Added.
2020-07-02 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/html/browsers from upstream
https://bugs.webkit.org/show_bug.cgi?id=213892
Reviewed by Geoffrey Garen.
* tests-options.json:
2020-07-02 Zalan Bujtas <zalan@apple.com>
Overlapping content on earny.co
https://bugs.webkit.org/show_bug.cgi?id=213864
<rdar://problem/61011802>
Reviewed by Simon Fraser.
Progressions. Some of them are visually observable and they match Chrome/FF.
* css2.1/20110323/abspos-containing-block-initial-004e-expected.txt:
* css2.1/20110323/abspos-containing-block-initial-004f-expected.txt:
* fast/table/auto-100-percent-width-expected.txt:
* fast/table/large-shrink-wrapped-width.html:
* fast/table/table-section-split-with-after-content-expected.txt:
* platform/mac/fast/css/acid2-expected.txt:
* platform/mac/fast/css/acid2-pixel-expected.txt:
* platform/mac/fast/css/percentage-non-integer-expected.txt:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac/fast/repaint/table-cell-move-expected.txt:
* platform/mac/fast/table/cell-absolute-child-expected.txt:
* platform/mac/fast/table/empty-cells-expected.txt:
* platform/mac/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/mac/fast/table/table-cell-split-expected.txt:
* platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.txt:
* platform/mac/http/tests/misc/acid2-expected.txt:
* platform/mac/http/tests/misc/acid2-pixel-expected.txt:
* platform/mac/http/tests/misc/acid3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug100334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10633-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16012-expected.txt:
* platform/mac/tables/mozilla/bugs/bug222336-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
2020-07-02 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r263633, r263651, and r263671.
Still seeing MediaRecorder test crashes after re-landing
r263633
Reverted changesets:
"MediaRecorder stopRecorder() returns empty Blob after first
use"
https://bugs.webkit.org/show_bug.cgi?id=212274
https://trac.webkit.org/changeset/263633
"MediaRecorder.start() Method is Ignoring the "timeslice"
Parameter"
https://bugs.webkit.org/show_bug.cgi?id=202233
https://trac.webkit.org/changeset/263651
"Support MediaRecorder.onstart"
https://bugs.webkit.org/show_bug.cgi?id=213720
https://trac.webkit.org/changeset/263671
2020-07-02 Antti Koivisto <antti@apple.com>
REGRESSION: Comments section at dpreview has overlapping names with comment on phone
https://bugs.webkit.org/show_bug.cgi?id=213890
Reviewed by Simon Fraser.
* fast/text-autosizing/ios/float-miscomputed-line-height-expected.html: Added.
* fast/text-autosizing/ios/float-miscomputed-line-height.html: Added.
2020-07-02 Karl Rackler <rackler@apple.com>
Remove expectation for fast/canvas/canvas-radial-gradient-spreadMethod.html as it is passing. Added back imported/w3c/canvas/2d.gradient.radial.cone.bottom.html as it is failing.
https://bugs.webkit.org/show_bug.cgi?id=213840
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-02 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip most webaudio WPT tests in Debug.
* TestExpectations:
2020-07-02 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Remove redundant margin-border-padding when computing the intrinsic width
https://bugs.webkit.org/show_bug.cgi?id=213882
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-with-margin-content-simple-expected.html: Added.
* fast/layoutformattingcontext/table-with-margin-content-simple.html: Added.
2020-07-02 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Use <tr> computed height as minimum height for the row
https://bugs.webkit.org/show_bug.cgi?id=213880
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-fixed-row-height-simple-expected.html: Added.
* fast/layoutformattingcontext/table-fixed-row-height-simple.html: Added.
2020-07-02 Youenn Fablet <youenn@apple.com>
getUserMedia returns OverConstrained on Jitsi
https://bugs.webkit.org/show_bug.cgi?id=210932
<rdar://problem/64403675>
Reviewed by Philippe Normand.
We bumped the max width/height for mock sources and have to update existing tests according to that.
* fast/mediastream/MediaStreamTrack-getCapabilities-expected.txt:
* fast/mediastream/apply-constraints-advanced-expected.txt:
* fast/mediastream/apply-constraints-advanced.html:
* fast/mediastream/apply-constraints-video-expected.txt:
* fast/mediastream/apply-constraints-video.html:
* fast/mediastream/get-user-media-ideal-constraints-expected.txt: Added.
* fast/mediastream/get-user-media-ideal-constraints.html: Added.
2020-07-02 Karl Rackler <rackler@apple.com>
Remove expectation for fast/events/input-events-forecolor-data.html and fast/events/input-events-ime-composition.html and fast/events/input-events-selection-forecolor-data.html and fast/events/input-events-spell-checking-datatransfer.html and fast/events/offsetX-offsetY.html and fast/events/scale-and-scroll-iframe-body.html and fast/events/scale-and-scroll-iframe-window.html and fast/events/scroll-to-anchor-vertical-lr-writing-mode.html and fast/events/scroll-to-anchor-vertical-writing-mode.html and fast/forms/range/slider-transformed.html and fast/forms/range/slider-zoomed.html and fast/frames/content-opacity-1.html and fast/frames/content-opacity-2.html and fast/frames/iframe-text-contents.html and fast/frames/onlyCommentInIFrame.html and fast/frames/paint-iframe-background.html and fast/frames/sandboxed-iframe-close-top-noclose.html and fast/hidpi/image-srcset-invalid-descriptor.html and fast/hidpi/image-srcset-png-canvas.html and fast/html/listing.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213863
Unreviewed test gardening.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
2020-07-02 Rob Buis <rbuis@igalia.com>
Fragment navigation involving fragment identifiers does not match specification
https://bugs.webkit.org/show_bug.cgi?id=83930
Reviewed by Darin Adler.
Replace anchor-frames-gbk.html by scroll-frag-non-utf8-encoded-document.html.
* http/tests/navigation/anchor-frames-gbk-expected.txt: Removed.
* http/tests/navigation/anchor-frames-gbk.html: Removed.
* http/tests/navigation/resources/frame-with-anchor-gbk.html: Removed.
* platform/ios-wk1/TestExpectations:
* platform/ios-wk2/TestExpectations:
2020-07-02 Enrique Ocaña González <eocanha@igalia.com>
Unreviewed GTK multimedia gardening
https://bugs.webkit.org/show_bug.cgi?id=213877
Crashes in media/context-menu-actions.html are flaky instead of always reproducible.
* platform/gtk/TestExpectations:
2020-07-02 Enrique Ocaña González <eocanha@igalia.com>
[GTK] Layout test media/context-menu-actions.html is failing
https://bugs.webkit.org/show_bug.cgi?id=183611
Reviewed by Xabier Rodriguez-Calvar.
Changing to fullscreen is an async operation, so we now use testExpectedEventually() to wait for
the final value.
Simply setting an event handler on video.onwebkitfullscreenchange wouldn't have been enough, since the
event is triggered before the fullscreen operation has been completed and checking for
video.webkitDisplayingFullscreen == true would still fail by then.
Using the 'webkitbeginfullscreen' event isn't possible either, because it's never triggered when
FULLSCREEN_API is enabled.
* media/context-menu-actions.html: Use asynchronous testing.
* media/video-test.js:
(testExpectedEventually): Add an optional "timeout" parameter to avoid a test timeout (all the output
would be lost) in case we wait forever for the comparison to evaluate to the expected value.
(reportExpected): Add an optional "explanation" parameter for extra reporting.
* platform/gtk-wayland/TestExpectations: Unskipped the test.
* platform/gtk/TestExpectations: Ditto.
2020-07-02 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Skip AX tests added in r263823 as they're timing out.
* platform/glib/TestExpectations:
2020-07-01 Tim Horton <timothy_horton@apple.com>
Swipe snapshot is removed too early when swiping away from a page that is still loading
https://bugs.webkit.org/show_bug.cgi?id=213763
<rdar://problem/64576811>
Reviewed by Darin Adler.
* http/tests/swipe/resources/swipe-test.js: Added.
* http/tests/swipe/swipe-back-with-outstanding-load-cancellation-expected.txt: Added.
* http/tests/swipe/swipe-back-with-outstanding-load-cancellation.html: Added.
Add a test that ensures that we don't remove the swipe snapshot before the "back" page is loaded.
Before this fix, this test fails the assertion that we're on the first page in didRemoveSwipeSnapshotCallback.
2020-07-01 Chris Fleizach <cfleizach@apple.com>
AX: Implement relevant simulated key presses for custom ARIA widgets for increment/decrement
https://bugs.webkit.org/show_bug.cgi?id=213744
Reviewed by Darin Adler.
* accessibility/keyevents-posted-for-increment-actions-expected.txt: Added.
* accessibility/keyevents-posted-for-increment-actions.html: Added.
* accessibility/keyevents-for-increment-actions-with-node-removal-expected.txt: Added.
* accessibility/keyevents-for-increment-actions-with-node-removal.htmk: Added.
2020-07-01 Chris Dumez <cdumez@apple.com>
[ iOS Debug and Mojave Debug ] http/tests/storage/storage-map-leaking.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=213795
<rdar://problem/64937993>
Reviewed by Darin Adler.
Because our GC is conservative, a particular JS wrapper is not guaranteed to go away in a timely fashion.
To try and make the test more reliable, we now use 4 separate Storage wrappers instead of a single one.
We treat the test as passing if any of the 4 storage wrappers go away after removing the 4 subframes from
4 separate origins.
* http/tests/storage/storage-map-leaking.html:
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-07-01 Youenn Fablet <youenn@apple.com>
Add a functional WebRTC VP9 codec
https://bugs.webkit.org/show_bug.cgi?id=213778
Reviewed by Eric Carlson.
* webrtc/vp9-expected.txt:
* webrtc/vp9.html:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/events/before-input-delete-empty-list-target-ranges.html and fast/events/before-input-events-prevent-insert-composition.html and fast/events/before-input-events-prevent-recomposition.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213848
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/events/fire-scroll-event.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213850
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
2020-07-01 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Remove unnecessary baseline after r263797.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/events/before-input-prevent-cut.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213849
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-01 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for non-baseline aligned cell height
https://bugs.webkit.org/show_bug.cgi?id=213845
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-cell-height-middle-align-simple-expected.html: Added.
* fast/layoutformattingcontext/table-cell-height-middle-align-simple.html: Added.
2020-07-01 Antoine Quint <graouts@webkit.org>
pointerevents/ios/touch-action-none-on-iframe.html times out
https://bugs.webkit.org/show_bug.cgi?id=213846
<rdar://problem/60393092>
Reviewed by Antti Koivisto.
The test pointerevents/ios/touch-action-none-on-iframe.html was mistakenly assuming that setting `touch-action: none` on
an <iframe> should prevent scrolling on the outer document with a swipe gesture over the inner document. We're renaming
this test as pointerevents/ios/touch-action-none-on-iframe-outer.html and modifying it to expect scrolling to occur, and
also make it a promise_test to avoid further timeouts due to failures in an async_test.
We also add a new test pointerevents/ios/touch-action-none-on-iframe-inner.html which sets `touch-action: none` on the
inner document which should indeed prevent scrolling of both the inner and outer documents.
* pointerevents/ios/touch-action-none-on-iframe-inner-expected.txt: Added.
* pointerevents/ios/touch-action-none-on-iframe-inner.html: Added.
* pointerevents/ios/touch-action-none-on-iframe-outer-expected.txt: Renamed from LayoutTests/pointerevents/ios/touch-action-none-on-iframe-expected.txt.
* pointerevents/ios/touch-action-none-on-iframe-outer.html: Renamed from LayoutTests/pointerevents/ios/touch-action-none-on-iframe.html.
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/dom/Window/open-invalid-url.html and fast/dom/Range/simple-line-layout-getclientrects.html and fast/dom/attr_dead_doc.html and fast/dom/horizontal-scrollbar-when-dir-change.html and fast/dom/vertical-scrollbar-when-dir-change.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213847
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
* platform/ios/TestExpectations:
2020-07-01 Antoine Quint <graouts@webkit.org>
[Media Controls] Tracks panel can show text tracks with mode "hidden" as selected
https://bugs.webkit.org/show_bug.cgi?id=213839
<rdar://problem/57989325>
Reviewed by Jer Noble.
Add a new test that dumps the selection state of tracks in the tracks panel when all of media.textTracks
have been set to mode = "hidden".
* media/modern-media-controls/tracks-support/tracks-support-hidden-tracks-expected.txt: Added.
* media/modern-media-controls/tracks-support/tracks-support-hidden-tracks.html: Added.
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/css/replaced-element-implicit-size.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213843
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/canvas/canvas-gradient-addStop-error.html and fast/canvas/canvas-radial-gradient-spreadMethod.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213840
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/css/font-calculated-value.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=178952
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/block/positioning/rtl-fixed-positioning.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213838
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
2020-06-29 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Don't include scrollbar extents when computing sizes for percentage resolution
https://bugs.webkit.org/show_bug.cgi?id=213739
Reviewed by Javier Fernandez.
* TestExpectations: Unskipped percentage-heights-004.html.
2020-07-01 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Garden flaky failures in EWS GTK-WK2 queue.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-30 Lauro Moura <lmoura@igalia.com>
[WPE] Garden some failures and add new section to expectation
Start new sections for triaged tests like GTK and GLib.
Unreviewed test gardening.
* platform/wpe/TestExpectations:
2020-06-30 Mark Lam <mark.lam@apple.com>
Add handling for a case of OOME in CSSTokenizer and CSSParser.
https://bugs.webkit.org/show_bug.cgi?id=213702
<rdar://problem/64808889>
Reviewed by Darin Adler.
* css3/out-of-memory-in-css-tokenizer-expected.txt: Added.
* css3/out-of-memory-in-css-tokenizer.html: Added.
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for fast/attachment/attachment-folder-icon.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213813
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for editing/style/push-down-font-styles-win.html and editing/style/push-down-implicit-styles-around-list-win.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213812
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for css3/filters/null-effect-check.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213810
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for editing/inserting/insert-paragraph-selection-outside-contenteditable.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213811
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectations for <canvas/philip/tests/2d.gradient.radial.touch1.html and canvas/philip/tests/2d.gradient.radial.touch2.html and canvas/philip/tests/2d.gradient.radial.touch3.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213800
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for compositing/contents-scale/rasterization-scale.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213805
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-30 Daniel Bates <dabates@apple.com>
[iOS] Editable regions causes ~1% slowdown in PLT5
https://bugs.webkit.org/show_bug.cgi?id=213659
<rdar://problem/64361390>
Reviewed by Simon Fraser.
Add some tests to ensure the new setting works and the feature can be disabled. Note
that the setting is enabled by default to keep the current behavior. See the WebCore
ChangeLog entry for more details.
Update existings tests that need the editable region enabled to enable it now that it must
be explicitly enabled.
* editing/editable-region/fixed-and-absolute-contenteditable-scrolled.html:
* editing/editable-region/float-contenteditable.html:
* editing/editable-region/hit-test-basic-without-editable-region-expected.txt: Added.
* editing/editable-region/hit-test-basic-without-editable-region.html: Copied from LayoutTests/editing/editable-region/hit-test-basic.html.
* editing/editable-region/hit-test-basic.html:
* editing/editable-region/hit-test-editable-document-element.html:
* editing/editable-region/hit-test-fixed.html:
* editing/editable-region/hit-test-overlap.html:
* editing/editable-region/hit-test-textarea-empty-space.html:
* editing/editable-region/iframe-without-editable-region-expected.txt: Added.
* editing/editable-region/iframe-without-editable-region.html: Copied from LayoutTests/editing/editable-region/iframe.html.
* editing/editable-region/iframe.html:
* editing/editable-region/out-hanging-child-of-contenteditable.html:
* editing/editable-region/overflow-scroll-text-field-and-contenteditable.html:
* editing/editable-region/relative-inside-fixed-contenteditable-scrolled.html:
* editing/editable-region/relative-inside-transformed-contenteditable.html:
* editing/editable-region/search-field-basic.html:
* editing/editable-region/text-field-basic-without-editable-region-expected.txt: Added.
* editing/editable-region/text-field-basic-without-editable-region.html: Copied from LayoutTests/editing/editable-region/text-field-basic.html.
* editing/editable-region/text-field-basic.html:
* editing/editable-region/text-field-inside-composited-negative-z-index-layer.html:
* editing/editable-region/textarea-basic.html:
* editing/editable-region/transformed-scrolled-on-top-of-fixed-contenteditables.html:
2020-06-30 Antoine Quint <graouts@webkit.org>
[iOS] Test landed flaky: webanimations/accelerated-animation-with-easing.html
https://bugs.webkit.org/show_bug.cgi?id=213758
<rdar://problem/64911008>
Reviewed by Dean Jackson.
Adding a little tolerance which seems to address the reported flakiness, at least locally.
* platform/ios/TestExpectations:
* webanimations/accelerated-animation-with-easing.html:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectations for canvas/philip/tests/2d.gradient.radial.cone.bottom.html and canvas/philip/tests/2d.gradient.radial.cone.cylinder.html and canvas/philip/tests/2d.gradient.radial.cone.front.html and canvas/philip/tests/2d.gradient.radial.cone.shape1.html and canvas/philip/tests/2d.gradient.radial.cone.top.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213799
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for canvas/philip/tests/2d.drawImage.animated.gif.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213797
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Gardened failures from EWS GTK-WK2 queue.
* platform/gtk/TestExpectations:
2020-06-30 Jason Lawrence <lawrence.j@apple.com>
[ iOS Debug and Mojave Debug ] http/tests/storage/storage-map-leaking.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=213795
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for svg/custom/subpaths-moveto-only-rendering.svg as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213790
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations after r263737.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Upload test expectations after r263737.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r263734.
* platform/glib/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update expectations after r263733.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-30 Youenn Fablet <youenn@apple.com>
Add VP9 WebRTC codec runtime flag
https://bugs.webkit.org/show_bug.cgi?id=213724
Reviewed by Eric Carlson.
* webrtc/h265.html:
* webrtc/vp9-expected.txt: Added.
* webrtc/vp9.html: Added.
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Add more OffscreenCanvas flaky failures.
* platform/glib/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Move WPE and GTK OffscreenCanvas failures to GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-29 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Failures happening in the EWS GTK-WK2 queue.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-29 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Dump JS output of several canvas tests in stderr.
* platform/gtk/TestExpectations:
2020-06-29 Antoine Quint <graouts@webkit.org>
[Web Animations] REGRESSION: Bootstrap Carousel component v4.1 regressed with Web Animations
https://bugs.webkit.org/show_bug.cgi?id=213376
<rdar://problem/64531242>
Reviewed by Dean Jackson.
Add a test that uses a timeout instead of a "transitionend" event to retarget a transition upon completion
to the same computed value but not the same specified value to check that we generate a transition that has
no visual effect.
* webanimations/css-transition-retargeting-to-same-value-upon-completion-with-timeout-expected.txt: Added.
* webanimations/css-transition-retargeting-to-same-value-upon-completion-with-timeout.html: Added.
2020-06-29 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r263624): http/tests/quicklook/submit-form-blocked.html fails consistently
https://bugs.webkit.org/show_bug.cgi?id=213767
<rdar://problem/64893698>
Reviewed by Tim Horton.
This test loads a Word document (`.docx`) in an iframe, and then taps a JavaScript link in the Word document
that creates a new `form` element and attempts to submit it. The test requires a particular error message to be
logged to the console in order to pass (i.e. "Blocked form submission to '<URL>' because the form's frame is
sandboxed and the 'allow-forms' permission is not set.").
After r263624, this message is no longer logged, because the `form` element created by the Word document's
JavaScript link is disconnected from the DOM, and so we bail immediately in `HTMLFormElement::submit` without
ever getting to the security check.
To fix this and make it exercise what it was originally intended to test, we tweak the JavaScript link contained
within the Word document, such that it additionally appends the newly created form element to the document. This
is the modified (percent-decoded) JavaScript URL:
```
(function() {
var form = document.createElement("form");
document.body.appendChild(form);
form.action = "fail.html";
form.innerHTML = '<input type="hidden" name="secret" value="webkit">';
form.submit();
})();
```
This patch simply adds the third line (with the call to `document.body.appendChild`).
* http/tests/quicklook/resources/submit-form-blocked.docx:
* http/tests/quicklook/submit-form-blocked.html:
Make sure we also hit-test to the link in the Word document by making the link much bigger, and adjusting the
touch location offset to match.
2020-06-29 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update baseline after r263673.
* platform/glib/accessibility/aria-hidden-negates-no-visibility-expected.txt:
2020-06-29 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Adjust baseline when the table cell itself establishes an IFC
https://bugs.webkit.org/show_bug.cgi?id=213735
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-cell-baseline-offset-simple2-expected.html: Added.
* fast/layoutformattingcontext/table-cell-baseline-offset-simple2.html: Added.
2020-06-29 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Adjust baseline offset for continuation
https://bugs.webkit.org/show_bug.cgi?id=213732
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-cell-baseline-offset-simple-expected.html: Added.
* fast/layoutformattingcontext/table-cell-baseline-offset-simple.html: Added.
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-ui/text-overflow-005.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=175290
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for svg/batik/text/textEffect3.svg as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213760
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS 14] A couple of tests in editing/selection/ios fail after <rdar://problem/60978283>
https://bugs.webkit.org/show_bug.cgi?id=213746
More work towards <rdar://problem/64808138>
Reviewed by Devin Rousso.
The UIKit change in <rdar://problem/60978283> adjusts text interaction behaviors such that a long press gesture
while editing makes a new caret selection, rather than a new word-granularity selection. Tweak a couple of
layout tests in editing/selection/ios that currently assume that long presses while editing will select a word.
* editing/selection/ios/select-text-in-existing-selection-expected.txt:
* editing/selection/ios/select-text-in-existing-selection.html:
This test verifies that the selection can be changed by making a long press inside an existing selection.
However, it now fails after the changes in <rdar://problem/60978283> because it expects the selected text to be
"jumped", but instead, the selection ends up being a caret inside the word "jumped". Tweak this test to verify
that the selection anchors' common ancestor node is the text node with the text "jumped" instead, to handle both
possibilities (where a long press selects a word vs. sets a caret selection).
* editing/selection/ios/selection-extends-into-overflow-area.html:
This test verifies the position and size of a ranged selection made inside content that visibly overflows its
parent container. It now fails because it tries to long press the word to make a selection; instead, use a
double tap gesture to make the word selection.
* resources/ui-helper.js:
(window.UIHelper.doubleTapElement):
Add a new helper method that double taps in the middle of the given element.
(window.UIHelper.callFunctionAndWaitForEvent):
Adjust this helper method to wait for the given function to resolve, if the given function returns a Promise.
2020-06-29 Peng Liu <peng.liu6@apple.com>
Video spills over PiP screen a little when using Picture in Picture
https://bugs.webkit.org/show_bug.cgi?id=213658
Reviewed by Eric Carlson.
* media/picture-in-picture/picture-in-picture-window-aspect-ratio-expected.txt: Added.
* media/picture-in-picture/picture-in-picture-window-aspect-ratio.html: Added.
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for svg/W3C-SVG-1.1/fonts-elem-01-t.svg and svg/W3C-SVG-1.1/fonts-elem-02-t.svg and svg/W3C-SVG-1.1/fonts-elem-03-b.svg and svg/W3C-SVG-1.1/fonts-elem-07-b.svg as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=188729
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for media/media-source/media-source-abort-resets-parser.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213755
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Ryan Haddad <ryanhaddad@apple.com>
[iOS] webanimations/accelerated-animation-with-easing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213758
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky to speed up EWS.
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for media/fullscreen-api-enabled-media-with-presentation-mode.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=172998
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=177319
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/webrtc/getstats.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=172521
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-values/ch-unit-004.html and imported/w3c/web-platform-tests/css/css-values/ch-unit-012.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=203333
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-010.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213737
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-ui/outline-019.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=175288
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Chris Fleizach <cfleizach@apple.com>
AX: aria-modal nodes wrapped in aria-hidden are not honored
https://bugs.webkit.org/show_bug.cgi?id=212849
<rdar://problem/64047019>
Reviewed by Zalan Bujtas.
* accessibility/aria-hidden-negates-no-visibility-expected.txt:
* accessibility/aria-hidden-negates-no-visibility.html:
* accessibility/aria-modal-in-aria-hidden-expected.txt: Added.
* accessibility/aria-modal-in-aria-hidden.html: Added.
* accessibility/aria-modal.html:
* accessibility/mac/aria-modal-auto-focus.html:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-transitions/before-load-001.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=203416
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Youenn Fablet <youenn@apple.com>
Support MediaRecorder.onstart
https://bugs.webkit.org/show_bug.cgi?id=213720
Reviewed by Darin Adler.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice-expected.txt:
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice.html:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-scoping/stylesheet-title-001.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213736
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Garden tests failing on the EWS GTK-WK2 queue.
* platform/gtk/TestExpectations:
2020-06-29 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION(r263626): 2 imported/w3c/web-platform-tests/cors/ tests failing constantly
https://bugs.webkit.org/show_bug.cgi?id=213729
Unreviewed test gardening.
Add baselines for Mojave.
* platform/mac-mojave/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt: Added.
* platform/mac-mojave/imported/w3c/web-platform-tests/cors/origin-expected.txt: Added.
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-lists/counter-increment-inside-display-contents.html and imported/w3c/web-platform-tests/css/css-lists/counter-reset-inside-display-contents.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213734
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-display/display-contents-button.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213731
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/cors/preflight-failure.htm and imported/w3c/web-platform-tests/cors/status-async.htm as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213730
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Xabier Rodriguez Calvar <calvaris@igalia.com>
[GStreamer] imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-immediately.https.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=213385
Reviewed by Philippe Normand.
* platform/glib/TestExpectations: Removed test from expectations.
2020-06-29 Xabier Rodriguez Calvar <calvaris@igalia.com>
[webkitpy] PHP7.4 support on Debian platforms
https://bugs.webkit.org/show_bug.cgi?id=213721
Reviewed by Carlos Garcia Campos.
* http/conf/debian-httpd-2.4-php7.4.conf: Added.
2020-06-29 Youenn Fablet <youenn@apple.com>
RTCDataChannel.bufferedAmount should stay the same even if channel is closed
https://bugs.webkit.org/show_bug.cgi?id=213698
Reviewed by Darin Adler.
* webrtc/datachannel/bufferedAmount-afterClose-expected.txt: Added.
* webrtc/datachannel/bufferedAmount-afterClose.html: Added.
2020-06-29 Youenn Fablet <youenn@apple.com>
MediaRecorder.start() Method is Ignoring the "timeslice" Parameter
https://bugs.webkit.org/show_bug.cgi?id=202233
<rdar://problem/55720555>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice.html: Added.
2020-06-29 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Addressing some timeouts and flaky failures.
* platform/wpe/TestExpectations:
2020-06-28 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Add baseline for imported/w3c/web-platform-tests/cors/credentials-flag.htm
Unreviewed test gardening.
The current baseline seems to be based on the Mojave results, where
the last two test cases fail. Let's add a glib baseline with a Pass
expectation with a link to the bug discussing the main expectation.
The added baseline mirrors the current WebKitGTK results from wpt.fyi,
with the two cookie failures.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt: Added.
2020-06-28 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Merge crypto expectations
Unreviwed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-28 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move WebCryptoAPI expectations to glib
Unreviewed test gardening.
Some expectations in the glib file were being overriden by the generic
gtk one marking the tests as Slow.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-28 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Adjust table content vertical position to match vertical-align
https://bugs.webkit.org/show_bug.cgi?id=213692
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-cell-vertical-alignment-simple-expected.html: Added.
* fast/layoutformattingcontext/table-cell-vertical-alignment-simple.html: Added.
2020-06-28 Alexey Shvayka <shvaikalesh@gmail.com>
Improve error message for primitive callback interfaces
https://bugs.webkit.org/show_bug.cgi?id=213684
Reviewed by Darin Adler.
* fast/dom/createNodeIterator-parameters-expected.txt:
* fast/dom/createNodeIterator-parameters.html:
* fast/dom/createTreeWalker-parameters-expected.txt:
* fast/dom/createTreeWalker-parameters.html:
2020-06-28 Youenn Fablet <youenn@apple.com>
MediaRecorder stopRecorder() returns empty Blob after first use
https://bugs.webkit.org/show_bug.cgi?id=212274
<rdar://problem/63601298>
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-27 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Replaced inline boxes sit on the baseline with their margins
https://bugs.webkit.org/show_bug.cgi?id=213679
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/replaced-box-with-margin-on-baseline-expected.html: Added.
* fast/layoutformattingcontext/replaced-box-with-margin-on-baseline.html: Added.
2020-06-27 Mark Lam <mark.lam@apple.com>
Fix missing exception check in createIDBKeyFromValue().
https://bugs.webkit.org/show_bug.cgi?id=213681
<rdar://problem/64804893>
Reviewed by Chris Dumez.
* storage/indexeddb/missing-exception-check-in-IDBKey-expected.txt: Added.
* storage/indexeddb/missing-exception-check-in-IDBKey.html: Added.
2020-06-27 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/cors from upstream
https://bugs.webkit.org/show_bug.cgi?id=213668
Reviewed by Sam Weinig.
Update web-platform-tests/cors from upstream b076c305a256e7.
* tests-options.json:
2020-06-26 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r263609.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt:
2020-06-26 Chris Dumez <cdumez@apple.com>
Unreviewed, rename beacon-redirect.window.html to beacon-redirect.sub.window.html in TestExpectations
This needed updating since the test got renamed upstream and we resync'd it recently in r263595.
* TestExpectations:
2020-06-26 Chris Dumez <cdumez@apple.com>
Unreviewed, drop tests that got renamed in r263598 when re-syncing WebCryptAPI tests.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed.
2020-06-26 Chris Dumez <cdumez@apple.com>
Unreviewed, land iOS-specific baselines after WebCryptoAPI WPT tests resync in r263598.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Added.
2020-06-26 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/content-security-policy from upstream
https://bugs.webkit.org/show_bug.cgi?id=213664
Reviewed by Darin Adler.
Update web-platform-tests/content-security-policy from upstream b076c305a256e7fb7.
* tests-options.json:
2020-06-26 Jer Noble <jer.noble@apple.com>
CRASH: incompatible downcast<> operation in SourceBufferPrivateAVFObjC::setCDMInstance()
https://bugs.webkit.org/show_bug.cgi?id=213660
<rdar://problem/63831593>
Reviewed by Eric Carlson.
* platform/mac/media/encrypted-media/fps-clearkey-crash-expected.txt: Added.
* platform/mac/media/encrypted-media/fps-clearkey-crash.html: Added.
2020-06-26 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/WebCryptoAPI from upstream
https://bugs.webkit.org/show_bug.cgi?id=213662
Reviewed by Darin Adler.
Update web-platform-tests/WebCryptoAPI from upstream b076c305a256e7.
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-expected.txt:
2020-06-26 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Add support for <center>
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 <rackler@apple.com>
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 <rackler@apple.com>
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 <lawrence.j@apple.com>
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 <rackler@apple.com>
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 <rackler@apple.com>
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 <simon.fraser@apple.com>
Content sometimes missing in nested scrollers with border-radius
https://bugs.webkit.org/show_bug.cgi?id=213580
<rdar://problem/64460373>
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 <jacob_uphoff@apple.com>
[ 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 <wenson_hsieh@apple.com>
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 <rackler@apple.com>
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 <youenn@apple.com>
MediaRecorder.start() Method is Ignoring the "timeslice" Parameter
https://bugs.webkit.org/show_bug.cgi?id=202233
<rdar://problem/55720555>
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 <shihchieh_lee@apple.com>
ASSERTION FAILED: (it != m_map.end()) in TreeScopeOrderedMap::remove
https://bugs.webkit.org/show_bug.cgi?id=213611
<rdar://problem/64493506>
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 <rackler@apple.com>
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 <jacob_uphoff@apple.com>
[ 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 <rackler@apple.com>
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 <dpino@igalia.com>
[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 <zalan@apple.com>
[Inline] Overlapping content when margin-right is present
https://bugs.webkit.org/show_bug.cgi?id=213629
<rdar://problem/64391403>
Reviewed by Simon Fraser.
* fast/inline/incorrect-tab-position-expected.html: Added.
* fast/inline/incorrect-tab-position.html: Added.
2020-06-25 Karl Rackler <rackler@apple.com>
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 <dabates@apple.com>
[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
<rdar://problem/62656131>
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 <lawrence.j@apple.com>
[ 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 <sabouhallawa@apple.com>
REGRESSION(r260800): Null Ptr Deref READ @ WTF::Optional<WTF::Seconds>::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 <rackler@apple.com>
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 <megan_gardner@apple.com>
Cannot delete last line of Mail Message
https://bugs.webkit.org/show_bug.cgi?id=213536
<rdar://problem/63420928>
Reviewed by Wenson Hsieh.
* editing/deleting/smart-delete-paragraph-005.html:
2020-06-25 Karl Rackler <rackler@apple.com>
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 <rackler@apple.com>
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 <youenn@apple.com>
MediaRecorder stopRecorder() returns empty Blob after first use
https://bugs.webkit.org/show_bug.cgi?id=212274
<rdar://problem/63601298>
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 <rackler@apple.com>
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 <zalan@apple.com>
[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 <rackler@apple.com>
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 <lawrence.j@apple.com>
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 <graouts@webkit.org>
REGRESSION (r260360): easing curves are broken on JS-originated animations
https://bugs.webkit.org/show_bug.cgi?id=213495
<rdar://problem/64649747>
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 <svillar@igalia.com>
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 <wenson_hsieh@apple.com>
Running spellcheck on https://developer.apple.com/forums/thread/650317 hangs the web process
https://bugs.webkit.org/show_bug.cgi?id=213585
<rdar://problem/64681632>
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 <clark_wang@apple.com>
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 <simon.fraser@apple.com>
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 <lawrence.j@apple.com>
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 <wenson_hsieh@apple.com>
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
<rdar://problem/64711653>
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 <rackler@apple.com>
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 <achristensen@webkit.org>
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 <uiqbal@apple.com>
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 <pgyanchandani@apple.com>
Null Ptr Deref READ @ WTF::Optional<WTF::Seconds>::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 <rackler@apple.com>
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 <graouts@webkit.org>
REGRESSION (r260360): easing curves are broken on JS-originated animations
https://bugs.webkit.org/show_bug.cgi?id=213495
<rdar://problem/64649747>
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 <philn@igalia.com>
Unreviewed GTK gardening
* platform/gtk/TestExpectations: webrtc/disable-encryption.html is still flaky.
2020-06-24 Antoine Quint <graouts@webkit.org>
REGRESSION: Delayed updating of the parallax images on pacificvoyages.net/posts
https://bugs.webkit.org/show_bug.cgi?id=212213
<rdar://problem/63497946>
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 <rackler@apple.com>
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 <rackler@apple.com>
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 <eric.carlson@apple.com>
Don't claim to support fullscreen mode unless fullScreenEnabled setting is enabled
https://bugs.webkit.org/show_bug.cgi?id=213142
<rdar://63753327>
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 <pnormand@igalia.com>
[GStreamer] webrtc/disable-encryption.html is a crashing flaky
https://bugs.webkit.org/show_bug.cgi?id=211166
<rdar://problem/63223973>
Reviewed by Xabier Rodriguez-Calvar.
* platform/gtk/TestExpectations: Unflag webrtc/disable-encryption.html.
2020-06-24 Jacob Uphoff <jacob_uphoff@apple.com>
[ 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 <svillar@igalia.com>
[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 <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update test expectations after r263437.
* platform/gtk/TestExpectations:
2020-06-23 Chris Dumez <cdumez@apple.com>
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 <svillar@igalia.com>
[ 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 <weinig@apple.com>
[ 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
<rdar://problem/64642790>
* platform/ios/TestExpectations:
Mark a few WebSocket tests as flakey on iOS test runners.
2020-06-23 Karl Rackler <rackler@apple.com>
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 <tsavell@apple.com>
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 <dpino@igalia.com>
[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 <drousso@apple.com>
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 <svillar@igalia.com>
[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 <jacob_uphoff@apple.com>
[ 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 <simon.fraser@apple.com>
[ Catalina Debug WK2 ] fast/events/platform-wheelevent-in-scrolling-div.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213351
<rdar://problem/64502429>
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 <jacob_uphoff@apple.com>
[ 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 <dpino@igalia.com>
[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 <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations after r263390.
Garden latest failures from test bot.
* platform/wpe/TestExpectations:
2020-06-18 Sergio Villar Senin <svillar@igalia.com>
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 <cgarcia@igalia.com>
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 <Hironori.Fujii@sony.com>
[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 <eric.carlson@apple.com>
REGRESSION (r263121): [ Catalina Debug ] media/video-fullscreen-only-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213407
<rdar://problem/64545587>
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 <rbuis@igalia.com>
Add referrerpolicy attribute support for <link>
https://bugs.webkit.org/show_bug.cgi?id=213342
Reviewed by Darin Adler.
Add a tests for <link rel="stylesheet">, <link rel="preload"> 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 <aestes@apple.com>
REGRESSION (r263150): http/tests/ssl/applepay/ApplePayInstallmentItems.https.html is failing
https://bugs.webkit.org/show_bug.cgi?id=213466
<rdar://problem/64537600>
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 <tetsuharu.ohzeki@gmail.com>
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 <youenn@apple.com>
[WebRTC] Add support for freeze/pause receiver stats
https://bugs.webkit.org/show_bug.cgi?id=212938
<rdar://problem/64141493>
Reviewed by Eric Carlson.
* webrtc/video-mediastreamtrack-stats.html:
2020-06-22 Jacob Uphoff <jacob_uphoff@apple.com>
[ 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 <svillar@igalia.com>
[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 <cgarcia@igalia.com>
[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 <ggaren@apple.com>
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 <mmaxfield@apple.com>
fast/text/international/system-language/navigator-language/navigator-language tests are failing on Mojave
<rdar://problem/64468227>
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 <zalan@apple.com>
[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 <zalan@apple.com>
[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 <zalan@apple.com>
[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 <wenson_hsieh@apple.com>
[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 <mmaxfield@apple.com>
fast/text/international/system-language/navigator-language/navigator-language tests are failing on Catalina and iOS
<rdar://problem/64468227>
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 <zalan@apple.com>
[AutoSizing] Resolve viewport units against the preferred content size
https://bugs.webkit.org/show_bug.cgi?id=213408
<rdar://problem/64267539>
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 <wenson_hsieh@apple.com>
Unreviewed test gardening on Windows
Mark a test as failing while it's being investigated.
* platform/win/TestExpectations:
2020-06-19 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r263253): Search field results and cancel buttons have their own focus rings
https://bugs.webkit.org/show_bug.cgi?id=213413
<rdar://problem/64548419>
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 <tsavell@apple.com>
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 <sabouhallawa@apple.com>
[CG] REGRESSION (r256892): Luminance SVG mask is not applied when accelerated drawing is enabled
https://bugs.webkit.org/show_bug.cgi?id=213403
<rdar://problem/64489419>
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 <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r263268.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-19 Zalan Bujtas <zalan@apple.com>
[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 <lawrence.j@apple.com>
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 <svillar@igalia.com>
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 <lmoura@igalia.com>
[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 <zalan@apple.com>
[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 <mmaxfield@apple.com>
[Cocoa] Unify "font:" CSS shorthand values between macOS and iOS family
https://bugs.webkit.org/show_bug.cgi?id=213332
<rdar://problem/64479189>
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 <dpino@igalia.com>
[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 <ysuzuki@apple.com>
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 <ysuzuki@apple.com>
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 <rackler@apple.com>
[ 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 <zalan@apple.com>
[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 <ggaren@apple.com>
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 <youenn@apple.com>
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
<rdar://problem/64452203>
Reviewed by Alex Christensen.
* platform/win/TestExpectations:
2020-06-18 Alexey Shvayka <shvaikalesh@gmail.com>
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 <dpino@igalia.com>
[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 <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update status of flaky timeout failures after r263206.
* platform/gtk/TestExpectations:
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Remove stale flaky failures after r263205.
* platform/gtk/TestExpectations:
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Remove stake flaky crash failures after r263204.
* platform/gtk/TestExpectations:
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[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 <dpino@igalia.com>
[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 <graouts@webkit.org>
quikr.com: unable to select item from dropdown
https://bugs.webkit.org/show_bug.cgi?id=213260
<rdar://problem/58106011>
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 <katherine_cheney@apple.com>
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
<rdar://problem/64427778>
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 <rbuis@igalia.com>
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 <keith_miller@apple.com>
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 <ryanhaddad@apple.com>
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 <zalan@apple.com>
[Win] Unreviewed test gardening.
* platform/win/TestExpectations:
2020-06-17 Sam Weinig <weinig@apple.com>
[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 <graouts@webkit.org>
[Modern Media Controls] CSS "cursor" property shoud be respected in media controls shadow root
https://bugs.webkit.org/show_bug.cgi?id=213295
<rdar://problem/61911638>
Reviewed by Timothy Hatcher.
Add a test that checks that setting the "cursor" property on a <video> element also applies to the
media controls in the element's shadow root.
* media/modern-media-controls/css/cursor-expected.txt: Added.
* media/modern-media-controls/css/cursor.html: Added.
2020-06-08 Andy Estes <aestes@apple.com>
[Apple Pay] Enable layout tests on more platforms
https://bugs.webkit.org/show_bug.cgi?id=212955
<rdar://problem/64174156>
Reviewed by Alex Christensen.
* http/tests/ssl/applepay/ApplePayInstallmentItems.https.html: Changed to fail instead of
time out when API version 9 isn't supported.
* http/tests/ssl/applepay/ApplePayError.html:
* http/tests/ssl/applepay/ApplePaySession.html:
* http/tests/ssl/applepay/ApplePaySessionV3.html:
* http/tests/ssl/applepay/ApplePaySessionV4.html:
* http/tests/ssl/applepay/ApplePaySessionV5.html: Removed a custom element-clicking function
and used UIHelper.activateElement instead.
* platform/ios-wk2/TestExpectations: Un-skipped http/tests/ssl/applepay.
Marked PaymentRequest.https.html as Slow. Marked ApplePayInstallmentItems.https.html as
Failure.
* platform/mac-wk2/TestExpectations: Removed a trailing '/'. Skipped
ApplePayInstallmentItems.https.html on Mojave and marked it as Failure on Catalina.
2020-06-17 Truitt Savell <tsavell@apple.com>
[ Catalina WK2 Release ] http/tests/IndexedDB/storage-limit-1.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213292
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-17 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines and test expectations after r263143.
* platform/glib/svg/custom/svg-fonts-in-text-controls-expected.txt:
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/form-control-value-settable-expected.txt:
* platform/gtk/accessibility/roles-exposed-expected.txt:
* platform/gtk/fast/css/line-height-expected.txt:
* platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/gtk/fast/forms/searchfield-heights-expected.txt:
* platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/css/css-color/animation/opacity-interpolation-expected.txt:
* platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt:
2020-06-16 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r255037): Broken position while comparing watch bands on www.apple.com/shop/studio/apple-watch
https://bugs.webkit.org/show_bug.cgi?id=213282
<rdar://problem/63862940>
Reviewed by Antti Koivisto.
* fast/scrolling/ios/user-then-programmatic-scroll-expected.html: Added.
* fast/scrolling/ios/user-then-programmatic-scroll.html: Added.
2020-06-16 Zalan Bujtas <zalan@apple.com>
[Subpixel] Replaced content bleeds over content box when border radius is set
https://bugs.webkit.org/show_bug.cgi?id=213275
<rdar://problem/64320995>
Reviewed by Simon Fraser.
* fast/images/hidpi-image-position-on-device-pixels-with-border-radius-expected.html: Added.
* fast/images/hidpi-image-position-on-device-pixels-with-border-radius.html: Added.
2020-06-16 Myles C. Maxfield <mmaxfield@apple.com>
Make fast/ruby/ruby-expansion tests more robust
<rdar://problem/59688895>
Unreviewed test gardening.
Update the tests to no longer be sensitive to arbitrary fallback font metrics.
* fast/ruby/ruby-expansion-cjk-2.html:
* fast/ruby/ruby-expansion-cjk-3.html:
* fast/ruby/ruby-expansion-cjk-4.html:
* fast/ruby/ruby-expansion-cjk.html:
* platform/mac-wk1/TestExpectations:
2020-06-16 Dean Jackson <dino@apple.com>
REGRESSION (r262643): DumpRenderTree at com.apple.WebCore: WebCore::Document::prepareCanvasesForDisplayIfNeeded
https://bugs.webkit.org/show_bug.cgi?id=213221
rdar://64260400
Reviewed by Simon Fraser.
Test that triggers a rendering on a canvas, then rips it out of
the document before drawing.
* webgl/preparation-removed-from-document-expected.txt: Added.
* webgl/preparation-removed-from-document.html: Added.
2020-06-16 Peng Liu <peng.liu6@apple.com>
REGRESSION: [iOS wk2] media/modern-media-controls/media-controller/ios/media-controller-stop-updates-in-fullscreen.html is failing consistently
https://bugs.webkit.org/show_bug.cgi?id=213267
Reviewed by Eric Carlson.
Enable the mock video presentation mode for layout tests and use shouldBecomeEqual() to check
the value of media.webkitDisplayingFullscreen.
* media/modern-media-controls/media-controller/ios/media-controller-stop-updates-in-fullscreen-expected.txt:
* media/modern-media-controls/media-controller/ios/media-controller-stop-updates-in-fullscreen.html:
2020-06-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/text/international/system-language/navigator-language tests
<rdar://problem/64047392>
Unreviewed.
Update to new behavior of +[NSLocale minimizedLanguagesFromLanguages:].
* fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-en-US.html:
* fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-es-ES.html:
* fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-es-MX.html:
* fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-pt-BR.html:
* fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-zh-Hant.html:
2020-06-16 Eric Carlson <eric.carlson@apple.com>
Don't claim to support fullscreen mode unless fullScreenEnabled setting is enabled
https://bugs.webkit.org/show_bug.cgi?id=213142
<rdar://63753327>
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-16 Andres Gonzalez <andresg_22@apple.com>
Fix for accessibility/textarea-selected-text-range.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=213257
Reviewed by Chris Fleizach.
- Re-write this test so that it can pass in both isolated tree mode on
and off.
- Replaced shouldBecomeEqual with setTimeout follow by debug because
shouldBecomeEqual causes a thread lock on isolated tree mode.
* accessibility/textarea-selected-text-range-expected.txt:
* accessibility/textarea-selected-text-range.html:
2020-06-16 Clark Wang <clark_wang@apple.com>
Added missing position attributes to PannerNode
https://bugs.webkit.org/show_bug.cgi?id=213151
Reviewed by Chris Dumez.
Added change to unprefix PannerNode in web-platform-tests.
* resources/testharnessreport.js:
2020-06-16 Sam Weinig <weinig@apple.com>
[WPT] form.action does not return document.url when unset (part of https://wpt.live/html/dom/reflection-forms.html)
https://bugs.webkit.org/show_bug.cgi?id=213205
Reviewed by David Kilzer.
* platform/gtk/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
Update test results.
2020-06-16 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening after r263073
* platform/wincairo/editing/inserting/before-after-input-element-expected.txt:
* platform/wincairo/editing/selection/3690703-2-expected.txt:
* platform/wincairo/editing/selection/3690703-expected.txt:
* platform/wincairo/editing/selection/3690719-expected.txt:
* platform/wincairo/editing/selection/4895428-3-expected.txt:
* platform/wincairo/editing/selection/4975120-expected.txt:
* platform/wincairo/editing/selection/drag-select-1-expected.txt:
* platform/wincairo/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/wincairo/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/wincairo/fast/css/input-search-padding-expected.txt:
* platform/wincairo/fast/css/line-height-expected.txt:
* platform/wincairo/fast/css/text-overflow-input-expected.txt:
* platform/wincairo/fast/events/context-no-deselect-expected.txt:
* platform/wincairo/fast/html/details-no-summary4-expected.txt:
* platform/wincairo/fast/html/details-open-javascript-expected.txt:
* platform/wincairo/fast/html/details-open2-expected.txt:
* platform/wincairo/fast/html/details-open4-expected.txt:
* platform/wincairo/fast/text/textIteratorNilRenderer-expected.txt:
2020-06-16 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines after r263073.
* platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/gtk/editing/inserting/before-after-input-element-expected.txt:
* platform/gtk/editing/pasteboard/4806874-expected.txt:
* platform/gtk/editing/pasteboard/input-field-1-expected.txt:
* platform/gtk/editing/selection/3690703-2-expected.txt:
* platform/gtk/editing/selection/3690703-expected.txt:
* platform/gtk/editing/selection/3690719-expected.txt:
* platform/gtk/editing/selection/4895428-3-expected.txt:
* platform/gtk/editing/selection/4975120-expected.txt:
* platform/gtk/editing/selection/drag-select-1-expected.txt:
* platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/gtk/fast/css/input-search-padding-expected.txt:
* platform/gtk/fast/css/text-overflow-input-expected.txt:
* platform/gtk/fast/events/context-no-deselect-expected.txt:
* platform/gtk/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
* platform/gtk/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/gtk/fast/forms/basic-inputs-expected.txt:
* platform/gtk/fast/forms/box-shadow-override-expected.txt:
* platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
* platform/gtk/fast/forms/datalist/datalist-searchinput-appearance-expected.txt:
* platform/gtk/fast/forms/datalist/datalist-textinput-appearance-expected.txt:
* platform/gtk/fast/forms/encoding-test-expected.txt:
* platform/gtk/fast/forms/fieldset-align-expected.txt:
* platform/gtk/fast/forms/fieldset/fieldset-elements-htmlcollection-expected.txt:
* platform/gtk/fast/forms/form-element-geometry-expected.txt:
* platform/gtk/fast/forms/input-align-expected.txt:
* platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/gtk/fast/forms/input-appearance-focus-expected.txt:
* platform/gtk/fast/forms/input-appearance-height-expected.txt:
* platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/gtk/fast/forms/input-appearance-selection-expected.txt:
* platform/gtk/fast/forms/input-appearance-visibility-expected.txt:
* platform/gtk/fast/forms/input-appearance-width-expected.txt:
* platform/gtk/fast/forms/input-baseline-expected.txt:
* platform/gtk/fast/forms/input-disabled-color-expected.txt:
* platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/gtk/fast/forms/input-spaces-expected.txt:
* platform/gtk/fast/forms/input-table-expected.txt:
* platform/gtk/fast/forms/input-text-click-inside-expected.txt:
* platform/gtk/fast/forms/input-text-click-outside-expected.txt:
* platform/gtk/fast/forms/input-text-double-click-expected.txt:
* platform/gtk/fast/forms/input-text-drag-down-expected.txt:
* platform/gtk/fast/forms/input-text-option-delete-expected.txt:
* platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/gtk/fast/forms/input-type-text-min-width-expected.txt:
* platform/gtk/fast/forms/input-value-expected.txt:
* platform/gtk/fast/forms/input-width-expected.txt:
* platform/gtk/fast/forms/placeholder-position-expected.txt:
* platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/gtk/fast/forms/search-input-rtl-expected.txt:
* platform/gtk/fast/forms/search-styled-expected.txt:
* platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
* platform/gtk/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
* platform/gtk/fast/forms/textfield-outline-expected.txt:
* platform/gtk/fast/forms/textfield-overflow-expected.txt:
* platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
* platform/gtk/fast/html/details-no-summary4-expected.txt:
* platform/gtk/fast/html/details-open-javascript-expected.txt:
* platform/gtk/fast/html/details-open2-expected.txt:
* platform/gtk/fast/html/details-open4-expected.txt:
* platform/gtk/fast/lists/dynamic-marker-crash-expected.txt:
* platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
* platform/gtk/fast/repaint/search-field-cancel-expected.txt:
* platform/gtk/fast/repaint/subtree-root-skipped-expected.txt:
* platform/gtk/fast/replaced/replaced-breaking-expected.txt:
* platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/gtk/fast/table/colspanMinWidth-expected.txt:
* platform/gtk/fast/table/spanOverlapRepaint-expected.txt:
* platform/gtk/fast/table/text-field-baseline-expected.txt:
* platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
* platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/gtk/svg/hixie/mixed/003-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug12384-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug24200-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug51037-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55545-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug59354-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug96334-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug99948-expected.txt:
* platform/gtk/tables/mozilla/dom/tableDom-expected.txt:
* platform/gtk/tables/mozilla/other/move_row-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/gtk/transforms/3d/general/perspective-non-layer-expected.txt:
2020-06-16 Youenn Fablet <youenn@apple.com>
Loads triggered by an opaque stylesheet should not be visible to service workers
https://bugs.webkit.org/show_bug.cgi?id=213246
Reviewed by Alex Christensen.
* http/wpt/service-workers/no-cors-css-with-subresources.https-expected.txt: Added.
* http/wpt/service-workers/no-cors-css-with-subresources.https.html: Added.
* http/wpt/service-workers/no-cors-css-worker.js: Added.
(async doTest):
(async doFetch):
* http/wpt/service-workers/resources/loading-subresources.css: Added.
* http/wpt/service-workers/resources/subresource.css: Added.
(div#resource_link_css):
2020-06-16 Youenn Fablet <youenn@apple.com>
Increase pixel check tolerance for http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html
https://bugs.webkit.org/show_bug.cgi?id=213237
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html:
Increase pixel tolerance as we encode/decode video which might create some artefacts.
2020-06-16 Chris Fleizach <cfleizach@apple.com>
AX: <address> element should no longer map to ARIA `contentinfo` role
https://bugs.webkit.org/show_bug.cgi?id=212617
<rdar://problem/63848604>
Reviewed by Joanmarie Diggs.
* accessibility/mac/landmark-not-ignored-expected.txt:
* accessibility/mac/landmark-not-ignored.html:
* platform/mac-wk2/accessibility/roles-exposed-expected.txt:
* platform/mac/accessibility/roles-exposed-expected.txt:
* platform/win/accessibility/roles-exposed-expected.txt:
2020-06-16 Jason Lawrence <lawrence.j@apple.com>
[iOS wk2] http/tests/security/cookies/third-party-cookie-blocking-main-frame.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=206946
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-16 Truitt Savell <tsavell@apple.com>
Rebase tables/mozilla_expected_failures/bugs/bug2479-5.html after the changes in https://trac.webkit.org/changeset/263073/webkit
https://bugs.webkit.org/show_bug.cgi?id=212856
Unreviewed test gardening.
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2020-06-16 youenn fablet <youenn@apple.com>
Make sure MediaRecorder.requestData returns data with the new writer backend
https://bugs.webkit.org/show_bug.cgi?id=206929
Reviewed by Darin Adler.
* http/wpt/mediarecorder/MediaRecorder-requestData-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-requestData.html: Added.
2020-06-16 Devin Rousso <drousso@apple.com>
REGRESSION: [ Mac ] inspector/page/setBootstrapScript-sub-frame.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213087
<rdar://problem/64262900>
Reviewed by Maciej Stachowiak.
* inspector/page/setBootstrapScript-sub-frame.html:
* inspector/page/resources/bootstrap-iframe.html:
* platform/mac/TestExpectations:
2020-06-16 Youenn Fablet <youenn@apple.com>
LayoutTest imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=169572
Unreviewed.
* platform/mac/TestExpectations:
Remove no longer needed expectation.
2020-06-16 Devin Rousso <drousso@apple.com>
[ Mac wk2 ] http/tests/inspector/network/har/har-page.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207954
<rdar://problem/59599895>
Reviewed by Maciej Stachowiak.
* http/tests/inspector/network/har/har-page.html:
* http/tests/inspector/network/har/har-page-aggressive-gc.html:
* http/tests/inspector/network/har/har-page-aggressive-gc-expected.txt:
Explicitly disable resource caching as the test reloads the page and expects resource load
metrics to be populated/valid.
* platform/mac-wk2/TestExpectations:
2020-06-16 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update baselines after r263073.
* platform/wpe/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/wpe/fast/css/line-height-expected.txt:
* platform/wpe/fast/css/text-overflow-input-expected.txt:
* platform/wpe/fast/events/context-no-deselect-expected.txt:
* platform/wpe/fast/frames/take-focus-from-iframe-expected.txt:
* platform/wpe/fast/html/details-no-summary4-expected.txt:
* platform/wpe/fast/html/details-open-javascript-expected.txt:
* platform/wpe/fast/html/details-open2-expected.txt:
* platform/wpe/fast/html/details-open4-expected.txt:
* platform/wpe/fast/lists/dynamic-marker-crash-expected.txt:
* platform/wpe/fast/replaced/replaced-breaking-expected.txt:
* platform/wpe/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/wpe/fast/table/colspanMinWidth-expected.txt:
* platform/wpe/fast/table/spanOverlapRepaint-expected.txt:
* platform/wpe/fast/table/text-field-baseline-expected.txt:
* platform/wpe/fast/text/textIteratorNilRenderer-expected.txt:
* platform/wpe/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/wpe/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/wpe/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/wpe/svg/hixie/mixed/003-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1188-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug12384-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug18359-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug24200-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug28928-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4382-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4527-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug51037-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug55545-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug59354-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug7342-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug96334-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug99948-expected.txt:
* platform/wpe/tables/mozilla/dom/tableDom-expected.txt:
* platform/wpe/tables/mozilla/other/move_row-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/wpe/transforms/3d/general/perspective-non-layer-expected.txt:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Garden flaky failures after r263069.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-no-freshness-headers.https-expected.txt: Removed.
2020-06-15 Megan Gardner <megan_gardner@apple.com>
Text form controls can scroll by 1px when value is the same length as size. No scrolling should happen.
https://bugs.webkit.org/show_bug.cgi?id=212856
<rdar://problem/63541707>
Reviewed by Zalan Bujtas.
* editing/editable-region/overflow-scroll-text-field-and-contenteditable-expected.txt:
* editing/editable-region/search-field-basic-expected.txt:
* editing/editable-region/text-field-basic-expected.txt:
* fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-readonly-expected.html:
* fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-readonly.html:
* fast/forms/auto-fill-button/input-credit-card-auto-fill-button-expected.txt:
* fast/forms/fieldset/fieldset-elements-htmlcollection-expected.txt:
* fast/forms/fieldset/fieldset-elements-htmlcollection.html:
* fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled-expected.html:
* fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled.html:
* fast/forms/search/search-cancel-button-visible-when-input-becomes-readonly-expected.html:
* fast/forms/search/search-cancel-button-visible-when-input-becomes-readonly.html:
* platform/ios-simulator/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/input-credit-card-auto-fill-button-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/input-strong-password-viewable-expected.txt:
* platform/ios-simulator/fast/forms/datalist/datalist-searchinput-appearance-expected.txt:
* platform/ios-simulator/fast/forms/datalist/datalist-textinput-appearance-expected.txt:
* platform/ios-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/ios-wk2/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/ios-wk2/editing/inserting/before-after-input-element-expected.txt:
* platform/ios-wk2/editing/pasteboard/input-field-1-expected.txt:
* platform/ios-wk2/editing/selection/4895428-3-expected.txt:
* platform/ios-wk2/editing/selection/drag-select-1-expected.txt:
* platform/ios-wk2/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/ios-wk2/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/ios-wk2/fast/forms/input-text-click-inside-expected.txt:
* platform/ios-wk2/fast/forms/input-text-click-outside-expected.txt:
* platform/ios-wk2/fast/forms/input-text-double-click-expected.txt:
* platform/ios-wk2/fast/forms/input-text-drag-down-expected.txt:
* platform/ios-wk2/fast/forms/input-text-option-delete-expected.txt:
* platform/ios-wk2/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/ios-wk2/fast/forms/tabbing-input-iframe-expected.txt:
* platform/ios-wk2/fast/forms/textfield-outline-expected.txt:
* platform/ios-wk2/fast/overflow/overflow-focus-ring-expected.txt:
* platform/ios-wk2/fast/repaint/placeholder-after-caps-lock-hidden-expected.txt:
* platform/ios-wk2/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/ios/editing/pasteboard/4806874-expected.txt:
* platform/ios/editing/selection/3690703-2-expected.txt:
* platform/ios/editing/selection/3690703-expected.txt:
* platform/ios/editing/selection/3690719-expected.txt:
* platform/ios/editing/selection/4975120-expected.txt:
* platform/ios/fast/clip/outline-overflowClip-expected.txt:
* platform/ios/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/ios/fast/css/input-search-padding-expected.txt:
* platform/ios/fast/css/line-height-expected.txt:
* platform/ios/fast/css/text-overflow-input-expected.txt:
* platform/ios/fast/events/context-no-deselect-expected.txt:
* platform/ios/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/ios/fast/forms/basic-inputs-expected.txt:
* platform/ios/fast/forms/box-shadow-override-expected.txt:
* platform/ios/fast/forms/control-restrict-line-height-expected.txt:
* platform/ios/fast/forms/encoding-test-expected.txt:
* platform/ios/fast/forms/fieldset-align-expected.txt:
* platform/ios/fast/forms/form-element-geometry-expected.txt:
* platform/ios/fast/forms/input-align-expected.txt:
* platform/ios/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/ios/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/ios/fast/forms/input-appearance-focus-expected.txt:
* platform/ios/fast/forms/input-appearance-height-expected.txt:
* platform/ios/fast/forms/input-appearance-selection-expected.txt:
* platform/ios/fast/forms/input-appearance-visibility-expected.txt:
* platform/ios/fast/forms/input-appearance-width-expected.txt:
* platform/ios/fast/forms/input-disabled-color-expected.txt:
* platform/ios/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/ios/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/ios/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/ios/fast/forms/input-spaces-expected.txt:
* platform/ios/fast/forms/input-table-expected.txt:
* platform/ios/fast/forms/input-text-click-inside-expected.txt:
* platform/ios/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/ios/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/ios/fast/forms/input-type-text-min-width-expected.txt:
* platform/ios/fast/forms/input-value-expected.txt:
* platform/ios/fast/forms/input-width-expected.txt:
* platform/ios/fast/forms/minWidthPercent-expected.txt:
* platform/ios/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/ios/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/ios/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/ios/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/ios/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/ios/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/ios/fast/forms/search-input-rtl-expected.txt:
* platform/ios/fast/forms/search-styled-expected.txt:
* platform/ios/fast/forms/tabbing-input-iframe-expected.txt:
* platform/ios/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/ios/fast/forms/textfield-focus-ring-expected.txt:
* platform/ios/fast/forms/textfield-overflow-expected.txt:
* platform/ios/fast/frames/take-focus-from-iframe-expected.txt:
* platform/ios/fast/html/details-no-summary4-expected.txt:
* platform/ios/fast/html/details-open-javascript-expected.txt:
* platform/ios/fast/html/details-open2-expected.txt:
* platform/ios/fast/html/details-open4-expected.txt:
* platform/ios/fast/lists/dynamic-marker-crash-expected.txt:
* platform/ios/fast/replaced/replaced-breaking-expected.txt:
* platform/ios/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/ios/fast/table/colspanMinWidth-expected.txt:
* platform/ios/fast/table/spanOverlapRepaint-expected.txt:
* platform/ios/fast/table/text-field-baseline-expected.txt:
* platform/ios/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/ios/svg/hixie/mixed/003-expected.txt:
* platform/ios/tables/mozilla/bugs/bug1188-expected.txt:
* platform/ios/tables/mozilla/bugs/bug12384-expected.txt:
* platform/ios/tables/mozilla/bugs/bug18359-expected.txt:
* platform/ios/tables/mozilla/bugs/bug24200-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/ios/tables/mozilla/bugs/bug28928-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4382-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4527-expected.txt:
* platform/ios/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/ios/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug51037-expected.txt:
* platform/ios/tables/mozilla/bugs/bug55545-expected.txt:
* platform/ios/tables/mozilla/bugs/bug59354-expected.txt:
* platform/ios/tables/mozilla/bugs/bug7342-expected.txt:
* platform/ios/tables/mozilla/bugs/bug96334-expected.txt:
* platform/ios/tables/mozilla/bugs/bug99948-expected.txt:
* platform/ios/tables/mozilla/dom/tableDom-expected.txt:
* platform/ios/tables/mozilla/other/move_row-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/ios/transforms/3d/general/perspective-non-layer-expected.txt:
* platform/mac-mojave/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac/editing/inserting/before-after-input-element-expected.txt:
* platform/mac/editing/pasteboard/4806874-expected.txt:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/editing/selection/4895428-3-expected.txt:
* platform/mac/editing/selection/4975120-expected.txt:
* platform/mac/editing/selection/drag-select-1-expected.txt:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/mac/fast/css/line-height-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/events/context-no-deselect-expected.txt:
* platform/mac/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt:
* platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
* platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/mac/fast/forms/auto-fill-button/input-strong-password-viewable-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/datalist/datalist-searchinput-appearance-expected.txt:
* platform/mac/fast/forms/datalist/datalist-textinput-appearance-expected.txt:
* platform/mac/fast/forms/encoding-test-expected.txt:
* platform/mac/fast/forms/fieldset-align-expected.txt:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-focus-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
* platform/mac/fast/forms/input-appearance-visibility-expected.txt:
* platform/mac/fast/forms/input-appearance-width-expected.txt:
* platform/mac/fast/forms/input-baseline-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac/fast/forms/input-spaces-expected.txt:
* platform/mac/fast/forms/input-table-expected.txt:
* platform/mac/fast/forms/input-text-click-inside-expected.txt:
* platform/mac/fast/forms/input-text-click-outside-expected.txt:
* platform/mac/fast/forms/input-text-double-click-expected.txt:
* platform/mac/fast/forms/input-text-drag-down-expected.txt:
* platform/mac/fast/forms/input-text-option-delete-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/input-width-expected.txt:
* platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/mac/fast/forms/placeholder-position-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/mac/fast/forms/search-input-rtl-expected.txt:
* platform/mac/fast/forms/search-styled-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/mac/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/forms/textfield-overflow-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac/fast/html/details-no-summary4-expected.txt:
* platform/mac/fast/html/details-open-javascript-expected.txt:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-open4-expected.txt:
* platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
* platform/mac/fast/repaint/search-field-cancel-expected.txt:
* platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/mac/fast/table/colspanMinWidth-expected.txt:
* platform/mac/fast/table/spanOverlapRepaint-expected.txt:
* platform/mac/fast/table/text-field-baseline-expected.txt:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
* platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
* platform/mac/tables/mozilla/dom/tableDom-expected.txt:
* platform/mac/tables/mozilla/other/move_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
* platform/win/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/win/editing/inserting/before-after-input-element-expected.txt:
* platform/win/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/win/fast/events/context-no-deselect-expected.txt:
* platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
* platform/win/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/win/fast/forms/auto-fill-button/input-credit-card-auto-fill-button-expected.txt:
* platform/win/fast/forms/basic-inputs-expected.txt:
* platform/win/fast/forms/box-shadow-override-expected.txt:
* platform/win/fast/forms/control-restrict-line-height-expected.txt:
* platform/win/fast/forms/encoding-test-expected.txt:
* platform/win/fast/forms/fieldset-align-expected.txt:
* platform/win/fast/forms/form-element-geometry-expected.txt:
* platform/win/fast/forms/input-align-expected.txt:
* platform/win/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/win/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/win/fast/forms/input-appearance-disabled-expected.txt:
* platform/win/fast/forms/input-appearance-focus-expected.txt:
* platform/win/fast/forms/input-appearance-height-expected.txt:
* platform/win/fast/forms/input-appearance-readonly-expected.txt:
* platform/win/fast/forms/input-appearance-selection-expected.txt:
* platform/win/fast/forms/input-appearance-visibility-expected.txt:
* platform/win/fast/forms/input-appearance-width-expected.txt:
* platform/win/fast/forms/input-baseline-expected.txt:
* platform/win/fast/forms/input-disabled-color-expected.txt:
* platform/win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/win/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/win/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/win/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/win/fast/forms/input-readonly-dimmed-expected.txt:
* platform/win/fast/forms/input-readonly-empty-expected.txt:
* platform/win/fast/forms/input-spaces-expected.txt:
* platform/win/fast/forms/input-table-expected.txt:
* platform/win/fast/forms/input-text-click-inside-expected.txt:
* platform/win/fast/forms/input-text-click-outside-expected.txt:
* platform/win/fast/forms/input-text-double-click-expected.txt:
* platform/win/fast/forms/input-text-drag-down-expected.txt:
* platform/win/fast/forms/input-text-option-delete-expected.txt:
* platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/win/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/win/fast/forms/input-text-word-wrap-expected.txt:
* platform/win/fast/forms/input-type-text-min-width-expected.txt:
* platform/win/fast/forms/input-value-expected.txt:
* platform/win/fast/forms/input-width-expected.txt:
* platform/win/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/win/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/win/fast/forms/search-styled-expected.txt:
* platform/win/fast/forms/search-vertical-alignment-expected.txt:
* platform/win/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/win/fast/forms/tabbing-input-iframe-expected.txt:
* platform/win/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/win/fast/forms/textfield-focus-ring-expected.txt:
* platform/win/fast/forms/textfield-outline-expected.txt:
* platform/win/fast/forms/textfield-overflow-expected.txt:
* platform/win/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/win/fast/frames/take-focus-from-iframe-expected.txt:
* platform/win/fast/html/details-no-summary4-expected.txt:
* platform/win/fast/html/details-open-javascript-expected.txt:
* platform/win/fast/html/details-open2-expected.txt:
* platform/win/fast/html/details-open4-expected.txt:
* platform/win/fast/lists/dynamic-marker-crash-expected.txt:
* platform/win/fast/replaced/replaced-breaking-expected.txt:
* platform/win/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/win/fast/table/colspanMinWidth-expected.txt:
* platform/win/fast/table/spanOverlapRepaint-expected.txt:
* platform/win/fast/table/text-field-baseline-expected.txt:
* platform/win/fast/text/textIteratorNilRenderer-expected.txt:
* platform/win/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/win/svg/hixie/mixed/003-expected.txt:
* platform/win/tables/mozilla/bugs/bug1188-expected.txt:
* platform/win/tables/mozilla/bugs/bug12384-expected.txt:
* platform/win/tables/mozilla/bugs/bug18359-expected.txt:
* platform/win/tables/mozilla/bugs/bug24200-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/win/tables/mozilla/bugs/bug28928-expected.txt:
* platform/win/tables/mozilla/bugs/bug4382-expected.txt:
* platform/win/tables/mozilla/bugs/bug4527-expected.txt:
* platform/win/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/win/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/win/tables/mozilla/bugs/bug51037-expected.txt:
* platform/win/tables/mozilla/bugs/bug55545-expected.txt:
* platform/win/tables/mozilla/bugs/bug59354-expected.txt:
* platform/win/tables/mozilla/bugs/bug7342-expected.txt:
* platform/win/tables/mozilla/bugs/bug96334-expected.txt:
* platform/win/tables/mozilla/bugs/bug99948-expected.txt:
* platform/win/tables/mozilla/dom/tableDom-expected.txt:
* platform/win/tables/mozilla/other/move_row-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2020-06-15 Pavel Feldman <pavel.feldman@gmail.com>
Web Inspector: introduce request interception
https://bugs.webkit.org/show_bug.cgi?id=207446
Reviewed by Devin Rousso.
This change introduces network request interception to the Network
protocol domain. It adds Network.interceptWithRequest notification that
can be continued, modified or fulfilled. NetworkStage enum can now have
'request' and 'response' values.
* http/tests/inspector/network/intercept-aborted-request-expected.txt: Added.
* http/tests/inspector/network/intercept-aborted-request.html: Added.
* http/tests/inspector/network/intercept-request-continue-expected.txt: Added.
* http/tests/inspector/network/intercept-request-continue.html: Added.
* http/tests/inspector/network/intercept-request-fragment-expected.txt: Added.
* http/tests/inspector/network/intercept-request-fragment.html: Added.
* http/tests/inspector/network/intercept-request-main-resource-expected.txt: Added.
* http/tests/inspector/network/intercept-request-main-resource-with-response-expected.txt: Added.
* http/tests/inspector/network/intercept-request-main-resource-with-response.html: Added.
* http/tests/inspector/network/intercept-request-main-resource.html: Added.
* http/tests/inspector/network/intercept-request-properties-expected.txt: Added.
* http/tests/inspector/network/intercept-request-properties.html: Added.
* http/tests/inspector/network/intercept-request-subresource-expected.txt: Added.
* http/tests/inspector/network/intercept-request-subresource-with-error-expected.txt: Added.
* http/tests/inspector/network/intercept-request-subresource-with-error.html: Added.
* http/tests/inspector/network/intercept-request-subresource-with-response-expected.txt: Added.
* http/tests/inspector/network/intercept-request-subresource-with-response.html: Added.
* http/tests/inspector/network/intercept-request-subresource.html: Added.
* http/tests/inspector/network/intercept-request-with-response-expected.txt: Added.
* http/tests/inspector/network/intercept-request-with-response.html: Added.
* http/tests/inspector/network/resources/intercept-echo.php: Added.
* http/tests/inspector/network/resources/intercept-request-overriden-page.html: Added.
* http/tests/inspector/network/resources/intercept-request-overriden-script.js: Added.
* http/tests/inspector/resources/protocol-test.js:
* inspector/network/local-resource-override-continue-response.html:
* inspector/network/resources/data-intercepted.json: Added.
* platform/mac-wk1/TestExpectations:
2020-06-15 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION: [ iOS wk2 Debug ] fast/forms/call-text-did-change-in-text-field-when-typing.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213218
Reviewed by Tim Horton.
`UIHelper.typeCharacter` is guaranteed to wait until the application in the UI process has dequeued the
synthesized key events, but is not necessarily guaranteed to wait until the web process is done handling the
key events. As a result, it's possible for this test to check the value of the text field in step (1) before the
event has been received, which causes the test to fail with a diff.
To fix this, wait for the key event to be handled (like we do for the synthetic click event below).
* fast/forms/call-text-did-change-in-text-field-when-typing-expected.txt:
* fast/forms/call-text-did-change-in-text-field-when-typing.html:
* platform/ios-wk2/TestExpectations:
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ iOS wk2 Debug ] fast/forms/call-text-did-change-in-text-field-when-typing.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213218
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-15 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
Update WPT tests for FileAPI
https://bugs.webkit.org/show_bug.cgi?id=213198
Reviewed by Alex Christensen.
* platform/mac-wk1/imported/w3c/web-platform-tests/FileAPI/url/multi-global-origin-serialization.sub-expected.txt: Added.
* tests-options.json:
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
[ Mojave wk2 Release ] webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-half_float.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213212
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-15 Wenson Hsieh <wenson_hsieh@apple.com>
Add console logging to try and diagnose editing/deleting/ios/backspace-last-character.html
https://bugs.webkit.org/show_bug.cgi?id=213201
<rdar://problem/64165890>
Reviewed by Tim Horton.
Break the test down into more steps (namely, separate waiting for events from synthesizing key events), and add
a console log statement at each step.
* editing/deleting/ios/backspace-last-character-expected.txt:
* editing/deleting/ios/backspace-last-character.html:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update expected results of flaky image failures.
The results of these flaky image failures have been actually ImageOnlyFailure for the last 4000 revisions.
* platform/wpe/TestExpectations:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove more stale flaky failures from test expectations.
* platform/wpe/TestExpectations:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update baselines of flaky tests which were consistently failing for the last 4000 revisions.
* platform/wpe/TestExpectations:
* platform/wpe/fast/css/resize-corner-tracking-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/content-security-policy/reporting/report-only-in-meta.sub-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/content-security-policy/reporting/report-same-origin-with-cookies-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-10-t-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-33-t-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-34-t-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt:
* platform/wpe/security/block-test-expected.txt:
* platform/wpe/svg/custom/non-scaling-stroke-expected.txt: Removed.
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r262904): [ Mac wk1 Debug ] media/remoteplayback-target-availability.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213146
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 and Mac wk2 ] imported/w3c/web-platform-tests/fetch/stale-while-revalidate/frame-removal.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209281
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk2 ] inspector/canvas/create-context-webgpu.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213123
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove stale flaky text and image failures from test expectations.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-no-freshness-headers.https-expected.txt: Added.
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove stale flaky timeout failures from test expectations.
* platform/wpe/TestExpectations:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations after 263019.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt:
2020-06-14 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, reverting r262124.
Twitter videos go blank after exiting fullscreen
Reverted changeset:
"[css-flex] Allow indefinite size flex items to be definite
wrt resolving percentages inside them"
https://bugs.webkit.org/show_bug.cgi?id=212264
https://trac.webkit.org/changeset/262124
2020-06-14 Sam Weinig <weinig@apple.com>
[WPT] html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray.html fails due to lack of caching of Plugin objects
https://bugs.webkit.org/show_bug.cgi?id=213185
Reviewed by Darin Adler.
* http/tests/plugins/plugin-javascript-access-allow-all-plugins-expected.txt: Added.
* http/tests/plugins/plugin-javascript-access-allow-all-plugins.html: Added.
* http/tests/plugins/plugin-javascript-access-expected.txt:
* http/tests/plugins/plugin-javascript-access.html:
Split out internals.setShowAllPlugins(true) part of plugin-javascript-access.html to
allow the test to continue working now that navigator.plugins is immutable after
accessing it.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt: Removed.
Remove imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray.html
from TestExpectations now that it passes all the time.
2020-06-14 Pinki Gyanchandani <pgyanchandani@apple.com>
Release Assert @ WebCore::RenderTreeBuilder::RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=212714
Reviewed by Geoffrey Garen.
Added a regression test.
* fast/rendering/widget-removal-in-render-tree-builder-crash-expected.txt: Added.
* fast/rendering/widget-removal-in-render-tree-builder-crash.html: Added.
2020-06-14 Fujii Hironori <Hironori.Fujii@sony.com>
[AppleWin] Unreviewed test gardening
* platform/win/TestExpectations: Marked fast/text/combining-character-sequence-vertical.html with ImageOnlyFailure.
2020-06-14 Sam Weinig <weinig@apple.com>
[WPT] websockets/Close-reason-unpaired-surrogates.any.html fails due to failure to convert unpaired surrogates to replacement character for close reason
https://bugs.webkit.org/show_bug.cgi?id=213182
Reviewed by Darin Adler.
* TestExpectations:
Unskips the following tests which now pass all the time:
imported/w3c/web-platform-tests/websockets/Close-reason-unpaired-surrogates.any.worker.html
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
2020-06-13 Zalan Bujtas <zalan@apple.com>
[LFC][Floats] Floating positioned box is always a float avoider.
https://bugs.webkit.org/show_bug.cgi?id=213162
Reviewed by Darin Adler.
* fast/layoutformattingcontext/inline-float-simple-expected.html: Added.
* fast/layoutformattingcontext/inline-float-simple.html: Added.
2020-06-13 Sam Weinig <weinig@apple.com>
[WPT] dom/nodes/Document-createCDATASection-xhtml.xhtml fails due to missing exception in Document.createCDATASection()
https://bugs.webkit.org/show_bug.cgi?id=213167
Reviewed by Yusuke Suzuki.
* dom/xhtml/level3/core/documentnormalizedocument07-expected.txt:
* dom/xhtml/level3/core/documentnormalizedocument08-expected.txt:
* dom/xhtml/level3/core/handleerror01-expected.txt:
* dom/xhtml/level3/core/splitcdatasections01-expected.txt:
Update expected results with new error now being thrown.
2020-06-12 Simon Fraser <simon.fraser@apple.com>
REGRESSION(r261985): Unable to respond to large comments on Bugzilla with always-on scrollbars
https://bugs.webkit.org/show_bug.cgi?id=213135
<rdar://problem/64302086>
Reviewed by Tim Horton.
Test that does a fake user scroll then a programmatic scroll from a timer (i.e. outside
the rendering update), then dumps tile caches to check that coverage rects match the
right scroll position.
* scrollingcoordinator/mac/reveal-selection-tile-coverage-expected.txt: Added.
* scrollingcoordinator/mac/reveal-selection-tile-coverage.html: Added.
2020-06-12 Wenson Hsieh <wenson_hsieh@apple.com>
[iPadOS] Focusing selects and color inputs should not bring up the software keyboard
https://bugs.webkit.org/show_bug.cgi?id=213149
<rdar://problem/64312450>
Reviewed by Darin Adler.
Add a new layout test.
* fast/forms/ios/ipad/select-should-not-bring-up-software-keyboard-expected.txt: Added.
* fast/forms/ios/ipad/select-should-not-bring-up-software-keyboard.html: Added.
2020-06-12 Andres Gonzalez <andresg_22@apple.com>
Re-write accessibility/form-control-value-settable.html so that it can pass in both isolated tree mode on and off.
https://bugs.webkit.org/show_bug.cgi?id=213150
Reviewed by Chris Fleizach.
In isolated tree mode, it is necessary to setTimeout after setting the
focus so that the isolated tree can be updated.
* accessibility/form-control-value-settable.html:
* platform/gtk/accessibility/form-control-value-settable-expected.txt:
* platform/mac/accessibility/form-control-value-settable-expected.txt:
2020-06-12 Chris Dumez <cdumez@apple.com>
Stop allowing pages served over HTTPS with "Cache-Control: no-store" into the back/forward cache
https://bugs.webkit.org/show_bug.cgi?id=213147
<rdar://problem/64249683>
Reviewed by Geoffrey Garen.
Update layout test coverage.
* http/tests/navigation/https-in-page-cache-expected.txt:
* http/tests/navigation/resources/https-in-page-cache-1.php:
2020-06-12 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk1 Debug ] media/remoteplayback-target-availability.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213146
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-06-12 Takashi Komori <Takashi.Komori@sony.com>
[Curl] Implement functions to use ResourceLoadStatistics.
https://bugs.webkit.org/show_bug.cgi?id=207692
Reviewed by Don Olmstead.
Implement functions which are required to implement ResourceLoadStatistics for Curl port.
Tests: http/tests/resourceLoadStatistics/
* platform/wincairo-wk1/TestExpectations:
* platform/wincairo/TestExpectations:
2020-06-12 Yusuke Suzuki <ysuzuki@apple.com>
[ Mojave wk2 Release ] js/dom/unhandled-promise-rejection-console-no-report.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212851
Reviewed by Darin Adler.
This test is wrong since both onunhandledrejection and setTimeout are driven by macro-tasks.
There is no ordering between them so they have race condition, and this race condition makes this
the test flaky. We should fix the test. This patch removes the dependency to setTimeout.
* js/dom/unhandled-promise-rejection-console-no-report-expected.txt:
* js/dom/unhandled-promise-rejection-console-no-report.html:
2020-06-12 Antoine Quint <graouts@webkit.org>
Double tap to zoom out doesn't work after upgrading to iOS 13
https://bugs.webkit.org/show_bug.cgi?id=205158
<rdar://problem/205158>
Unreviewed. Make the test that was previously added into a test that can be run on iPad instead
of having to be skipped.
* fast/events/ios/fast-click-double-tap-to-zoom-in-on-text-and-then-again-to-zoom-out.html:
* platform/ipad/TestExpectations:
2020-06-12 Antti Koivisto <antti@apple.com>
REGRESSION (r262618): Very slow typing in a github issue
https://bugs.webkit.org/show_bug.cgi?id=213137
<rdar://problem/64214117>
Reviewed by Darin Adler.
* fast/media/media-query-keyframes-resolution-count-expected.txt: Added.
* fast/media/media-query-keyframes-resolution-count.html: Added.
2020-06-12 Antoine Quint <graouts@webkit.org>
Double tap to zoom out doesn't work after upgrading to iOS 13
https://bugs.webkit.org/show_bug.cgi?id=205158
<rdar://problem/205158>
Reviewed by Wenson Hsieh.
Add a test that double taps to zoom in and then double taps to zoom out. This test would fail to zoom
out prior to this source change. This test is skipped on iPad since desktop-class browsing mode has
heuristics that would prevent the second double-tap to zoom out.
* fast/events/ios/fast-click-double-tap-to-zoom-in-on-text-and-then-again-to-zoom-out-expected.txt: Added.
* fast/events/ios/fast-click-double-tap-to-zoom-in-on-text-and-then-again-to-zoom-out.html: Added.
* platform/ipad/TestExpectations:
2020-06-12 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r262397): [ Mac wk2 ] inspector/canvas/create-context-webgpu.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213123
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-12 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Remove some duplicated entries and add missing bug info
Unreviewed test gardening
Unified the unsuported tests entries for GTK and WPE and added some
entries for the skipped top level tests.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-12 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
Change FileReader.error to DOMException from obsoleted FileError
https://bugs.webkit.org/show_bug.cgi?id=213117
Reviewed by Chris Dumez.
By the [lastest spec](https://w3c.github.io/FileAPI/),
`FileReader.error` should return `DOMException`
and this change remove `FileError` from exposed interfaces.
* fast/files/file-reader-abort-expected.txt:
* fast/files/file-reader-abort-using-open-panel-expected.txt:
* fast/files/read-blob-async-expected.txt:
* fast/files/read-file-async-expected.txt:
* fast/files/workers/worker-read-blob-async-expected.txt:
* fast/files/workers/worker-read-file-async-expected.txt:
Update to `DOMException` error code from `FileError` error code.
* platform/mac-wk1/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt:
FileError should not be exposed.
2020-06-12 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for min/max-width
https://bugs.webkit.org/show_bug.cgi?id=213111
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-min-max-width-simple-expected.html: Added.
* fast/layoutformattingcontext/table-min-max-width-simple.html: Added.
2020-06-12 Antti Koivisto <antti@apple.com>
Relative font size values (em) within CSS animations compound
https://bugs.webkit.org/show_bug.cgi?id=194749
<rdar://problem/48171898>
Reviewed by Antoine Quint.
* animations/keyframe-em-unit-expected.html: Added.
* animations/keyframe-em-unit.html: Added.
2020-06-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262932
https://bugs.webkit.org/show_bug.cgi?id=213115
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-06-11 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r262909.
This test causes macOS WK1 tests to intermittently exit early
Reverted changeset:
"Release Assert @
WebCore::RenderTreeBuilder::RenderTreeBuilder"
https://bugs.webkit.org/show_bug.cgi?id=212714
https://trac.webkit.org/changeset/262909
2020-06-11 Andy Estes <aestes@apple.com>
[iOS] nullptr deref in FileInputType::iconLoaded when the input's type attribute is modified by a change event listener
https://bugs.webkit.org/show_bug.cgi?id=208244
<rdar://problem/41855350>
Reviewed by Wenson Hsieh.
* fast/forms/file/file-input-type-detached-on-change-expected.txt: Added.
* fast/forms/file/file-input-type-detached-on-change.html: Added.
* fast/forms/file/file-input-webkitdirectory-icon-expected.html: Added.
* fast/forms/file/file-input-webkitdirectory-icon.html: Added.
* fast/forms/file/file-reset-in-change-using-open-panel-with-icon.html:
* fast/forms/file/open-file-panel-crash.html:
* fast/forms/file/resources/file-icon-bytes.js: Added.
2020-06-11 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac ] inspector/page/setBootstrapScript-sub-frame.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213087
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-11 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] editing/selection/ios/update-selection-after-overflow-scroll.html times out
https://bugs.webkit.org/show_bug.cgi?id=213082
<rdar://problem/64228007>
Reviewed by Megan Gardner.
This test makes a programmatic selection, and then scrolls an overflow area with accelerated scrolling by using
`UIHelper.immediateScrollElementAtContentPointToOffset()`. This helper method hit-tests for a subscrollable
region, and then uses platform API to change the content offset. However, after timing changes in the system,
this hit-testing now fails because it ends up finding the callout menu that shows up after making the text
selection, and so scrolling fails.
Fix this by using (40, 40) instead of (150, 100) when hit-testing the child scroll view when scrolling.
* editing/selection/ios/update-selection-after-overflow-scroll.html:
2020-06-11 Pinki Gyanchandani <pgyanchandani@apple.com>
Release Assert @ WebCore::RenderTreeBuilder::RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=212714
Reviewed by Geoffrey Garen.
Added a regression test.
* fast/rendering/widget-removal-in-render-tree-builder-crash-expected.txt: Added.
* fast/rendering/widget-removal-in-render-tree-builder-crash.html: Added.
2020-06-11 Youenn Fablet <youenn@apple.com>
End a remote MediaStreamTrack if its source is ended
https://bugs.webkit.org/show_bug.cgi?id=213074
Reviewed by Eric Carlson.
* webrtc/receiver-track-should-stay-live-even-if-receiver-is-inactive-expected.txt: Added.
* webrtc/receiver-track-should-stay-live-even-if-receiver-is-inactive.html: Added.
2020-06-11 Oriol Brufau <obrufau@igalia.com>
[css-grid] Reimport WPT tests removed in r262809
https://bugs.webkit.org/show_bug.cgi?id=213028
Reviewed by Manuel Rego Casasnovas.
Add failure expectations of the new tests.
* TestExpectations:
2020-06-10 Frank Yang <guowei_yang@apple.com>
Multiple SVG Filters Unexpectedly lightens image using linearRGB
https://bugs.webkit.org/show_bug.cgi?id=212649
Reviewed by Myles C. Maxfield, Simon Fraser, Darin Adler
Added new tests that checks SVG render results for
feComponentTransfer, feComposite, feConvolveMatrix
feGaussianBlur, feMorphology and lighting
* svg/filters/feComponentTransfer-clipped-expected.svg: Added.
* svg/filters/feComponentTransfer-clipped.svg: Added.
* svg/filters/feComposite-clipped-expected.svg: Added.
* svg/filters/feComposite-clipped.svg: Added.
* svg/filters/feConvolveMatrix-clipped-expected.svg: Added.
* svg/filters/feConvolveMatrix-clipped.svg: Added.
* svg/filters/feGaussianBlur-clipped-expected.svg: Added.
* svg/filters/feGaussianBlur-clipped.svg: Added.
* svg/filters/feLighting-clipped-expected.svg: Added.
* svg/filters/feLighting-clipped.svg: Added.
* svg/filters/feMorphology-clipped-expected.svg: Added.
* svg/filters/feMorphology-clipped.svg: Added.
2020-06-10 Zalan Bujtas <zalan@apple.com>
[Line clamp] Do not apply the special anchor handling when the anchor content is visible after clamping
https://bugs.webkit.org/show_bug.cgi?id=213052
<rdar://problem/59739131>
Reviewed by Simon Fraser.
* fast/flexbox/line-clamp-with-anchor-content-only-expected.html: Added.
* fast/flexbox/line-clamp-with-anchor-content-only.html: Added.
2020-06-10 Hiro (mzp) Mizuno <mzp@apple.com>
[iOS] Option + Forward Delete should delete next word
https://bugs.webkit.org/show_bug.cgi?id=213062
rdar://64225458
Reviewed by Daniel Bates.
Add tests to ensure that Option + Forward Delete delete to the next word.
Skip the tests for now until we have the UIKit fix <rdar://problem/63253983>.
* fast/events/ios/key-command-delete-next-word-expected.txt: Added.
* fast/events/ios/key-command-delete-next-word.html: Added.
* platform/ios/TestExpectations: Skip tests for now
2020-06-10 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/fast/text/justify-ideograph-leading-expansion-expected.txt:
2020-06-10 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] JSCallbackObject::deleteProperty should redirect to Parent::deletePropertyByIndex if propertyName is index
https://bugs.webkit.org/show_bug.cgi?id=213041
<rdar://problem/64204300>
Reviewed by Darin Adler.
* js/dom/callbackobject-delete-should-not-infinite-recursion-expected.txt: Added.
* js/dom/callbackobject-delete-should-not-infinite-recursion.html: Added.
2020-06-10 Zalan Bujtas <zalan@apple.com>
[ Mac ] mathml/scripts-removeChild.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=208574
<rdar://problem/60041327>
Unreviewed test gardening.
Can't reproduce flakiness anymore.
* platform/mac/TestExpectations:
2020-06-10 Brent Fulgham <bfulgham@apple.com>
Improve CSP compliance under PSON
https://bugs.webkit.org/show_bug.cgi?id=212995
<rdar://problem/62996186>
Reviewed by Chris Dumez.
Add a new test to confirm that CSP rules are honored for form-action operations during process swap.
This also rebaselines an existing test, since CSP is now checked before any navigations performed by
a form action.
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked-expected.txt: Rebaselined.
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-self-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked-expected.txt.
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-self-blocked.html: Added.
2020-06-10 Devin Rousso <drousso@apple.com>
Web Inspector: XHR request with same URL as main resource will hide the main resource request
https://bugs.webkit.org/show_bug.cgi?id=212850
<rdar://problem/33072149>
Reviewed by Brian Burg.
* inspector/network/request-main-url.html: Added.
* inspector/network/request-main-url-expected.txt: Added.
2020-06-10 Youenn Fablet <youenn@apple.com>
REGRESSION(r262798): fast/mediastream/media-stream-track-interrupted.html is failing
https://bugs.webkit.org/show_bug.cgi?id=213011
Reviewed by Eric Carlson.
* fast/mediastream/track-ended-while-muted-expected.txt: Added.
* fast/mediastream/track-ended-while-muted.html: Added.
2020-06-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
Layout tests outside of the WPT import should not use resources from it
https://bugs.webkit.org/show_bug.cgi?id=212661
Reviewed by Youenn Fablet.
Some layout tests were using resource files from the imported WPT tests.
This is an issue because updating the WPT tests may break this tests in the future.
To fix this the used resource files are copied inside the main folder of each test
and the tests modified to use them.
On top of that, some tests are de-duplicates (in favor of the WPT versions, which are the same).
This is the list of tests de-duplicated:
canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html -> imported/w3c/web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.incomplete.emptysrc.html
canvas/philip/tests/2d.drawImage.incomplete.nosrc.html -> imported/w3c/web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.incomplete.nosrc.html
canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html -> imported/w3c/web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.incomplete.removedsrc.html
canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html -> imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.image.incomplete.emptysrc.html
canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html -> imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.image.incomplete.removedsrc.html
fast/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html -> imported/w3c/web-platform-tests/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc-expected.txt: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.nosrc-expected.txt: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.nosrc.html: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc-expected.txt: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html: Removed.
* fast/css/resources/shadow-helper.js: Added.
(getElementByShadowIds):
(ceClass.):
(installCustomElement):
* fast/css/shadow-parts/exportparts-syntax.html:
* fast/css/shadow-parts/invalidation-class-before-after.html:
* fast/css/shadow-parts/invalidation-class-descendant-combinator-export.html:
* fast/css/shadow-parts/invalidation-class-descendant-combinator.html:
* fast/css/shadow-parts/invalidation-class-sibling-combinator-export.html:
* fast/css/shadow-parts/invalidation-class-sibling-combinator.html:
* fast/custom-elements/DOMImplementation-createDocument.html:
* fast/custom-elements/adopting-from-frameless-document.html:
* fast/custom-elements/disconnected-callback-in-detached-iframe.html:
* fast/custom-elements/document-createElementNS.html:
* fast/custom-elements/enqueue-custom-element-callback-reactions-inside-another-callback.html:
* fast/custom-elements/perform-microtask-checkpoint-before-construction.html:
* fast/custom-elements/reactions-for-webkit-extensions.html:
* fast/custom-elements/resources/custom-elements-helpers.js: Added.
(create_window_in_test):
(test_with_window):
(prototype.attributeChangedCallback):
(prototype.connectedCallback):
(prototype.disconnectedCallback):
(prototype.adoptedCallback):
(return.takeLog):
(create_constructor_log):
(assert_constructor_log_entry):
(create_connected_callback_log):
(assert_connected_log_entry):
(create_disconnected_callback_log):
(assert_disconnected_log_entry):
(assert_adopted_log_entry):
(create_adopted_callback_log):
(create_attribute_changed_callback_log):
(assert_attribute_log_entry):
(define_new_custom_element.CustomElement):
(define_new_custom_element.CustomElement.prototype.attributeChangedCallback):
(define_new_custom_element.CustomElement.prototype.connectedCallback):
(define_new_custom_element.CustomElement.prototype.disconnectedCallback):
(define_new_custom_element.CustomElement.prototype.adoptedCallback):
(define_new_custom_element.return.takeLog):
(CustomElement):
(CustomElement.prototype.attributeChangedCallback):
(CustomElement.prototype.connectedCallback):
(CustomElement.prototype.disconnectedCallback):
(CustomElement.prototype.adoptedCallback):
* fast/custom-elements/resources/reactions.js: Added.
(testNodeConnector):
(testNodeDisconnector):
(testInsertingMarkup):
(testParsingMarkup):
(prototype.test):
(testReflectBooleanAttribute):
(testAttributeAdder):
* fast/custom-elements/throw-on-dynamic-markup-insertion-counter-construct.html:
* fast/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html:
* fast/images/resources/green-256x256.png: Added.
* fast/images/sizes-dynamic-001-expected.html:
* fast/images/sizes-dynamic-001.html:
* fast/images/sizes-dynamic-002-expected.html:
* fast/images/sizes-dynamic-002.html:
* fast/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees-expected.txt: Removed.
* fast/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html: Removed.
* mathml/non-core/frac-linethickness-001-expected.html:
* mathml/non-core/frac-linethickness-001.html:
* mathml/non-core/frac-linethickness-002-expected.html:
* mathml/non-core/frac-linethickness-002.html:
* mathml/non-core/lengths-1.html:
* mathml/non-core/lengths-2.html:
* mathml/non-core/lengths-3.html:
* mathml/presentation/radical-bar-visibility.html:
* mathml/resources/fraction-rulethickness10000.woff: Added.
* mathml/resources/radical-degreebottomraisepercent25-rulethickness1000.woff: Added.
* mathml/resources/xheight500.woff: Added.
2020-06-10 Wenson Hsieh <wenson_hsieh@apple.com>
[iPadOS] editing/selection/ios/toggle-callout-bar-after-tap-in-selected-non-editable-text.html times out
https://bugs.webkit.org/show_bug.cgi?id=213010
<rdar://problem/64182061>
Reviewed by Tim Horton.
This test times out because the second tap (which is intended to toggle callout bar visibility by tapping on the
text selection) misses completely, due to the fact that the midpoint of the selected paragraph element is
somewhere in the middle of the page.
Fix this by simply making the selection target `inline-block`, such that the element width doesn't expand to
the width of the page.
* editing/selection/ios/toggle-callout-bar-after-tap-in-selected-non-editable-text.html:
2020-06-10 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations after r262834
https://bugs.webkit.org/show_bug.cgi?id=213014
Unreviewed gardening.
Garden latest failures from bots and adjust the actual result of
several flaky failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-09 Fujii Hironori <Hironori.Fujii@sony.com>
Unreviewed, reverting r262791.
WinCairo WebKit1 is crashing.
Reverted changeset:
"[Curl] Implement functions to use ResourceLoadStatistics."
https://bugs.webkit.org/show_bug.cgi?id=207692
https://trac.webkit.org/changeset/262791
2020-06-09 Simon Fraser <simon.fraser@apple.com>
Minor overflow layers cleanup
https://bugs.webkit.org/show_bug.cgi?id=213002
Reviewed by Zalan Bujtas.
New results now now that the scrollbar layers aren't reparented.
* compositing/overflow/overflow-scrollbar-layer-positions-expected.txt:
2020-06-09 Javier Fernandez <jfernandez@igalia.com>
[GTK] Unreviewed test gardening
https://bugs.webkit.org/show_bug.cgi?id=212997
Unreviewed test gardening
* platform/gtk/TestExpectations:
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update results of flaky timeout failures
https://bugs.webkit.org/show_bug.cgi?id=212993
Unreviewed gardening.
For those flaky timeout failures, update expected results to the actual results obtained in the
last 4000 revisions for each test.
* platform/gtk/TestExpectations:
2020-06-09 Devin Rousso <drousso@apple.com>
Web Inspector: allow multiple resources for a given URL
https://bugs.webkit.org/show_bug.cgi?id=212852
Reviewed by Brian Burg.
* inspector/unit-tests/set-utilities.html:
* inspector/unit-tests/set-utilities-expected.txt:
Add test for `Set.prototype.find`.
* http/tests/websocket/tests/hybi/inspector/resolveWebSocket.html:
Update usage of `resourceForURL` to `resourcesForURL` with `Set.prototype.firstValue`.
2020-06-09 Youenn Fablet <youenn@apple.com>
BaseAudioSharedUnit should unmute its clients in case of suspension even if not having any audio unit
https://bugs.webkit.org/show_bug.cgi?id=212970
Reviewed by Eric Carlson.
* fast/mediastream/media-stream-track-interrupted-expected.txt:
* fast/mediastream/media-stream-track-interrupted.html:
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, remove flaky timeout failures after r262789
https://bugs.webkit.org/show_bug.cgi?id=212979
Unreviewed gardening.
Removed flaky timeout failures that have been constantly passing in the last 4000 revisions.
* platform/gtk/TestExpectations:
2020-06-09 Myles C. Maxfield <mmaxfield@apple.com>
lang=zh needs to defer to system preferences to know whether it should be simplified or traditional
https://bugs.webkit.org/show_bug.cgi?id=212626
<rdar://problem/60227623>
Reviewed by Darin Adler.
Make sure the new locale isn't exposed.
* fast/text/locale-getComputedStyle-expected.txt: Added.
* fast/text/locale-getComputedStyle.html: Added.
2020-06-09 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for empty table
https://bugs.webkit.org/show_bug.cgi?id=212971
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/empty-table-box-expected.html: Added.
* fast/layoutformattingcontext/empty-table-box.html: Added.
2020-06-09 Youenn Fablet <youenn@apple.com>
Fix two MediaStream tests
https://bugs.webkit.org/show_bug.cgi?id=208926
<rdar://problem/60329008>
Reviewed by Eric Carlson.
* fast/mediastream/MediaStreamTrack-getSettings-expected.txt:
* fast/mediastream/MediaStreamTrack-getSettings.html:
* platform/mac-wk2/TestExpectations:
Unskip tests.
2020-06-09 Zalan Bujtas <zalan@apple.com>
[LFC][Table][Floats] Multi-pass table layout needs clean floating state
https://bugs.webkit.org/show_bug.cgi?id=212889
Reviewed by Antti Koivisto
* fast/layoutformattingcontext/float-inside-table-cell-simple-expected.html: Added.
* fast/layoutformattingcontext/float-inside-table-cell-simple.html: Added.
2020-06-09 Takashi Komori <Takashi.Komori@sony.com>
[Curl] Implement functions to use ResourceLoadStatistics.
https://bugs.webkit.org/show_bug.cgi?id=207692
Reviewed by Don Olmstead.
Implement functions which are required to implement ResourceLoadStatistics for Curl port.
Tests: http/tests/resourceLoadStatistics/
* platform/wincairo/TestExpectations:
2020-06-09 Antti Koivisto <antti@apple.com>
scrollingcoordinator/ios/scroll-position-after-reattach.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=212967
<rdar://problem/52961406>
Reviewed by Antoine Quint.
* platform/ios-wk2/TestExpectations:
* scrollingcoordinator/ios/scroll-position-after-reattach.html:
Ensure the element is re-added before test finishes.
2020-06-09 Javier Fernandez <jfernandez@igalia.com>
[css-grid] Import some grid tests from WPT
https://bugs.webkit.org/show_bug.cgi?id=212920
Reviewed by Manuel Rego Casasnovas.
The imported tests fail only for WebKitGtk+ platform.
* platform/gtk/TestExpectations: Added Failure entries,
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, clean up failures filed under bug 186638
https://bugs.webkit.org/show_bug.cgi?id=212968
Unreviewed gardening.
Most of the the failures were flaky but many tests have been
consistently passing, so they were removed from expectations. Adjust
other failure entries to their corresponding state inferred from the
latest test bot results.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262775
https://bugs.webkit.org/show_bug.cgi?id=212966
Unreviewed gardening.
Gardened several WPT flaky failures that were already gardening in
GTK. Moved common failures to GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update baselines for mediaElementAudioSourceToScriptProcessorTest.html
https://bugs.webkit.org/show_bug.cgi?id=184777
Unreviewed gardening.
The expected result for GTK and WPE is the same as the general baseline, it only changes an expected value.
ios-wk2 also has its own baseline for the same reason.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt:
2020-06-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
[EME] CDMProxyInstance should not keep CDMInstanceSessions hard referenced
https://bugs.webkit.org/show_bug.cgi?id=212689
Reviewed by Youenn Fablet.
* media/encrypted-media/clearKey/clearKey-session-life-cycle-expected.txt: Added.
* media/encrypted-media/clearKey/clearKey-session-life-cycle.html: Added.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262763
https://bugs.webkit.org/show_bug.cgi?id=212961
Unreviewed gardening.
* platform/glib/TestExpectations: Moved several bugs that were also hapenning in WPE from GTK to GLIB.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations: Removed test passing and filed a few new bugs.
2020-06-08 Rob Buis <rbuis@igalia.com>
XMLHTTPRequest.send should not send Content-Type headers when Blob has no type
https://bugs.webkit.org/show_bug.cgi?id=211999
Reviewed by Alex Christensen.
Remove unneeded expectations.
* platform/ios/imported/w3c/web-platform-tests/xhr/send-blob-with-no-mime-type-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/xhr/send-blob-with-no-mime-type-expected.txt: Removed.
2020-06-08 Simon Fraser <simon.fraser@apple.com>
Horizontally scrolling elements are broken when revealed by toggling visibility
https://bugs.webkit.org/show_bug.cgi?id=212439
<rdar://problem/63739559>
Reviewed by Zalan Bujtas.
* compositing/scrolling/async-overflow-scrolling/toggle-visibility-on-scroller-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/toggle-visibility-on-scroller.html: Added.
* platform/ios-wk2/compositing/scrolling/async-overflow-scrolling/toggle-visibility-on-scroller-expected.txt: Added.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262763
https://bugs.webkit.org/show_bug.cgi?id=212957
Unreviewed gardening.
* platform/glib/TestExpectations: Mark one test as flaky.
* platform/gtk/TestExpectations: Remove two tests passing after r262740.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
Gardening, remove tests passing after r262716
https://bugs.webkit.org/show_bug.cgi?id=212923
Unreviewed gardening.
Several css-grid tests marked as failure are passing in all platforms after r262716.
* TestExpectations:
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after 262724
https://bugs.webkit.org/show_bug.cgi?id=212926
Unreviewed gardening.
Add failure to test expectationd and remove failing test that is
passing since r262466.
* platform/gtk/TestExpectations:
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Remove test failures passing after r262707
https://bugs.webkit.org/show_bug.cgi?id=212924
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-08 Sam Weinig <weinig@apple.com>
Extended Color: Unify rounding / clamping conversions between 0-1 float components and 0-255 byte components
https://bugs.webkit.org/show_bug.cgi?id=212871
Reviewed by Simon Fraser.
* fast/css/ios/system-color-for-css-value-expected.txt:
* fast/css/ios/system-color-for-css-value.html:
Update test to account for slightly differnt rounding (alpha goes from 0.298 to 0.3).
2020-06-08 Youenn Fablet <youenn@apple.com>
Missing WebRTC Metrics in iOS Safari
https://bugs.webkit.org/show_bug.cgi?id=212668
<rdar://problem/63902458>
Reviewed by Eric Carlson.
* webrtc/video-stats-expected.txt:
* webrtc/video-stats.html:
2020-06-08 Youenn Fablet <youenn@apple.com>
Add missed WebRTC media-source and remote-inbound-rtp stats
https://bugs.webkit.org/show_bug.cgi?id=206645
<rdar://problem/58833958>
Reviewed by Eric Carlson.
* webrtc/video-stats.html:
qpSum is no longer guaranteed to be there.
Also, we loop over stats to ensure we get all of them.
2020-06-08 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Add support for min/max-width/height
https://bugs.webkit.org/show_bug.cgi?id=212904
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/inline-max-width-height-simple-expected.html: Added.
* fast/layoutformattingcontext/inline-max-width-height-simple.html: Added.
2020-06-05 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Add missing interfaces from the AR module
https://bugs.webkit.org/show_bug.cgi?id=212826
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Unskipped 3 tests which are passing now.
2020-06-03 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] align-content should apply even when there's just a single line
https://bugs.webkit.org/show_bug.cgi?id=209871
Reviewed by Manuel Rego Casasnovas.
* TestExpectations:
* css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line-expected.txt: Removed.
* css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line.html: Replaced by
WPT's align-content-wrap-001.html.
* css3/flexbox/flexbox-wordwrap-expected.txt: Removed.
* css3/flexbox/flexbox-wordwrap.html: Replaced by WPT's align-content-wrap-002.html.
* css3/flexbox/multiline-align-content-expected.txt: Removed.
* css3/flexbox/multiline-align-content.html: Replaced by WPT's align-content-wrap-003.html.
* platform/ios/fast/forms/auto-fill-button/input-strong-password-auto-fill-button-expected.txt:
Updated expectations.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262708
https://bugs.webkit.org/show_bug.cgi?id=212901
Unreviewed gardening.
- Moved common baseline to glib.
- Removed redudant WPE baseline.
- Added flaky failure to test expectations.
* platform/glib/imported/w3c/web-platform-tests/encoding/single-byte-decoder-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encoding/single-byte-decoder-expected.txt.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt: Removed.
2020-06-08 Jason Lawrence <lawrence.j@apple.com>
(r261056) [ Mac WK2 ] fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=212042
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-08 Antti Koivisto <antti@apple.com>
Pseudo-elements (::after) in shadow roots don't animate
https://bugs.webkit.org/show_bug.cgi?id=173027
<rdar://problem/42842994>
Reviewed by Antoine Quint.
* animations/keyframe-pseudo-shadow-expected.html: Added.
* animations/keyframe-pseudo-shadow.html: Added.
2020-06-08 Youenn Fablet <youenn@apple.com>
Use one audio unit for all MediaStreamTracks of a given process
https://bugs.webkit.org/show_bug.cgi?id=212406
Reviewed by Eric Carlson.
* webrtc/multi-audio-expected.txt: Added.
* webrtc/multi-audio.html: Added.
2020-06-08 youenn fablet <youenn@apple.com>
[Cocoa] Use AVAssetWriterDelegate to implement MediaRecorder
https://bugs.webkit.org/show_bug.cgi?id=206582
Reviewed by Eric Carlson.
Disable tests on all platforms except the ones supporting AVAssetWriterDelegate.
* TestExpectations:
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess.html:
Remove web audio generation since there seems to be some unstability in web audio -> stream -> media recorder.
which should be fixed as follow-up specific patches.
* platform/mac/TestExpectations:
Enable running tests.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, remove redundant baselines
https://bugs.webkit.org/show_bug.cgi?id=212896
Unreviewed gardening.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.https-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-clear-encrypted.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.https-expected.txt: Removed.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262703
https://bugs.webkit.org/show_bug.cgi?id=212895
Unreviewed gardening.
Garden several flaky failures.
* platform/gtk/TestExpectations:
2020-06-07 Andy Estes <aestes@apple.com>
[Apple Pay] HAVE(PAYMENT_METHOD_BILLING_ADDRESS) should be true on iOS
https://bugs.webkit.org/show_bug.cgi?id=212877
<rdar://problem/64080998>
Reviewed by Sam Weinig.
* platform/ios-wk2/TestExpectations: Unskipped
http/tests/ssl/applepay/ApplePayBillingAddress.html on iOS.
2020-06-07 Zalan Bujtas <zalan@apple.com>
[LFC][Height percentage] Skip anonymous wrappers when searching for fixed height
https://bugs.webkit.org/show_bug.cgi?id=212881
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/height-precentage-with-anonymous-wrapper-expected.html: Added.
* fast/layoutformattingcontext/height-precentage-with-anonymous-wrapper.html: Added.
2020-06-07 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Intrinsic width computation should take min/max-width into account.
https://bugs.webkit.org/show_bug.cgi?id=212876
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/min-max-content-width-simple2-expected.html: Added.
* fast/layoutformattingcontext/min-max-content-width-simple2.html: Added.
2020-06-06 Yusuke Suzuki <ysuzuki@apple.com>
Crash when running web-apis data collection
https://bugs.webkit.org/show_bug.cgi?id=212458
Reviewed by Mark Lam.
* js/dom/dom-attribute-getter-setter-expected.txt: Added.
* js/dom/dom-attribute-getter-setter.html: Added.
2020-06-06 Zalan Bujtas <zalan@apple.com>
[LFC] Add support for width: min/max-content
https://bugs.webkit.org/show_bug.cgi?id=212869
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/min-max-content-width-simple-expected.html: Added.
* fast/layoutformattingcontext/min-max-content-width-simple.html: Added.
2020-06-06 Charlie Turner <cturner@igalia.com>
[GTK][WPE][EME] Update WPT and rebaseline
https://bugs.webkit.org/show_bug.cgi?id=212574
Reviewed by Xabier Rodriguez-Calvar.
Update the WPT tests and adjust GTK and WPE test expectations. I
have noticed some crashes locally on occasion, but they are rare
here and I have not at the opportunity to dissect one of them to
figure it out.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt:
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-check-status-for-hdcp.https-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-events.https-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-requestmediakeysystemaccess.https-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.https-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-waiting-for-a-key.https-expected.txt: Removed.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-check-status-for-hdcp.https-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-requestmediakeysystemaccess.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-waiting-for-a-key.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub-expected.txt: Removed.
* tests-options.json:
2020-06-06 Devin Rousso <drousso@apple.com>
[ macOS wk2 ] inspector/page/setBootstrapScript-sub-frame.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207053
<rdar://problem/59064908>
Reviewed by Timothy Hatcher.
* inspector/page/setBootstrapScript-sub-frame.html:
* platform/mac/TestExpectations:
2020-06-06 Simon Fraser <simon.fraser@apple.com>
fast/scrolling/latching/iframe-latch-small-deltas.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=210348
<rdar://problem/61594742>
Reviewed by Anders Carlsson.
This test needs to use ' eventSender.monitorWheelEvents({ resetLatching: false });' so that it
waits for the events from the last non-momentum scroll without resetting latching.
* fast/scrolling/latching/iframe-latch-small-deltas-expected.txt:
* fast/scrolling/latching/iframe-latch-small-deltas.html:
* platform/mac-wk2/TestExpectations:
2020-06-06 Andy Estes <aestes@apple.com>
[Apple Pay] Add testing and logging for ApplePaySetup
https://bugs.webkit.org/show_bug.cgi?id=211972
<rdar://problem/63291965>
Reviewed by Alex Christensen.
* http/tests/ssl/applepay/ApplePaySetup.https-expected.txt: Added.
* http/tests/ssl/applepay/ApplePaySetup.https.html: Added.
* platform/mac-wk2/TestExpectations:
2020-06-06 Andres Gonzalez <andresg_22@apple.com>
[Win EWS] REGRESSION (r262500): accessibility/svg-text.html always fails
https://bugs.webkit.org/show_bug.cgi?id=212845
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-06-06 Devin Rousso <drousso@apple.com>
(r261103) [ Mac WK2 ] inspector/page/overrideSetting-ITPDebugModeEnabled.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211791
<rdar://problem/63147694>
Reviewed by Timothy Hatcher.
* inspector/page/overrideSetting-ITPDebugModeEnabled.html:
* inspector/page/overrideSetting-ITPDebugModeEnabled-expected.txt:
Wait for three console messages instead of one, as we know there should be at least three.
* platform/mac-wk2/TestExpectations:
2020-06-06 Devin Rousso <drousso@apple.com>
[ macOS ] inspector/debugger/break-in-constructor-before-super.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210062
<rdar://problem/61351481>
Reviewed by Timothy Hatcher.
* inspector/debugger/break-in-constructor-before-super.html:
* inspector/debugger/debugger-statement.html:
* platform/mac/TestExpectations:
2020-06-05 Andy Estes <aestes@apple.com>
REGRESSION (r256648): Apple Pay <button> elements no longer use the default corner radius on iOS (affects Stripe.js)
https://bugs.webkit.org/show_bug.cgi?id=212860
<rdar://problem/64054728>
Reviewed by Wenson Hsieh.
* TestExpectations: Skipped fast/css/appearance-apple-pay-button-default-corners.html.
* fast/css/appearance-apple-pay-button-default-corners-expected-mismatch.html: Renamed from
LayoutTests/http/tests/ssl/applepay/ApplePayButtonCornerRadius-expected-mismatch.html.
* fast/css/appearance-apple-pay-button-default-corners.html: Renamed from
LayoutTests/http/tests/ssl/applepay/ApplePayButtonCornerRadius.html.
* platform/ios/TestExpectations: Un-skipped tests that pass in platform/mac/.
* platform/mac/TestExpectations: Un-skipped
fast/css/appearance-apple-pay-button-default-corners.html.
2020-06-05 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r262619, r262625, and r262641.
Caused mediarecorder layout test crashes.
Reverted changesets:
"[Cocoa] Use AVAssetWriterDelegate to implement MediaRecorder"
https://bugs.webkit.org/show_bug.cgi?id=206582
https://trac.webkit.org/changeset/262619
"[Cocoa] Use AVAssetWriterDelegate to implement MediaRecorder"
https://bugs.webkit.org/show_bug.cgi?id=206582
https://trac.webkit.org/changeset/262625
"Unreviewed, silence deprecation warning to fix build with
latest SDK."
https://trac.webkit.org/changeset/262641
2020-06-05 Jason Lawrence <lawrence.j@apple.com>
[ Mojave wk2 Release ] js/dom/unhandled-promise-rejection-console-no-report.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212851
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-06-05 Sam Weinig <weinig@apple.com>
Some tests in css/css-color/parsing/system-color-valid.html are failing
https://bugs.webkit.org/show_bug.cgi?id=212703
Reviewed by Darin Adler.
* fast/css/css2-system-color.html:
* platform/mac/fast/css/css2-system-color-expected.txt:
Update system color test for new system colors added more recently.
2020-06-05 Jason Lawrence <lawrence.j@apple.com>
Unreviewed, reverting r262524.
Reverting because this commit may have caused issues with
other tests.
Reverted changeset:
"Release Assert @
WebCore::RenderTreeBuilder::RenderTreeBuilder"
https://bugs.webkit.org/show_bug.cgi?id=212714
https://trac.webkit.org/changeset/262524
2020-06-05 Dean Jackson <dino@apple.com>
REGRESSION (r262366): [ Mac wk1 ] webgl/webgl-backing-store-size-update.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212647
<rdar://problem/63882960>
Reviewed by Eric Carlson.
Make this test wait a frame before calling notifyDone. This is required at the
moment because calling notifyDone in WebKit1 sidesteps the normal painting logic and
forces compositing to happen, and thus will produce incorrect results for WebGL if
we're already in the middle of the rendering loop (e.g. inside a requestAnimationFrame
that has touched pixels).
* webgl/webgl-backing-store-size-update.html:
2020-06-05 Peng Liu <peng.liu6@apple.com>
REGRESSION (r262456?): [macOS] media/picture-in-picture/picture-in-picture-api tests are flaky timeouts
https://bugs.webkit.org/show_bug.cgi?id=212762
Reviewed by Eric Carlson.
Skip the tests regarding Picture-in-Picture for mac-wk1.
* platform/mac-wk1/TestExpectations:
2020-06-05 Tyler Wilcock <twilco.o@protonmail.com>
CSS Variables: Color on specific `border` properties does not work.
https://bugs.webkit.org/show_bug.cgi?id=211672
Reviewed by Antti Koivisto.
Add test verifying CSS variables work as values in the `border-block-start`, `border-block-end`, `border-inline-start`, and `border-inline-end` properties.
* fast/borders/logical-border-props-with-variables.html: Added.
* fast/borders/logical-border-props-with-variables-expected.html: Added.
2020-06-05 Jacob Uphoff <jacob_uphoff@apple.com>
[ 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:
* platform/mac-wk2/TestExpectations:
2020-06-05 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS debug ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212824
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-05 youenn fablet <youenn@apple.com>
[Cocoa] Use AVAssetWriterDelegate to implement MediaRecorder
https://bugs.webkit.org/show_bug.cgi?id=206582
Reviewed by Eric Carlson.
Disable tests on all platforms except the ones supporting AVAssetWriterDelegate.
* TestExpectations:
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess.html:
Remove web audio generation since there seems to be some unstability in web audio -> stream -> media recorder.
which should be fixed as follow-up specific patches.
* platform/mac/TestExpectations:
Enable running tests.
2020-06-05 Antti Koivisto <antti@apple.com>
REGRESSION (r253875?): Element styles incorrect after media query evaluation changes
https://bugs.webkit.org/show_bug.cgi?id=211505
<rdar://problem/62983242>
Reviewed by Zalan Bujtas.
* fast/media/media-query-dynamic-with-keyframes-expected.html: Added.
* fast/media/media-query-dynamic-with-keyframes.html: Added.
2020-06-05 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r261845): [ Mac wk2 ] inspector/heap/getRemoteObject.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212776
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update WAV baseline for webaudio test
https://bugs.webkit.org/show_bug.cgi?id=212212
Unreviewed gardening.
* platform/wpe/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav:
2020-06-05 Carlos Alberto Lopez Perez <clopez@igalia.com>
Update WPT tests for offscreen-canvas (and rename to html/canvas/offscreen)
https://bugs.webkit.org/show_bug.cgi?id=212613
Reviewed by Žan Doberšek.
Upstream WPT the tests from /offscreen-canvas were moved to /html/canvas/offscreen
Remove the old tests and re-import the new ones.
Rename paths in TestExpectation files and update baselines.
* TestExpectations:
* gpu-process/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* tests-options.json:
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262612
https://bugs.webkit.org/show_bug.cgi?id=212822
Unreviewed gardening.
Remove unnecessary baseline and gardened several flaky tests.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/select/popup-closes-on-blur-expected.txt: Added after r262607.
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262609
https://bugs.webkit.org/show_bug.cgi?id=212813
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/w3c-svg-name-calculation-expected.txt: Update after r262500.
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=212810
Unreviewed gardening.
webrtc/datachannel/gather-candidates-networkprocess-crash.html is a
timeout flaky failure.
* platform/gtk/TestExpectations:
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=212808
Unreviewed gardening.
* platform/glib/TestExpectations:
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, remove unneeded baseline after r262527
https://bugs.webkit.org/show_bug.cgi?id=212804
Unreviewed gardening.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub-expected.txt: Removed.
2020-06-05 Youenn Fablet <youenn@apple.com>
Add support for media-source stats
https://bugs.webkit.org/show_bug.cgi?id=212702
Reviewed by Eric Carlson.
* webrtc/video-stats.html:
2020-06-05 Youenn Fablet <youenn@apple.com>
Mark some service worker tests as slow in iOS
https://bugs.webkit.org/show_bug.cgi?id=212743
Unreviewed.
* platform/ios-wk2/TestExpectations:
2020-06-04 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in DeleteSelectionCommand::doApply() when ending position is disconnected.
https://bugs.webkit.org/show_bug.cgi?id=212723
<rdar://problem/63866653>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/deleting/delete-txt-in-dl-crash-expected.txt: Added.
* editing/deleting/delete-txt-in-dl-crash.html: Added.
2020-06-04 Simon Fraser <simon.fraser@apple.com>
[ Mojave wk2 Debug ] fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html is flaky failing and flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=212667
<rdar://problem/63896649>
Unreviewed test gardening.
fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html suffers from AppKit behavior differences on Mojave, so
skip the test on that platform.
* platform/mac-wk2/TestExpectations:
2020-06-04 Antoine Quint <graouts@apple.com>
media/modern-media-controls/time-label/time-label-white-space-nowrap.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=212772
<rdar://problem/63554695>
Reviewed by Eric Carlson.
Remove some leftover debugging code that forces a failure if the test is slow.
* media/modern-media-controls/time-label/time-label-white-space-nowrap.html:
2020-06-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
Gardening after r262539
https://bugs.webkit.org/show_bug.cgi?id=212770
Unreviewed gardening.
Add baselines for GTK/WPE and comment out enabling offscreen canvas
tests that are now broken. Fixing them in bug 212613.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/compositing/2d.composite.globalAlpha.canvascopy-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/drawimage_canvas-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.bottom-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.front-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.shape1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.top-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.inside1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.inside2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.inside3-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.outside1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.outside2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.outside3-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.touch2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/image-smoothing/imagesmoothing-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/canvas-createImageBitmap-resize-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-drawImage-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-flipY-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-invalid-args-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-transfer-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.isPointInStroke.scaleddashes-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.rect.winding-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.stroke.scale2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/shadows/shadowBlur_gaussian_tolerance.1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/text-styles/2d.text.draw.baseline.ideographic-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-04 Antoine Quint <graouts@webkit.org>
[ iOS wk2 ] animations/play-state-paused.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212641
<rdar://problem/63879230>
Reviewed by Dean Jackson.
Rewrite this test to use the AnimationTest helper that will non-flakily check animated values while an animation is running.
* animations/play-state-paused-expected.txt:
* animations/play-state-paused.html:
* platform/ios-wk2/TestExpectations:
2020-06-02 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/2dcontext from upstream
https://bugs.webkit.org/show_bug.cgi?id=212639
Reviewed by Youenn Fablet.
* TestExpectations:
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html:
* canvas/philip/tests/2d.drawImage.incomplete.nosrc.html:
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html:
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html:
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html:
* gpu-process/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Removed.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/ios/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/imported/w3c/web-platform-tests/2dcontext/line-styles/2d.line.cap.round-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: Removed.
2020-06-04 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Gardening, update test expectations and baselines after r262525
https://bugs.webkit.org/show_bug.cgi?id=212751
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block-expected.txt: Added after r262312.
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block-expected.txt: Added after r262312.
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow-expected.txt: Added after r262312.
* platform/glib/imported/w3c/web-platform-tests/websockets/unload-a-document/002-expected.txt: Removed after r262312.
* platform/glib/imported/w3c/web-platform-tests/websockets/unload-a-document/004-expected.txt: Removed after r262312.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/encoding/single-byte-decoder-expected.txt: Added after r262235.
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback-expected.txt: Removed after r262254.
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt: Updated after r262235.
2020-06-04 Jacob Uphoff <jacob_uphoff@apple.com>
Unreviewed, reverting r262527 and r262531.
The commit 262527 caused over 100 web platform tests to fail
and 262531 edited the file after
Reverted changesets:
"Resync web-platform-tests/2dcontext from upstream"
https://bugs.webkit.org/show_bug.cgi?id=212639
https://trac.webkit.org/changeset/262527
"[GTK][WPE] Gardening, temporarily disable offscreen-canvas
tests"
https://bugs.webkit.org/show_bug.cgi?id=212738
https://trac.webkit.org/changeset/262531
2020-06-04 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, temporarily disable offscreen-canvas tests
https://bugs.webkit.org/show_bug.cgi?id=212738
Unreviewed gardening.
The test started failing after r262527. Disable the tests temporarily
to let the test bots pass.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-03 Andy Estes <aestes@apple.com>
[Apple Pay] Add new values for -apple-pay-button-type
https://bugs.webkit.org/show_bug.cgi?id=212684
<rdar://problem/63908535>
Reviewed by Anders Carlsson.
* http/tests/ssl/applepay/ApplePayButton-expected.txt: Added.
* http/tests/ssl/applepay/ApplePayButton.html:
* http/tests/ssl/applepay/ApplePayButtonV4.html: Removed.
* platform/mac/http/tests/ssl/applepay/ApplePayButton-expected.png: Removed.
* platform/mac/http/tests/ssl/applepay/ApplePayButton-expected.txt: Removed.
* platform/mac/http/tests/ssl/applepay/ApplePayButtonV4-expected.png: Removed.
* platform/mac/http/tests/ssl/applepay/ApplePayButtonV4-expected.txt: Removed.
2020-06-02 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/2dcontext from upstream
https://bugs.webkit.org/show_bug.cgi?id=212639
Reviewed by Youenn Fablet.
* TestExpectations:
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html:
* canvas/philip/tests/2d.drawImage.incomplete.nosrc.html:
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html:
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html:
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html:
* gpu-process/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Removed.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/ios/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/imported/w3c/web-platform-tests/2dcontext/line-styles/2d.line.cap.round-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: Removed.
2020-06-03 Daniel Bates <dabates@apple.com>
Inserted text placeholder should vertically align to top and behave like block-level element when it has 0 width
https://bugs.webkit.org/show_bug.cgi?id=212716
<rdar://problem/62672479>
Reviewed by Darin Adler.
Add tests.
* editing/text-placeholder/insert-into-content-editable-non-zero-width-and-height-expected.html: Added.
* editing/text-placeholder/insert-into-content-editable-non-zero-width-and-height.html: Added.
* editing/text-placeholder/insert-into-content-editable-zero-width-expected.html: Added.
* editing/text-placeholder/insert-into-content-editable-zero-width.html: Added.
2020-06-03 Pinki Gyanchandani <pgyanchandani@apple.com>
Release Assert @ WebCore::RenderTreeBuilder::RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=212714
Reviewed by Geoffrey Garen.
Added a regression test.
* fast/rendering/widget-removal-in-render-tree-builder-crash-expected.txt: Added.
* fast/rendering/widget-removal-in-render-tree-builder-crash.html: Added.
2020-06-03 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS wk1 debug ] svg/custom/textPath-change-id.svg is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212721
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-03 Megan Gardner <megan_gardner@apple.com>
Refactor long press test to reflect current behaviour.
https://bugs.webkit.org/show_bug.cgi?id=212709
<rdar://problem/59572126>
Reviewed by Wenson Hsieh.
Previously, if you long pressed on editable content, the selection assistant would be triggered
in the wrong mode and you could not modify or interact with the selection. With changes and
refactors that have happened in UIKit and WebKit, the selection can be interacted with
correctly inside of an editable area. We should now allow and test for this behavior.
* fast/events/touch/ios/long-press-on-editable-expected.txt:
* fast/events/touch/ios/long-press-on-editable.html:
2020-06-03 Peng Liu <peng.liu6@apple.com>
REGRESSION: (r262456): [ Mac ] media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-pip-to-inline.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=212694
Reviewed by Jer Noble.
Enable the mock video presentation mode of the WebKitTestRunner in the test,
and only request a video element to change its video presentation mode after
the previous change is completed.
* media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-pip-to-inline-expected.txt:
* media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-pip-to-inline.html:
* platform/mac/TestExpectations:
2020-06-03 Jacob Uphoff <jacob_uphoff@apple.com>
REGRESSION: [macOS WK2] Layout Test fast/mediastream/device-cha nge-event-2.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=188924
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-03 Rob Buis <rbuis@igalia.com>
Disallow responses when a response contains invalid header values
https://bugs.webkit.org/show_bug.cgi?id=184493
Reviewed by Darin Adler.
Update improved test results.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
2020-06-03 Andres Gonzalez <andresg_22@apple.com>
AX: SVG text node with content is described as "empty group" even if it's not empty
https://bugs.webkit.org/show_bug.cgi?id=210315
Reviewed by Darin Adler.
* accessibility/svg-text-expected.txt: Added.
* accessibility/svg-text.html: Added.
* accessibility/w3c-svg-name-calculation.html: Expected name for an SVG
text element should be "". Its text content is exposed as a child static text accessibility object.
* platform/mac/accessibility/w3c-svg-name-calculation-expected.txt:
2020-06-03 John Wilander <wilander@apple.com>
Storage Access API: Add setting for per-page storage access scope
https://bugs.webkit.org/show_bug.cgi?id=212682
<rdar://problem/63904824>
Reviewed by Brent Fulgham.
* http/tests/storageAccess/request-and-grant-access-with-per-page-scope-access-from-another-frame-expected.txt: Added.
* http/tests/storageAccess/request-and-grant-access-with-per-page-scope-access-from-another-frame.html: Added.
2020-06-03 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, lint WPE test expectations
https://bugs.webkit.org/show_bug.cgi?id=212705
Unreviewed gardening.
* platform/wpe/TestExpectations:
2020-06-03 Jason Lawrence <lawrence.j@apple.com>
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-03 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r262456): [ Mac ] media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-pip-to-inline.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=212694
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-03 Javier Fernandez <jfernandez@igalia.com>
[css-grid] Dynamically setting "position: absolute" in a grid item doesn't trigger a relayout of that element
https://bugs.webkit.org/show_bug.cgi?id=191465
Reviewed by Manuel Rego Casasnovas.
Several tests pass now thanks to this change.
* TestExpectations: Removed failure expectations, since now these tests pass now.
- absolute-positioning-changing-containing-block-001.html
- grid-item-absolute-positioning-dynamic-001.html
2020-06-02 Yusuke Suzuki <ysuzuki@apple.com>
ASSERTION FAILED: isCell() under WebCore::JSDOMConstructor seen with webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html
https://bugs.webkit.org/show_bug.cgi?id=212650
Reviewed by Mark Lam.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-06-02 Simon Fraser <simon.fraser@apple.com>
EventRegion::translate() needs to offset the wheel event regions
https://bugs.webkit.org/show_bug.cgi?id=212683
Reviewed by Zalan Bujtas.
* fast/scrolling/mac/wheel-event-listener-region-layer-offset-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-layer-offset.html: Added.
2020-06-02 Zalan Bujtas <zalan@apple.com>
[iOS] fast/events/touch/ios/content-observation/opacity-change-happens-on-touchstart-with-transition2.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212660
<rdar://problem/61948534>
Reviewed by Simon Fraser.
When the device is busy and the transition gets delayed, the opacity change could miss the content observation window.
Forcing synchronous style change makes is less flaky.
* fast/events/touch/ios/content-observation/opacity-change-happens-on-touchstart-with-transition2.html:
2020-06-02 Simon Fraser <simon.fraser@apple.com>
Followup to r262438
Remove scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html from TestExpectations
now that it should no longer be flaky.
* platform/mac/TestExpectations:
2020-06-02 Peng Liu <peng.liu6@apple.com>
Layout test failures: media/video-create-with-user-gesture.html and media/video-restricted-no-preload-auto.html
https://bugs.webkit.org/show_bug.cgi?id=212666
Reviewed by Eric Carlson.
Set event handlers before set the video source.
* media/video-create-with-user-gesture.html:
* media/video-restricted-no-preload-auto-expected.txt:
* media/video-restricted-no-preload-auto.html:
2020-06-02 Ryan Haddad <ryanhaddad@apple.com>
ASSERTION FAILED: isCell() under WebCore::JSDOMConstructor seen with webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html
https://bugs.webkit.org/show_bug.cgi?id=212650
Unreviewed test gardening.
* platform/ios/TestExpectations: Skip this test on debug since it always asserts.
2020-06-02 Ryan Haddad <ryanhaddad@apple.com>
ASSERTION FAILED: isCell() under WebCore::JSDOMConstructor seen with webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html
https://bugs.webkit.org/show_bug.cgi?id=212650
Unreviewed test gardening.
* platform/mac/TestExpectations: Skip this test on debug since it always asserts.
2020-06-02 Jason Lawrence <lawrence.j@apple.com>
[ Mojave wk2 Debug ] fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html is flaky failing and flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=212667
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-02 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk1 Debug ] svg/custom/textPath-insert-path.svg is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212665
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-06-02 Peng Liu <peng.liu6@apple.com>
Stressing webkitSetPresentationMode leads to wrong inline video dimensions
https://bugs.webkit.org/show_bug.cgi?id=202425
Reviewed by Eric Carlson.
Enable the mock video presentation mode in WebKitTestRunner and
only request a video element to enter/exit fullscreen/picture-in-picture when
the element is ready to do so (by checking the attribute webkitDisplayingFullscreen).
* media/modern-media-controls/placard-support/placard-support-pip-expected.txt:
* media/modern-media-controls/placard-support/placard-support-pip.html:
* media/presentationmodechanged-fired-once-expected.txt:
* media/presentationmodechanged-fired-once.html:
* media/video-presentation-mode-expected.txt:
* media/video-presentation-mode.html:
2020-06-02 Simon Fraser <simon.fraser@apple.com>
[ macOS ] scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html is flaky timing out
https://bugs.webkit.org/show_bug.cgi?id=210351
<rdar://problem/61601464>
Reviewed by Tim Horton.
Try to deflake this test. It timed out when all the wheel events were received in the UI process
before the ViewGestureController had received a response from the web process about whether the
first event had been handled. Fix by adding a rAF() wait in the middle of sending the events.
Also register the swipe callback before starting the event sending.
* scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html:
2020-06-02 Jacob Uphoff <jacob_uphoff@apple.com>
Landing expectations for tests that were recently imported but did not have them
Unreviewed test gardening
* platform/ios/imported/w3c/web-platform-tests/dom/events/scrolling/input-text-scroll-event-when-using-arrow-keys-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/dom/events/scrolling/overscroll-deltas-expected.txt: Added.
2020-06-02 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 ] animations/play-state-paused.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212641
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-02 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS debug ] REGRESSION(r262254): imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/canvas_colorsandstyles_createlineargradient_001.htm is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=212636
Unreviewed test gardening
* platform/ios-wk2/TestExpectations:
2020-06-02 Jacob Uphoff <jacob_uphoff@apple.com>
Removing expectations for a test that is now passing
https://bugs.webkit.org/show_bug.cgi?id=211920
Unreviewed test gardening
* platform/ios-wk2/TestExpectations:
2020-06-02 Lauro Moura <lmoura@igalia.com>
[GLIB] Update TestExpectations Sections
https://bugs.webkit.org/show_bug.cgi?id=212586
Initial conversion from the "kind of failure" to the "feature" based
approach to organizing the glib test expectations.
This is an attempt to group related expectations closer together. At
the time of this patch, some sections are only related to the top
folder at LayoutTests, like WebAnimations, but others have entries
from multiple folders, like GStreamer, WebGL. More specific features
like EncryptedMedia will likely have their own sections even though it
could be seen as a subset of GStreamer.
In doubt, there is a NEEDS TRIAGING section at the end of the file
where one can put the failure if not sure about which existing section
it should go and ask for a more detailed investigation.
Reviewed by Carlos Alberto Lopez Perez.
* platform/glib/TestExpectations:
2020-06-01 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] ChildIntrinsicLogicalWidth should use fit-content, not max-content
https://bugs.webkit.org/show_bug.cgi?id=210465
Reviewed by Javier Fernandez.
* TestExpectations: Unskipped flex-wrap-002.html which is now passing.
2020-06-02 Youenn Fablet <youenn@apple.com>
[ Mac wk2 ] http/wpt/service-workers/service-worker-spinning-fetch.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207515
<rdar://problem/59329307>
Reviewed by Chris Dumez.
* http/wpt/service-workers/service-worker-spinning-fetch.https.html:
In case service worker gets closed, fetch failure might be logged as console log message.
* platform/mac-wk2/TestExpectations:
2020-06-01 Myles C. Maxfield <mmaxfield@apple.com>
[WebGPU] Update texture creation validation according to the discussion at https://github.com/gpuweb/gpuweb/pull/799/files
https://bugs.webkit.org/show_bug.cgi?id=212390
Reviewed by Dean Jackson.
* webgpu/texture-creation-expected.txt:
* webgpu/texture-creation.html:
2020-06-01 Noam Rosenthal <noam@webkit.org>
Make unicode-bidi:isolate the default for an element with a dir attribute (instead of unicode-bidi:embed)
https://bugs.webkit.org/show_bug.cgi?id=134630
Reviewed by Simon Fraser.
* TestExpectations:
Unskipped w3c tests that now pass, testing this behavior.
* fast/css/default-bidi-css-rules-expected.txt:
* fast/css/default-bidi-css-rules.html:
This test was modified, as the default bidi CSS rules are modified.
* editing/selection/move-by-word-visually-mac-expected.txt:
* editing/selection/move-by-word-visually-single-space-inline-element.html:
* editing/style/make-text-writing-direction-inline-mac.html:
* editing/style/make-text-writing-direction-inline-win.html:
* fast/css/absolute-inline-alignment-2-expected.html:
* fast/css/absolute-inline-alignment-2.html:
* fast/text/bidi-embedding-pop-and-push-same.html:
* fast/text/bidi-reverse-runs-crash-expected.txt:
* fast/text/bidi-reverse-runs-crash.html:
* fast/text/international/bidi-LDB-2-HTML.html:
* fast/text/international/bidi-ignored-for-first-child-inline.html:
* fast/text/international/iso-8859-8.html:
These tests rely on the previous unicode-bidi: embed default.
Modified them to include that old default explicitly in the test, as they test something else.
2020-06-01 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/webaudio from upstream
https://bugs.webkit.org/show_bug.cgi?id=212610
Reviewed by Eric Carlson.
* TestExpectations:
* tests-options.json:
2020-06-01 Devin Rousso <drousso@apple.com>
Web Inspector: Graphics: should use the `id` (name) of the animation if it exists
https://bugs.webkit.org/show_bug.cgi?id=212618
Reviewed by Timothy Hatcher.
* inspector/animation/nameChanged.html: Added.
* inspector/animation/nameChanged-expected.txt: Added.
* inspector/animation/resources/lifecycle-utilities.js:
* inspector/animation/lifecycle-css-animation-expected.txt:
* inspector/animation/lifecycle-css-transition-expected.txt:
* inspector/animation/lifecycle-web-animation.html:
* inspector/animation/lifecycle-web-animation-expected.txt:
Print out the name of the animation after it's created.
2020-06-01 Ryan Haddad <ryanhaddad@apple.com>
[ macOS ] REGRESSION(r262366): webgl/1.0.3/conformance/canvas/buffer-offscreen-test.html & webgl/2.0.0/conformance/canvas/buffer-offscreen-test.html are constant failures
https://bugs.webkit.org/show_bug.cgi?id=212594
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark tests as failing.
2020-06-01 Jason Lawrence <lawrence.j@apple.com>
(r261103) [ Mac WK2 ] inspector/page/overrideSetting-ITPDebugModeEnabled.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211791
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-26 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Tables as flex items should obey the flex container sizing
https://bugs.webkit.org/show_bug.cgi?id=212355
Reviewed by Manuel Rego Casasnovas.
Unskipped passing tests and added new expectations for Win and iOS which have
different renderings of some UI components causing a couple of test to fail by
small offsets.
* TestExpectations: Unskipped table-as-item-narrow-content.html that is passing now.
* css3/flexbox/flexitem-expected.txt: Updated. All tests passing.
* gpu-process/TestExpectations: Removed flexitem.html test.
* platform/ios/TestExpectations: Ditto.
* platform/ios/css3/flexbox/flexitem-expected.txt: Added.
* platform/win/TestExpectations: Removed flexitem.html test.
* platform/win/css3/flexbox/flexitem-expected.txt: Added.
* platform/wincairo/TestExpectations: Removed flexitem.html test.
2020-05-31 Zalan Bujtas <zalan@apple.com>
[iBooks] Empty pages appear in book
https://bugs.webkit.org/show_bug.cgi?id=212573
<rdar://problem/62912623>
Reviewed by Antti Koivisto.
* fast/multicol/orphans-ignored-expected.html: Added.
* fast/multicol/orphans-ignored.html: Added.
2020-05-31 Rob Buis <rbuis@igalia.com>
Implement named item condition for images
https://bugs.webkit.org/show_bug.cgi?id=212473
Reviewed by Maciej Stachowiak.
Update test expectation.
* fast/dom/HTMLDocument/document-special-properties-expected.txt:
2020-05-31 Myles C. Maxfield <mmaxfield@apple.com>
Rebaseline imported/w3c/web-platform-tests/encoding/single-byte-decoder.html
https://bugs.webkit.org/show_bug.cgi?id=212565
<rdar://problem/63682561>
Unreviewed.
Rebaseline the expected result.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-05-31 Myles C. Maxfield <mmaxfield@apple.com>
[iPad] REGRESSION(r261940): fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212564
<rdar://problem/63729887>
Unreviewed.
Setting width=device-width was causing us to clamp the initial-scale to 1, thereby disabling autosizing.
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html:
* platform/ipad/TestExpectations:
2020-05-30 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r262335.
https://bugs.webkit.org/show_bug.cgi?id=212571
Triggered assertions in WebKit1
Reverted changeset:
"Disallow responses when a response contains invalid header
values"
https://bugs.webkit.org/show_bug.cgi?id=184493
https://trac.webkit.org/changeset/262335
2020-05-30 Andy Estes <aestes@apple.com>
[Apple Pay] Support percentage border-radius values in -apple-pay-button
https://bugs.webkit.org/show_bug.cgi?id=212559
<rdar://problem/63781881>
Reviewed by Antti Koivisto.
* fast/css/appearance-apple-pay-button-border-radius-expected.html:
* fast/css/appearance-apple-pay-button-border-radius.html:
2020-05-30 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed gardening, update baseline after r262169
https://bugs.webkit.org/show_bug.cgi?id=212566
r262169 modifies Objective-C code and the general expected file. The
change only affected Mac ports. GTK and WPE ports keep expecting the former
result, so a new baseline is emitted for these ports.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/seeking/seek-to-negative-time-expected.txt: Added.
2020-05-29 Alex Christensen <achristensen@webkit.org>
Add debug alerts to xhr tests
https://bugs.webkit.org/show_bug.cgi?id=212555
Reviewed by Alexey Proskuryakov.
These should not be upstreamed, but they are needed to help diagnose what is happening in rdar://problem/63684261
* platform/mac-wk1/imported/w3c/web-platform-tests/xhr/event-error-order.sub-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/xhr/send-authentication-basic-cors-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/xhr/send-network-error-async-events.sub-expected.txt:
2020-05-29 Simon Fraser <simon.fraser@apple.com>
Event region painting should use the same paint flags as normal painting
https://bugs.webkit.org/show_bug.cgi?id=212547
Reviewed by Sam Weinig.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-clipped-out-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-clipped-out.html: Added.
2020-05-29 Simon Fraser <simon.fraser@apple.com>
Elements with wheel event handlers inside overflow:scroll are missing from the event region
https://bugs.webkit.org/show_bug.cgi?id=212545
Reviewed by Zalan Bujtas.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll.html: Added.
2020-05-29 Rob Buis <rbuis@igalia.com>
Disallow responses when a response contains invalid header values
https://bugs.webkit.org/show_bug.cgi?id=184493
Reviewed by Youenn Fablet.
Update improved test results.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
2020-05-29 Oriol Brufau <obrufau@igalia.com>
[css-grid] Update WPT grid-items-sizing-alignment-001.html
https://bugs.webkit.org/show_bug.cgi?id=169271
Reviewed by Manuel Rego Casasnovas.
Expect the test to pass, except on iOS (bug 212493).
* TestExpectations:
* platform/ios/TestExpectations:
2020-05-29 Saam Barati <sbarati@apple.com>
Skip a few more JSC tests when $memoryLimited
https://bugs.webkit.org/show_bug.cgi?id=212552
Reviewed by Mark Lam.
* js/script-tests/stack-overflow-regexp.js:
2020-05-29 Jer Noble <jer.noble@apple.com>
[EME] navigator.requestMediaKeySystemAccess() should reject PUR sessionTypes in private browsing mode.
https://bugs.webkit.org/show_bug.cgi?id=212540
<rdar://problem/61125757>
Reviewed by Eric Carlson.
* platform/mac/media/encrypted-media/fps-ephemeral-requestMediaKeySystemAccess-expected.txt: Added.
* platform/mac/media/encrypted-media/fps-ephemeral-requestMediaKeySystemAccess.html: Added.
2020-05-29 Devin Rousso <drousso@apple.com>
Web Inspector: add test for protocol "condition" logic
https://bugs.webkit.org/show_bug.cgi?id=212497
Reviewed by Brian Burg.
* inspector/protocol/condition.html: Added.
* inspector/protocol/condition-expected.txt: Added.
2020-05-29 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS ] http/wpt/service-workers/service-worker-different-process.https.html & http/wpt/service-workers/service-worker-crashing-while-fetching.https.html are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=212532
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-29 Truitt Savell <tsavell@apple.com>
Fix expectations after r262284
https://bugs.webkit.org/show_bug.cgi?id=212374
Unreviewed test gardening.
* TestExpectations:
2020-05-29 Devin Rousso <drousso@apple.com>
Web Inspector: add ITML debuggable/target type
https://bugs.webkit.org/show_bug.cgi?id=203300
<rdar://problem/56545896>
Reviewed by Joseph Pecoraro and Brian Burg.
* inspector/protocol/target-types-for-debuggable-type.html: Added.
* inspector/protocol/target-types-for-debuggable-type-expected.txt: Added.
2020-05-29 Jason Lawrence <lawrence.j@apple.com>
webkit-test-runner: Add support for the reftest-wait class name
https://bugs.webkit.org/show_bug.cgi?id=186045
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-27 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement XRSession::requestReferenceSpace()
https://bugs.webkit.org/show_bug.cgi?id=212407
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Unskipped 3 more tests that are working now.
2020-05-29 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, update test expectations after r262254
https://bugs.webkit.org/show_bug.cgi?id=212514
Unreviewed gardening.
r262254 re-synced many dom web-platform tests and expected files. Emit
new baselines for GTK and WPE for affected test and try to merge results
into a common glib expectations when possible.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt.
* platform/gtk/imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Removed.
2020-05-29 Javier Fernandez <jfernandez@igalia.com>
[css-grid] Import tests for the grid as flexbox item case
https://bugs.webkit.org/show_bug.cgi?id=212374
Reviewed by Manuel Rego Casasnovas.
These tests cover the case of a grid container being rendered as a flexbox item.
They are also useful as regression tests for the bug 209282 .
* TestExpectations: Added Failure entries for the tests that fail due to bug 209282
2020-05-29 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r261812): editing/async-clipboard/clipboard-item-get-type-basic.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=212281
<rdar://problem/63554912>
Reviewed by Tim Horton.
Remove the failing test expectation.
* platform/ios-simulator-wk2/TestExpectations:
2020-05-28 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening.
* platform/wpe/TestExpectations: Adding debug crash expectations for WebXR tests.
2020-05-28 Andy Estes <aestes@apple.com>
[Apple Pay] Buttons render with a corner radius of PKApplePayButtonDefaultCornerRadius even when explicitly specifying "border-radius: 0px"
https://bugs.webkit.org/show_bug.cgi?id=212476
<rdar://problem/63401433>
Reviewed by Antti Koivisto.
* TestExpectations:
* fast/css/appearance-apple-pay-button-border-radius-expected.html: Added.
* fast/css/appearance-apple-pay-button-border-radius.html: Added.
* fast/css/appearance-apple-pay-button-expected.html:
* fast/css/appearance-apple-pay-button.html:
* fast/css/getComputedStyle/computed-style-apple-pay-button-expected.txt: Added.
* fast/css/getComputedStyle/computed-style-apple-pay-button.html: Added.
* platform/mac/TestExpectations:
2020-05-28 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/interfaces from upstream
https://bugs.webkit.org/show_bug.cgi?id=212501
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-05-28 Myles C. Maxfield <mmaxfield@apple.com>
Make fast/text/user-installed-fonts/extended-character.html more robust
https://bugs.webkit.org/show_bug.cgi?id=212487
<rdar://problem/63235370>
Unreviewed.
The test tries to make sure that, even if a user-installed font is the only font that supports
a certain character, it still isn't used if user-installed fonts are disallowed. This patch
updates the test to make the character less likely to be used by preinstalled fonts.
* TestExpectations: Run the test everywhere, but it might not pass, rather than skipping it.
* fast/text/user-installed-fonts/extended-character-expected.html:
* fast/text/user-installed-fonts/extended-character-with-user-font-expected-mismatch.html:
* fast/text/user-installed-fonts/extended-character-with-user-font.html:
* fast/text/user-installed-fonts/extended-character.html:
2020-05-28 Chris Dumez <cdumez@apple.com>
http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html is slow
https://bugs.webkit.org/show_bug.cgi?id=212496
Reviewed by Geoffrey Garen.
Split test into two so that we don't lose any coverage but so that each test can run faster
individually.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-high-priority-expected.txt: Copied from LayoutTests/http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-high-priority.html: Copied from LayoutTests/http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html:
2020-05-28 Kate Cheney <katherine_cheney@apple.com>
Minimum user interaction time in ResourceLoadStatistics should handle the case of -1
https://bugs.webkit.org/show_bug.cgi?id=212445
<rdar://problem/63696470>
Reviewed by John Wilander.
30 day website data deletion is covered by operating-dates-all-website-data-removed.html.
These new test cases check that deletion occurs when including statistics with no
user interaction (most recent user interaction time of -1) and with
the check for ITP testing turned off to test using the hour long wait
to delete expired data.
It also deletes
http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed.html
because 7 day website data deletion is covered by the new test cases.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-database.html: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction.html: Added.
* LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-database-expected.txt: Removed.
* LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-expected.txt: Removed.
* LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed.html: Removed.
* LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-database.html: Removed.
2020-05-28 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] media/video-play-audio-require-user-gesture.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=212488
Unreviewed test gardening
* platform/mac/TestExpectations:
2020-05-28 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r261940): [ iPadOS wk2 ] fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html is failing consistently.
https://bugs.webkit.org/show_bug.cgi?id=212483
Unreviewed test gardening.
* platform/ipad/TestExpectations:
2020-05-28 Chris Dumez <cdumez@apple.com>
Resync dom web-platform tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=212443
Reviewed by Youenn Fablet.
* platform/mac-wk2/imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode-expected.txt:
2020-05-28 Alex Christensen <achristensen@webkit.org>
Make fast/loader/create-frame-in-DOMContentLoaded.html less flaky
https://bugs.webkit.org/show_bug.cgi?id=212454
<rdar://problem/61833551>
Reviewed by Chris Dumez.
We have records of this test failing extremely rarely going back at least a few months.
I think it may have become flaky related to r253279 because eventLoop().performMicrotaskCheckpoint() is now called more often
and the test runner's logic to gather the text nodes for test output is tied up with the load and DOMContentLoaded event handlers
if you don't use waitUntilDone/notifyDone. In any case, this test was added in r90038 to verify incorrect behavior that we've been
meaning to fix in the last 9 years, and with waitUntilDone/notifyDone it does that, but without being a burden on our bot watchers
who do such good work and help find real problems.
* fast/loader/create-frame-in-DOMContentLoaded.html:
2020-05-28 Youenn Fablet <youenn@apple.com>
ReadableByteStream should be enabled/disabled in service workers as done in pages
https://bugs.webkit.org/show_bug.cgi?id=212466
Reviewed by Alex Christensen.
* TestExpectations:
Skipping timing out tests.
2020-05-28 Chris Dumez <cdumez@apple.com>
fast/dom/vertical-scrollbar-in-rtl.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=212474
<rdar://problem/63692473>
Reviewed by Geoffrey Garen.
Unreviewed, use assertClose() instead of assertEqual() due to floating point
precision.
* fast/dom/vertical-scrollbar-in-rtl.html:
2020-05-28 Antti Koivisto <antti@apple.com>
Incorrect clipping of absolute and fixed elements inside stacking-context composited overflow:hidden
https://bugs.webkit.org/show_bug.cgi?id=212419
<rdar://problem/55856170>
Reviewed by Simon Fraser.
* compositing/overflow/non-contained-descendant-clipping-absolute-expected.html: Added.
* compositing/overflow/non-contained-descendant-clipping-absolute.html: Added.
* compositing/overflow/non-contained-descendant-clipping-fixed-expected.html: Added.
* compositing/overflow/non-contained-descendant-clipping-fixed.html: Added.
2020-05-27 Noam Rosenthal <noam@webkit.org>
Implement AccessKeyLabel attribute.
https://bugs.webkit.org/show_bug.cgi?id=72715
Reviewed by Darin Adler.
* fast/forms/access-key-label-expected.txt: Added.
* fast/forms/access-key-label.html: Added.
Added a test to cover accessKeyLabel scenarios.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* 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:
* platform/mac-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/win/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:
HTML elements now have an accessKeyLabel property, fix expected results.
2020-05-27 Lauro Moura <lmoura@igalia.com>
[GTK] Skip inspector/page/archive.html
Unreviewed test gardening.
It is a feature not supported by the GTK port.
* platform/gtk/TestExpectations:
* platform/gtk/inspector/page/archive-expected.txt: Removed.
2020-05-27 Andres Gonzalez <andresg_22@apple.com>
Empty alt attribute does not ignore the image for accessibility clients in Safari.
https://bugs.webkit.org/show_bug.cgi?id=212432
<rdar://problem/60597768>
Reviewed by Chris Fleizach.
* accessibility/img-alt-attribute-unassigned-empty-expected.txt: Renamed from LayoutTests/accessibility/img-alt-attribute-unassigned-value-expected.txt.
* accessibility/img-alt-attribute-unassigned-empty.html: Renamed from LayoutTests/accessibility/img-alt-attribute-unassigned-value.html.
Added the test case for alt="" in addition to unassigned alt.
* accessibility/self-referencing-aria-labelledby.html:
Removed unnecessary alt="" since now that causes the image element not
to be exposed.
2020-05-27 Chris Dumez <cdumez@apple.com>
pageshow only fires the first time the back button is pressed
https://bugs.webkit.org/show_bug.cgi?id=156356
<rdar://problem/29256489>
Reviewed by Alexey Proskuryakov.
* fast/history/multiple-back-forward-navigations-expected.txt: Added.
* fast/history/multiple-back-forward-navigations.html: Added.
Add layout test coverage.
* fast/history/resources/page-cache-helper.html:
Update page cache helper to navigate back even if the page is coming out of
the back/forward cache, by listening to the pageshow event.
2020-05-27 Lauro Moura <lmoura@igalia.com>
[WPE] Avoid possible WTR event timing going back in time and fix conversion from s to ms
https://bugs.webkit.org/show_bug.cgi?id=212338
Reviewed by Michael Catanzaro.
Added new test to check if input events timestamps are actually
monotonically increasing since the start.
* fast/events/monotonic-event-time-expected.txt: Added.
* fast/events/monotonic-event-time.html: Added.
* platform/ios/TestExpectations: Skipped the test as it relies on
mouseDown
2020-05-27 Youenn Fablet <youenn@apple.com>
[ Mac wk2 ] http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209622
<rdar://problem/60938860>
Reviewed by Darin Adler.
The test is flaky by nature as the event source load and navigation load are happening asynchronously.
In most cases but not always, the loading of the CachedResource will fail synchronously and will trigger the console message.
Do not output the console log message since the goal of the test is to not crash.
* http/tests/eventsource/eventsource-reconnect-during-navigate-crash-expected.txt:
* http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html:
* platform/mac-wk2/TestExpectations:
2020-05-27 Wenson Hsieh <wenson_hsieh@apple.com>
[Clipboard API] Support reading "image/png" on ClipboardItem
https://bugs.webkit.org/show_bug.cgi?id=212339
<rdar://problem/63588957>
Reviewed by Tim Horton.
Add a new layout test to verify that `Clipboard.write` and `Clipboard.read` can be used to copy and then read
back PNG image data.
* editing/async-clipboard/clipboard-read-write-images-expected.txt: Added.
* editing/async-clipboard/clipboard-read-write-images.html: Added.
* editing/async-clipboard/resources/async-clipboard-helpers.js:
(sampleBase64PNGImageData1):
(sampleBase64PNGImageData2):
(imageBlob):
(sampleBase64PNGImageData): Deleted.
* platform/win/TestExpectations:
2020-05-27 Ryan Haddad <ryanhaddad@apple.com>
[ macOS ] http/tests/media/now-playing-info.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=206699
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Remove flaky expectation since the test is consistently passing.
2020-05-27 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk2 ] fast/mediastream/mock-media-source-webaudio.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=212413
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-27 Chris Dumez <cdumez@apple.com>
Crash under WebNotificationManager::removeNotificationFromContextMap()
https://bugs.webkit.org/show_bug.cgi?id=212410
<rdar://63496726>
Reviewed by Alex Christensen.
Add layout test coverage.
* http/tests/notifications/crash-on-navigation-expected.txt: Added.
* http/tests/notifications/crash-on-navigation.html: Added.
* http/tests/notifications/resources/crash-on-navigation-iframe.html: Added.
2020-05-27 Jason Lawrence <lawrence.j@apple.com>
[ Catalina wk2 ] webrtc/video-autoplay1.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209018
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-19 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement XRSession::requestAnimationFrame()
https://bugs.webkit.org/show_bug.cgi?id=212099
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Unskipped several tests that are now passing.
2020-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WTR] EventSender: stop using GdkEvent API in preparation for GTK4
https://bugs.webkit.org/show_bug.cgi?id=212298
Reviewed by Adrian Perez de Castro.
Update expectations for tests that are passing now.
* platform/gtk/TestExpectations:
* platform/gtk/editing/selection/5195166-1-expected.txt: Removed.
2020-05-27 Youenn Fablet <youenn@apple.com>
REGRESSION (r261277): [ Mac iOS ] webrtc/datachannel/gather-candidates-networkprocess-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=212218
<rdar://problem/63496692>
Reviewed by Eric Carlson.
* webrtc/datachannel/gather-candidates-networkprocess-crash.html:
Create a new peer connection after the network process crash to validate it does not stay hanging.
2020-05-27 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/wincairo/css3/flexbox/flexbox-baseline-expected.txt:
* platform/wincairo/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/wincairo/fast/gradients/list-item-gradient-expected.txt:
* platform/wincairo/fast/html/details-add-child-1-expected.txt:
* platform/wincairo/fast/html/details-add-child-2-expected.txt:
* platform/wincairo/fast/html/details-add-details-child-1-expected.txt:
* platform/wincairo/fast/html/details-add-details-child-2-expected.txt:
* platform/wincairo/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-1-expected.txt:
* platform/wincairo/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-10-expected.txt:
* platform/wincairo/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-2-expected.txt:
* platform/wincairo/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-3-expected.txt:
* platform/wincairo/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-4-expected.txt:
* platform/wincairo/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-5-expected.txt:
* platform/wincairo/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-6-expected.txt:
* platform/wincairo/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-7-expected.txt:
* platform/wincairo/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-8-expected.txt:
* platform/wincairo/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-9-expected.txt:
* platform/wincairo/fast/html/details-add-summary-child-1-expected.txt:
* platform/wincairo/fast/html/details-add-summary-child-2-expected.txt:
* platform/wincairo/fast/html/details-marker-style-expected.txt:
* platform/wincairo/fast/html/details-nested-1-expected.txt:
* platform/wincairo/fast/html/details-nested-2-expected.txt:
* platform/wincairo/fast/html/details-no-summary1-expected.txt:
* platform/wincairo/fast/html/details-no-summary2-expected.txt:
* platform/wincairo/fast/html/details-no-summary3-expected.txt:
* platform/wincairo/fast/html/details-no-summary4-expected.txt:
* platform/wincairo/fast/html/details-open-javascript-expected.txt:
* platform/wincairo/fast/html/details-open1-expected.txt:
* platform/wincairo/fast/html/details-open2-expected.txt:
* platform/wincairo/fast/html/details-open3-expected.txt:
* platform/wincairo/fast/html/details-open4-expected.txt:
* platform/wincairo/fast/html/details-open5-expected.txt:
* platform/wincairo/fast/html/details-open6-expected.txt:
* platform/wincairo/fast/html/details-position-expected.txt:
* platform/wincairo/fast/html/details-remove-child-1-expected.txt:
* platform/wincairo/fast/html/details-remove-child-2-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-1-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-2-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-3-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-4-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-5-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-6-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-child-1-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-child-2-expected.txt:
* platform/wincairo/fast/html/details-replace-summary-child-expected.txt:
* platform/wincairo/fast/html/details-replace-text-expected.txt:
* platform/wincairo/fast/html/details-writing-mode-expected.txt:
* platform/wincairo/fast/text/international/text-combine-image-test-expected.txt:
* platform/wincairo/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
2020-05-26 Said Abou-Hallawa <sabouhallawa@apple.com>
SMILTimeContainer must protect its m_scheduledAnimations while it does updateAnimations()
https://bugs.webkit.org/show_bug.cgi?id=212192
<rdar://problem/56717734>
Reviewed by Youenn Fablet.
* svg/animations/css-animation-reinsert-target-expected.txt: Added.
* svg/animations/css-animation-reinsert-target.html: Added.
2020-05-26 Simon Fraser <simon.fraser@apple.com>
Rendering artifacts when scrolling overlays
https://bugs.webkit.org/show_bug.cgi?id=204120
<rdar://problem/57121358>
Reviewed by Zalan Bujtas.
* compositing/repaint/compositing-toggle-in-overflow-scroll-repaint-expected.txt: Added.
* compositing/repaint/compositing-toggle-in-overflow-scroll-repaint.html: Added.
* platform/ios-wk2/compositing/repaint/compositing-toggle-in-overflow-scroll-repaint-expected.txt: Added.
* platform/mac-wk1/compositing/repaint/compositing-toggle-in-overflow-scroll-repaint-expected.txt: Added.
2020-05-26 Said Abou-Hallawa <sabouhallawa@apple.com>
An SVG animated property animator can stop animation while other animators are still running
https://bugs.webkit.org/show_bug.cgi?id=207417
<rdar://problem/59278306>
Reviewed by Simon Fraser.
* svg/animations/animated-enum-mutiple-animators-expected.txt: Added.
* svg/animations/animated-enum-mutiple-animators.svg: Added.
* svg/animations/animated-length-mutiple-animators-expected.txt: Added.
* svg/animations/animated-length-mutiple-animators.svg: Added.
2020-05-26 Simon Fraser <simon.fraser@apple.com>
REGRESSION (async oveflow): scrubber missing from inline video inside overflow scroll
https://bugs.webkit.org/show_bug.cgi?id=212391
<rdar://problem/63089859>
Reviewed by Zalan Bujtas.
* compositing/layer-creation/overlap-in-scroller-expected.html: Added.
* compositing/layer-creation/overlap-in-scroller.html: Added.
2020-05-26 Jer Noble <jer.noble@apple.com>
Can't scrub video on https://www.judiciary.senate.gov
https://bugs.webkit.org/show_bug.cgi?id=212270
<rdar://problem/57922919>
Reviewed by Eric Carlson.
* media/video-duration-seekable-expected.txt: Added.
* media/video-duration-seekable.html: Added.
2020-05-26 Jason Lawrence <lawrence.j@apple.com>
Regression(?): [ iOS wk2 ] http/tests/resourceLoadStatistics/cookie-deletion.html is flaky failing and crashing.
https://bugs.webkit.org/show_bug.cgi?id=207197
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-26 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 ] http/wpt/beacon/cors/crossorigin-arraybufferview-no-preflight.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=207583
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-26 Kate Cheney <katherine_cheney@apple.com>
REGRESSION: [ iOS wk2 Debug ] multiple fast/text/international/system-language tests are flaky crashing - WTFCrashWithInfo - WebKit::ResourceLoadStatisticsDatabaseStore::openAndUpdateSchemaIfNecessary()
https://bugs.webkit.org/show_bug.cgi?id=211958
<rdar://problem/63275549>
Reviewed by Darin Adler.
Tests no longer crashing.
* platform/ios-wk2/TestExpectations:
2020-05-26 Antoine Quint <graouts@apple.com>
Hardware fill-forwards animation and transitions don't interact correctly
https://bugs.webkit.org/show_bug.cgi?id=187839
<rdar://problem/42410412>
Reviewed by Simon Fraser.
Add a new test that reproduces the issue shown by the original test case for this bug. While an animation is running
for a CSS property, we change the underlying value for that animated property which is also set as the transition-property
value. The correct behavior is to not start a CSS Transition either when changing the underlying value during the
CSS Animation nor at the end of the CSS Animation.
* webanimations/updating-property-targeted-by-css-transition-during-css-animation-expected.txt: Added.
* webanimations/updating-property-targeted-by-css-transition-during-css-animation.html: Added.
2020-05-26 Chris Dumez <cdumez@apple.com>
Unreviewed, skip revoke-blob-url-after-navigation.html on Windows.
Windows port is lacking blob support.
* platform/win/TestExpectations:
2020-05-26 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Use padding to space out sections
https://bugs.webkit.org/show_bug.cgi?id=212377
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-multiple-sections-with-border-spacing-and-collapse-expected.html: Added.
* fast/layoutformattingcontext/table-simple-multiple-sections-with-border-spacing-and-collapse.html: Added.
2020-05-26 Chris Dumez <cdumez@apple.com>
Unskip fast/events/form-onchange.html after r262145.
* platform/mac-wk1/TestExpectations:
2020-05-26 Chris Dumez <cdumez@apple.com>
Unreviewed, drop a few beforeload event tests that no longer make sense after r261971.
We dropped support for the BeforeLoadEvent in r261971 so these tests do not make
sense anymore. Those tests also cause flakiness such as <rdar://63623324> now that
they no longer run as expected.
* fast/events/form-iframe-target-before-load-crash-expected.txt: Removed.
* fast/events/form-iframe-target-before-load-crash.html: Removed.
* fast/events/form-iframe-target-before-load-crash2-expected.txt: Removed.
* fast/events/form-iframe-target-before-load-crash2.html: Removed.
* fast/events/form-iframe-target-before-load-crash3-expected.txt: Removed.
* fast/events/form-iframe-target-before-load-crash3.html: Removed.
2020-05-26 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for multiple sections
https://bugs.webkit.org/show_bug.cgi?id=212354
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-multiple-sections-expected.html: Added.
* fast/layoutformattingcontext/table-simple-multiple-sections.html: Added.
2020-05-26 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk1 ] fast/events/form-onchange.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212375
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-26 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update pending baselines after r262127
https://bugs.webkit.org/show_bug.cgi?id=212370
Unrevewed gardening.
* platform/wpe/fast/borders/fieldsetBorderRadius-expected.txt: Added.
* platform/wpe/fast/html/details-marker-style-mixed-expected.txt: Added.
* platform/wpe/mathml/presentation/roots-expected.txt:
* platform/wpe/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/wpe/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
2020-05-26 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update pending baselines after r262127
https://bugs.webkit.org/show_bug.cgi?id=212369
Unreviewed gardening.
* platform/gtk/fast/borders/fieldsetBorderRadius-expected.png:
* platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt: Added.
* platform/gtk/fast/html/details-marker-style-mixed-expected.txt: Renamed from LayoutTests/platform/glib/fast/html/details-marker-style-mixed-expected.txt.
2020-05-25 Carlos Alberto Lopez Perez <clopez@igalia.com>
[css-flexbox] WPT Test css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html fails
https://bugs.webkit.org/show_bug.cgi?id=212054
Reviewed by Manuel Rego Casasnovas.
Remove expectations for passing test.
* TestExpectations:
* platform/glib/TestExpectations:
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update baselines after r262127
https://bugs.webkit.org/show_bug.cgi?id=212365
Unreviewed gardening.
* platform/wpe/fast/html/details-no-summary4-expected.txt:
* platform/wpe/fast/html/details-open-javascript-expected.txt:
* platform/wpe/fast/html/details-open2-expected.txt:
* platform/wpe/fast/html/details-open4-expected.txt:
* platform/wpe/fast/html/details-replace-summary-child-expected.txt:
* platform/wpe/fast/html/details-replace-text-expected.txt:
* platform/wpe/fast/html/details-writing-mode-expected.txt:
* platform/wpe/fast/html/details-writing-mode-mixed-expected.txt:
* platform/wpe/fast/writing-mode/fieldsets-expected.txt:
* platform/wpe/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update baselines after r262127
https://bugs.webkit.org/show_bug.cgi?id=212364
Unreviewed gardening.
* platform/glib/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/glib/css3/flexbox/flexbox-baseline-expected.txt:
* platform/glib/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
* platform/glib/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/glib/fast/html/details-add-child-1-expected.txt:
* platform/glib/fast/html/details-add-child-2-expected.txt:
* platform/glib/fast/html/details-add-details-child-1-expected.txt:
* platform/glib/fast/html/details-add-details-child-2-expected.txt:
* platform/glib/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-1-expected.txt:
* platform/glib/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-10-expected.txt:
* platform/glib/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-2-expected.txt:
* platform/glib/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-3-expected.txt:
* platform/glib/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-4-expected.txt:
* platform/glib/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-5-expected.txt:
* platform/glib/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-6-expected.txt:
* platform/glib/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-7-expected.txt:
* platform/glib/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-8-expected.txt:
* platform/glib/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-9-expected.txt:
* platform/glib/fast/html/details-add-summary-child-1-expected.txt:
* platform/glib/fast/html/details-add-summary-child-2-expected.txt:
* platform/glib/fast/html/details-marker-style-expected.txt:
* platform/glib/fast/html/details-nested-1-expected.txt:
* platform/glib/fast/html/details-nested-2-expected.txt:
* platform/glib/fast/html/details-no-summary1-expected.txt:
* platform/glib/fast/html/details-no-summary2-expected.txt:
* platform/glib/fast/html/details-no-summary3-expected.txt:
* platform/glib/fast/html/details-open1-expected.txt:
* platform/glib/fast/html/details-open3-expected.txt:
* platform/glib/fast/html/details-open5-expected.txt:
* platform/glib/fast/html/details-open6-expected.txt:
* platform/glib/fast/html/details-position-expected.txt:
* platform/glib/fast/html/details-remove-child-1-expected.txt:
* platform/glib/fast/html/details-remove-child-2-expected.txt:
* platform/glib/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-1-expected.txt:
* platform/glib/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-2-expected.txt:
* platform/glib/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-3-expected.txt:
* platform/glib/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-4-expected.txt:
* platform/glib/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-5-expected.txt:
* platform/glib/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-6-expected.txt:
* platform/glib/fast/html/details-remove-summary-child-1-expected.txt:
* platform/glib/fast/html/details-remove-summary-child-2-expected.txt:
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/gtk/fast/html/details-no-summary4-expected.txt:
* platform/gtk/fast/html/details-open-javascript-expected.txt:
* platform/gtk/fast/html/details-open2-expected.txt:
* platform/gtk/fast/html/details-open4-expected.txt:
* platform/gtk/fast/html/details-replace-summary-child-expected.txt:
* platform/gtk/fast/html/details-replace-text-expected.txt:
* platform/gtk/fast/html/details-writing-mode-expected.txt:
* platform/gtk/fast/html/details-writing-mode-mixed-expected.txt:
* platform/gtk/fast/writing-mode/fieldsets-expected.txt:
* platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2020-05-25 Oriol Brufau <obrufau@igalia.com>
[css-grid] Prevent grid-template-rows from serializing adjacent <line-names>
https://bugs.webkit.org/show_bug.cgi?id=212345
Reviewed by Manuel Rego Casasnovas.
Update test expectations.
* fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt:
* fast/css-grid-layout/grid-template-shorthand-get-set.html:
2020-05-25 Zalan Bujtas <zalan@apple.com>
[Subpixel layout] Bad scrolling on mercurynews.com article
https://bugs.webkit.org/show_bug.cgi?id=201038
<rdar://problem/28489812>
Reviewed by Dean Jackson.
* fast/inline/hidpi-inline-block-is-subpixel-while-line-is-not-expected.html: Added.
* fast/inline/hidpi-inline-block-is-subpixel-while-line-is-not.html: Added.
* platform/ios/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/ios/css3/flexbox/flexbox-baseline-expected.txt:
* platform/ios/editing/selection/select-across-readonly-input-1-expected.txt: Added.
* platform/ios/editing/selection/select-across-readonly-input-2-expected.txt: Added.
* platform/ios/editing/selection/select-across-readonly-input-3-expected.txt: Added.
* platform/ios/editing/selection/select-across-readonly-input-4-expected.txt: Added.
* platform/ios/editing/selection/select-across-readonly-input-5-expected.txt: Added.
* platform/ios/fast/borders/fieldsetBorderRadius-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/fieldsetBorderRadius-expected.txt.
* platform/ios/fast/forms/select-item-background-clip-expected.txt:
* platform/ios/fast/gradients/list-item-gradient-expected.txt:
* platform/ios/fast/html/details-add-child-1-expected.txt:
* platform/ios/fast/html/details-add-child-2-expected.txt:
* platform/ios/fast/html/details-add-details-child-1-expected.txt:
* platform/ios/fast/html/details-add-details-child-2-expected.txt:
* platform/ios/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-1-expected.txt:
* platform/ios/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-10-expected.txt:
* platform/ios/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-2-expected.txt:
* platform/ios/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-3-expected.txt:
* platform/ios/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-4-expected.txt:
* platform/ios/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-5-expected.txt:
* platform/ios/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-6-expected.txt:
* platform/ios/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-7-expected.txt:
* platform/ios/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-8-expected.txt:
* platform/ios/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-9-expected.txt:
* platform/ios/fast/html/details-add-summary-child-1-expected.txt:
* platform/ios/fast/html/details-add-summary-child-2-expected.txt:
* platform/ios/fast/html/details-marker-style-expected.txt:
* platform/ios/fast/html/details-marker-style-mixed-expected.txt:
* platform/ios/fast/html/details-nested-1-expected.txt:
* platform/ios/fast/html/details-nested-2-expected.txt:
* platform/ios/fast/html/details-no-summary1-expected.txt:
* platform/ios/fast/html/details-no-summary2-expected.txt:
* platform/ios/fast/html/details-no-summary3-expected.txt:
* platform/ios/fast/html/details-no-summary4-expected.txt:
* platform/ios/fast/html/details-open-javascript-expected.txt:
* platform/ios/fast/html/details-open1-expected.txt:
* platform/ios/fast/html/details-open2-expected.txt:
* platform/ios/fast/html/details-open3-expected.txt:
* platform/ios/fast/html/details-open4-expected.txt:
* platform/ios/fast/html/details-open5-expected.txt:
* platform/ios/fast/html/details-open6-expected.txt:
* platform/ios/fast/html/details-position-expected.txt:
* platform/ios/fast/html/details-remove-child-1-expected.txt:
* platform/ios/fast/html/details-remove-child-2-expected.txt:
* platform/ios/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-1-expected.txt:
* platform/ios/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-2-expected.txt:
* platform/ios/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-3-expected.txt:
* platform/ios/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-4-expected.txt:
* platform/ios/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-5-expected.txt:
* platform/ios/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-6-expected.txt:
* platform/ios/fast/html/details-remove-summary-child-1-expected.txt:
* platform/ios/fast/html/details-remove-summary-child-2-expected.txt:
* platform/ios/fast/html/details-replace-summary-child-expected.txt:
* platform/ios/fast/html/details-replace-text-expected.txt:
* platform/ios/fast/html/details-writing-mode-expected.txt:
* platform/ios/fast/html/details-writing-mode-mixed-expected.txt:
* platform/ios/fast/writing-mode/fieldsets-expected.txt:
* platform/ios/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/ios/mathml/presentation/mo-stretch-expected.txt:
* platform/ios/mathml/presentation/roots-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
* platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
* platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/html/details-add-child-1-expected.txt:
* platform/mac/fast/html/details-add-child-2-expected.txt:
* platform/mac/fast/html/details-add-details-child-1-expected.txt:
* platform/mac/fast/html/details-add-details-child-2-expected.txt:
* platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-1-expected.txt:
* platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-10-expected.txt:
* platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-2-expected.txt:
* platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-3-expected.txt:
* platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-4-expected.txt:
* platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-5-expected.txt:
* platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-6-expected.txt:
* platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-7-expected.txt:
* platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-8-expected.txt:
* platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-9-expected.txt:
* platform/mac/fast/html/details-add-summary-child-1-expected.txt:
* platform/mac/fast/html/details-add-summary-child-2-expected.txt:
* platform/mac/fast/html/details-marker-style-expected.txt:
* platform/mac/fast/html/details-nested-1-expected.txt:
* platform/mac/fast/html/details-nested-2-expected.txt:
* platform/mac/fast/html/details-no-summary1-expected.txt:
* platform/mac/fast/html/details-no-summary2-expected.txt:
* platform/mac/fast/html/details-no-summary3-expected.txt:
* platform/mac/fast/html/details-no-summary4-expected.txt:
* platform/mac/fast/html/details-open-javascript-expected.txt:
* platform/mac/fast/html/details-open1-expected.txt:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-open3-expected.txt:
* platform/mac/fast/html/details-open4-expected.txt:
* platform/mac/fast/html/details-open5-expected.txt:
* platform/mac/fast/html/details-open6-expected.txt:
* platform/mac/fast/html/details-position-expected.txt:
* platform/mac/fast/html/details-remove-child-1-expected.txt:
* platform/mac/fast/html/details-remove-child-2-expected.txt:
* platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-1-expected.txt:
* platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-2-expected.txt:
* platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-3-expected.txt:
* platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-4-expected.txt:
* platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-5-expected.txt:
* platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-6-expected.txt:
* platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
* platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
* platform/mac/fast/html/details-replace-summary-child-expected.txt:
* platform/mac/fast/html/details-replace-text-expected.txt:
* platform/mac/fast/html/details-writing-mode-expected.txt:
* platform/mac/fast/writing-mode/fieldsets-expected.txt:
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/mac/mathml/presentation/mo-stretch-expected.txt:
* platform/mac/mathml/presentation/roots-expected.txt:
* platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
* platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262120
https://bugs.webkit.org/show_bug.cgi?id=212353
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/glib/fast/canvas/webgl/webgl-compressed-texture-astc-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/webgl-compressed-texture-astc-expected.txt.
* platform/gtk/TestExpectations:
* platform/gtk/fast/canvas/webgl/readPixels-float-expected.txt: Removed.
* platform/wpe/TestExpectations:
* platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt: Emit baseline after r260075.
2020-05-22 Sergio Villar Senin <svillar@igalia.com>
[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-05-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262060
https://bugs.webkit.org/show_bug.cgi?id=212346
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-25 Adrian Perez de Castro <aperez@igalia.com>
[WPE][WKTR] Fix typo in EventSenderProxyWPE
https://bugs.webkit.org/show_bug.cgi?id=212340
Reviewed by Carlos Garcia Campos.
* platform/wpe/TestExpectations: fast/events/keydown-numpad-keys.html is now passing.
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, emit baselines for update-the-source-set.html after r261929.
https://bugs.webkit.org/show_bug.cgi?id=212216
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set-expected.txt: Added.
2020-05-24 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Ignore section borders even when border collapse is off.
https://bugs.webkit.org/show_bug.cgi?id=212336
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-thead-border-ignore-expected.html: Added.
* fast/layoutformattingcontext/table-simple-thead-border-ignore.html: Added.
2020-05-24 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take sections into account when computing collapsed border.
https://bugs.webkit.org/show_bug.cgi?id=212311
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-collapsed-tbody-border-expected.html: Added.
* fast/layoutformattingcontext/table-simple-collapsed-tbody-border.html: Added.
2020-05-24 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take collapsed in-between row border into account when computing cell height
https://bugs.webkit.org/show_bug.cgi?id=212307
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-collapsed-row-border2-expected.html: Added.
* fast/layoutformattingcontext/table-simple-collapsed-row-border2.html: Added.
2020-05-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take row border into account when computing collapsed borders.
https://bugs.webkit.org/show_bug.cgi?id=212305
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-collapsed-row-border-expected.html: Added.
* fast/layoutformattingcontext/table-simple-collapsed-row-border.html: Added.
2020-05-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Maximum constraint of a cell should never be smaller than the minimum width
https://bugs.webkit.org/show_bug.cgi?id=212304
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-fixed-width-with-wide-content-expected.html: Added.
* fast/layoutformattingcontext/table-simple-fixed-width-with-wide-content.html: Added.
2020-05-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Used height of a cell is the maximum of the computed and the content height.
https://bugs.webkit.org/show_bug.cgi?id=212302
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-tall-cell-content-with-fixed-height-expected.html: Added.
* fast/layoutformattingcontext/table-simple-tall-cell-content-with-fixed-height.html: Added.
2020-05-23 Caio Lima <ticaiolima@gmail.com>
[bmalloc] Fix OOM errors on MIPS after r261667
https://bugs.webkit.org/show_bug.cgi?id=212016
Reviewed by Yusuke Suzuki.
* js/script-tests/stack-overflow-regexp.js:
2020-05-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Non-collapsing row border should not make the table wider/taller
https://bugs.webkit.org/show_bug.cgi?id=212263
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-row-border-expected.html: Added.
* fast/layoutformattingcontext/table-simple-row-border.html: Added.
2020-05-22 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: (!s_current || &m_view != &s_current->m_view) in RenderTreeBuilder::RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=212163
<rdar://problem/57028096>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/rendering/nested-render-tree-update-crash-expected.txt: Added.
* fast/rendering/nested-render-tree-update-crash.html: Added.
2020-05-22 Zalan Bujtas <zalan@apple.com>
Nullptr deref in WebCore::RenderTreeBuilder::Block::attachIgnoringContinuation when parent and beforeChild are siblings
https://bugs.webkit.org/show_bug.cgi?id=212116
<rdar://problem/62993844>
Reviewed by Simon Fraser.
* fast/multicol/nested-multicol-with-spanner-and-continuation-expected.txt: Added.
* fast/multicol/nested-multicol-with-spanner-and-continuation.html: Added.
2020-05-22 Kenneth Russell <kbr@chromium.org>
[ANGLE - iOS] webgl/1.0.3/conformance/extensions/ext-sRGB.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212277
Reviewed by Dean Jackson.
Remove failure expectation for the layout test on iOS.
* platform/ios/TestExpectations:
2020-05-22 Kenneth Russell <kbr@chromium.org>
Remove failure expectation for webgl/1.0.3/conformance/extensions/webgl-depth-texture.html on iOS
https://bugs.webkit.org/show_bug.cgi?id=212284
Reviewed by Dean Jackson.
Remove failure expectations for this test on iOS since it's now
passing completely, as on other platforms.
* platform/ios/webgl/1.0.3/conformance/extensions/webgl-depth-texture-expected.txt: Removed.
2020-05-22 Chris Dumez <cdumez@apple.com>
Revoking an object URL immediately after triggering navigation causes navigation to fail
https://bugs.webkit.org/show_bug.cgi?id=212279
<rdar://problem/63553090>
Reviewed by Geoffrey Garen.
Add layout test coverage.
* fast/loader/revoke-blob-url-after-navigation-expected.txt: Added.
* fast/loader/revoke-blob-url-after-navigation.html: Added.
2020-05-22 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 Release ] editing/async-clipboard/clipboard-item-get-type-basic.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212281
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-05-22 Kenneth Russell <kbr@chromium.org>
[ANGLE - iOS] fast/canvas/webgl/webgl-depth-texture.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212271
Reviewed by Dean Jackson.
Remove expected failure of webgl-depth-texture on iOS.
* platform/ios/fast/canvas/webgl/webgl-depth-texture-expected.txt: Removed.
2020-05-22 Andy Estes <aestes@apple.com>
[Apple Pay] Add new ApplePayInstallmentConfiguration members
https://bugs.webkit.org/show_bug.cgi?id=212160
<rdar://problem/60703650>
Reviewed by Alex Christensen.
* http/tests/ssl/applepay/ApplePayInstallmentItems.https-expected.txt:
* http/tests/ssl/applepay/ApplePayInstallmentItems.https.html: Added.
* platform/mac-wk2/TestExpectations: Skipped test on Mojave and Catalina.
2020-05-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
Gardening after r262056
Unreviewed.
* TestExpectations: Skip a test that crashes on debug.
2020-05-22 Oriol Brufau <obrufau@igalia.com>
Don't put out-of-flow boxes in anonymous flex/grid items
https://bugs.webkit.org/show_bug.cgi?id=205386
Reviewed by Manuel Rego Casasnovas.
Expect tests to pass.
* TestExpectations:
2020-05-22 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] fast/text/font-collection.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212172
<rdar://problem/63466187>
Unreviewed.
The test is failing because the collection font file placed one of its table
directories after the table data. This is a valid file, so this patch doesn't
delete the test, but it also duplicates the test with a new collection font
file that doesn't have this construction. The duplicate test should pass on
all OSes.
* fast/text/font-collection-2-expected.html: Copied from LayoutTests/fast/text/font-collection.html.
* fast/text/font-collection-2.html: Added. Add some extra characters just to
make sure things are working properly.
* fast/text/font-collection-expected.html:
* fast/text/font-collection.html: Ditto.
* fast/text/resources/collection2.ttc: Added.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2020-05-22 Ryan Haddad <ryanhaddad@apple.com>
Cannot style ::selection for a flex container
https://bugs.webkit.org/show_bug.cgi?id=209822
Unreviewed test gardening.
Add baselines for macOS and iOS.
* platform/ios/editing/selection/selection-display-block-sibling-expected.txt: Added.
* platform/ios/editing/selection/selection-display-flex-expected.txt: Added.
* platform/mac/editing/selection/selection-display-block-sibling-expected.txt: Added.
* platform/mac/editing/selection/selection-display-flex-expected.txt: Added.
2020-05-22 Chris Dumez <cdumez@apple.com>
Regression(r254859) DOM storage event gets fired at the frame that caused the storage modification
https://bugs.webkit.org/show_bug.cgi?id=211503
<rdar://problem/62983284>
Reviewed by Maciej Stachowiak.
Add layout test coverage.
* storage/domstorage/events/resources/storage-event-not-in-originator-frame.html: Added.
* storage/domstorage/events/storage-event-not-in-originator-expected.txt: Added.
* storage/domstorage/events/storage-event-not-in-originator.html: Added.
2020-05-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
[css-grid] Update WPT imported tests and deduplicate common tests
https://bugs.webkit.org/show_bug.cgi?id=212187
Reviewed by Javier Fernandez.
This updates the WPT css-flexbox imported tests and deduplicates
our old versions of this tests in favor of the WPT ones.
Below is the complete list of tests deduplicated.
Format is: WPT-test-name => old-test(s) removed
imported/w3c/web-platform-tests/css/css-grid/abspos/empty-grid-001.html => fast/css-grid-layout/empty-grid.html
imported/w3c/web-platform-tests/css/css-grid/abspos/positioned-grid-items-crash.html => imported/blink/fast/css-grid-layout/positioned-grid-items-crash.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-baseline-001.html => fast/css-grid-layout/grid-baseline.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-baseline-002.html => fast/css-grid-layout/grid-baseline-margins-1.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-baseline-003.html => fast/css-grid-layout/grid-baseline-margins-2.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-baseline-004.html => fast/css-grid-layout/grid-baseline-must-respect-grid-order.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-container-auto-margins-scrollbars-001.html => fast/css-grid-layout/grid-container-scroll-accounts-for-auto-margin.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-001.html => fast/css-grid-layout/grid-content-alignment-and-self-alignment.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002.html => fast/css-grid-layout/grid-content-alignment-and-self-alignment-spanning.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-auto-sized-tracks-001.html => fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-overflow-001.html => fast/css-grid-layout/grid-content-alignment-overflow.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-001.html => fast/css-grid-layout/grid-content-alignment-with-span.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-vertical-lr-001.html => fast/css-grid-layout/grid-content-alignment-with-span-vertical-lr.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-vertical-rl-001.html => fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-001.html => fast/css-grid-layout/grid-self-baseline-01.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-002-b.html => fast/css-grid-layout/grid-self-baseline-02-b.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-002.html => fast/css-grid-layout/grid-self-baseline-02.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-003.html => fast/css-grid-layout/grid-self-baseline-03.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-004.html => fast/css-grid-layout/grid-self-baseline-04.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-005.html => fast/css-grid-layout/grid-self-baseline-05.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-006.html => fast/css-grid-layout/grid-self-baseline-06.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-007.html => fast/css-grid-layout/grid-self-baseline-07.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-001.html => fast/css-grid-layout/grid-self-baseline-horiz-01.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-002.html => fast/css-grid-layout/grid-self-baseline-horiz-02.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-003.html => fast/css-grid-layout/grid-self-baseline-horiz-03.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-004.html => fast/css-grid-layout/grid-self-baseline-horiz-04.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-005.html => fast/css-grid-layout/grid-self-baseline-horiz-05.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-006.html => fast/css-grid-layout/grid-self-baseline-horiz-06.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-007.html => fast/css-grid-layout/grid-self-baseline-horiz-07.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-001.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-01.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-002.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-02.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-003.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-03.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-004.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-04.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-005.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-05.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-006.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-06.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-007.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-07.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-001.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-01.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-002.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-02.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-003.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-03.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-004.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-04.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-005.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-05.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-006.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-06.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-007.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-07.html
imported/w3c/web-platform-tests/css/css-grid/anonymous-grid-items-001.html => fast/css-grid-layout/anonymous-grid-items.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/explicit-grid-size-001.html => fast/css-grid-layout/explicit-grid-size.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-distribution-001.html => fast/css-grid-layout/flex-content-distribution.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-columns-001.html => fast/css-grid-layout/flex-content-resolution-columns.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-columns-002.html => fast/css-grid-layout/flex-and-minmax-content-resolution-columns.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-rows-001.html => fast/css-grid-layout/flex-content-resolution-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-rows-002.html => fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-factor-sum-less-than-1-001.html => fast/css-grid-layout/flex-factor-sum-less-than-1.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-item-grid-container-percentage-rows-001.html => fast/css-grid-layout/flex-item-grid-container-percentage-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-add-item-with-positioned-items-crash.html => fast/css-grid-layout/grid-add-item-with-positioned-items.html imported/blink/fast/css-grid-layout/grid-add-item-with-positioned-items.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-add-positioned-block-item-after-inline-item-crash.html => fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item.html imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fill-columns-001.html => fast/css-grid-layout/grid-auto-fill-columns.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fill-rows-001.html => fast/css-grid-layout/grid-auto-fill-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001.html => fast/css-grid-layout/grid-auto-fit-columns.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-rows-001.html => fast/css-grid-layout/grid-auto-fit-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-intrinsic-001.html => fast/css-grid-layout/grid-auto-repeat-intrinsic.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-positioned-container-001.html => fast/css-grid-layout/grid-auto-repeat-positioned-container.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-change-intrinsic-size-with-auto-repeat-tracks-001.html => fast/css-grid-layout/grid-change-intrinsic-size-with-auto-repeat-tracks.html
imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-automatic-minimum-intrinsic-aspect-ratio-001.html => fast/css-grid-layout/grid-automatic-minimum-intrinsic-aspect-ratio.html
imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-item-margins-and-writing-modes-001.html => imported/blink/fast/css-grid-layout/grid-item-margins-and-writing-modes.html
imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-item-script-001.html => imported/blink/fast/css-grid-layout/grid-element-bad-cast-addchild.html
imported/w3c/web-platform-tests/css/css-grid/grid-items/remove-svg-grid-item-001.html => imported/blink/fast/css-grid-layout/grid-element-remove-svg-child.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/column-property-should-not-apply-on-grid-container-001.html => fast/css-grid-layout/column-property-should-not-apply-on-grid-container.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/compute-intrinsic-widths-scrollbar-001.html => fast/css-grid-layout/compute-intrinsic-widths-scrollbar.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/fixed-width-intrinsic-width-should-exclude-scrollbar-001.html => fast/css-grid-layout/fixed-width-intrinsic-width-should-exclude-scrollbar-width-in-grid.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-container-margin-border-padding-scrollbar-001.html => fast/css-grid-layout/grid-container-margin-border-padding-scrollbar.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-container-scrollbars-sizing-002.html => fast/css-grid-layout/grid-container-width-should-include-scroll-bar-width.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-float-002.html => fast/css-grid-layout/floating-not-effect-on-grid-items.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-floats-no-intrude-002.html => fast/css-grid-layout/float-not-protruding-into-next-grid-item.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-margins-no-collapse-002.html => fast/css-grid-layout/grid-item-margins-not-collapse.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/auto-margins-ignored-during-track-sizing-001.html => fast/css-grid-layout/auto-margins-ignored-during-track-sizing.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/flex-sizing-columns-min-max-width-001.html => fast/css-grid-layout/flex-sizing-columns-min-max-width.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/flex-sizing-rows-min-max-height-001.html => fast/css-grid-layout/flex-sizing-rows-min-max-height.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-columns-001.html => fast/css-grid-layout/grid-automatic-minimum-for-auto-columns.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-rows-001.html => fast/css-grid-layout/grid-automatic-minimum-for-auto-rows.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/grid-container-percentage-001.html => fast/css-grid-layout/grid-container-percentage-columns.html
imported/w3c/web-platform-tests/css/css-grid/placement/grid-container-change-named-grid-recompute-child-positions-001.html => fast/css-grid-layout/grid-container-change-named-grid-lines-recompute-child.html
* TestExpectations:
* fast/css-grid-layout/anonymous-grid-items-expected.html: Removed.
* fast/css-grid-layout/anonymous-grid-items.html: Removed.
* fast/css-grid-layout/auto-margins-ignored-during-track-sizing.html: Removed.
* fast/css-grid-layout/column-property-should-not-apply-on-grid-container.html: Removed.
* fast/css-grid-layout/compute-intrinsic-widths-scrollbar-expected.txt: Removed.
* fast/css-grid-layout/compute-intrinsic-widths-scrollbar.html: Removed.
* fast/css-grid-layout/empty-grid-expected.txt: Removed.
* fast/css-grid-layout/empty-grid.html: Removed.
* fast/css-grid-layout/explicit-grid-size-expected.txt: Removed.
* fast/css-grid-layout/fixed-width-intrinsic-width-should-exclude-scrollbar-width-in-grid-expected.txt: Removed.
* fast/css-grid-layout/flex-and-minmax-content-resolution-columns-expected.txt: Removed.
* fast/css-grid-layout/flex-content-resolution-columns-expected.txt: Removed.
* fast/css-grid-layout/flex-content-resolution-rows-expected.txt: Removed.
* fast/css-grid-layout/flex-factor-sum-less-than-1-expected.txt: Removed.
* fast/css-grid-layout/flex-item-grid-container-percentage-rows.html: Removed.
* fast/css-grid-layout/flex-sizing-columns-min-max-width-expected.txt: Removed.
* fast/css-grid-layout/flex-sizing-rows-min-max-height-expected.txt: Removed.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item-expected.html: Removed.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item.html: Removed.
* fast/css-grid-layout/floating-not-effect-on-grid-items-expected.txt: Removed.
* fast/css-grid-layout/floating-not-effect-on-grid-items.html: Removed.
* fast/css-grid-layout/grid-add-item-with-positioned-items-expected.txt: Removed.
* fast/css-grid-layout/grid-add-item-with-positioned-items.html: Removed.
* fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item-expected.txt: Removed.
* fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item.html: Removed.
* fast/css-grid-layout/grid-auto-fill-columns-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-fill-rows-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-fit-columns-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-fit-rows-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-repeat-intrinsic-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-repeat-intrinsic.html: Removed.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-columns-expected.txt: Removed.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-columns.html: Removed.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-rows-expected.txt: Removed.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-rows.html: Removed.
* fast/css-grid-layout/grid-automatic-minimum-intrinsic-aspect-ratio.html: Removed.
* fast/css-grid-layout/grid-container-change-named-grid-lines-recompute-child-expected.txt: Removed.
* fast/css-grid-layout/grid-container-margin-border-padding-scrollbar-expected.txt: Removed.
* fast/css-grid-layout/grid-container-margin-border-padding-scrollbar.html: Removed.
* fast/css-grid-layout/grid-container-scroll-accounts-for-auto-margin.html: Removed.
* fast/css-grid-layout/grid-container-width-should-include-scroll-bar-width-expected.txt: Removed.
* fast/css-grid-layout/grid-container-width-should-include-scroll-bar-width.html: Removed.
* fast/css-grid-layout/grid-content-alignment-and-self-alignment-spanning-expected.txt: Removed.
* fast/css-grid-layout/grid-content-alignment-and-self-alignment-spanning.html: Removed.
* fast/css-grid-layout/grid-content-alignment-and-self-alignment.html: Removed.
* fast/css-grid-layout/grid-content-alignment-overflow.html: Removed.
* fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html: Removed.
* fast/css-grid-layout/grid-content-alignment-with-span-vertical-lr.html: Removed.
* fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl.html: Removed.
* fast/css-grid-layout/grid-content-alignment-with-span.html: Removed.
* fast/css-grid-layout/grid-item-margins-not-collapse.html: Removed.
* fast/css-grid-layout/grid-self-baseline-01.html: Removed.
* fast/css-grid-layout/grid-self-baseline-02-b.html: Removed.
* fast/css-grid-layout/grid-self-baseline-02-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-02.html: Removed.
* fast/css-grid-layout/grid-self-baseline-03-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-03.html: Removed.
* fast/css-grid-layout/grid-self-baseline-04-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-04.html: Removed.
* fast/css-grid-layout/grid-self-baseline-05.html: Removed.
* fast/css-grid-layout/grid-self-baseline-06-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-06.html: Removed.
* fast/css-grid-layout/grid-self-baseline-07.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-01-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-01.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-02-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-02.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-03-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-03.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-04-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-04.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-05-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-05.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-06-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-06.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-07.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-01-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-01.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-02-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-02.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-03-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-03.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-04-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-04.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-05-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-05.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-06-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-06.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-07-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-07.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-01-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-01.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-02-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-02.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-03-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-03.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-04-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-04.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-05-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-05.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-06-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-06.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-07-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-07.html: Removed.
* imported/blink/fast/css-grid-layout/grid-add-item-with-positioned-items-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-add-item-with-positioned-items.html: Removed.
* imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item.html: Removed.
* imported/blink/fast/css-grid-layout/grid-element-bad-cast-addchild-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-element-bad-cast-addchild.html: Removed.
* imported/blink/fast/css-grid-layout/grid-element-remove-svg-child-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-element-remove-svg-child.html: Removed.
* imported/blink/fast/css-grid-layout/positioned-grid-items-crash-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/positioned-grid-items-crash.html: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/wincairo/TestExpectations:
2020-05-22 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262047
https://bugs.webkit.org/show_bug.cgi?id=212255
Unreviewed gardening.
Gardened WPE failures that were already gardened in GTK test expectations
by moving them to GLib test expectations.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-22 Tyler Wilcock <twilco.o@protonmail.com>
Cannot style ::selection for a flex container
https://bugs.webkit.org/show_bug.cgi?id=209822
Reviewed by Antti Koivisto.
Add tests verifying ::selection pseudoelement styling is properly applied on direct text-children of a `display: flex;` div and on
direct text-children of a `display: block` div with siblings.
* editing/selection/selection-display-block-sibling.html: Added.
* editing/selection/selection-display-flex.html: Added.
* platform/gtk/editing/selection/selection-display-block-sibling-expected.png: Added.
* platform/gtk/editing/selection/selection-display-block-sibling-expected.txt: Added.
* platform/gtk/editing/selection/selection-display-flex-expected.png: Added.
* platform/gtk/editing/selection/selection-display-flex-expected.txt: Added.
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r261992
https://bugs.webkit.org/show_bug.cgi?id=212254
r261992 enabled several tests under fast/ directory. Many tests that
were meant to fail are passing now. Most of these tests were passing
already in GTK, so I moved the entries for the common tests passing to GLib
and leave local to WPE the tests passing in that platform.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-21 Dean Jackson <dino@apple.com>
PVRTC compressed textures are failing with ANGLE backend
https://bugs.webkit.org/show_bug.cgi?id=212240
<rdar://problem/63517385>
Reviewed by Ken Russell (representing ANGLE).
Merge the upstream change to this test.
* webgl/1.0.3/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-pvrtc.html:
2020-05-21 Peng Liu <peng.liu6@apple.com>
Fix issues of the Picture-in-Picture API under stress tests
https://bugs.webkit.org/show_bug.cgi?id=212191
Reviewed by Eric Carlson.
Refactor the layout tests for the Picture-in-Picture API with the Mock VideoPresentation Mode.
* media/picture-in-picture/picture-in-picture-api-css-selector-expected.txt:
* media/picture-in-picture/picture-in-picture-api-css-selector.html:
* media/picture-in-picture/picture-in-picture-api-enter-pip-1-expected.txt:
* media/picture-in-picture/picture-in-picture-api-enter-pip-1.html:
* media/picture-in-picture/picture-in-picture-api-enter-pip-2-expected.txt:
* media/picture-in-picture/picture-in-picture-api-enter-pip-2.html:
* media/picture-in-picture/picture-in-picture-api-enter-pip-3-expected.txt:
* media/picture-in-picture/picture-in-picture-api-enter-pip-3.html:
* media/picture-in-picture/picture-in-picture-api-enter-pip-4-expected.txt:
* media/picture-in-picture/picture-in-picture-api-enter-pip-4.html:
* media/picture-in-picture/picture-in-picture-api-events-expected.txt:
* media/picture-in-picture/picture-in-picture-api-events.html:
* media/picture-in-picture/picture-in-picture-api-exit-pip-1-expected.txt:
* media/picture-in-picture/picture-in-picture-api-exit-pip-1.html:
* media/picture-in-picture/picture-in-picture-api-exit-pip-2-expected.txt:
* media/picture-in-picture/picture-in-picture-api-exit-pip-2.html:
* media/picture-in-picture/picture-in-picture-api-pip-window-expected.txt:
* media/picture-in-picture/picture-in-picture-api-pip-window.html:
* media/picture-in-picture/picture-in-picture-events-expected.txt:
* media/picture-in-picture/picture-in-picture-events.html:
* media/picture-in-picture/picture-in-picture-interruption-expected.txt:
* media/picture-in-picture/picture-in-picture-interruption.html:
2020-05-21 Oriol Brufau <obrufau@igalia.com>
[css-grid] Don't create renderers for whitespace nodes
https://bugs.webkit.org/show_bug.cgi?id=212220
Reviewed by Manuel Rego Casasnovas.
Update test expectation.
* fast/text/simple-line-layout-with-zero-sized-font-expected.txt:
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r262016
https://bugs.webkit.org/show_bug.cgi?id=212234
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-21 Dean Jackson <dino@apple.com>
Unreviewed. Mark some webgl video tests as skipped
now that they timeout rather than failing instantly.
* platform/ios/TestExpectations:
2020-05-21 Youenn Fablet <youenn@apple.com>
Incorrect location.origin in blob workers
https://bugs.webkit.org/show_bug.cgi?id=211876
<rdar://problem/63284717>
Reviewed by Sihui Liu.
* http/tests/security/contentSecurityPolicy/worker-blob-location-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/worker-blob-location.html: Added.
2020-05-21 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, remove expectations for tests that are consistently passing.
* platform/ios-wk2/TestExpectations:
2020-05-21 Pinki Gyanchandani <pgyanchandani@apple.com>
Null Ptr Deref @ WebCore::ResourceResponse::platformLazyInit
https://bugs.webkit.org/show_bug.cgi?id=212224
Reviewed by Geoffrey Garen.
Added a regression test.
* media/continue-load-after-client-cancellation-crash-expected.txt: Added.
* media/continue-load-after-client-cancellation-crash.html: Added.
2020-05-21 Peng Liu <peng.liu6@apple.com>
Layout test media/video-fullscreen-only-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212171
Reviewed by Jer Noble.
* media/video-fullscreen-only-playback.html:
2020-05-21 Chris Dumez <cdumez@apple.com>
compositing/show-composited-iframe-on-back-button.html is a flaky timing out
https://bugs.webkit.org/show_bug.cgi?id=212221
<rdar://problem/63493074>
Reviewed by Alex Christensen.
I am unable to reproduce the flakiness locally so this is a speculative fix.
Stop using testRunner.queueLoad() / testRunner.queueBackNavigation() and instead
just navigate to page-cache-helper.html in JS, by setting window.location.
Also, call testRunner.waitUntilDone() and call testRunner.notifyDone() when the
page comes out of the back/forward cache.
* compositing/show-composited-iframe-on-back-button.html:
2020-05-21 Jacob Uphoff <jacob_uphoff@apple.com>
LayoutTest compositing/video/video-poster.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=168953
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-21 Truitt Savell <tsavell@apple.com>
REGRESSION (r261277): [ Mac iOS ] webrtc/datachannel/gather-candidates-networkprocess-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=212218
Unreviewed test gardening.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[GTK] webaudio/codec-tests/aac/vbr-128kbps-44khz.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211770
Unreviewed gardening.
Test just needs to update audio baseline for target platform.
* platform/glib/TestExpectations:
* platform/gtk/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav:
2020-05-21 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS & macOS ] media/track/track-cue-missing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212219
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-05-21 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] REGRESSION: media/video-isplayingtoautomotiveheadunit.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212215
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-21 Kate Cheney <katherine_cheney@apple.com>
Some http/tests/in-app-browser-privacy/ tests are timing out or failing
https://bugs.webkit.org/show_bug.cgi?id=212176
<rdar://problem/63452877>
Reviewed by Maciej Stachowiak.
These tests rely on a new network session load for each test resource.
When run in iterations, caching occurs, and the resource does not get
a new network session. This patch adds a random decoration value and
reloads each resource to ensure it is not cached.
* http/tests/in-app-browser-privacy/app-bound-domain-gets-app-bound-session.html:
* http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html:
* http/tests/in-app-browser-privacy/non-app-bound-iframe-under-app-bound-domain-is-app-bound.html:
2020-05-21 Kenneth Russell <kbr@chromium.org>
REGRESSION (r253926): webgl/2.0.0/conformance2/buffers/get-buffer-sub-data.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=205667
Reviewed by Alexey Proskuryakov.
Remove get-buffer-sub-data.html suppression since it's now passing
reliably.
* TestExpectations:
2020-05-21 Sergio Villar Senin <svillar@igalia.com>
[css-grid] width of table in a grid is incorrect when table cell has width:100%
https://bugs.webkit.org/show_bug.cgi?id=191365
Reviewed by Manuel Rego Casasnovas.
* TestExpectations: Unskipped 3 tests that are now passing.
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update WAV baseline for webaudio test
https://bugs.webkit.org/show_bug.cgi?id=212212
Unreviewed gardening.
Baseline was updated on r261878 and since then the test started
failing. The test wasn't failing before though. In conclusion, it
seems the update from r261878 wasn't needed for this test.
* platform/wpe/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
2020-05-21 Zalan Bujtas <zalan@apple.com>
[ macOS debug ] REGRESSION: fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=212139
<rdar://problem/63447683>
Reviewed by Antti Koivisto.
* platform/mac/TestExpectations:
2020-05-21 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Enabling a few subdirectories under fast/,
providing the necessary baselines as well as test expectations.
* platform/wpe/TestExpectations:
* platform/wpe/fast/attachment: 8 baselines added.
* platform/wpe/fast/fast-mobile-scrolling: 2 baselines added.
* platform/wpe/fast/scrolling: 2 baselines added.
* platform/wpe/fast/spatial-navigation: 1 baseline added.
* platform/wpe/fast/text: 211 baselines added.
2020-05-21 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Collapse in-between cell borders
https://bugs.webkit.org/show_bug.cgi?id=212183
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-border-collapse3-expected.html: Added.
* fast/layoutformattingcontext/table-simple-border-collapse3.html: Added.
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, remove tests passing after 261987
https://bugs.webkit.org/show_bug.cgi?id=212196
Unreviewed gardening.
* platform/wpe/TestExpectations:
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, remove tests passing after r261986
https://bugs.webkit.org/show_bug.cgi?id=212194
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-05-20 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/css1/text_properties/text_indent-expected.txt:
* platform/wincairo/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/wincairo/css2.1/t1601-c547-indent-01-d-expected.txt:
* platform/wincairo/editing/selection/mixed-editability-10-expected.txt:
* platform/wincairo/fast/css/font-weight-1-expected.txt:
* platform/wincairo/fast/text/atsui-spacing-features-expected.txt:
* platform/wincairo/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/wincairo/fast/text/hyphenate-limit-lines-expected.txt:
* platform/wincairo/fast/text/international/hindi-whitespace-expected.txt:
* platform/wincairo/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
* platform/wincairo/fast/text/whitespace/pre-break-word-expected.txt:
* platform/wincairo/fast/text/word-break-expected.txt:
2020-05-20 Zalan Bujtas <zalan@apple.com>
[Win] Unreviewed test gardening.
* platform/win/TestExpectations:
2020-05-20 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Preferred width computation should take border collapsing into account
https://bugs.webkit.org/show_bug.cgi?id=212141
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-border-collapse2-expected.html: Added.
* fast/layoutformattingcontext/table-simple-border-collapse2.html: Added.
2020-05-20 Zalan Bujtas <zalan@apple.com>
Repaint issues when the login field collapses on music.apple.com
https://bugs.webkit.org/show_bug.cgi?id=212101
<rdar://problem/62874369>
Reviewed by Simon Fraser.
* fast/repaint/iframe-on-subpixel-position-expected.txt: Added.
* fast/repaint/iframe-on-subpixel-position.html: Added.
2020-05-20 Kenneth Russell <kbr@chromium.org>
OES_texture_half_float_linear unavailable on WebGL 1.0 on iOS with ANGLE
https://bugs.webkit.org/show_bug.cgi?id=212170
Reviewed by Dean Jackson.
Remove failure expectation for oes-texture-half-float-linear.html
in the WebGL 2.0 conformance suite.
* platform/ios-simulator/webgl/2.0.0/conformance/extensions/oes-texture-half-float-linear-expected.txt: Removed.
2020-05-20 Kenneth Russell <kbr@chromium.org>
OES_texture_float / OES_texture_half_float unavailable in WebGL 1.0 on iOS Simulator with ANGLE
https://bugs.webkit.org/show_bug.cgi?id=210524
Reviewed by Dean Jackson.
Remove expected failure for
webgl/2.0.0/conformance/extensions/oes-texture-float-expected.txt
on ios-simulator. Enable
fast/canvas/webgl/oes-texture-half-float-uint16.html on iOS.
* platform/ios-simulator/webgl/2.0.0/conformance/extensions/oes-texture-float-expected.txt: Removed.
* platform/ios/TestExpectations:
2020-05-20 Chris Dumez <cdumez@apple.com>
(r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212179
<rdar://problem/63469486>
Unreviewed, add testRunner.dumpAsText() call in the test to get nicer expected
result.
* fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt:
* fast/frames/didBecomeCurrentDocumentInFrame-crash.html:
* platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Removed.
2020-05-20 Ryan Haddad <ryanhaddad@apple.com>
Disable support for BeforeLoadEvent
https://bugs.webkit.org/show_bug.cgi?id=212140
Unreviewed test gardening.
Update baselines for Windows.
* platform/win/fast/events/event-attribute-expected.txt:
* platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Added.
2020-05-20 Myles C. Maxfield <mmaxfield@apple.com>
[macOS] Tests in fast/events and fast/forms are no longer crashing
https://bugs.webkit.org/show_bug.cgi?id=212164
<rdar://problem/33522420>
Unreviewed.
* platform/mac-wk1/TestExpectations:
2020-05-20 Ryan Haddad <ryanhaddad@apple.com>
platform/mac/media/media-source/media-source-change-source.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212091
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Mark test as flaky.
2020-05-20 Sam Weinig <weinig@apple.com>
Replace Color::getHSL() with sRGBToHSL to ensure it at least gives somewhat sensible results for ExtendedColors and reduce code duplication
https://bugs.webkit.org/show_bug.cgi?id=212143
Reviewed by Simon Fraser.
* editing/pasteboard/paste-dark-mode-color-filtered-expected.txt:
* editing/pasteboard/paste-dark-mode-color-filtered.html:
Update test to include a test case that uses extended colors.
2020-05-20 Kate Cheney <katherine_cheney@apple.com>
Support operating dates in ResourceLoadStatisticsDatabaseStore
https://bugs.webkit.org/show_bug.cgi?id=212034
<rdar://problem/63349242>
Reviewed by Brent Fulgham.
Add tests for memory and database stores.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-database.html: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed.html: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-database.html: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed.html: Added.
2020-05-20 Jacob Uphoff <jacob_uphoff@apple.com>
Layout Test media/video-zoom-controls.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=183424
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-20 Jacob Uphoff <jacob_uphoff@apple.com>
[ 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
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-20 Oriol Brufau <obrufau@igalia.com>
[css-grid] Fix auto repeat with multiple tracks and gutters
https://bugs.webkit.org/show_bug.cgi?id=182922
Reviewed by Manuel Rego Casasnovas.
Update test expectations.
* fast/css-grid-layout/grid-auto-repeat-huge-grid.html:
2020-05-20 Chris Dumez <cdumez@apple.com>
Disable support for BeforeLoadEvent
https://bugs.webkit.org/show_bug.cgi?id=212140
<rdar://problem/62847577>
Reviewed by Antti Koivisto.
* fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Added.
* fast/frames/didBecomeCurrentDocumentInFrame-crash.html: Added.
Add layout test coverage for crash in <rdar://problem/62847577>.
* fast/dom/HTMLLinkElement/event-while-removing-attribute-expected.txt:
* fast/dom/HTMLObjectElement/beforeload-set-text-crash-expected.txt: Removed.
* fast/dom/HTMLObjectElement/beforeload-set-text-crash.xhtml: Removed.
* fast/dom/HTMLScriptElement/async-onbeforeload-expected.txt: Removed.
* fast/dom/HTMLScriptElement/async-onbeforeload.html: Removed.
* fast/dom/HTMLScriptElement/defer-onbeforeload-expected.txt: Removed.
* fast/dom/HTMLScriptElement/defer-onbeforeload.html: Removed.
* fast/dom/HTMLScriptElement/move-in-beforeload-expected.txt: Removed.
* fast/dom/HTMLScriptElement/move-in-beforeload.html: Removed.
* fast/dom/HTMLScriptElement/remove-in-beforeload-expected.txt: Removed.
* fast/dom/HTMLScriptElement/remove-in-beforeload.html: Removed.
* fast/dom/beforeload/cached-image-before-load-expected.txt: Removed.
* fast/dom/beforeload/cached-image-before-load.html: Removed.
* fast/dom/beforeload/clear-video-poster-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/clear-video-poster-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/flash-before-load-expected.txt: Removed.
* fast/dom/beforeload/flash-before-load.html: Removed.
* fast/dom/beforeload/frame-before-load-expected.txt: Removed.
* fast/dom/beforeload/frame-before-load.html: Removed.
* fast/dom/beforeload/image-before-load-expected.txt: Removed.
* fast/dom/beforeload/image-before-load-innerHTML-expected.txt: Removed.
* fast/dom/beforeload/image-before-load-innerHTML.html: Removed.
* fast/dom/beforeload/image-before-load.html: Removed.
* fast/dom/beforeload/image-object-before-load-expected.txt: Removed.
* fast/dom/beforeload/image-object-before-load-innerHTML-expected.txt: Removed.
* fast/dom/beforeload/image-object-before-load-innerHTML.html: Removed.
* fast/dom/beforeload/image-object-before-load.html: Removed.
* fast/dom/beforeload/image-removed-during-before-load-expected.txt: Removed.
* fast/dom/beforeload/image-removed-during-before-load.html: Removed.
* fast/dom/beforeload/link-before-load-expected.txt: Removed.
* fast/dom/beforeload/link-before-load.html: Removed.
* fast/dom/beforeload/pi-before-load-expected.txt: Removed.
* fast/dom/beforeload/pi-before-load.xhtml: Removed.
* fast/dom/beforeload/recursive-css-pi-before-load-expected.txt: Removed.
* fast/dom/beforeload/recursive-css-pi-before-load.html: Removed.
* fast/dom/beforeload/recursive-link-before-load-expected.txt: Removed.
* fast/dom/beforeload/recursive-link-before-load.html: Removed.
* fast/dom/beforeload/recursive-xsl-pi-before-load-expected.txt: Removed.
* fast/dom/beforeload/recursive-xsl-pi-before-load.html: Removed.
* fast/dom/beforeload/remove-bad-object-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-bad-object-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-flash-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-flash-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-frame-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-frame-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-image-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-image-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-link-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-link-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-script-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-script-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-video-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-video-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-video-poster-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/resources/content.xhtml: Removed.
* fast/dom/beforeload/resources/fail.css: Removed.
* fast/dom/beforeload/resources/fail.js: Removed.
* fast/dom/beforeload/resources/pass.css: Removed.
* fast/dom/beforeload/resources/print.js: Removed.
* fast/dom/beforeload/resources/test.xsl: Removed.
* fast/dom/beforeload/script-before-load-dynamic-expected.txt: Removed.
* fast/dom/beforeload/script-before-load-dynamic.html: Removed.
* fast/dom/beforeload/script-before-load-expected.txt: Removed.
* fast/dom/beforeload/script-before-load-xhtml-expected.txt: Removed.
* fast/dom/beforeload/script-before-load-xhtml.xhtml: Removed.
* fast/dom/beforeload/script-before-load.html: Removed.
* fast/dom/beforeload/video-before-load-expected.txt: Removed.
* fast/dom/beforeload/video-before-load.html: Removed.
* fast/events/constructors/before-load-event-constructor-expected.txt: Removed.
* fast/events/constructors/before-load-event-constructor.html: Removed.
* fast/events/event-attribute-expected.txt:
* fast/events/event-handler-regions-layout-expected.txt: Removed.
* fast/events/event-handler-regions-layout.html: Removed.
* fast/frames/crash-display-none-iframe-during-onbeforeload-expected.txt:
* fast/frames/restoring-page-cache-should-not-run-scripts-via-style-update-expected.txt:
* fast/html/link-element-removal-during-beforeload-expected.txt: Removed.
* fast/html/link-element-removal-during-beforeload.html: Removed.
* fast/parser/document-write-fighting-eof-expected.txt: Removed.
* fast/parser/document-write-fighting-eof.html: Removed.
* fast/parser/document-write-partial-entity-before-load-expected.txt: Removed.
* fast/parser/document-write-partial-entity-before-load.html: Removed.
* fast/parser/remove-misnested-iframe-in-beforeload-expected.txt: Removed.
* fast/parser/remove-misnested-iframe-in-beforeload.html: Removed.
* fast/parser/remove-misnested-iframe-parent-in-beforeload-expected.txt: Removed.
* fast/parser/remove-misnested-iframe-parent-in-beforeload.html: Removed.
* fast/replaced/object-param-spaces-expected.txt: Removed.
* fast/replaced/object-param-spaces.html: Removed.
* fast/scrolling/marquee-scroll-crash-expected.txt:
* fast/tokenizer/write-before-load-expected.txt:
* http/tests/security/beforeload-iframe-client-redirect-expected.txt:
* http/tests/security/beforeload-iframe-server-redirect-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-control-char.html:
* http/tests/security/xssAuditor/object-embed-tag-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-null-char.html:
* http/tests/security/xssAuditor/object-embed-tag.html:
* http/tests/security/xssAuditor/object-src-inject.html:
* http/tests/security/xssAuditor/object-tag-expected.txt:
* http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/object-tag-javascript-url.html:
* http/tests/security/xssAuditor/object-tag.html:
* http/tests/security/xssAuditor/resources/echo-intertag.pl:
* http/tests/security/xssAuditor/resources/echo-object-src.pl:
* http/tests/security/xssAuditor/resources/utilities.js:
(notifyDoneAfterReceivingLoaded):
(notifyDoneAfterReceivingBeforeloadFromIds): Deleted.
* plugins/unsupported-plugin-with-replacement-in-iframe-crash-expected.txt:
Update existing tests accordingly.
2020-05-20 Myles C. Maxfield <mmaxfield@apple.com>
[iPadOS] -webkit-text-size-adjust:percentage doesn't work in native apps
https://bugs.webkit.org/show_bug.cgi?id=212122
<rdar://problem/54560875>
Reviewed by Wenson Hsieh.
Update existing idempotent autosizing tests to force desktop mode.
Also add idempotent-percentage.html which doesn't force any mode.
* fast/text-autosizing/ios/idempotentmode/css-exposure.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-candidate-special-cases.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-candidates.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-identity.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-reaches-stable-state.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-percentage-expected.txt: Added.
* fast/text-autosizing/ios/idempotentmode/idempotent-percentage.html: Added.
* fast/text-autosizing/ios/idempotentmode/line-height-boosting.html:
* fast/text-autosizing/ios/idempotentmode/viewport-change-relayout.html:
2020-05-20 Ryan Haddad <ryanhaddad@apple.com>
Disable support for BeforeLoadEvent
https://bugs.webkit.org/show_bug.cgi?id=212140
Unreviewed.
* http/tests/cache/cancel-during-revalidation-succeeded.html:
Remove <CR> characters from line endings in an attempt to get `svn-apply` work on EWS bots.
2020-05-20 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Also enable the imported Blink and Mozilla
layout tests, along with the necessary handful of baselines and expectations.
* platform/wpe/TestExpectations:
* platform/wpe/imported/blink: Added.
* platform/wpe/imported/blink/http: Added.
* platform/wpe/imported/blink/http/tests: Added.
* platform/wpe/imported/blink/http/tests/security: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase-expected.txt: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-expected.txt: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase-expected.txt: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-expected.txt: Added.
2020-05-20 Jacob Uphoff <jacob_uphoff@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=198195
REGRESSION (r244353) [Mac WK2] Layout Test fast/css/sticky/sticky-left-percentage.html is a flaky ImageOnlyFailure
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-20 Youenn Fablet <youenn@apple.com>
Add a test to check for creation and deletion of an audio renderer without playing it
https://bugs.webkit.org/show_bug.cgi?id=212138
Reviewed by Eric Carlson.
* webrtc/remoteAudio-never-played-expected.txt: Added.
* webrtc/remoteAudio-never-played.html: Added.
2020-05-20 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Unskipped half of pending HTTP tests,
providing test baselines and text expectations as required.
* platform/wpe/TestExpectations:
* platform/wpe/http/tests/loading: 2 baselines added.
* platform/wpe/http/tests/misc: 11 baselines added.
* platform/wpe/http/tests/multipart: 2 baselines added.
* platform/wpe/http/tests/navigation: 6 baselines added.
* platform/wpe/http/tests/websocket: 6 baselines added.
* platform/wpe/http/tests/xmlhttprequest: 11 baselines added.
2020-05-20 Jacob Uphoff <jacob_uphoff@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=212139
[ macOS debug ] REGRESSION: fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table.html is a flaky crash
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-20 Antoine Quint <graouts@apple.com>
[Web Animations] Animation engine should not wake up every tick for steps timing functions
https://bugs.webkit.org/show_bug.cgi?id=212103
<rdar://problem/62737868>
Reviewed by Simon Fraser.
Add tests that check that an animation using a steps() timing function correctly computes the time to
the next tick accouning for the fact that it won't compute a different iteration progress until the
next step.
* webanimations/scheduling-of-animation-with-steps-timing-function-on-effect-expected.txt: Added.
* webanimations/scheduling-of-animation-with-steps-timing-function-on-effect.html: Added.
* webanimations/scheduling-of-animation-with-steps-timing-function-on-keyframe-expected.txt: Added.
* webanimations/scheduling-of-animation-with-steps-timing-function-on-keyframe.html: Added.
* webanimations/scheduling-of-css-animation-with-explicit-steps-timing-function-on-some-keyframes-expected.txt: Added.
* webanimations/scheduling-of-css-animation-with-explicit-steps-timing-function-on-some-keyframes.html: Added.
* webanimations/scheduling-of-css-animation-with-implicit-steps-timing-function-expected.txt: Added.
* webanimations/scheduling-of-css-animation-with-implicit-steps-timing-function.html: Added.
2020-05-20 Noam Rosenthal <noam@webkit.org>
Fix table sizing when 'max-width' is used
https://bugs.webkit.org/show_bug.cgi?id=115156
Reviewed by Zalan Bujtas.
Based on a previous patch by László Langó <lango@inf.u-szeged.hu>
* fast/table/css-table-max-width-expected.txt:
* fast/table/css-table-max-width.html:
Change in behavior, test was expecting buggy behavior.
* fast/table/html-table-width-max-width-constrained-expected.txt: Added.
* fast/table/html-table-width-max-width-constrained.html: Added.
Test the desired behavior with content-constrained tables.
2020-05-20 Philippe Normand <pnormand@igalia.com>
[GStreamer] <img> tag needs to support video formats
https://bugs.webkit.org/show_bug.cgi?id=180370
Reviewed by Xabier Rodriguez-Calvar.
Update TestExpectations for tests using videos for the <img> tag.
* http/conf/flatpak-httpd.conf:
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-20 Alan Kinsley <zalan@apple.com>
[LFC][TFC] Internal table boxes should take collapsed border into account
https://bugs.webkit.org/show_bug.cgi?id=212135
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-border-collapse-expected.html: Added.
* fast/layoutformattingcontext/table-simple-border-collapse.html: Added.
2020-05-20 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Enabling the remaining unskippable CSS3 tests
and providing the necessary baselines.
* platform/wpe/TestExpectations:
* platform/wpe/css3/filters: Added.
* platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt: Added.
* platform/wpe/css3/filters/composited-during-transition-layertree-expected.txt: Added.
* platform/wpe/css3/filters/effect-blur-expected.txt: Added.
* platform/wpe/css3/filters/effect-blur-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-combined-expected.txt: Added.
* platform/wpe/css3/filters/effect-combined-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-contrast-expected.txt: Added.
* platform/wpe/css3/filters/effect-contrast-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-drop-shadow-expected.txt: Added.
* platform/wpe/css3/filters/effect-drop-shadow-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-grayscale-expected.txt: Added.
* platform/wpe/css3/filters/effect-grayscale-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-hue-rotate-expected.txt: Added.
* platform/wpe/css3/filters/effect-hue-rotate-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-invert-expected.txt: Added.
* platform/wpe/css3/filters/effect-invert-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-opacity-expected.txt: Added.
* platform/wpe/css3/filters/effect-opacity-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-composite-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-composite-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-ordering-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-saturate-expected.txt: Added.
* platform/wpe/css3/filters/effect-saturate-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-sepia-expected.txt: Added.
* platform/wpe/css3/filters/effect-sepia-hw-expected.txt: Added.
* platform/wpe/css3/filters/regions-expanding-expected.txt: Added.
* platform/wpe/css3/masking: Added.
* platform/wpe/css3/masking/clip-path-circle-border-box-expected.txt: Added.
* platform/wpe/css3/masking/clip-path-circle-content-box-expected.txt: Added.
* platform/wpe/css3/masking/clip-path-circle-padding-box-expected.txt: Added.
* platform/wpe/css3/masking/mask-luminance-png-expected.txt: Added.
2020-05-19 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Update some expectations
Some pageoverlay tests were also failing in WPE, and one of them has
not crashed since r253467.
Also moved the webaudio/codec/aac test to glib as WPE was also
failing.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-19 Daniel Bates <dabates@apple.com>
Move editing/mac/spelling/editing-word-with-marker-1.html to editing/spelling
https://bugs.webkit.org/show_bug.cgi?id=211813
Reviewed by Simon Fraser.
As of r261796 this test runs on iOS. It is a misnomer for it to be in a Mac-specific
test directory. Let's move it to a platform-independent one.
I fixed up the external JavaScript files referenced in the test to be relative to its
new location. All other lines are identical.
* editing/spelling/editing-word-with-marker-1-expected.txt: Renamed from LayoutTests/editing/mac/spelling/editing-word-with-marker-1-expected.txt.
* editing/spelling/editing-word-with-marker-1.html: Renamed from LayoutTests/editing/mac/spelling/editing-word-with-marker-1.html.
* platform/ios/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-05-19 Kate Cheney <katherine_cheney@apple.com>
<rdar://problem/57979087>
Unreviewed. Updating test expectations to dump console logging in
stderr to avoid constant failing.
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-05-19 Kate Cheney <katherine_cheney@apple.com>
Revert WebKitTestRunner to reset ITP to the memory store between all tests.
https://bugs.webkit.org/show_bug.cgi?id=212094
<rdar://problem/63405806>
Reviewed by Chris Dumez.
* http/tests/resourceLoadStatistics/add-blocking-to-redirect.html:
* http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access.html:
* http/tests/resourceLoadStatistics/blocking-in-web-worker-script-import.html:
* http/tests/resourceLoadStatistics/cap-cache-max-age-for-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-decoration-same-site.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-fragment-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-and-fragment-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-without-link-decoration-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-collusion.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-to-prevalent.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-collusion.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-to-prevalent.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html:
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store.html:
* http/tests/resourceLoadStatistics/cookie-deletion.html:
* http/tests/resourceLoadStatistics/cookies-with-and-without-user-interaction.html:
* http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker.html:
* http/tests/resourceLoadStatistics/count-third-party-script-loads.html:
* http/tests/resourceLoadStatistics/delete-script-accessible-cookies.html:
* http/tests/resourceLoadStatistics/do-not-block-top-level-navigation-redirect.html:
* http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations.html:
* http/tests/resourceLoadStatistics/do-not-remove-blocking-in-redirect.html:
* http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script.html:
* http/tests/resourceLoadStatistics/downgraded-referrer-for-navigation-with-link-query-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/enable-debug-mode.html:
* http/tests/resourceLoadStatistics/enforce-samesite-strict-based-on-top-frame-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/grandfathering.html:
* http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration.html:
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects.html:
* http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html:
* http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html:
* http/tests/resourceLoadStatistics/non-prevalent-resources-can-access-cookies-in-a-third-party-context.html:
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/ping-to-prevalent-resource.html:
* http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html:
* http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.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.html:
* http/tests/resourceLoadStatistics/prune-statistics.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/set-custom-prevalent-resource-in-debug-mode.html:
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion.html:
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-third-party-redirects.html:
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-third-party-requests.html:
* http/tests/resourceLoadStatistics/telemetry-generation.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-ephemeral.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking.html:
* http/tests/resourceLoadStatistics/user-interaction-in-cross-origin-sub-frame.html:
* http/tests/resourceLoadStatistics/user-interaction-only-reported-once-within-short-period-of-time.html:
* http/tests/resourceLoadStatistics/user-interaction-reported-after-website-data-removal.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-without-user-interaction.html:
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access.html:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/deny-storage-access-under-opener-if-auto-dismiss.html:
* http/tests/storageAccess/deny-storage-access-under-opener.html:
* http/tests/storageAccess/deny-with-prompt-does-not-preserve-gesture.html:
* http/tests/storageAccess/deny-without-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-storage-access-under-opener-at-popup-user-gesture.html:
* http/tests/storageAccess/grant-with-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-with-prompt-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/has-storage-access-crash.html:
* http/tests/storageAccess/has-storage-access-false-by-default.html:
* http/tests/storageAccess/has-storage-access-from-prevalent-domain-with-user-interaction.html:
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-with-cookie.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-without-cookie.html:
* http/tests/storageAccess/remove-requesting-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-non-sandboxed-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-without-user-interaction.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe.html:
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-same-site-should-have-access.html:
* http/tests/storageAccess/request-storage-access-crash.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-with-unique-origin.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-allow-token.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-user-gesture.html:
* http/tests/storageAccess/request-storage-access-same-origin-iframe.html:
* http/tests/storageAccess/request-storage-access-same-origin-sandboxed-iframe-without-allow-token.html:
* http/tests/storageAccess/request-storage-access-top-frame.html:
2020-05-19 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip fast/dom/window-open-ephemeral.html.
This test no longer appears to be flaky after r261758.
* platform/ios-wk2/TestExpectations:
2020-05-19 Zan Dobersek <zdobersek@igalia.com>
Unreviewed follow-up to r261866. Fixing the WAV baselines for webaudio tests.
* platform/wpe/webaudio/audiobuffersource-loop-points-expected.wav:
* platform/wpe/webaudio/audiobuffersource-playbackrate-expected.wav:
* platform/wpe/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/wav/24bit-44khz-expected.wav:
* platform/wpe/webaudio/silence-after-playback-expected.wav:
2020-05-19 Simon Fraser <simon.fraser@apple.com>
[iOS] Programmaic scroll of "scrolling=no" iframe fails
https://bugs.webkit.org/show_bug.cgi?id=212063
<rdar://problem/57049514>
Reviewed by Antti Koivisto.
New passing results for some WPT tests (iOS-specific results are removed).
fast/frames/flattening/scrolling-in-object.html relies on mouse events, so skip on iOS. It happened
to pass because both test and reference showed the red square.
fast/loader/scroll-position-restored-on-back.html needs to wait for the UI process to restore the scroll position.
* fast/loader/scroll-position-restored-on-back.html:
* fast/scrolling/progammatic-scroll-scrolling-no-frame-expected.txt: Added.
* fast/scrolling/progammatic-scroll-scrolling-no-frame.html: Added.
* platform/ios-wk2/fast/overflow/scrollRevealButton-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/interaction/focus/processing-model/preventScroll-expected.txt:
* platform/ios/TestExpectations:
* platform/ios/fast/visual-viewport/viewport-dimensions-iframe-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-cross-origin-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/intersection-observer/cross-origin-iframe.sub-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/intersection-observer/iframe-no-root-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/intersection-observer/iframe-no-root-with-wrapping-scroller-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/intersection-observer/nested-cross-origin-iframe.sub-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/visual-viewport/viewport-unscaled-scroll-iframe-expected.txt: Removed.
2020-05-19 Andy Estes <aestes@apple.com>
[Apple Pay] Add testing and logging for ApplePaySetup
https://bugs.webkit.org/show_bug.cgi?id=211972
<rdar://problem/63291965>
Reviewed by Alex Christensen.
* http/tests/ssl/applepay/ApplePaySetup.https-expected.txt: Added.
* http/tests/ssl/applepay/ApplePaySetup.https.html: Added.
* platform/mac-wk2/TestExpectations:
2020-05-19 Simon Fraser <simon.fraser@apple.com>
[ macOS wk2 ] fast/scrolling/rtl-point-in-iframe.html sometimes fails
https://bugs.webkit.org/show_bug.cgi?id=212062
Reviewed by Noam Rosenthal.
Convert the test to use monitorWheelEvents/callAfterScrollingCompletes() to attempt
to fix flakiness.
Skip it on Windows where monitorWheelEvents() doesn't work (webkit.org/b/208559).
* fast/scrolling/rtl-point-in-iframe.html:
* platform/win/TestExpectations:
2020-05-19 Truitt Savell <tsavell@apple.com>
(r261505) [ Mojave Debug ] webgl/2.0.0/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte.html and webgl/2.0.0/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte.html are flaky timeouts
https://bugs.webkit.org/show_bug.cgi?id=212085
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-19 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Unskipping a few top-level directories to get
those layout tests running, and also providing necessary failure
expectations and result baselines.
* platform/wpe/TestExpectations:
* platform/wpe/fonts: 6 baselines added.
* platform/wpe/mathml: 13 baselines added.
* platform/wpe/printing: 12 baselines added.
* platform/wpe/scrollingcoordinator: 29 baselines added.
* platform/wpe/userscripts/user-script-plugin-document-expected.txt: Added.
* platform/wpe/webaudio: 9 baselines added.
2020-05-14 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement requestSession()
https://bugs.webkit.org/show_bug.cgi?id=211888
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Added several previously skipped tests
that are now passing.
2020-05-19 Antti Koivisto <antti@apple.com>
Animation of font-size with rem values is incorrect
https://bugs.webkit.org/show_bug.cgi?id=194765
<rdar://problem/48171742>
Reviewed by Antoine Quint.
* animations/keyframe-rem-unit-expected.html: Added.
* animations/keyframe-rem-unit.html: Added.
2020-05-19 Carlos Alberto Lopez Perez <clopez@igalia.com>
Import the Flexbox test suite from the W3C Web Platform Tests
https://bugs.webkit.org/show_bug.cgi?id=191460
Reviewed by Sergio Villar Senin.
This imports WPT css-flexbox and deduplicates flexbox tests
removing our old versions of this tests in favor of the WPT ones.
Below is the complete list of tests deduplicated.
Format is: WPT-test-name => old-test(s) removed
# The test below are identical
imported/w3c/web-platform-tests/css/css-flexbox/abspos-descendent-001.html => css3/flexbox/stretch-simplified-layout.html
imported/w3c/web-platform-tests/css/css-flexbox/align-baseline.html => css3/flexbox/align-baseline.html
imported/w3c/web-platform-tests/css/css-flexbox/align-content-001.htm => css3/flexbox/csswg/align-content-001.html
imported/w3c/web-platform-tests/css/css-flexbox/anonymous-block.html => css3/flexbox/anonymous-block.html
imported/w3c/web-platform-tests/css/css-flexbox/auto-height-column-with-border-and-padding.html => css3/flexbox/auto-height-column-with-border-and-padding.html
imported/w3c/web-platform-tests/css/css-flexbox/canvas-dynamic-change-001.html => css3/flexbox/canvas-dynamic-change.html
imported/w3c/web-platform-tests/css/css-flexbox/column-flex-child-with-overflow-scroll.html => css3/flexbox/column-flex-child-with-overflow-scroll.html
imported/w3c/web-platform-tests/css/css-flexbox/columns-height-set-via-top-bottom.html => css3/flexbox/columns-height-set-via-top-bottom.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-height-animation-stretch.html => css3/flexbox/csswg/css-flexbox-height-animation-stretch.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-test1.html => css3/flexbox/csswg/css-flexbox-test1.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-align-content-end.html => css3/flexbox/csswg/ttwf-reftest-flex-align-content-end.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-base.html => css3/flexbox/csswg/ttwf-reftest-flex-base.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-center.html => css3/flexbox/csswg/flexbox_align-content-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-flexend.html => css3/flexbox/csswg/flexbox_align-content-flexend.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-flexstart.html => css3/flexbox/csswg/flexbox_align-content-flexstart.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-spacearound.html => css3/flexbox/csswg/flexbox_align-content-spacearound.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-spacebetween.html => css3/flexbox/csswg/flexbox_align-content-spacebetween.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-stretch-2.html => css3/flexbox/csswg/flexbox_align-content-stretch-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-stretch.html => css3/flexbox/csswg/flexbox_align-content-stretch.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-baseline.html => css3/flexbox/csswg/flexbox_align-items-baseline.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-center-2.html => css3/flexbox/csswg/flexbox_align-items-center-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-center.html => css3/flexbox/csswg/flexbox_align-items-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-flexend-2.html => css3/flexbox/csswg/flexbox_align-items-flexend-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-flexend.html => css3/flexbox/csswg/flexbox_align-items-flexend.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-flexstart-2.html => css3/flexbox/csswg/flexbox_align-items-flexstart-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-flexstart.html => css3/flexbox/csswg/flexbox_align-items-flexstart.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-2.html => css3/flexbox/csswg/flexbox_align-items-stretch-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-stretch.html => css3/flexbox/csswg/flexbox_align-items-stretch.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-auto.html => css3/flexbox/csswg/flexbox_align-self-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-baseline.html => css3/flexbox/csswg/flexbox_align-self-baseline.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-center.html => css3/flexbox/csswg/flexbox_align-self-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-flexend.html => css3/flexbox/csswg/flexbox_align-self-flexend.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-flexstart.html => css3/flexbox/csswg/flexbox_align-self-flexstart.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-stretch.html => css3/flexbox/csswg/flexbox_align-self-stretch.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_columns-flexitems-2.html => css3/flexbox/csswg/flexbox_columns-flexitems-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_columns-flexitems.html => css3/flexbox/csswg/flexbox_columns-flexitems.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-0.html => css3/flexbox/csswg/flexbox_flex-0-0-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-auto.html => css3/flexbox/csswg/flexbox_flex-0-0-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N.html => css3/flexbox/csswg/flexbox_flex-0-0-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-Npercent.html => css3/flexbox/csswg/flexbox_flex-0-0-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N-shrink.html => css3/flexbox/csswg/flexbox_flex-0-0-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-0.html => css3/flexbox/csswg/flexbox_flex-0-1-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-auto.html => css3/flexbox/csswg/flexbox_flex-0-1-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N.html => css3/flexbox/csswg/flexbox_flex-0-1-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-Npercent.html => css3/flexbox/csswg/flexbox_flex-0-1-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N-shrink.html => css3/flexbox/csswg/flexbox_flex-0-1-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-0.html => css3/flexbox/csswg/flexbox_flex-0-N-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-auto.html => css3/flexbox/csswg/flexbox_flex-0-N-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-N.html => css3/flexbox/csswg/flexbox_flex-0-N-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-Npercent.html => css3/flexbox/csswg/flexbox_flex-0-N-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-N-shrink.html => css3/flexbox/csswg/flexbox_flex-0-N-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-0.html => css3/flexbox/csswg/flexbox_flex-1-0-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-auto.html => css3/flexbox/csswg/flexbox_flex-1-0-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-N.html => css3/flexbox/csswg/flexbox_flex-1-0-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-Npercent.html => css3/flexbox/csswg/flexbox_flex-1-0-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-N-shrink.html => css3/flexbox/csswg/flexbox_flex-1-0-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-0.html => css3/flexbox/csswg/flexbox_flex-1-1-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-auto.html => css3/flexbox/csswg/flexbox_flex-1-1-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-N.html => css3/flexbox/csswg/flexbox_flex-1-1-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-Npercent.html => css3/flexbox/csswg/flexbox_flex-1-1-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-N-shrink.html => css3/flexbox/csswg/flexbox_flex-1-1-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-0.html => css3/flexbox/csswg/flexbox_flex-1-N-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-auto.html => css3/flexbox/csswg/flexbox_flex-1-N-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-N.html => css3/flexbox/csswg/flexbox_flex-1-N-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-Npercent.html => css3/flexbox/csswg/flexbox_flex-1-N-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-N-shrink.html => css3/flexbox/csswg/flexbox_flex-1-N-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-auto.html => css3/flexbox/csswg/flexbox_flex-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-basis.html => css3/flexbox/csswg/flexbox_flex-basis.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-basis-shrink.html => css3/flexbox/csswg/flexbox_flex-basis-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-initial-2.html => css3/flexbox/csswg/flexbox_flex-initial-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-initial.html => css3/flexbox/csswg/flexbox_flex-initial.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-0.html => css3/flexbox/csswg/flexbox_flex-N-0-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-0-unitless.html => css3/flexbox/csswg/flexbox_flex-N-0-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-auto.html => css3/flexbox/csswg/flexbox_flex-N-0-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-N.html => css3/flexbox/csswg/flexbox_flex-N-0-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-Npercent.html => css3/flexbox/csswg/flexbox_flex-N-0-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-N-shrink.html => css3/flexbox/csswg/flexbox_flex-N-0-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-0.html => css3/flexbox/csswg/flexbox_flex-N-1-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-auto.html => css3/flexbox/csswg/flexbox_flex-N-1-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-N.html => css3/flexbox/csswg/flexbox_flex-N-1-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-Npercent.html => css3/flexbox/csswg/flexbox_flex-N-1-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-N-shrink.html => css3/flexbox/csswg/flexbox_flex-N-1-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural.html => css3/flexbox/csswg/flexbox_flex-natural.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural-mixed-basis-auto.html => css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural-mixed-basis.html => css3/flexbox/csswg/flexbox_flex-natural-mixed-basis.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural-variable-auto-basis.html => css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural-variable-zero-basis.html => css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-0.html => css3/flexbox/csswg/flexbox_flex-N-N-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-auto.html => css3/flexbox/csswg/flexbox_flex-N-N-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-N.html => css3/flexbox/csswg/flexbox_flex-N-N-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-Npercent.html => css3/flexbox/csswg/flexbox_flex-N-N-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-N-shrink.html => css3/flexbox/csswg/flexbox_flex-N-N-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-none.html => css3/flexbox/csswg/flexbox_flex-none.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-flex-wrap-flexing.html => css3/flexbox/csswg/flexbox-flex-wrap-flexing.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-flex-wrap-nowrap.htm => css3/flexbox/csswg/flexbox-flex-wrap-nowrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-column-reverse-wrap.html => css3/flexbox/csswg/flexbox_flow-column-reverse-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-column-reverse-wrap-reverse.html => css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-column-wrap.html => css3/flexbox/csswg/flexbox_flow-column-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-column-wrap-reverse.html => css3/flexbox/csswg/flexbox_flow-column-wrap-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-row-wrap.html => css3/flexbox/csswg/flexbox_flow-row-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-row-wrap-reverse.html => css3/flexbox/csswg/flexbox_flow-row-wrap-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_generated-flex.html => css3/flexbox/csswg/flexbox_generated-flex.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_generated.html => css3/flexbox/csswg/flexbox_generated.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_inline.html => css3/flexbox/csswg/flexbox_inline.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-bottom-float.html => css3/flexbox/csswg/flexbox_item-bottom-float.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-float.html => css3/flexbox/csswg/flexbox_item-float.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-top-float.html => css3/flexbox/csswg/flexbox_item-top-float.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-vertical-align.html => css3/flexbox/csswg/flexbox_item-vertical-align.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-center.html => css3/flexbox/csswg/flexbox_justifycontent-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-center-overflow.html => css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-flex-end.html => css3/flexbox/csswg/flexbox_justifycontent-flex-end.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-flex-start.html => css3/flexbox/csswg/flexbox_justifycontent-flex-start.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound.html => css3/flexbox/csswg/flexbox_justifycontent-spacearound.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-negative.html => css3/flexbox/csswg/flexbox_justifycontent-spacearound-negative.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-only.html => css3/flexbox/csswg/flexbox_justifycontent-spacearound-only.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween.html => css3/flexbox/csswg/flexbox_justifycontent-spacebetween.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-negative.html => css3/flexbox/csswg/flexbox_justifycontent-spacebetween-negative.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-only.html => css3/flexbox/csswg/flexbox_justifycontent-spacebetween-only.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_margin-auto.html => css3/flexbox/csswg/flexbox_margin-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_margin-auto-overflow.html => css3/flexbox/csswg/flexbox_margin-auto-overflow.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_margin.html => css3/flexbox/csswg/flexbox_margin.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_margin-left-ex.html => css3/flexbox/csswg/flexbox_margin-left-ex.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_object.html => css3/flexbox/csswg/flexbox_object.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_order-box.html => css3/flexbox/csswg/flexbox_order-box.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_order.html => css3/flexbox/csswg/flexbox_order.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rowspan.html => css3/flexbox/csswg/flexbox_rowspan.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rtl-flow.html => css3/flexbox/csswg/flexbox_rtl-flow.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rtl-flow-reverse.html => css3/flexbox/csswg/flexbox_rtl-flow-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rtl-order.html => css3/flexbox/csswg/flexbox_rtl-order.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-box-wrap.html => css3/flexbox/csswg/flex-box-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_wrap.html => css3/flexbox/csswg/flexbox_wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_wrap-long.html => css3/flexbox/csswg/flexbox_wrap-long.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_wrap-reverse.html => css3/flexbox/csswg/flexbox_wrap-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html => css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-container-margin.html => css3/flexbox/csswg/flex-container-margin.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column.html => css3/flexbox/csswg/ttwf-reftest-flex-direction-column.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse.html => css3/flexbox/csswg/ttwf-reftest-flex-direction-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction.html => css3/flexbox/csswg/flex-direction.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-modify.html => css3/flexbox/csswg/flex-direction-modify.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-with-element-insert.html => css3/flexbox/csswg/flex-direction-with-element-insert.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-factor-less-than-one.html => css3/flexbox/flex-factor-less-than-one.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flexitem-childmargin.html => css3/flexbox/csswg/flex-flexitem-childmargin.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flow-001.html => css3/flexbox/csswg/flex-flow-001.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flow-002.html => css3/flexbox/csswg/flex-flow-002.html
imported/w3c/web-platform-tests/css/css-flexbox/Flexible-order.html => css3/flexbox/csswg/Flexible-order.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-inline.html => css3/flexbox/csswg/ttwf-reftest-flex-inline.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-item-contains-strict.html => css3/flexbox/flex-item-contains-strict.html
imported/w3c/web-platform-tests/css/css-flexbox/flexitem-no-margin-collapsing.html => css3/flexbox/flexitem-no-margin-collapsing.html
imported/w3c/web-platform-tests/css/css-flexbox/flexitem-stretch-range.html => css3/flexbox/flexitem-stretch-range.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html => css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-row-reverse.html => css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-with-column-reverse.html => css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-with-row-reverse.html => css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-margin-no-collapse.html => css3/flexbox/csswg/flex-margin-no-collapse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-minimum-size-001.html => css3/flexbox/minimum-size-image.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-shorthand-flex-basis-middle.html => css3/flexbox/flex-shorthand-flex-basis-middle.html
imported/w3c/web-platform-tests/css/css-flexbox/floated-flexitem.html => css3/flexbox/floated-flexitem.html
imported/w3c/web-platform-tests/css/css-flexbox/inline-flexbox-wrap-vertically-width-calculation.html => css3/flexbox/inline-flexbox-wrap-vertically-width-calculation.html
imported/w3c/web-platform-tests/css/css-flexbox/inline-flex.html => css3/flexbox/inline-flex.html
imported/w3c/web-platform-tests/css/css-flexbox/justify-content-001.htm => css3/flexbox/csswg/justify-content-001.html
imported/w3c/web-platform-tests/css/css-flexbox/max-width-violation.html => css3/flexbox/max-width-violation.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-column-max-height.html => css3/flexbox/multiline-column-overflow.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-min-max.html => css3/flexbox/multiline-min-max.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-min-preferred-width.html => css3/flexbox/multiline-min-preferred-width.html
imported/w3c/web-platform-tests/css/css-flexbox/order/order-with-row-reverse.html => css3/flexbox/csswg/order/order-with-row-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/order-painting.html => css3/flexbox/order-painting.html
imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-writing-modes-and-intrinsic-sizing.html => css3/flexbox/orthogonal-writing-modes-and-intrinsic-sizing.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-000.html => css3/flexbox/percentage-heights.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-002.html => css3/flexbox/percentage-height-in-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-011.html => css3/flexbox/flexitem-percent-height-change.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-margins-001.html => css3/flexbox/percent-margins.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-max-width-cross-axis.html => css3/flexbox/percentage-max-width-cross-axis.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-size.html => css3/flexbox/percentage-sizes.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-widths-001.html => css3/flexbox/percentage-width-in-abspos.html imported/blink/css3/flexbox/percentage-width-in-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-002.html => css3/flexbox/align-absolute-child.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-003.html => css3/flexbox/border-and-padding-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-004.html => css3/flexbox/change-flexitem-into-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-005.html => css3/flexbox/overflow-auto-dynamic-changes-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/position-relative-percentage-top-001.html => css3/flexbox/relpos-with-percentage-top.html
imported/w3c/web-platform-tests/css/css-flexbox/relayout-align-items.html => css3/flexbox/relayout-align-items.html
imported/w3c/web-platform-tests/css/css-flexbox/shrinking-column-flexbox.html => css3/flexbox/shrinking-column-flexbox.html
imported/w3c/web-platform-tests/css/css-flexbox/stretched-child-shrink-on-relayout.html => css3/flexbox/stretched-child-shrink-on-relayout.html
imported/w3c/web-platform-tests/css/css-flexbox/stretching-orthogonal-flows.html => css3/flexbox/stretching-orthogonal-flows.html
imported/w3c/web-platform-tests/css/css-flexbox/text-overflow-on-flexbox-001.html => css3/flexbox/text-overflow-on-flexbox.html imported/blink/css3/flexbox/text-overflow-on-flexbox.html
imported/w3c/web-platform-tests/css/css-flexbox/whitespace-in-flexitem-001.html => css3/flexbox/whitespace-in-flexitem.html
# The test below had small difss, checked manually that it was the same test
imported/w3c/web-platform-tests/css/css-flexbox/align-self-015.html => css3/flexbox/columns-center-with-margins-and-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/auto-height-with-flex.html => css3/flexbox/auto-height-with-flex.html fast/flexbox/auto-height-with-flex.html
imported/w3c/web-platform-tests/css/css-flexbox/auto-margins-003.html => css3/flexbox/columns-center-with-margins.html
imported/w3c/web-platform-tests/css/css-flexbox/box-sizing-001.html => css3/flexbox/box-sizing.html
imported/w3c/web-platform-tests/css/css-flexbox/box-sizing-min-max-sizes-001.html => css3/flexbox/box-sizing-min-max-sizes.html
imported/w3c/web-platform-tests/css/css-flexbox/content-height-with-scrollbars.html => css3/flexbox/content-height-with-scrollbars.html
imported/w3c/web-platform-tests/css/css-flexbox/cross-axis-scrollbar.html => css3/flexbox/cross-axis-scrollbar.html
imported/w3c/web-platform-tests/css/css-flexbox/css-box-justify-content.html => css3/flexbox/csswg/css-box-justify-content.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-column.html => css3/flexbox/csswg/css-flexbox-column.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-img-expand-evenly.html => css3/flexbox/csswg/css-flexbox-img-expand-evenly.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-row.html => css3/flexbox/csswg/css-flexbox-row.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-align-content-center.html => css3/flexbox/csswg/ttwf-reftest-flex-align-content-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-align-content-space-between.html => css3/flexbox/csswg/ttwf-reftest-flex-align-content-space-between.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-align-content-start.html => css3/flexbox/csswg/ttwf-reftest-flex-align-content-start.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-011.html => css3/flexbox/min-size-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_absolute-atomic.html => css3/flexbox/csswg/flexbox_absolute-atomic.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_box-clear.html => css3/flexbox/csswg/flexbox_box-clear.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_columns.html => css3/flexbox/csswg/flexbox_columns.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_direction-column.html => css3/flexbox/csswg/flexbox_direction-column.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_direction-column-reverse.html => css3/flexbox/csswg/flexbox_direction-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_display.html => css3/flexbox/csswg/flexbox_display.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_fbfc2.html => css3/flexbox/csswg/flexbox_fbfc2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_fbfc.html => css3/flexbox/csswg/flexbox_fbfc.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_first-line.html => css3/flexbox/csswg/flexbox_first-line.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-flex-direction-column-percentage-ignored.html => css3/flexbox/vertical-flexbox-percentage-ignored.html imported/blink/css3/flexbox/vertical-flexbox-percentage-ignored.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-formatting-interop.html => css3/flexbox/csswg/flexbox_flex-formatting-interop.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-clear.html => css3/flexbox/csswg/flexbox_item-clear.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-lines-must-be-stretched-by-default.html => css3/flexbox/flexbox-lines-must-be-stretched-by-default.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_order-abspos-space-around.html => css3/flexbox/csswg/flexbox_order-abspos-space-around.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rtl-direction.html => css3/flexbox/csswg/flexbox_rtl-direction.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_stf-table-singleline.html => css3/flexbox/csswg/flexbox_stf-table-singleline.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_visibility-collapse.html => css3/flexbox/csswg/flexbox_visibility-collapse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_visibility-collapse-line-wrapping.html => css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_width-change-and-relayout-children.html => css3/flexbox/width-change-and-relayout-children.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_width-wrapping-column.html => css3/flexbox/wrapping-column-dynamic-changes.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-with-multi-column-property.html => css3/flexbox/flexbox-with-multi-column-property.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-column-relayout-assert.html => css3/flexbox/flex-column-relayout-assert.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-overlap-001.html => css3/flexbox/bug669714.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flexitem-percentage-prescation.html => css3/flexbox/csswg/flex-flexitem-percentage-prescation.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flow-007.html => css3/flexbox/csswg/flex-flow-007.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flow-013.html => css3/flexbox/flex-flow-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexitem-stretch-image.html => css3/flexbox/flexitem-stretch-image.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-item-vertical-align.html => css3/flexbox/vertical-align-do-not-effect-flex-items.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-item-z-ordering-001.html => css3/flexbox/z-index.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-minimum-size-002.html => css3/flexbox/undefined-min-width.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-014.html => css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-one-sets-flex-basis-to-zero-px.html => css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-order.html => css3/flexbox/csswg/flex-order.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-outer-flexbox-column-recalculate-height-on-resize-001.html => css3/flexbox/bug527039.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-vertical-align-effect.html => css3/flexbox/csswg/flex-vertical-align-effect.html
imported/w3c/web-platform-tests/css/css-flexbox/intrinsic-width-orthogonal-writing-mode.html => css3/flexbox/intrinsic-width-orthogonal-writing-mode.html
imported/w3c/web-platform-tests/css/css-flexbox/layout-with-inline-svg-001.html => css3/flexbox/bug633212.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-reverse-wrap-baseline.html => css3/flexbox/multiline-reverse-wrap-baseline.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-shrink-to-fit.html => css3/flexbox/multiline-shrink-to-fit.html
imported/w3c/web-platform-tests/css/css-flexbox/negative-overflow.html => css3/flexbox/negative-overflow.html
imported/w3c/web-platform-tests/css/css-flexbox/nested-orthogonal-flexbox-relayout.html => css3/flexbox/nested-orthogonal-flexbox-relayout.html imported/blink/css3/flexbox/nested-orthogonal-flexbox-relayout.html
imported/w3c/web-platform-tests/css/css-flexbox/order/order-with-column-reverse.html => css3/flexbox/csswg/order/order-with-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-002.html => css3/flexbox/bug580586.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-003.html => css3/flexbox/bug605682.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-004.html => css3/flexbox/bug646288.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-006.html => css3/flexbox/flexbox-height-with-overflow-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-007.html => css3/flexbox/overflow-auto-dynamic-changes.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-008.html => css3/flexbox/overflow-auto-resizes-correctly.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-001.html => css3/flexbox/definite-cross-sizes.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-012.html => css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-013.html => css3/flexbox/percentage-height-replaced-element.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-size-quirks.html => css3/flexbox/percentage-sizes-quirks.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-001.html => css3/flexbox/position-absolute-children.html
imported/w3c/web-platform-tests/css/css-flexbox/position-fixed-001.html => css3/flexbox/bug604346.html
imported/w3c/web-platform-tests/css/css-flexbox/relayout-image-load.html => css3/flexbox/relayout-image-load.html
imported/w3c/web-platform-tests/css/css-flexbox/scrollbars-auto.html => css3/flexbox/scrollbars-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/scrollbars.html => css3/flexbox/scrollbars.html
imported/w3c/web-platform-tests/css/css-flexbox/stretch-after-sibling-size-change.html => css3/flexbox/stretch-after-sibling-size-change.html
imported/w3c/web-platform-tests/css/css-flexbox/stretch-input-in-column.html => css3/flexbox/stretch-input-in-column.html
imported/w3c/web-platform-tests/css/css-flexbox/table-as-item-cross-size.html => css3/flexbox/stretch-table-child.html
* TestExpectations:
* css3/flexbox/align-baseline.html: Removed.
* css3/flexbox/anonymous-block.html: Removed.
* css3/flexbox/auto-height-column-with-border-and-padding.html: Removed.
* css3/flexbox/auto-height-with-flex.html: Removed.
* css3/flexbox/bug604346.html: Removed.
* css3/flexbox/bug605682.html: Removed.
* css3/flexbox/bug633212.html: Removed.
* css3/flexbox/bug646288.html: Removed.
* css3/flexbox/bug669714.html: Removed.
* css3/flexbox/canvas-dynamic-change.html: Removed.
* css3/flexbox/change-flexitem-into-abspos.html: Removed.
* css3/flexbox/csswg/flex-direction-with-element-insert.html-expected.html: Removed.
* css3/flexbox/csswg/flex-direction.html-expected.html: Removed.
* css3/flexbox/csswg/flex-vertical-align-effect.html-expected.html: Removed.
* css3/flexbox/definite-cross-sizes-expected.txt: Removed.
* css3/flexbox/flex-column-relayout-assert-expected.txt: Removed.
* css3/flexbox/flex-column-relayout-assert.html: Removed.
* css3/flexbox/flex-item-contains-strict-expected.txt: Removed.
* css3/flexbox/flexbox-height-with-overflow-auto-expected.txt: Removed.
* css3/flexbox/flexbox-height-with-overflow-auto.html: Removed.
* css3/flexbox/flexbox-lines-must-be-stretched-by-default-expected.txt: Removed.
* css3/flexbox/flexbox-lines-must-be-stretched-by-default.html: Removed.
* css3/flexbox/flexbox-with-multi-column-property.html: Removed.
* css3/flexbox/flexitem-no-margin-collapsing.html: Removed.
* css3/flexbox/flexitem-stretch-image.html: Removed.
* css3/flexbox/flexitem-stretch-range.html: Removed.
* css3/flexbox/intrinsic-width-orthogonal-writing-mode-expected.txt: Removed.
* css3/flexbox/intrinsic-width-orthogonal-writing-mode.html: Removed.
* css3/flexbox/minimum-size-image-expected.txt: Removed.
* css3/flexbox/multiline-min-preferred-width.html: Removed.
* css3/flexbox/nested-orthogonal-flexbox-relayout.html: Removed.
* css3/flexbox/orthogonal-writing-modes-and-intrinsic-sizing.html: Removed.
* css3/flexbox/overflow-auto-dynamic-changes.html: Removed.
* css3/flexbox/overflow-auto-resizes-correctly-expected.txt: Removed.
* css3/flexbox/overflow-auto-resizes-correctly.html: Removed.
* css3/flexbox/percentage-height-replaced-element.html: Removed.
* css3/flexbox/percentage-max-width-cross-axis.html: Removed.
* css3/flexbox/percentage-sizes-quirks-expected.txt: Removed.
* css3/flexbox/percentage-sizes-quirks.html: Removed.
* css3/flexbox/relayout-image-load-expected.txt: Removed.
* css3/flexbox/relayout-image-load.html: Removed.
* css3/flexbox/stretch-after-sibling-size-change.html: Removed.
* css3/flexbox/stretch-simplified-layout-expected.txt: Removed.
* css3/flexbox/stretch-table-child.html: Removed.
* css3/flexbox/stretching-orthogonal-flows.html: Removed.
* css3/flexbox/undefined-min-width-expected.txt: Removed.
* css3/flexbox/undefined-min-width.html: Removed.
* css3/flexbox/vertical-align-do-not-effect-flex-items.html: Removed.
* css3/flexbox/vertical-flexbox-percentage-ignored.html: Removed.
* css3/flexbox/whitespace-in-flexitem.html: Removed.
* css3/flexbox/width-change-and-relayout-children.html: Removed.
* css3/flexbox/wrapping-column-dynamic-changes.html: Removed.
* fast/flexbox/auto-height-with-flex-expected.html: Removed.
* fast/flexbox/auto-height-with-flex.html: Removed.
* gpu-process/TestExpectations:
* imported/blink/css3/flexbox/nested-orthogonal-flexbox-relayout-expected.html: Removed.
* imported/blink/css3/flexbox/nested-orthogonal-flexbox-relayout.html: Removed.
* imported/blink/css3/flexbox/vertical-flexbox-percentage-ignored-expected.html: Removed.
* imported/blink/css3/flexbox/vertical-flexbox-percentage-ignored.html: Removed.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-006-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-008-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-012-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/radiobutton-min-size-expected.txt: Added.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/css3/flexbox/flex-item-contains-strict-expected.txt: Removed.
* platform/wpe/css3/flexbox/minimum-size-image-expected.txt: Removed.
2020-05-19 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Sifted through the crash expectations
and removed all that no longer apply.
* platform/wpe/TestExpectations:
2020-05-18 Peng Liu <peng.liu6@apple.com>
Flaky Test: media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html
https://bugs.webkit.org/show_bug.cgi?id=182571
Add an explicit timeout in the test to debug the flaky timeout.
Unreviewed test gardening.
* media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html:
2020-05-18 Andy Estes <aestes@apple.com>
http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https.html fails in public SDK builds
https://bugs.webkit.org/show_bug.cgi?id=212000
<rdar://problem/63323082>
Reviewed by Youenn Fablet.
* platform/mac-wk2/TestExpectations:
2020-05-18 Myles C. Maxfield <mmaxfield@apple.com>
[WebGPU] Validation for GPUDevice.createTexture()
https://bugs.webkit.org/show_bug.cgi?id=211882
<rdar://problem/63215999>
Reviewed by Dean Jackson.
* webgpu/blit-commands-texture-to-texture.html: Updated.
Rewrote part of the test to avoid hitting https://bugs.webkit.org/show_bug.cgi?id=212013
* webgpu/texture-creation-expected.txt: Added.
* webgpu/texture-creation.html: Added.
2020-05-18 Simon Fraser <simon.fraser@apple.com>
Content disappears on CSS parallax example
https://bugs.webkit.org/show_bug.cgi?id=212045
<rdar://problem/63194217>
Reviewed by Tim Horton.
* compositing/tiling/perspective-on-scroller-tile-coverage-expected.txt: Added.
* compositing/tiling/perspective-on-scroller-tile-coverage.html: Added.
2020-05-18 Pinki Gyanchandani <pgyanchandani@apple.com>
Null Ptr Deref @ WebCore::CSSValue::classType
https://bugs.webkit.org/show_bug.cgi?id=212036
Reviewed by Geoffrey Garen.
Added a regression test.
* editing/execCommand/null_calc_primitive_value_for_css_property-expected.txt: Added.
* editing/execCommand/null_calc_primitive_value_for_css_property.html: Added.
2020-05-15 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Rebaseline security/block-test-no-port.html
Since upstream libsoup commit e337a6f794 it uses soup-http-error-quark
GQuark as string for the error domain.
The error code 4 already maps to SOUP_STATUS_CANT_CONNECT which is the
correct counterpart to Mac's NSURLErrorCannotConnectToHost (-1004).
Unreviewed test gardening.
* platform/glib/security/block-test-no-port-expected.txt: Renamed from
LayoutTests/platform/wpe/security/block-test-no-port-expected.txt.
and fixed error string.
* platform/gtk/TestExpectations: Removed expected failure.
* platform/gtk/security/block-test-no-port-expected.txt: Removed.
* platform/wpe/TestExpectations: Removed expected failure.
2020-05-18 Wenson Hsieh <wenson_hsieh@apple.com>
Allow clipboard API access when pasting from a menu item or key binding
https://bugs.webkit.org/show_bug.cgi?id=211990
<rdar://problem/63308916>
Reviewed by Megan Gardner.
Add a new layout test to verify that the contents of the clipboard can be read while performing a paste that was
not triggered from the DOM.
* editing/async-clipboard/clipboard-read-while-pasting-expected.txt: Added.
* editing/async-clipboard/clipboard-read-while-pasting.html: Added.
* platform/win/TestExpectations:
* resources/ui-helper.js:
(window.UIHelper.async copyText):
(window.UIHelper.async paste):
2020-05-18 Peng Liu <peng.liu6@apple.com>
REGRESSION (r261493?): media/video-isplayingtoautomotiveheadunit.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211915
Reviewed by Daniel Bates.
Make the test more reliable by: 1) loop the video in test; 2) add event listeners
before operations; and 3) restore the internals before end of test.
* media/video-isplayingtoautomotiveheadunit-expected.txt:
* media/video-isplayingtoautomotiveheadunit.html:
2020-05-18 Rob Buis <rbuis@igalia.com>
Remove certain headers when a redirect causes a request method change
https://bugs.webkit.org/show_bug.cgi?id=205119
Reviewed by Youenn Fablet.
Add platform expectations for redirect-method.any.html and
redirect-method.any.worker.html. Remove expectations for
already removed tests redirect-method.html and
redirect-method.worker.html.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-expected.txt.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-expected.txt.
* platform/mac-mojave-wk1/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Added.
* platform/mac-mojave-wk1/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Added.
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Added.
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Added.
* platform/mac/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt.
2020-05-18 Antti Koivisto <antti@apple.com>
[Wheel event region] Invalidation for root style
https://bugs.webkit.org/show_bug.cgi?id=212029
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-root-invalidation-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-root-invalidation.html: Added.
2020-05-18 Simon Fraser <simon.fraser@apple.com>
Find doesn't always scroll search results into view
https://bugs.webkit.org/show_bug.cgi?id=212007
<rdar://problem/36333321>
Reviewed by Wenson Hsieh.
* editing/selection/selection-bounds-fractional-containing-blocks-expected.txt: Added.
* editing/selection/selection-bounds-fractional-containing-blocks.html: Added.
2020-05-18 Ryan Haddad <ryanhaddad@apple.com>
[ iOS ] fast/hidpi/filters-and-image-buffer-resolution.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=208543
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations: Remove flaky expectation.
2020-05-18 Wenson Hsieh <wenson_hsieh@apple.com>
Single selection <select> with <optgroups> shows multiple selected options
https://bugs.webkit.org/show_bug.cgi?id=199485
<rdar://problem/52757531>
Reviewed by Megan Gardner.
Add a layout test to verify that we don't leave behind a checked select item after scrolling it offscreen and
then checking a different item.
* fast/forms/ios/no-stale-checked-items-in-select-picker-expected.txt: Added.
* fast/forms/ios/no-stale-checked-items-in-select-picker.html: Added.
* platform/ipad/TestExpectations:
* resources/ui-helper.js:
(window.UIHelper.selectFormAccessoryPickerRow):
(window.UIHelper.selectFormAccessoryHasCheckedItemAtRow):
2020-05-18 Youenn Fablet <youenn@apple.com>
webrtc/datachannel/bufferedAmountLowThreshold.html is failing flakily
https://bugs.webkit.org/show_bug.cgi?id=211953
Reviewed by Eric Carlson.
* webrtc/datachannel/bufferedAmountLowThreshold-default.html:
Update test to make it more readable and robust, following changes made to webrtc/datachannel/bufferedAmountLowThreshold.html.
* webrtc/datachannel/bufferedAmountLowThreshold.html:
Split the tests in two parts to more easily debug which part (connection setup or sending lots of data) might time out.
Make sure to not send too much data by sending only one burst of data.
2020-05-18 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] Unexpected capitalization of next word after repositioning caret
https://bugs.webkit.org/show_bug.cgi?id=211969
<rdar://problem/62605526>
Reviewed by Alex Christensen.
Add a new layout test to verify that the keyboard does not automatically shift (i.e. autocapitalize) when
changing selection quickly inside a text field.
* editing/selection/ios/changing-selection-does-not-trigger-autocapitalization-expected.txt: Added.
* editing/selection/ios/changing-selection-does-not-trigger-autocapitalization.html: Added.
* resources/ui-helper.js:
(window.UIHelper.keyboardIsAutomaticallyShifted):
2020-05-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r261779
https://bugs.webkit.org/show_bug.cgi?id=212021
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-18 Paulo Matos <pmatos@igalia.com>
Skip layout test stack-overflow-regexp.js on MIPS
Unreviewed Gardening.
* js/script-tests/stack-overflow-regexp.js:
2020-05-18 Alicia Boya García <aboya@igalia.com>
[GStreamer] Remove orphaned tracks in updateTracks()
https://bugs.webkit.org/show_bug.cgi?id=211980
Reviewed by Xabier Rodriguez-Calvar.
Updated test expectations.
* platform/gtk/TestExpectations:
2020-05-18 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Providing custom baselines for tests
that require them.
* platform/wpe/crypto: Added.
* platform/wpe/crypto/subtle: Added.
* platform/wpe/crypto/subtle/ecdh-import-pkcs8-key-p521-validate-ecprivatekey-parameters-publickey-expected.txt: Added.
* platform/wpe/crypto/subtle/ecdsa-import-pkcs8-key-p521-validate-ecprivatekey-parameters-publickey-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext: Added.
* platform/wpe/fast/layoutformattingcontext/flow-integration-basic-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-basic-row-baseline-align-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-basic-row-vertical-align-baseline-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-fixed-width-colspans-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-fixed-width-with-max-distribution-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-flex-width-border-collapse-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-flex-width-colspans-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-with-column-spanner-first-row-expected.txt: Added.
* platform/wpe/webgl/1.0.3: Added.
* platform/wpe/webgl/1.0.3/conformance: Added.
* platform/wpe/webgl/1.0.3/conformance/context: Added.
* platform/wpe/webgl/1.0.3/conformance/context/methods-expected.txt: Added.
2020-05-18 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening.
* platform/wpe/TestExpectations:
Remove the imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements
flaky-crash expectation. The reported crashes are not occurring anymore. Furthermore,
the whole subdirectory is skipped globally, so this expectation is re-enabling all
the tests that in majority time out, prolonging the testing.
2020-05-17 Daniel Bates <dabates@apple.com>
Make editing-word-with-marker-1.html work on iOS
https://bugs.webkit.org/show_bug.cgi?id=211814
Reviewed by Simon Fraser and David Kilzer.
Minimal changes needed to make the test work on iOS + rebase the results. I was tempted to go
full js-test.js conversion, but I didn't do so to reduce the risk I introduce a bug and I think
is good enough.
To make the test work on iOS I enable internals.setContinuousSpellCheckingEnabled() + use UIHelper
to activate the textarea + blur the textarea on reset (for maximal code reuse). I didn't enable this
via the WKTR option spellCheckingDots because this test should be capable of running in DumpRenderTree
though we don't actually run DumpRenderTree for iOS on any bots. So, I did this largely for just for me.
* editing/mac/spelling/editing-word-with-marker-1-expected.txt:
* editing/mac/spelling/editing-word-with-marker-1.html:
* platform/ios/TestExpectations: Temporarily mark this test as PASS here so that iOS runs it even
though its in a Mac-specific directory. I will remove this entry when I move the test to editing/spelling
in the fix for <https://webkit.org/b/211802>.
2020-05-17 Andy Estes <aestes@apple.com>
http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https.html fails in public SDK builds
https://bugs.webkit.org/show_bug.cgi?id=212000
* platform/mac-wk2/TestExpectations: Skipped test on Catalina.
2020-05-17 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Move to new Pasteboard API
https://bugs.webkit.org/show_bug.cgi?id=177633
Reviewed by Adrian Perez de Castro.
Update text expectations.
* platform/gtk/TestExpectations:
* platform/gtk/editing/pasteboard/data-transfer-get-data-on-paste-rich-text-expected.txt: Added.
2020-05-16 Andy Estes <aestes@apple.com>
REGRESSION (r260717): installmentConfiguration member is no longer available on ApplePayPaymentRequest
https://bugs.webkit.org/show_bug.cgi?id=211911
<rdar://problem/63236367>
Reviewed by Tim Horton.
* http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https-expected.txt: Added.
* http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https.html: Added.
2020-05-16 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Ignore table padding when borders are collapsed
https://bugs.webkit.org/show_bug.cgi?id=211984
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-border-collapse-with-padding-expected.html: Added.
* fast/layoutformattingcontext/table-simple-border-collapse-with-padding.html: Added.
2020-05-16 Daniel Bates <dabates@apple.com>
Make editing/spelling/editing-word-with-marker-2.html test what it claims and make it work on iOS
https://bugs.webkit.org/show_bug.cgi?id=211802
Reviewed by Darin Adler.
Went back and looked at the originally written version of this test that was added in r70826
and brought back the missing "insert whitespace after misspelling" sub-test. While I am here,
I also simplified the test and made the test work on iOS by using UIHelper. I also fixed some
idiosyncrasies that were introduced in r169687 and did other modernizations.
The fix for iOS was simple: just enable internals.setContinuousSpellCheckingEnabled() + use UIHelper
to activate the textarea + blur the textarea on reset (for maximal code reuse). I didn't enable this
via the WKTR option spellCheckingDots because this test should be capable of running in DumpRenderTree
though we don't actually run DumpRenderTree for iOS on any bots. So, I did this largely for just for me.
I removed the use of editing commands to clear the textarea in favor of just setting the element's
value attribute because it's simpler and exercises less code in the engine, which I hope will reduce
future flakiness + the purpose of the test is to test how a spelling marker is updated not an exercise
on how to clear a textarea using editing commands. That kind of exercise is expected to be covered
by dedicated editing tests, though I haven't checked that they exist, but would be suprised if they
didn't.
* editing/spelling/editing-word-with-marker-2-expected.txt:
* editing/spelling/editing-word-with-marker-2.html:
* platform/ios-wk1/TestExpectations: Unskip.
* platform/ios-wk2/TestExpectations: Ditto.
2020-05-16 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take vertical spacing into account when setting the height of a cell with rowspan
https://bugs.webkit.org/show_bug.cgi?id=211976
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-rowspan-with-spacing-expected.html: Added.
* fast/layoutformattingcontext/table-simple-rowspan-with-spacing.html: Added.
2020-05-16 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] Make OutOfMemory error as instance of RangeError
https://bugs.webkit.org/show_bug.cgi?id=211952
Reviewed by Mark Lam.
* inspector/debugger/no-pause-out-of-memory-exception-expected.txt:
* js/array-join-expected.txt:
* js/dom/concat-large-strings-crash-expected.txt:
* js/dom/concat-large-strings-crash2-expected.txt:
* js/dom/script-tests/string-replacement-outofmemory.js:
* js/dom/string-concatenate-outofmemory-expected.txt:
* js/dom/string-replacement-outofmemory-expected.txt:
* js/large-expressions-expected.txt:
* js/resources/string-concatenate-outofmemory.js:
* js/script-tests/array-join.js:
* js/script-tests/stack-overflow-regexp.js:
(shouldThrow.recursiveCall):
(shouldThrow):
* js/script-tests/string-padend.js:
* js/script-tests/string-padstart.js:
* js/script-tests/string-repeat.js:
* js/script-tests/stringimpl-to-jsstring-on-large-strings-1.js:
* js/stack-overflow-regexp-expected.txt:
* js/string-padend-expected.txt:
* js/string-padstart-expected.txt:
* js/string-repeat-expected.txt:
* js/stringimpl-to-jsstring-on-large-strings-1-expected.txt:
2020-05-15 Antti Koivisto <antti@apple.com>
Nullptr crash in MediaQueryMatcher::evaluateAll
https://bugs.webkit.org/show_bug.cgi?id=211963
<rdar://problem/62850977>
Reviewed by Brent Fulgham.
* fast/media/media-query-list-mutation-expected.txt: Added.
* fast/media/media-query-list-mutation.html: Added.
2020-05-15 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in WebCore::Node::treeScope() when processing nested list insertion commands.
https://bugs.webkit.org/show_bug.cgi?id=211964
<rdar://problem/63224871>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/nested-list-insertion-crash-expected.txt: Added.
* editing/inserting/nested-list-insertion-crash.html: Added.
2020-05-15 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r249091): Can't click on a video in the second column of a paginated web view
https://bugs.webkit.org/show_bug.cgi?id=211973
<rdar://problem/61418775>
Reviewed by Zalan Bujtas.
* fast/multicol/clipped-video-in-second-column-expected.html: Added.
* fast/multicol/clipped-video-in-second-column.html: Added.
2020-05-15 Devin Rousso <drousso@apple.com>
Web Inspector: Fails to pretty-print a particular CSS file
https://bugs.webkit.org/show_bug.cgi?id=211930
Reviewed by Joseph Pecoraro.
* inspector/formatting/formatting-css.html:
* inspector/formatting/formatting-css-expected.txt:
* inspector/formatting/resources/css-tests/url.css: Added.
* inspector/formatting/resources/css-tests/url-expected.css: Added.
2020-05-15 Ryan Haddad <ryanhaddad@apple.com>
media/video-poster-set-after-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211856
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky.
* platform/mac/TestExpectations: Ditto.
2020-05-15 Antoine Quint <graouts@apple.com>
Cursor should not update on a 20ms timer
https://bugs.webkit.org/show_bug.cgi?id=211884
<rdar://problem/63220368>
Unreviewed.
This is a mouse-specific test and should not be run on iOS.
* platform/ios/TestExpectations:
2020-05-15 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 ] css2.1/20110323/replaced-intrinsic-ratio-001.htm is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209350
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-15 Antoine Quint <graouts@apple.com>
[Web Animations] Animation with a single keyframe is not accelerated
https://bugs.webkit.org/show_bug.cgi?id=188730
<rdar://problem/43481113>
Reviewed by Dean Jackson.
Add a new test that runs a single-keyframe transform animation and checks that it runs accelerated.
* webanimations/accelerated-animation-single-keyframe-expected.txt: Added.
* webanimations/accelerated-animation-single-keyframe.html: Added.
2020-05-15 Eric Carlson <eric.carlson@apple.com>
media/video-poster-set-after-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211856
<rdar://problem/63194296>
Unreviewed test fix.
* media/video-poster-set-after-playback-expected.txt:
* media/video-poster-set-after-playback.html: Wait for `Video` display mode before
pausing to ensure there is a video frame.
2020-05-15 Said Abou-Hallawa <sabouhallawa@apple.com>
The initial value of "transform-box" should be "view-box"
https://bugs.webkit.org/show_bug.cgi?id=211927
Reviewed by Simon Fraser.
* fast/css/transform-box-parsing-expected.txt:
* fast/css/transform-box-parsing.html:
* svg/transforms/svg-transform-box-initial-expected.html: Added.
* svg/transforms/svg-transform-box-initial.html: Added.
2020-05-15 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ iOS wk2 Debug ] multiple fast/text/international/system-language tests are flaky crashing - WTFCrashWithInfo - WebKit::ResourceLoadStatisticsDatabaseStore::openAndUpdateSchemaIfNecessary()
https://bugs.webkit.org/show_bug.cgi?id=211958
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-15 Alicia Boya García <aboya@igalia.com>
[GStreamer][MediaStream] Fix missing video size
https://bugs.webkit.org/show_bug.cgi?id=211938
Reviewed by Philippe Normand.
Updated test expectations.
* platform/gtk/TestExpectations:
2020-05-15 Antti Koivisto <antti@apple.com>
[Wheel event region] Invalidation when changing listeners on elements
https://bugs.webkit.org/show_bug.cgi?id=211895
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-element-invalidation-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-element-invalidation.html: Added.
2020-05-15 Antoine Quint <graouts@apple.com>
Cursor should not update on a 20ms timer
https://bugs.webkit.org/show_bug.cgi?id=211884
<rdar://problem/63220368>
Reviewed by Simon Fraser.
Add a new test that checks that changing cursor during a rAF callback is applied on the immediate next run loop.
* fast/events/mouse-cursor-no-mousemove.html: Since cursor update happens in Page::updateRendering() after
rAF callbacks have been serviced, wait until the next run loop after an animation frame to check the new cursor.
* fast/events/mouse-cursor-udpate-during-raf-expected.txt: Added.
* fast/events/mouse-cursor-udpate-during-raf.html: Added.
2020-05-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after 261730
https://bugs.webkit.org/show_bug.cgi?id=211949
Unreviewed gardening.
Updates of several flaky failures.
* platform/gtk/TestExpectations:
2020-05-15 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211944
Unreviewed gardening.
webgl/1.0.3/conformance/more/functions/copyTexImage2DBadArgs.html is
crashing.
* platform/glib/TestExpectations:
2020-05-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r261678
https://bugs.webkit.org/show_bug.cgi?id=211941
Unreviewed gardening.
Two multiple-codeunit-vertical-upright tests are failing after r261678.
* platform/gtk/TestExpectations:
2020-05-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r261683
https://bugs.webkit.org/show_bug.cgi?id=211939
Unreviewed gardening.
Several gstreamer tests are failing after r261683.
* platform/gtk/TestExpectations:
2020-05-14 Simon Fraser <simon.fraser@apple.com>
[Mojave Debug WK2] compositing/transforms/perspective-with-scrolling.html is frequently failing
https://bugs.webkit.org/show_bug.cgi?id=211916
Unreviewed test fixing.
Disable real overlay scrollbars so they don't show up in the test to try to fix flakyness.
* compositing/transforms/perspective-with-scrolling-expected.html:
* compositing/transforms/perspective-with-scrolling.html:
2020-05-14 Eric Carlson <eric.carlson@apple.com>
media/video-poster-set-after-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211856
<rdar://problem/63194296>
Unreviewed test fix.
* media/video-poster-set-after-playback.html: `testExpectedEventually` returns a Promise,
so wait for it to be resolved.
2020-05-14 Nikita Vasilyev <nvasilyev@apple.com>
REGRESSION (r261703): [ Mac ] inspector/css/getMatchedStylesForNode.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211918
<rdar://problem/63241578>
Reviewed by Timothy Hatcher.
Rebaseline tests after CSS.StyleSheetOrigin.Regular was renamed to CSS.StyleSheetOrigin.Author.
* inspector/css/getMatchedStylesForNode-expected.txt:
2020-05-14 Truitt Savell <tsavell@apple.com>
(r260169) [ iOS ] http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=211928
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-14 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk1 Debug ] imported/w3c/web-platform-tests/fetch/api/basic/stream-safe-creation.any.html is flaky crashing with alerts - WTFCrashWithInfo - SC::JSObject::get(JSC::JSGlobalObject*, JSC::PropertyName)
https://bugs.webkit.org/show_bug.cgi?id=211923
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-14 Eric Carlson <eric.carlson@apple.com>
[Cocoa] Don't clear NowPlaying state unless it was set
https://bugs.webkit.org/show_bug.cgi?id=211899
<rdar://problem/62249870>
Reviewed by Jer Noble.
* media/now-playing-status-without-media-expected.txt: Added.
* media/now-playing-status-without-media.html: Added.
* gpu-process/TestExpectations: Skip test because media session isn't fully functional in GPUP.
* platform/mac-wk1/TestExpectations: Skip test because media session manager is a singleton.
* platform/gtk/TestExpectations: Skip Cocoa-only test.
* platform/win/TestExpectations: Ditto.
* platform/wpe/TestExpectations: Ditto.
2020-05-14 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/multiple-codeunit-vertical-upright.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211860
<rdar://problem/31893714>
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-05-14 Zalan Bujtas <zalan@apple.com>
[Win] Rebaseline after r261676.
* platform/win/fast/layoutformattingcontext/table-fixed-width-with-max-distribution-expected.txt: Added.
2020-05-14 Ryan Haddad <ryanhaddad@apple.com>
Flaky Test: media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html
https://bugs.webkit.org/show_bug.cgi?id=182571
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark test as flaky.
2020-05-14 Nikita Vasilyev <nvasilyev@apple.com>
Web Inspector: front-end shouldn't change the order of User Style Sheet rules
https://bugs.webkit.org/show_bug.cgi?id=210893
<rdar://problem/61937118>
Reviewed by Devin Rousso.
Test that AuthorCSS and UserCSS are correctly arranged.
* inspector/css/getMatchedStylesForNode-expected.txt:
* inspector/css/getMatchedStylesForNode.html:
2020-05-14 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, remove expectations for tests that are no longer failing.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-05-14 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move remaining shared tests expectation files to glib
https://bugs.webkit.org/show_bug.cgi?id=211902
Unreviewed test gardening.
* platform/glib/accessibility/add-children-pseudo-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/add-children-pseudo-element-expected.txt.
* platform/glib/accessibility/aria-fallback-roles-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-fallback-roles-expected.txt.
* platform/glib/accessibility/aria-hidden-negates-no-visibility-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-hidden-negates-no-visibility-expected.txt.
* platform/glib/accessibility/aria-label-on-label-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-label-on-label-element-expected.txt.
* platform/glib/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-labelledby-overrides-aria-label-expected.txt.
* platform/glib/accessibility/aria-labelledby-overrides-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-labelledby-overrides-label-expected.txt.
* platform/glib/accessibility/aria-option-role-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-option-role-expected.txt.
* platform/glib/accessibility/aria-roledescription-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-roledescription-expected.txt.
* platform/glib/accessibility/aria-switch-sends-notification-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-switch-sends-notification-expected.txt.
* platform/glib/accessibility/aria-tab-roles-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-tab-roles-expected.txt.
* platform/glib/accessibility/aria-table-attributes-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-table-attributes-expected.txt.
* platform/glib/accessibility/aria-table-content-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-table-content-expected.txt.
* platform/glib/accessibility/aria-toggle-button-with-title-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt.
* platform/glib/accessibility/auto-fill-crash-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/auto-fill-crash-expected.txt.
* platform/glib/accessibility/button-with-aria-haspopup-role-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/button-with-aria-haspopup-role-expected.txt.
* platform/glib/accessibility/deleting-iframe-destroys-axcache-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt.
* platform/glib/accessibility/dimensions-include-descendants-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/dimensions-include-descendants-expected.txt.
* platform/glib/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/double-nested-inline-element-missing-from-tree-expected.txt.
* platform/glib/accessibility/empty-image-with-title-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/empty-image-with-title-expected.txt.
* platform/glib/accessibility/file-upload-button-stringvalue-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt.
* platform/glib/accessibility/help-text-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/help-text-expected.txt.
* platform/glib/accessibility/image-map1-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/image-map1-expected.txt.
* platform/glib/accessibility/inline-continuations-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt.
* platform/glib/accessibility/label-with-pseudo-elements-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/label-with-pseudo-elements-expected.txt.
* platform/glib/accessibility/list-detection-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/list-detection-expected.txt.
* platform/glib/accessibility/media-emits-object-replacement-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/media-emits-object-replacement-expected.txt.
* platform/glib/accessibility/menu-list-crash2-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/menu-list-crash2-expected.txt.
* platform/glib/accessibility/menu-list-sends-change-notification-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt.
* platform/glib/accessibility/minimal-table-with-aria-is-data-table-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/minimal-table-with-aria-is-data-table-expected.txt.
* platform/glib/accessibility/radio-button-title-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/radio-button-title-label-expected.txt.
* platform/glib/accessibility/render-counter-text-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/render-counter-text-expected.txt.
* platform/glib/accessibility/roles-computedRoleString-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/roles-computedRoleString-expected.txt.
* platform/glib/accessibility/set-selected-text-range-contenteditable-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/set-selected-text-range-contenteditable-expected.txt.
* platform/glib/accessibility/svg-remote-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/svg-remote-element-expected.txt.
* platform/glib/accessibility/tabindex-elements-are-accessible-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt.
* platform/glib/accessibility/table-cells-roles-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-cells-roles-expected.txt.
* platform/glib/accessibility/table-column-headers-with-captions-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-column-headers-with-captions-expected.txt.
* platform/glib/accessibility/table-roles-hierarchy-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-roles-hierarchy-expected.txt.
* platform/glib/accessibility/text-alternative-calculation-hidden-nodes-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-alternative-calculation-hidden-nodes-expected.txt.
* platform/glib/animations/3d/change-transform-in-end-event-expected.txt: Renamed from LayoutTests/platform/gtk/animations/3d/change-transform-in-end-event-expected.txt.
* platform/glib/animations/3d/state-at-end-event-transform-expected.txt: Renamed from LayoutTests/platform/gtk/animations/3d/state-at-end-event-transform-expected.txt.
* platform/glib/animations/state-at-end-event-expected.txt: Renamed from LayoutTests/platform/gtk/animations/state-at-end-event-expected.txt.
* platform/glib/compositing/repaint/invalidations-on-composited-layers-with-subpixel-positions-expected.txt: Renamed from LayoutTests/platform/gtk/compositing/repaint/invalidations-on-composited-layers-with-subpixel-positions-expected.txt.
* platform/glib/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/aes-export-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-export-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/aes-generate-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-generate-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/aes-import-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-import-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/ec-generate-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/ec-generate-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/ecdh-derive-bits-length-limits-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/ecdh-derive-bits-length-limits-expected.txt.
* platform/glib/crypto/subtle/ecdh-import-spki-key-ecdh-identifier-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/ecdh-import-spki-key-ecdh-identifier-expected.txt.
* platform/glib/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/rsa-import-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/rsa-import-key-malformed-parameters-expected.txt.
* platform/glib/fetch/fetch-url-serialization-expected.txt: Renamed from LayoutTests/platform/gtk/fetch/fetch-url-serialization-expected.txt.
* platform/glib/fullscreen/full-screen-placeholder-expected.txt: Renamed from LayoutTests/platform/gtk/fullscreen/full-screen-placeholder-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/broken-utf8-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/broken-utf8-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/close-before-open-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-before-open-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/close-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/extensions-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/extensions-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-error-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-error-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-comp-bit-onoff-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-comp-bit-onoff-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-parameter-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-parameter-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-set-bfinal-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-set-bfinal-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-split-frames-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-split-frames-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-unsolicited-negotiation-response-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-unsolicited-negotiation-response-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-window-bits-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-window-bits-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/invalid-continuation-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/invalid-continuation-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/long-control-frame-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/long-control-frame-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/reserved-bits-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/reserved-bits-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/secure-cookie-secure-connection-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/secure-cookie-secure-connection-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/simple-wss-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/simple-wss-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/too-long-payload-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/too-long-payload-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/websocket-event-target-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/websocket-event-target-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/workers/close-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/workers/close-expected.txt.
* platform/glib/js/dom/constructor-length-expected.txt: Renamed from LayoutTests/platform/gtk/js/dom/constructor-length-expected.txt.
* platform/glib/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt: Renamed from LayoutTests/platform/gtk/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt.
* platform/glib/scrollbars/basic-scrollbar-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/basic-scrollbar-expected.txt.
* platform/glib/scrollbars/disabled-scrollbar-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/disabled-scrollbar-expected.txt.
* platform/glib/scrollbars/listbox-scrollbar-combinations-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/listbox-scrollbar-combinations-expected.txt.
* platform/glib/scrollbars/scrollbar-buttons-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/scrollbar-buttons-expected.txt.
* platform/glib/scrollbars/scrollbar-orientation-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/scrollbar-orientation-expected.txt.
* platform/glib/scrollbars/scrollbar-selectors-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/scrollbar-selectors-expected.txt.
* platform/glib/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt.
* platform/glib/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt.
* platform/glib/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt.
* platform/glib/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt.
* platform/glib/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt.
* platform/glib/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt.
* platform/glib/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt.
* platform/glib/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt.
* platform/glib/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt.
* platform/glib/svg/as-border-image/svg-as-border-image-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-border-image/svg-as-border-image-2-expected.txt.
* platform/glib/svg/as-border-image/svg-as-border-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-border-image/svg-as-border-image-expected.txt.
* platform/glib/svg/as-image/animated-svg-as-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/animated-svg-as-image-expected.txt.
* platform/glib/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt.
* platform/glib/svg/as-image/animated-svg-as-image-same-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/animated-svg-as-image-same-image-expected.txt.
* platform/glib/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt.
* platform/glib/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/image-respects-deviceScaleFactor-expected.txt.
* platform/glib/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/img-preserveAspectRatio-support-1-expected.txt.
* platform/glib/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/img-preserveAspectRatio-support-2-expected.txt.
* platform/glib/svg/as-image/same-image-two-instances-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/same-image-two-instances-expected.txt.
* platform/glib/svg/as-image/svg-image-change-content-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/svg-image-change-content-size-expected.txt.
* platform/glib/svg/as-object/object-box-sizing-no-width-height-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-object/object-box-sizing-no-width-height-expected.txt.
* platform/glib/svg/batik/filters/filterRegions-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/filters/filterRegions-expected.txt.
* platform/glib/svg/batik/masking/maskRegions-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/masking/maskRegions-expected.txt.
* platform/glib/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/paints/patternPreserveAspectRatioA-expected.txt.
* platform/glib/svg/batik/paints/patternRegions-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/paints/patternRegions-expected.txt.
* platform/glib/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt.
* platform/glib/svg/batik/text/textAnchor2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/text/textAnchor2-expected.txt.
* platform/glib/svg/batik/text/textAnchor3-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/text/textAnchor3-expected.txt.
* platform/glib/svg/batik/text/textEffect3-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/text/textEffect3-expected.txt.
* platform/glib/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/gtk/svg/carto.net/combobox-expected.txt.
* platform/glib/svg/carto.net/slider-expected.txt: Renamed from LayoutTests/platform/gtk/svg/carto.net/slider-expected.txt.
* platform/glib/svg/css/getComputedStyle-basic-expected.txt: Renamed from LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt.
* platform/glib/svg/css/text-gradient-shadow-expected.txt: Renamed from LayoutTests/platform/gtk/svg/css/text-gradient-shadow-expected.txt.
* platform/glib/svg/css/text-shadow-multiple-expected.txt: Renamed from LayoutTests/platform/gtk/svg/css/text-shadow-multiple-expected.txt.
* platform/glib/svg/custom/SVGMatrix-interface-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/SVGMatrix-interface-expected.txt.
* platform/glib/svg/custom/SVGPoint-matrixTransform-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/SVGPoint-matrixTransform-expected.txt.
* platform/glib/svg/custom/absolute-sized-content-with-resources-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/absolute-sized-content-with-resources-expected.txt.
* platform/glib/svg/custom/alignment-baseline-modes-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/alignment-baseline-modes-expected.txt.
* platform/glib/svg/custom/animate-path-morphing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/animate-path-morphing-expected.txt.
* platform/glib/svg/custom/broken-internal-references-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/broken-internal-references-expected.txt.
* platform/glib/svg/custom/bug78807-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/bug78807-expected.txt.
* platform/glib/svg/custom/circle-move-invalidation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/circle-move-invalidation-expected.txt.
* platform/glib/svg/custom/control-points-for-S-and-T-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/control-points-for-S-and-T-expected.txt.
* platform/glib/svg/custom/coords-relative-units-transforms-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/coords-relative-units-transforms-expected.txt.
* platform/glib/svg/custom/createImageElement2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/createImageElement2-expected.txt.
* platform/glib/svg/custom/dominant-baseline-hanging-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/dominant-baseline-hanging-expected.txt.
* platform/glib/svg/custom/dominant-baseline-modes-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/dominant-baseline-modes-expected.txt.
* platform/glib/svg/custom/embedding-external-svgs-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/embedding-external-svgs-expected.txt.
* platform/glib/svg/custom/empty-mask-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/empty-mask-expected.txt.
* platform/glib/svg/custom/feComponentTransfer-Discrete-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/feComponentTransfer-Discrete-expected.txt.
* platform/glib/svg/custom/feComponentTransfer-Linear-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/feComponentTransfer-Linear-expected.txt.
* platform/glib/svg/custom/feComponentTransfer-Table-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/feComponentTransfer-Table-expected.txt.
* platform/glib/svg/custom/focus-ring-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/focus-ring-expected.txt.
* platform/glib/svg/custom/font-face-cascade-order-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/font-face-cascade-order-expected.txt.
* platform/glib/svg/custom/font-face-simple-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/font-face-simple-expected.txt.
* platform/glib/svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/foreign-object-skew-expected.txt.
* platform/glib/svg/custom/foreignObject-crash-on-hover-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/foreignObject-crash-on-hover-expected.txt.
* platform/glib/svg/custom/getTransformToElement-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getTransformToElement-expected.txt.
* platform/glib/svg/custom/getscreenctm-in-mixed-content-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getscreenctm-in-mixed-content-expected.txt.
* platform/glib/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt.
* platform/glib/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt.
* platform/glib/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt.
* platform/glib/svg/custom/glyph-selection-arabic-forms-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/glyph-selection-arabic-forms-expected.txt.
* platform/glib/svg/custom/glyph-selection-bidi-mirror-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/glyph-selection-bidi-mirror-expected.txt.
* platform/glib/svg/custom/glyph-selection-non-bmp-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/glyph-selection-non-bmp-expected.txt.
* platform/glib/svg/custom/glyph-setting-d-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/glyph-setting-d-attribute-expected.txt.
* platform/glib/svg/custom/gradient-cycle-detection-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/gradient-cycle-detection-expected.txt.
* platform/glib/svg/custom/gradient-deep-referencing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/gradient-deep-referencing-expected.txt.
* platform/glib/svg/custom/hit-test-path-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/hit-test-path-expected.txt.
* platform/glib/svg/custom/hit-test-path-stroke-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/hit-test-path-stroke-expected.txt.
* platform/glib/svg/custom/image-parent-translation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/image-parent-translation-expected.txt.
* platform/glib/svg/custom/image-rescale-clip-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/image-rescale-clip-expected.txt.
* platform/glib/svg/custom/invalid-lengthlist-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/invalid-lengthlist-expected.txt.
* platform/glib/svg/custom/invisible-text-after-scrolling-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/invisible-text-after-scrolling-expected.txt.
* platform/glib/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-clipPath-and-object-creation-expected.txt.
* platform/glib/svg/custom/js-late-clipPath-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-clipPath-creation-expected.txt.
* platform/glib/svg/custom/js-late-gradient-and-object-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-gradient-and-object-creation-expected.txt.
* platform/glib/svg/custom/js-late-gradient-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-gradient-creation-expected.txt.
* platform/glib/svg/custom/js-late-pattern-and-object-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-pattern-and-object-creation-expected.txt.
* platform/glib/svg/custom/js-late-pattern-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-pattern-creation-expected.txt.
* platform/glib/svg/custom/js-update-stop-linked-gradient-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-update-stop-linked-gradient-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-transform-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-transform-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-viewBox-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-viewBox-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-viewBox-transform-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-viewTarget-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-viewTarget-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-zoomAndPan-expected.txt.
* platform/glib/svg/custom/marker-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/marker-opacity-expected.txt.
* platform/glib/svg/custom/marker-overflow-clip-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/marker-overflow-clip-expected.txt.
* platform/glib/svg/custom/massive-coordinates-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/massive-coordinates-expected.txt.
* platform/glib/svg/custom/mouse-move-on-svg-container-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/mouse-move-on-svg-container-expected.txt.
* platform/glib/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.txt.
* platform/glib/svg/custom/mouse-move-on-svg-root-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/mouse-move-on-svg-root-expected.txt.
* platform/glib/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.txt.
* platform/glib/svg/custom/no-inherited-dashed-stroke-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/no-inherited-dashed-stroke-expected.txt.
* platform/glib/svg/custom/non-opaque-filters-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/non-opaque-filters-expected.txt.
* platform/glib/svg/custom/object-sizing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/object-sizing-expected.txt.
* platform/glib/svg/custom/object-sizing-explicit-height-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/object-sizing-explicit-height-expected.txt.
* platform/glib/svg/custom/object-sizing-explicit-width-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/object-sizing-explicit-width-expected.txt.
* platform/glib/svg/custom/object-sizing-explicit-width-height-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/object-sizing-explicit-width-height-expected.txt.
* platform/glib/svg/custom/path-textPath-simulation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/path-textPath-simulation-expected.txt.
* platform/glib/svg/custom/path-zero-strokewidth-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/path-zero-strokewidth-expected.txt.
* platform/glib/svg/custom/pattern-cycle-detection-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-cycle-detection-expected.txt.
* platform/glib/svg/custom/pattern-deep-referencing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-deep-referencing-expected.txt.
* platform/glib/svg/custom/pattern-incorrect-tiling-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-incorrect-tiling-expected.txt.
* platform/glib/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt.
* platform/glib/svg/custom/percentage-of-html-parent-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/percentage-of-html-parent-expected.txt.
* platform/glib/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/preserve-aspect-ratio-syntax-expected.txt.
* platform/glib/svg/custom/recursive-filter-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/recursive-filter-expected.txt.
* platform/glib/svg/custom/recursive-gradient-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/recursive-gradient-expected.txt.
* platform/glib/svg/custom/recursive-mask-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/recursive-mask-expected.txt.
* platform/glib/svg/custom/recursive-pattern-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/recursive-pattern-expected.txt.
* platform/glib/svg/custom/relative-sized-content-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-content-expected.txt.
* platform/glib/svg/custom/relative-sized-content-with-resources-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt.
* platform/glib/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt.
* platform/glib/svg/custom/relative-sized-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-image-expected.txt.
* platform/glib/svg/custom/relative-sized-inner-svg-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-inner-svg-expected.txt.
* platform/glib/svg/custom/relative-sized-shadow-tree-content-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-shadow-tree-content-expected.txt.
* platform/glib/svg/custom/relative-sized-use-on-symbol-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-use-on-symbol-expected.txt.
* platform/glib/svg/custom/repaint-shadow-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/repaint-shadow-expected.txt.
* platform/glib/svg/custom/shape-rendering-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/shape-rendering-expected.txt.
* platform/glib/svg/custom/shapes-supporting-markers-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/shapes-supporting-markers-expected.txt.
* platform/glib/svg/custom/stroke-width-click-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/stroke-width-click-expected.txt.
* platform/glib/svg/custom/stroke-width-large-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/stroke-width-large-expected.txt.
* platform/glib/svg/custom/svg-curve-with-relative-coordinates-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-curve-with-relative-coordinates-expected.txt.
* platform/glib/svg/custom/svg-fonts-in-text-controls-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt.
* platform/glib/svg/custom/svg-fonts-segmented-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-fonts-segmented-expected.txt.
* platform/glib/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-fonts-with-no-element-reference-expected.txt.
* platform/glib/svg/custom/svg-overflow-types-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-overflow-types-expected.txt.
* platform/glib/svg/custom/text-ctm-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-ctm-expected.txt.
* platform/glib/svg/custom/text-hit-test-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-hit-test-expected.txt.
* platform/glib/svg/custom/text-image-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-image-opacity-expected.txt.
* platform/glib/svg/custom/text-letter-spacing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-letter-spacing-expected.txt.
* platform/glib/svg/custom/text-linking-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-linking-expected.txt.
* platform/glib/svg/custom/text-repaint-including-stroke-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-repaint-including-stroke-expected.txt.
* platform/glib/svg/custom/text-rotation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-rotation-expected.txt.
* platform/glib/svg/custom/text-x-dx-lists-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-x-dx-lists-expected.txt.
* platform/glib/svg/custom/text-x-dy-lists-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-x-dy-lists-expected.txt.
* platform/glib/svg/custom/text-x-override-in-tspan-child-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-x-override-in-tspan-child-expected.txt.
* platform/glib/svg/custom/text-xy-updates-SVGList-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt.
* platform/glib/svg/custom/text-xy-updates-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-xy-updates-expected.txt.
* platform/glib/svg/custom/tref-update-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/tref-update-expected.txt.
* platform/glib/svg/custom/use-clipped-hit-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-clipped-hit-expected.txt.
* platform/glib/svg/custom/use-detach-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-detach-expected.txt.
* platform/glib/svg/custom/use-dynamic-append-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-dynamic-append-expected.txt.
* platform/glib/svg/custom/use-on-g-containing-use-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-g-containing-use-expected.txt.
* platform/glib/svg/custom/use-on-g-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-g-expected.txt.
* platform/glib/svg/custom/use-on-rect-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-rect-expected.txt.
* platform/glib/svg/custom/use-on-symbol-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-symbol-expected.txt.
* platform/glib/svg/custom/use-on-use-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-use-expected.txt.
* platform/glib/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-referencing-nonexisting-symbol-expected.txt.
* platform/glib/svg/custom/use-transform-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-transform-expected.txt.
* platform/glib/svg/custom/viewbox-syntax-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/viewbox-syntax-expected.txt.
* platform/glib/svg/dom/SVGPathSegList-segment-modification-expected.txt: Renamed from LayoutTests/platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt.
* platform/glib/svg/filters/feBlend-all-blendmodes-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.txt.
* platform/glib/svg/filters/feColorMatrix-values-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/feColorMatrix-values-expected.txt.
* platform/glib/svg/filters/feComposite-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/feComposite-expected.txt.
* platform/glib/svg/filters/filter-on-filter-for-text-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt.
* platform/glib/svg/filters/sourceAlpha-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/sourceAlpha-expected.txt.
* platform/glib/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Renamed from LayoutTests/platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt.
* platform/glib/svg/foreignObject/svg-document-as-direct-child-expected.txt: Renamed from LayoutTests/platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt.
* platform/glib/svg/hixie/error/002-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/error/002-expected.txt.
* platform/glib/svg/hixie/error/003-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/error/003-expected.txt.
* platform/glib/svg/hixie/error/010-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/error/010-expected.txt.
* platform/glib/svg/hixie/error/011-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/error/011-expected.txt.
* platform/glib/svg/hixie/links/002-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/links/002-expected.txt.
* platform/glib/svg/hixie/processing-model/003-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/processing-model/003-expected.txt.
* platform/glib/svg/hixie/processing-model/004-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/processing-model/004-expected.txt.
* platform/glib/svg/hixie/rendering-model/004-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/rendering-model/004-expected.txt.
* platform/glib/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt.
* platform/glib/svg/in-html/circle-expected.txt: Renamed from LayoutTests/platform/gtk/svg/in-html/circle-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt.
* platform/glib/svg/repaint/filter-repaint-expected.txt: Renamed from LayoutTests/platform/gtk/svg/repaint/filter-repaint-expected.txt.
* platform/glib/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Renamed from LayoutTests/platform/gtk/svg/repaint/inner-svg-change-viewPort-relative-expected.txt.
* platform/glib/svg/text/bidi-embedded-direction-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/bidi-embedded-direction-expected.txt.
* platform/glib/svg/text/bidi-text-query-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/bidi-text-query-expected.txt.
* platform/glib/svg/text/font-size-below-point-five-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/font-size-below-point-five-2-expected.txt.
* platform/glib/svg/text/font-size-below-point-five-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/font-size-below-point-five-expected.txt.
* platform/glib/svg/text/foreignObject-repaint-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/foreignObject-repaint-expected.txt.
* platform/glib/svg/text/scaled-font-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/scaled-font-expected.txt.
* platform/glib/svg/text/scaling-font-with-geometric-precision-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/scaling-font-with-geometric-precision-expected.txt.
* platform/glib/svg/text/selection-background-color-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/selection-background-color-expected.txt.
* platform/glib/svg/text/selection-styles-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/selection-styles-expected.txt.
* platform/glib/svg/text/small-fonts-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/small-fonts-2-expected.txt.
* platform/glib/svg/text/small-fonts-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/small-fonts-expected.txt.
* platform/glib/svg/text/text-fonts-02-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-fonts-02-t-expected.txt.
* platform/glib/svg/text/text-intro-05-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-intro-05-t-expected.txt.
* platform/glib/svg/text/text-text-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-text-01-b-expected.txt.
* platform/glib/svg/text/text-text-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-text-03-b-expected.txt.
* platform/glib/svg/text/text-text-05-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-text-05-t-expected.txt.
* platform/glib/svg/text/text-vkern-on-horizontal-text-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt.
* platform/glib/svg/text/text-ws-01-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-ws-01-t-expected.txt.
* platform/glib/svg/text/text-ws-02-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-ws-02-t-expected.txt.
* platform/glib/svg/text/textPathBoundsBug-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/textPathBoundsBug-expected.txt.
* platform/glib/svg/text/tspan-dynamic-positioning-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/tspan-dynamic-positioning-expected.txt.
* platform/glib/svg/transforms/svg-css-transforms-clip-path-expected.txt: Renamed from LayoutTests/platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt.
* platform/glib/svg/transforms/svg-css-transforms-expected.txt: Renamed from LayoutTests/platform/gtk/svg/transforms/svg-css-transforms-expected.txt.
* platform/glib/svg/wicd/test-rightsizing-a-expected.txt: Renamed from LayoutTests/platform/gtk/svg/wicd/test-rightsizing-a-expected.txt.
* platform/glib/svg/zoom/page/zoom-foreignObject-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt.
* platform/glib/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt.
* platform/glib/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.txt.
* platform/glib/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-svg-as-relative-image-expected.txt.
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt.
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt.
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt.
* platform/glib/svg/zoom/text/zoom-foreignObject-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt.
* platform/glib/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt.
* platform/glib/transforms/2d/hindi-rotated-expected.txt: Renamed from LayoutTests/platform/gtk/transforms/2d/hindi-rotated-expected.txt.
* platform/glib/transforms/3d/general/perspective-units-expected.txt: Renamed from LayoutTests/platform/gtk/transforms/3d/general/perspective-units-expected.txt.
* platform/glib/transforms/svg-vs-css-expected.txt: Renamed from LayoutTests/platform/gtk/transforms/svg-vs-css-expected.txt.
* platform/glib/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt.
* platform/glib/webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt.
* platform/glib/webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt.
* platform/glib/webgl/1.0.3/conformance/misc/webgl-specific-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/misc/webgl-specific-expected.txt.
* platform/glib/webgl/1.0.3/conformance/rendering/point-no-attributes-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/rendering/point-no-attributes-expected.txt.
* platform/glib/webgl/1.0.3/conformance/textures/texture-copying-feedback-loops-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/textures/texture-copying-feedback-loops-expected.txt.
* platform/wpe/accessibility/add-children-pseudo-element-expected.txt: Removed.
* platform/wpe/accessibility/aria-fallback-roles-expected.txt: Removed.
* platform/wpe/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.
* platform/wpe/accessibility/aria-label-on-label-element-expected.txt: Removed.
* platform/wpe/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Removed.
* platform/wpe/accessibility/aria-labelledby-overrides-label-expected.txt: Removed.
* platform/wpe/accessibility/aria-option-role-expected.txt: Removed.
* platform/wpe/accessibility/aria-roledescription-expected.txt: Removed.
* platform/wpe/accessibility/aria-switch-sends-notification-expected.txt: Removed.
* platform/wpe/accessibility/aria-tab-roles-expected.txt: Removed.
* platform/wpe/accessibility/aria-table-attributes-expected.txt: Removed.
* platform/wpe/accessibility/aria-table-content-expected.txt: Removed.
* platform/wpe/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
* platform/wpe/accessibility/auto-fill-crash-expected.txt: Removed.
* platform/wpe/accessibility/button-with-aria-haspopup-role-expected.txt: Removed.
* platform/wpe/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
* platform/wpe/accessibility/dimensions-include-descendants-expected.txt: Removed.
* platform/wpe/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Removed.
* platform/wpe/accessibility/empty-image-with-title-expected.txt: Removed.
* platform/wpe/accessibility/file-upload-button-stringvalue-expected.txt: Removed.
* platform/wpe/accessibility/help-text-expected.txt: Removed.
* platform/wpe/accessibility/image-map1-expected.txt: Removed.
* platform/wpe/accessibility/inline-continuations-expected.txt: Removed.
* platform/wpe/accessibility/label-with-pseudo-elements-expected.txt: Removed.
* platform/wpe/accessibility/list-detection-expected.txt: Removed.
* platform/wpe/accessibility/media-emits-object-replacement-expected.txt: Removed.
* platform/wpe/accessibility/menu-list-crash2-expected.txt: Removed.
* platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt: Removed.
* platform/wpe/accessibility/minimal-table-with-aria-is-data-table-expected.txt: Removed.
* platform/wpe/accessibility/radio-button-title-label-expected.txt: Removed.
* platform/wpe/accessibility/render-counter-text-expected.txt: Removed.
* platform/wpe/accessibility/roles-computedRoleString-expected.txt: Removed.
* platform/wpe/accessibility/set-selected-text-range-contenteditable-expected.txt: Removed.
* platform/wpe/accessibility/svg-remote-element-expected.txt: Removed.
* platform/wpe/accessibility/tabindex-elements-are-accessible-expected.txt: Removed.
* platform/wpe/accessibility/table-cells-roles-expected.txt: Removed.
* platform/wpe/accessibility/table-column-headers-with-captions-expected.txt: Removed.
* platform/wpe/accessibility/table-roles-hierarchy-expected.txt: Removed.
* platform/wpe/accessibility/text-alternative-calculation-hidden-nodes-expected.txt: Removed.
* platform/wpe/animations/3d/change-transform-in-end-event-expected.txt: Removed.
* platform/wpe/animations/3d/state-at-end-event-transform-expected.txt: Removed.
* platform/wpe/animations/state-at-end-event-expected.txt: Removed.
* platform/wpe/compositing/repaint/invalidations-on-composited-layers-with-subpixel-positions-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-export-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-generate-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-import-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/ec-generate-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/ecdh-derive-bits-length-limits-expected.txt: Removed.
* platform/wpe/crypto/subtle/ecdh-import-spki-key-ecdh-identifier-expected.txt: Removed.
* platform/wpe/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/rsa-import-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/fetch/fetch-url-serialization-expected.txt: Removed.
* platform/wpe/fullscreen/full-screen-placeholder-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/broken-utf8-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-before-open-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/extensions-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-error-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-comp-bit-onoff-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-parameter-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-set-bfinal-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-split-frames-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-unsolicited-negotiation-response-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-window-bits-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/invalid-continuation-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/long-control-frame-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/reserved-bits-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/secure-cookie-secure-connection-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/simple-wss-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/too-long-payload-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/websocket-event-target-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/workers/close-expected.txt: Removed.
* platform/wpe/js/dom/constructor-length-expected.txt: Removed.
* platform/wpe/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt: Removed.
* platform/wpe/scrollbars/basic-scrollbar-expected.txt: Removed.
* platform/wpe/scrollbars/disabled-scrollbar-expected.txt: Removed.
* platform/wpe/scrollbars/listbox-scrollbar-combinations-expected.txt: Removed.
* platform/wpe/scrollbars/scrollbar-buttons-expected.txt: Removed.
* platform/wpe/scrollbars/scrollbar-orientation-expected.txt: Removed.
* platform/wpe/scrollbars/scrollbar-selectors-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Removed.
* platform/wpe/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Removed.
* platform/wpe/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
* platform/wpe/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
* platform/wpe/svg/as-image/animated-svg-as-image-expected.txt: Removed.
* platform/wpe/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Removed.
* platform/wpe/svg/as-image/animated-svg-as-image-same-image-expected.txt: Removed.
* platform/wpe/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed.
* platform/wpe/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Removed.
* platform/wpe/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Removed.
* platform/wpe/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Removed.
* platform/wpe/svg/as-image/same-image-two-instances-expected.txt: Removed.
* platform/wpe/svg/as-image/svg-image-change-content-size-expected.txt: Removed.
* platform/wpe/svg/as-object/object-box-sizing-no-width-height-expected.txt: Removed.
* platform/wpe/svg/batik/filters/filterRegions-expected.txt: Removed.
* platform/wpe/svg/batik/masking/maskRegions-expected.txt: Removed.
* platform/wpe/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
* platform/wpe/svg/batik/paints/patternRegions-expected.txt: Removed.
* platform/wpe/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
* platform/wpe/svg/batik/text/textAnchor2-expected.txt: Removed.
* platform/wpe/svg/batik/text/textAnchor3-expected.txt: Removed.
* platform/wpe/svg/batik/text/textEffect3-expected.txt: Removed.
* platform/wpe/svg/carto.net/combobox-expected.txt: Removed.
* platform/wpe/svg/carto.net/slider-expected.txt: Removed.
* platform/wpe/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/wpe/svg/css/text-gradient-shadow-expected.txt: Removed.
* platform/wpe/svg/css/text-shadow-multiple-expected.txt: Removed.
* platform/wpe/svg/custom/SVGMatrix-interface-expected.txt: Removed.
* platform/wpe/svg/custom/SVGPoint-matrixTransform-expected.txt: Removed.
* platform/wpe/svg/custom/absolute-sized-content-with-resources-expected.txt: Removed.
* platform/wpe/svg/custom/alignment-baseline-modes-expected.txt: Removed.
* platform/wpe/svg/custom/animate-path-morphing-expected.txt: Removed.
* platform/wpe/svg/custom/broken-internal-references-expected.txt: Removed.
* platform/wpe/svg/custom/bug78807-expected.txt: Removed.
* platform/wpe/svg/custom/circle-move-invalidation-expected.txt: Removed.
* platform/wpe/svg/custom/control-points-for-S-and-T-expected.txt: Removed.
* platform/wpe/svg/custom/coords-relative-units-transforms-expected.txt: Removed.
* platform/wpe/svg/custom/createImageElement2-expected.txt: Removed.
* platform/wpe/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
* platform/wpe/svg/custom/dominant-baseline-modes-expected.txt: Removed.
* platform/wpe/svg/custom/embedding-external-svgs-expected.txt: Removed.
* platform/wpe/svg/custom/empty-mask-expected.txt: Removed.
* platform/wpe/svg/custom/feComponentTransfer-Discrete-expected.txt: Removed.
* platform/wpe/svg/custom/feComponentTransfer-Linear-expected.txt: Removed.
* platform/wpe/svg/custom/feComponentTransfer-Table-expected.txt: Removed.
* platform/wpe/svg/custom/focus-ring-expected.txt: Removed.
* platform/wpe/svg/custom/font-face-cascade-order-expected.txt: Removed.
* platform/wpe/svg/custom/font-face-simple-expected.txt: Removed.
* platform/wpe/svg/custom/foreign-object-skew-expected.txt: Removed.
* platform/wpe/svg/custom/foreignObject-crash-on-hover-expected.txt: Removed.
* platform/wpe/svg/custom/getTransformToElement-expected.txt: Removed.
* platform/wpe/svg/custom/getscreenctm-in-mixed-content-expected.txt: Removed.
* platform/wpe/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Removed.
* platform/wpe/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Removed.
* platform/wpe/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Removed.
* platform/wpe/svg/custom/glyph-selection-arabic-forms-expected.txt: Removed.
* platform/wpe/svg/custom/glyph-selection-bidi-mirror-expected.txt: Removed.
* platform/wpe/svg/custom/glyph-selection-non-bmp-expected.txt: Removed.
* platform/wpe/svg/custom/glyph-setting-d-attribute-expected.txt: Removed.
* platform/wpe/svg/custom/gradient-cycle-detection-expected.txt: Removed.
* platform/wpe/svg/custom/gradient-deep-referencing-expected.txt: Removed.
* platform/wpe/svg/custom/hit-test-path-expected.txt: Removed.
* platform/wpe/svg/custom/hit-test-path-stroke-expected.txt: Removed.
* platform/wpe/svg/custom/image-parent-translation-expected.txt: Removed.
* platform/wpe/svg/custom/image-rescale-clip-expected.txt: Removed.
* platform/wpe/svg/custom/invalid-lengthlist-expected.txt: Removed.
* platform/wpe/svg/custom/invisible-text-after-scrolling-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-clipPath-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-gradient-and-object-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-gradient-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-pattern-and-object-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-pattern-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-update-stop-linked-gradient-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-viewBox-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
* platform/wpe/svg/custom/marker-opacity-expected.txt: Removed.
* platform/wpe/svg/custom/marker-overflow-clip-expected.txt: Removed.
* platform/wpe/svg/custom/massive-coordinates-expected.txt: Removed.
* platform/wpe/svg/custom/mouse-move-on-svg-container-expected.txt: Removed.
* platform/wpe/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Removed.
* platform/wpe/svg/custom/mouse-move-on-svg-root-expected.txt: Removed.
* platform/wpe/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Removed.
* platform/wpe/svg/custom/no-inherited-dashed-stroke-expected.txt: Removed.
* platform/wpe/svg/custom/non-opaque-filters-expected.txt: Removed.
* platform/wpe/svg/custom/object-sizing-expected.txt: Removed.
* platform/wpe/svg/custom/object-sizing-explicit-height-expected.txt: Removed.
* platform/wpe/svg/custom/object-sizing-explicit-width-expected.txt: Removed.
* platform/wpe/svg/custom/object-sizing-explicit-width-height-expected.txt: Removed.
* platform/wpe/svg/custom/path-textPath-simulation-expected.txt: Removed.
* platform/wpe/svg/custom/path-zero-strokewidth-expected.txt: Removed.
* platform/wpe/svg/custom/pattern-cycle-detection-expected.txt: Removed.
* platform/wpe/svg/custom/pattern-deep-referencing-expected.txt: Removed.
* platform/wpe/svg/custom/pattern-incorrect-tiling-expected.txt: Removed.
* platform/wpe/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Removed.
* platform/wpe/svg/custom/percentage-of-html-parent-expected.txt: Removed.
* platform/wpe/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Removed.
* platform/wpe/svg/custom/recursive-filter-expected.txt: Removed.
* platform/wpe/svg/custom/recursive-gradient-expected.txt: Removed.
* platform/wpe/svg/custom/recursive-mask-expected.txt: Removed.
* platform/wpe/svg/custom/recursive-pattern-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-content-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-content-with-resources-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-image-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-inner-svg-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-shadow-tree-content-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-use-on-symbol-expected.txt: Removed.
* platform/wpe/svg/custom/repaint-shadow-expected.txt: Removed.
* platform/wpe/svg/custom/shape-rendering-expected.txt: Removed.
* platform/wpe/svg/custom/shapes-supporting-markers-expected.txt: Removed.
* platform/wpe/svg/custom/stroke-width-click-expected.txt: Removed.
* platform/wpe/svg/custom/stroke-width-large-expected.txt: Removed.
* platform/wpe/svg/custom/svg-curve-with-relative-coordinates-expected.txt: Removed.
* platform/wpe/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
* platform/wpe/svg/custom/svg-fonts-segmented-expected.txt: Removed.
* platform/wpe/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
* platform/wpe/svg/custom/svg-overflow-types-expected.txt: Removed.
* platform/wpe/svg/custom/text-ctm-expected.txt: Removed.
* platform/wpe/svg/custom/text-hit-test-expected.txt: Removed.
* platform/wpe/svg/custom/text-image-opacity-expected.txt: Removed.
* platform/wpe/svg/custom/text-letter-spacing-expected.txt: Removed.
* platform/wpe/svg/custom/text-linking-expected.txt: Removed.
* platform/wpe/svg/custom/text-repaint-including-stroke-expected.txt: Removed.
* platform/wpe/svg/custom/text-rotation-expected.txt: Removed.
* platform/wpe/svg/custom/text-x-dx-lists-expected.txt: Removed.
* platform/wpe/svg/custom/text-x-dy-lists-expected.txt: Removed.
* platform/wpe/svg/custom/text-x-override-in-tspan-child-expected.txt: Removed.
* platform/wpe/svg/custom/text-xy-updates-SVGList-expected.txt: Removed.
* platform/wpe/svg/custom/text-xy-updates-expected.txt: Removed.
* platform/wpe/svg/custom/tref-update-expected.txt: Removed.
* platform/wpe/svg/custom/use-clipped-hit-expected.txt: Removed.
* platform/wpe/svg/custom/use-detach-expected.txt: Removed.
* platform/wpe/svg/custom/use-dynamic-append-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-g-containing-use-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-g-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-rect-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-symbol-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-use-expected.txt: Removed.
* platform/wpe/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Removed.
* platform/wpe/svg/custom/use-transform-expected.txt: Removed.
* platform/wpe/svg/custom/viewbox-syntax-expected.txt: Removed.
* platform/wpe/svg/dom/SVGPathSegList-segment-modification-expected.txt: Removed.
* platform/wpe/svg/filters/feBlend-all-blendmodes-expected.txt: Removed.
* platform/wpe/svg/filters/feColorMatrix-values-expected.txt: Removed.
* platform/wpe/svg/filters/feComposite-expected.txt: Removed.
* platform/wpe/svg/filters/filter-on-filter-for-text-expected.txt: Removed.
* platform/wpe/svg/filters/sourceAlpha-expected.txt: Removed.
* platform/wpe/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Removed.
* platform/wpe/svg/foreignObject/svg-document-as-direct-child-expected.txt: Removed.
* platform/wpe/svg/hixie/error/002-expected.txt: Removed.
* platform/wpe/svg/hixie/error/003-expected.txt: Removed.
* platform/wpe/svg/hixie/error/010-expected.txt: Removed.
* platform/wpe/svg/hixie/error/011-expected.txt: Removed.
* platform/wpe/svg/hixie/links/002-expected.txt: Removed.
* platform/wpe/svg/hixie/processing-model/003-expected.txt: Removed.
* platform/wpe/svg/hixie/processing-model/004-expected.txt: Removed.
* platform/wpe/svg/hixie/rendering-model/004-expected.txt: Removed.
* platform/wpe/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed.
* platform/wpe/svg/in-html/circle-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Removed.
* platform/wpe/svg/repaint/filter-repaint-expected.txt: Removed.
* platform/wpe/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Removed.
* platform/wpe/svg/text/bidi-embedded-direction-expected.txt: Removed.
* platform/wpe/svg/text/bidi-text-query-expected.txt: Removed.
* platform/wpe/svg/text/font-size-below-point-five-2-expected.txt: Removed.
* platform/wpe/svg/text/font-size-below-point-five-expected.txt: Removed.
* platform/wpe/svg/text/foreignObject-repaint-expected.txt: Removed.
* platform/wpe/svg/text/scaled-font-expected.txt: Removed.
* platform/wpe/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
* platform/wpe/svg/text/selection-background-color-expected.txt: Removed.
* platform/wpe/svg/text/selection-styles-expected.txt: Removed.
* platform/wpe/svg/text/small-fonts-2-expected.txt: Removed.
* platform/wpe/svg/text/small-fonts-expected.txt: Removed.
* platform/wpe/svg/text/text-fonts-02-t-expected.txt: Removed.
* platform/wpe/svg/text/text-intro-05-t-expected.txt: Removed.
* platform/wpe/svg/text/text-text-01-b-expected.txt: Removed.
* platform/wpe/svg/text/text-text-03-b-expected.txt: Removed.
* platform/wpe/svg/text/text-text-05-t-expected.txt: Removed.
* platform/wpe/svg/text/text-vkern-on-horizontal-text-expected.txt: Removed.
* platform/wpe/svg/text/text-ws-01-t-expected.txt: Removed.
* platform/wpe/svg/text/text-ws-02-t-expected.txt: Removed.
* platform/wpe/svg/text/textPathBoundsBug-expected.txt: Removed.
* platform/wpe/svg/text/tspan-dynamic-positioning-expected.txt: Removed.
* platform/wpe/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
* platform/wpe/svg/transforms/svg-css-transforms-expected.txt: Removed.
* platform/wpe/svg/wicd/test-rightsizing-a-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
* platform/wpe/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
* platform/wpe/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Removed.
* platform/wpe/transforms/2d/hindi-rotated-expected.txt: Removed.
* platform/wpe/transforms/3d/general/perspective-units-expected.txt: Removed.
* platform/wpe/transforms/svg-vs-css-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/misc/webgl-specific-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/rendering/point-no-attributes-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/textures/texture-copying-feedback-loops-expected.txt: Removed.
2020-05-14 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r261609
https://bugs.webkit.org/show_bug.cgi?id=211890
Unreviewed gardening.
r261609 fixed a regression in WebGL test and removed the failures
introduced from test expectations. However, some of the failures
removed are still failing. Reintroduce failing tests.
* platform/gtk/TestExpectations:
2020-05-14 Antoine Quint <graouts@apple.com>
Cursor should not update on a 20ms timer
https://bugs.webkit.org/show_bug.cgi?id=211884
<rdar://problem/63220368>
Reviewed by Antti Koivisto.
Update a (flaky) test to not use setTimeout() to test a cursor change and instead use requestAnimationFrame()
since cursor updates are now guaranteed to be run before the next requestAnimationFrame() callback.
* fast/events/mouse-cursor-no-mousemove.html:
* platform/mac-wk1/TestExpectations:
2020-05-14 Philippe Normand <pnormand@igalia.com>
[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: Marking webrtc/disable-encryption.html as no longer flaky.
2020-05-13 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/multiple-codeunit-vertical-upright.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211860
<rdar://problem/31893714>
Reviewed by Megan Gardner.
Font metrics were hard-coded into the test. This patch adds a new font,
Ahem-multi-code-unit.ttf, which has predictable metrics so we don't have
to bake in the metrics into the test. The test is no longer sensitive
to fallback fonts and their metrics.
* fast/text/multiple-codeunit-vertical-upright-2-expected.html: Added.
* fast/text/multiple-codeunit-vertical-upright-2.html: Added.
* fast/text/multiple-codeunit-vertical-upright-expected.html:
* fast/text/multiple-codeunit-vertical-upright.html:
* fast/text/resources/Ahem-multi-code-unit.ttf: Added.
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-05-13 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move shared fast test expectations files to glib
https://bugs.webkit.org/show_bug.cgi?id=211879
Unreviewed test gardening.
* platform/glib/fast/backgrounds/animated-svg-as-mask-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.txt.
* platform/glib/fast/backgrounds/background-leakage-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/background-leakage-expected.txt.
* platform/glib/fast/backgrounds/background-leakage-transforms-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/background-leakage-transforms-expected.txt.
* platform/glib/fast/backgrounds/background-position-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/background-position-1-expected.txt.
* platform/glib/fast/backgrounds/border-radius-split-background-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/border-radius-split-background-expected.txt.
* platform/glib/fast/backgrounds/border-radius-split-background-image-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/border-radius-split-background-image-expected.txt.
* platform/glib/fast/backgrounds/mask-box-image-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/mask-box-image-expected.txt.
* platform/glib/fast/backgrounds/mask-composite-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/mask-composite-expected.txt.
* platform/glib/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt.
* platform/glib/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt.
* platform/glib/fast/backgrounds/size/backgroundSize15-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/size/backgroundSize15-expected.txt.
* platform/glib/fast/backgrounds/size/backgroundSize16-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/size/backgroundSize16-expected.txt.
* platform/glib/fast/backgrounds/solid-color-context-restore-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt.
* platform/glib/fast/backgrounds/svg-as-mask-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/svg-as-mask-expected.txt.
* platform/glib/fast/block/basic/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/002-expected.txt.
* platform/glib/fast/block/basic/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/003-expected.txt.
* platform/glib/fast/block/basic/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/004-expected.txt.
* platform/glib/fast/block/basic/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/005-expected.txt.
* platform/glib/fast/block/basic/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/006-expected.txt.
* platform/glib/fast/block/basic/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/007-expected.txt.
* platform/glib/fast/block/basic/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/008-expected.txt.
* platform/glib/fast/block/basic/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/009-expected.txt.
* platform/glib/fast/block/basic/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/010-expected.txt.
* platform/glib/fast/block/basic/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/011-expected.txt.
* platform/glib/fast/block/basic/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/012-expected.txt.
* platform/glib/fast/block/basic/013-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/013-expected.txt.
* platform/glib/fast/block/basic/018-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/018-expected.txt.
* platform/glib/fast/block/basic/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/019-expected.txt.
* platform/glib/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/fieldset-stretch-to-legend-expected.txt.
* platform/glib/fast/block/basic/height-percentage-simple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/height-percentage-simple-expected.txt.
* platform/glib/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/min-pref-width-nowrap-floats-expected.txt.
* platform/glib/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/percent-height-inside-anonymous-block-expected.txt.
* platform/glib/fast/block/basic/quirk-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/quirk-height-expected.txt.
* platform/glib/fast/block/float/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/004-expected.txt.
* platform/glib/fast/block/float/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/005-expected.txt.
* platform/glib/fast/block/float/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/006-expected.txt.
* platform/glib/fast/block/float/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/007-expected.txt.
* platform/glib/fast/block/float/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/010-expected.txt.
* platform/glib/fast/block/float/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/011-expected.txt.
* platform/glib/fast/block/float/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/012-expected.txt.
* platform/glib/fast/block/float/013-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/013-expected.txt.
* platform/glib/fast/block/float/014-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/014-expected.txt.
* platform/glib/fast/block/float/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/016-expected.txt.
* platform/glib/fast/block/float/017-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/017-expected.txt.
* platform/glib/fast/block/float/018-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/018-expected.txt.
* platform/glib/fast/block/float/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/020-expected.txt.
* platform/glib/fast/block/float/022-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/022-expected.txt.
* platform/glib/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/024-expected.txt.
* platform/glib/fast/block/float/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/025-expected.txt.
* platform/glib/fast/block/float/026-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/026-expected.txt.
* platform/glib/fast/block/float/027-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/027-expected.txt.
* platform/glib/fast/block/float/028-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/028-expected.txt.
* platform/glib/fast/block/float/031-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/031-expected.txt.
* platform/glib/fast/block/float/avoidance-percent-width-compat-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/avoidance-percent-width-compat-expected.txt.
* platform/glib/fast/block/float/avoiding-float-centered-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/avoiding-float-centered-expected.txt.
* platform/glib/fast/block/float/br-with-clear-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/br-with-clear-expected.txt.
* platform/glib/fast/block/float/clamped-right-float-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/clamped-right-float-expected.txt.
* platform/glib/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt.
* platform/glib/fast/block/float/fit_line_below_floats-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/fit_line_below_floats-expected.txt.
* platform/glib/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt.
* platform/glib/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/float-not-removed-from-next-sibling4-expected.txt.
* platform/glib/fast/block/float/floats-and-text-indent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/floats-and-text-indent-expected.txt.
* platform/glib/fast/block/float/floats-and-text-indent-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/floats-and-text-indent-rl-expected.txt.
* platform/glib/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt.
* platform/glib/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt.
* platform/glib/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt.
* platform/glib/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt.
* platform/glib/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt.
* platform/glib/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt.
* platform/glib/fast/block/float/nestedAnonymousBlocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/nestedAnonymousBlocks-expected.txt.
* platform/glib/fast/block/float/overhanging-after-height-decrease-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-after-height-decrease-expected.txt.
* platform/glib/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt.
* platform/glib/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt.
* platform/glib/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt.
* platform/glib/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt.
* platform/glib/fast/block/float/width-update-after-clear-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/width-update-after-clear-expected.txt.
* platform/glib/fast/block/lineboxcontain/parsing-invalid-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt.
* platform/glib/fast/block/margin-collapse/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/001-expected.txt.
* platform/glib/fast/block/margin-collapse/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/002-expected.txt.
* platform/glib/fast/block/margin-collapse/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/003-expected.txt.
* platform/glib/fast/block/margin-collapse/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/004-expected.txt.
* platform/glib/fast/block/margin-collapse/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/005-expected.txt.
* platform/glib/fast/block/margin-collapse/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/012-expected.txt.
* platform/glib/fast/block/margin-collapse/015-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/015-expected.txt.
* platform/glib/fast/block/margin-collapse/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/016-expected.txt.
* platform/glib/fast/block/margin-collapse/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/019-expected.txt.
* platform/glib/fast/block/margin-collapse/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/020-expected.txt.
* platform/glib/fast/block/margin-collapse/021-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/021-expected.txt.
* platform/glib/fast/block/margin-collapse/022-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/022-expected.txt.
* platform/glib/fast/block/margin-collapse/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt.
* platform/glib/fast/block/margin-collapse/031-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/031-expected.txt.
* platform/glib/fast/block/margin-collapse/032-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/032-expected.txt.
* platform/glib/fast/block/margin-collapse/033-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/033-expected.txt.
* platform/glib/fast/block/margin-collapse/034-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/034-expected.txt.
* platform/glib/fast/block/margin-collapse/037-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/037-expected.txt.
* platform/glib/fast/block/margin-collapse/038-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/038-expected.txt.
* platform/glib/fast/block/margin-collapse/041-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/041-expected.txt.
* platform/glib/fast/block/margin-collapse/042-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/042-expected.txt.
* platform/glib/fast/block/margin-collapse/043-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/043-expected.txt.
* platform/glib/fast/block/margin-collapse/055-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/055-expected.txt.
* platform/glib/fast/block/margin-collapse/056-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/056-expected.txt.
* platform/glib/fast/block/margin-collapse/057-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/057-expected.txt.
* platform/glib/fast/block/margin-collapse/058-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/058-expected.txt.
* platform/glib/fast/block/margin-collapse/059-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/059-expected.txt.
* platform/glib/fast/block/margin-collapse/100-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/100-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/002-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/003-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/004-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/015-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/021-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/022-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt.
* platform/glib/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt.
* platform/glib/fast/block/positioning/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/001-expected.txt.
* platform/glib/fast/block/positioning/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/002-expected.txt.
* platform/glib/fast/block/positioning/052-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/052-expected.txt.
* platform/glib/fast/block/positioning/054-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/054-expected.txt.
* platform/glib/fast/block/positioning/058-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/058-expected.txt.
* platform/glib/fast/block/positioning/061-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/061-expected.txt.
* platform/glib/fast/block/positioning/abs-inside-inline-rel-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/abs-inside-inline-rel-expected.txt.
* platform/glib/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-position-direction-expected.txt.
* platform/glib/fast/block/positioning/absolute-positioned-overconstrained-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-positioned-overconstrained-expected.txt.
* platform/glib/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt.
* platform/glib/fast/block/positioning/absolute-with-html-border-quirks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-with-html-border-quirks-expected.txt.
* platform/glib/fast/block/positioning/absolute-with-html-border-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-with-html-border-strict-expected.txt.
* platform/glib/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt.
* platform/glib/fast/block/positioning/auto/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/001-expected.txt.
* platform/glib/fast/block/positioning/auto/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/002-expected.txt.
* platform/glib/fast/block/positioning/auto/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/003-expected.txt.
* platform/glib/fast/block/positioning/auto/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/004-expected.txt.
* platform/glib/fast/block/positioning/auto/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/006-expected.txt.
* platform/glib/fast/block/positioning/auto/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/007-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/001-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/002-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/003-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/004-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/005-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/006-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/007-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/001-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/002-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/003-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/004-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/005-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/006-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/007-expected.txt.
* platform/glib/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt.
* platform/glib/fast/block/positioning/differing-writing-modes-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/differing-writing-modes-expected.txt.
* platform/glib/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.txt.
* platform/glib/fast/block/positioning/negative-right-pos-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/negative-right-pos-expected.txt.
* platform/glib/fast/block/positioning/padding-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/padding-percent-expected.txt.
* platform/glib/fast/block/positioning/pref-width-change-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/pref-width-change-expected.txt.
* platform/glib/fast/block/positioning/relative-overflow-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/relative-overflow-block-expected.txt.
* platform/glib/fast/block/positioning/relative-overflow-replaced-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/relative-overflow-replaced-expected.txt.
* platform/glib/fast/block/positioning/relative-overflow-replaced-float-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/relative-overflow-replaced-float-expected.txt.
* platform/glib/fast/block/positioning/relative-positioned-inline-container-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/relative-positioned-inline-container-expected.txt.
* platform/glib/fast/block/positioning/table-cell-static-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt.
* platform/glib/fast/block/positioning/trailing-space-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/trailing-space-test-expected.txt.
* platform/glib/fast/block/positioning/vertical-lr/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-lr/001-expected.txt.
* platform/glib/fast/block/positioning/vertical-lr/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-lr/002-expected.txt.
* platform/glib/fast/block/positioning/vertical-rl/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-rl/001-expected.txt.
* platform/glib/fast/block/positioning/vertical-rl/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-rl/002-expected.txt.
* platform/glib/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt.
* platform/glib/fast/body-propagation/background-color/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/002-expected.txt.
* platform/glib/fast/body-propagation/background-color/002-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/002-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/003-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/003-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-color/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/003-expected.txt.
* platform/glib/fast/body-propagation/background-color/003-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/003-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/004-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/004-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-color/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/004-expected.txt.
* platform/glib/fast/body-propagation/background-color/004-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/004-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/006-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/006-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-color/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/006-expected.txt.
* platform/glib/fast/body-propagation/background-color/006-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/006-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/007-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/007-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-color/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/007-expected.txt.
* platform/glib/fast/body-propagation/background-color/007-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/007-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/008-expected.txt.
* platform/glib/fast/body-propagation/background-color/008-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/008-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/002-expected.txt.
* platform/glib/fast/body-propagation/background-image/002-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/002-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/003-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/003-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-image/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/003-expected.txt.
* platform/glib/fast/body-propagation/background-image/003-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/003-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/004-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/004-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-image/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/004-expected.txt.
* platform/glib/fast/body-propagation/background-image/004-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/004-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/006-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/006-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-image/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/006-expected.txt.
* platform/glib/fast/body-propagation/background-image/006-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/006-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/007-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/007-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-image/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/007-expected.txt.
* platform/glib/fast/body-propagation/background-image/007-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/007-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/008-expected.txt.
* platform/glib/fast/body-propagation/background-image/008-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/008-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/001-expected.txt.
* platform/glib/fast/body-propagation/overflow/001-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/001-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/002-expected.txt.
* platform/glib/fast/body-propagation/overflow/002-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/002-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/003-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/003-declarative-expected.txt.
* platform/glib/fast/body-propagation/overflow/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/003-expected.txt.
* platform/glib/fast/body-propagation/overflow/003-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/003-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/004-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/004-declarative-expected.txt.
* platform/glib/fast/body-propagation/overflow/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/004-expected.txt.
* platform/glib/fast/body-propagation/overflow/004-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/004-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/006-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/006-declarative-expected.txt.
* platform/glib/fast/body-propagation/overflow/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/006-expected.txt.
* platform/glib/fast/body-propagation/overflow/006-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/006-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/007-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/007-declarative-expected.txt.
* platform/glib/fast/body-propagation/overflow/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/007-expected.txt.
* platform/glib/fast/body-propagation/overflow/007-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/007-xhtml-expected.txt.
* platform/glib/fast/borders/border-antialiasing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-antialiasing-expected.txt.
* platform/glib/fast/borders/border-image-01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-01-expected.txt.
* platform/glib/fast/borders/border-image-longhand-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-longhand-expected.txt.
* platform/glib/fast/borders/border-image-massive-scale-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-massive-scale-expected.txt.
* platform/glib/fast/borders/border-image-omit-right-slice-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-omit-right-slice-expected.txt.
* platform/glib/fast/borders/border-image-outset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-outset-expected.txt.
* platform/glib/fast/borders/border-image-outset-in-shorthand-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.txt.
* platform/glib/fast/borders/border-image-outset-split-inline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-outset-split-inline-expected.txt.
* platform/glib/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt.
* platform/glib/fast/borders/border-image-repeat-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-repeat-expected.txt.
* platform/glib/fast/borders/border-image-rotate-transform-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-rotate-transform-expected.txt.
* platform/glib/fast/borders/border-image-scale-transform-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-scale-transform-expected.txt.
* platform/glib/fast/borders/border-image-scaled-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-scaled-expected.txt.
* platform/glib/fast/borders/border-image-scrambled-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-scrambled-expected.txt.
* platform/glib/fast/borders/border-image-side-reduction-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-side-reduction-expected.txt.
* platform/glib/fast/borders/border-image-slice-constrained-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-slice-constrained-expected.txt.
* platform/glib/fast/borders/border-image-slices-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-slices-expected.txt.
* platform/glib/fast/borders/border-image-source-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-source-expected.txt.
* platform/glib/fast/borders/border-radius-inset-outset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-inset-outset-expected.txt.
* platform/glib/fast/borders/border-styles-split-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-styles-split-expected.txt.
* platform/glib/fast/borders/borderRadiusAllStylesAllCorners-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusAllStylesAllCorners-expected.txt.
* platform/glib/fast/borders/borderRadiusArcs01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusArcs01-expected.txt.
* platform/glib/fast/borders/borderRadiusDashed01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed01-expected.txt.
* platform/glib/fast/borders/borderRadiusDashed02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed02-expected.txt.
* platform/glib/fast/borders/borderRadiusDashed03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed03-expected.txt.
* platform/glib/fast/borders/borderRadiusDotted01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDotted01-expected.txt.
* platform/glib/fast/borders/borderRadiusDotted02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDotted02-expected.txt.
* platform/glib/fast/borders/borderRadiusDotted03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDotted03-expected.txt.
* platform/glib/fast/borders/borderRadiusDouble01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble01-expected.txt.
* platform/glib/fast/borders/borderRadiusDouble02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble02-expected.txt.
* platform/glib/fast/borders/borderRadiusDouble03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble03-expected.txt.
* platform/glib/fast/borders/borderRadiusGroove01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusGroove01-expected.txt.
* platform/glib/fast/borders/borderRadiusGroove02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusGroove02-expected.txt.
* platform/glib/fast/borders/borderRadiusInset01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusInset01-expected.txt.
* platform/glib/fast/borders/borderRadiusInvalidColor-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusInvalidColor-expected.txt.
* platform/glib/fast/borders/borderRadiusOutset01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusOutset01-expected.txt.
* platform/glib/fast/borders/borderRadiusRidge01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusRidge01-expected.txt.
* platform/glib/fast/borders/borderRadiusSolid01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid01-expected.txt.
* platform/glib/fast/borders/borderRadiusSolid02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid02-expected.txt.
* platform/glib/fast/borders/borderRadiusSolid03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid03-expected.txt.
* platform/glib/fast/borders/borderRadiusSolid04-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid04-expected.txt.
* platform/glib/fast/borders/different-color-borders-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/different-color-borders-expected.txt.
* platform/glib/fast/borders/mixed-border-style2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/mixed-border-style2-expected.txt.
* platform/glib/fast/borders/mixed-border-styles-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/mixed-border-styles-expected.txt.
* platform/glib/fast/borders/mixed-border-styles-radius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/mixed-border-styles-radius-expected.txt.
* platform/glib/fast/borders/mixed-border-styles-radius2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/mixed-border-styles-radius2-expected.txt.
* platform/glib/fast/borders/scaled-border-image-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/scaled-border-image-expected.txt.
* platform/glib/fast/borders/table-borders-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/table-borders-expected.txt.
* platform/glib/fast/box-shadow/box-shadow-radius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/box-shadow-radius-expected.txt.
* platform/glib/fast/box-shadow/box-shadow-transformed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/box-shadow-transformed-expected.txt.
* platform/glib/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt.
* platform/glib/fast/box-shadow/inset-box-shadow-radius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/inset-box-shadow-radius-expected.txt.
* platform/glib/fast/box-shadow/inset-box-shadows-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/inset-box-shadows-expected.txt.
* platform/glib/fast/box-shadow/inset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/inset-expected.txt.
* platform/glib/fast/box-shadow/scaled-box-shadow-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt.
* platform/glib/fast/box-shadow/transform-fringing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/transform-fringing-expected.txt.
* platform/glib/fast/box-sizing/box-sizing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-sizing/box-sizing-expected.txt.
* platform/glib/fast/box-sizing/panels-one-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-sizing/panels-one-expected.txt.
* platform/glib/fast/box-sizing/panels-two-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-sizing/panels-two-expected.txt.
* platform/glib/fast/box-sizing/percentage-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-sizing/percentage-height-expected.txt.
* platform/glib/fast/canvas/canvas-size-change-after-layout-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/canvas-size-change-after-layout-expected.txt.
* platform/glib/fast/canvas/canvas-zoom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/canvas-zoom-expected.txt.
* platform/glib/fast/canvas/fallback-content-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/fallback-content-expected.txt.
* platform/glib/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt.
* platform/glib/fast/canvas/webgl/css-webkit-canvas-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/css-webkit-canvas-expected.txt.
* platform/glib/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt.
* platform/glib/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-expected.txt.
* platform/glib/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt.
* platform/glib/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt.
* platform/glib/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt.
* platform/glib/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt.
* platform/glib/fast/clip/outline-overflowClip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/clip/outline-overflowClip-expected.txt.
* platform/glib/fast/clip/overflow-border-radius-clip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/clip/overflow-border-radius-clip-expected.txt.
* platform/glib/fast/css-generated-content/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/003-expected.txt.
* platform/glib/fast/css-generated-content/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/004-expected.txt.
* platform/glib/fast/css-generated-content/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/005-expected.txt.
* platform/glib/fast/css-generated-content/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/007-expected.txt.
* platform/glib/fast/css-generated-content/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/008-expected.txt.
* platform/glib/fast/css-generated-content/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/009-expected.txt.
* platform/glib/fast/css-generated-content/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/010-expected.txt.
* platform/glib/fast/css-generated-content/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/011-expected.txt.
* platform/glib/fast/css-generated-content/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/016-expected.txt.
* platform/glib/fast/css-generated-content/after-order-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/after-order-expected.txt.
* platform/glib/fast/css-generated-content/beforeAfter-interdocument-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/beforeAfter-interdocument-expected.txt.
* platform/glib/fast/css-generated-content/details-summary-before-after-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt.
* platform/glib/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt.
* platform/glib/fast/css-generated-content/initial-letter-clearance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-clearance-expected.txt.
* platform/glib/fast/css-generated-content/initial-letter-descender-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-descender-expected.txt.
* platform/glib/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt.
* platform/glib/fast/css-generated-content/no-openclose-quote-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/no-openclose-quote-expected.txt.
* platform/glib/fast/css-generated-content/table-before-after-child-add-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt.
* platform/glib/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt.
* platform/glib/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt.
* platform/glib/fast/css-generated-content/table-row-group-to-inline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt.
* platform/glib/fast/css-generated-content/table-row-group-with-before-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-row-group-with-before-expected.txt.
* platform/glib/fast/css-generated-content/table-row-with-before-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-row-with-before-expected.txt.
* platform/glib/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt.
* platform/glib/fast/css-generated-content/table-with-before-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-with-before-expected.txt.
* platform/glib/fast/css-generated-content/visibleContentHiddenParent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/visibleContentHiddenParent-expected.txt.
* platform/glib/fast/css/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/001-expected.txt.
* platform/glib/fast/css/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/007-expected.txt.
* platform/glib/fast/css/ZeroOpacityLayers-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/ZeroOpacityLayers-expected.txt.
* platform/glib/fast/css/ZeroOpacityLayers2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/ZeroOpacityLayers2-expected.txt.
* platform/glib/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt.
* platform/glib/fast/css/absolute-poition-in-rtl-parent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt.
* platform/glib/fast/css/apple-system-colors-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/apple-system-colors-expected.txt.
* platform/glib/fast/css/attribute-selector-empty-value-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/attribute-selector-empty-value-expected.txt.
* platform/glib/fast/css/begin-end-contain-selector-empty-value-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/begin-end-contain-selector-empty-value-expected.txt.
* platform/glib/fast/css/border-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/border-height-expected.txt.
* platform/glib/fast/css/child-style-can-override-visited-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/child-style-can-override-visited-style-expected.txt.
* platform/glib/fast/css/clip-text-in-scaled-div-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/clip-text-in-scaled-div-expected.txt.
* platform/glib/fast/css/color-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/color-quirk-expected.txt.
* platform/glib/fast/css/color-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/color-strict-expected.txt.
* platform/glib/fast/css/counters/counter-text-security-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/counters/counter-text-security-expected.txt.
* platform/glib/fast/css/counters/counter-text-transform-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/counters/counter-text-transform-expected.txt.
* platform/glib/fast/css/create_element_align-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/create_element_align-expected.txt.
* platform/glib/fast/css/empty-body-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/empty-body-test-expected.txt.
* platform/glib/fast/css/empty-generated-content-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/empty-generated-content-expected.txt.
* platform/glib/fast/css/empty-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/empty-pseudo-class-expected.txt.
* platform/glib/fast/css/error-in-last-decl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/error-in-last-decl-expected.txt.
* platform/glib/fast/css/fieldset-display-row-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/fieldset-display-row-expected.txt.
* platform/glib/fast/css/first-child-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/first-child-pseudo-class-expected.txt.
* platform/glib/fast/css/first-letter-first-line-hover-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/first-letter-first-line-hover-expected.txt.
* platform/glib/fast/css/first-letter-recalculation-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/first-letter-recalculation-expected.txt.
* platform/glib/fast/css/first-of-type-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/first-of-type-pseudo-class-expected.txt.
* platform/glib/fast/css/focus-ring-detached-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/focus-ring-detached-expected.txt.
* platform/glib/fast/css/focus-ring-multiline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/focus-ring-multiline-expected.txt.
* platform/glib/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt.
* platform/glib/fast/css/font-face-in-media-rule-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font-face-in-media-rule-expected.txt.
* platform/glib/fast/css/font-face-woff-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font-face-woff-expected.txt.
* platform/glib/fast/css/font-family-pictograph-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font-family-pictograph-expected.txt.
* platform/glib/fast/css/font-smoothing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font-smoothing-expected.txt.
* platform/glib/fast/css/font_property_normal-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font_property_normal-expected.txt.
* platform/glib/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt.
* platform/glib/fast/css/getComputedStyle/computed-style-font-family-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-font-family-expected.txt.
* platform/glib/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
* platform/glib/fast/css/h1-in-section-elements-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/h1-in-section-elements-expected.txt.
* platform/glib/fast/css/hsla-color-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/hsla-color-expected.txt.
* platform/glib/fast/css/image-rendering-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/image-rendering-expected.txt.
* platform/glib/fast/css/inline-element-line-break-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/inline-element-line-break-expected.txt.
* platform/glib/fast/css/inline-properties-important-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/inline-properties-important-expected.txt.
* platform/glib/fast/css/invalid-pseudo-classes-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/invalid-pseudo-classes-expected.txt.
* platform/glib/fast/css/last-child-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/last-child-pseudo-class-expected.txt.
* platform/glib/fast/css/last-of-type-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/last-of-type-pseudo-class-expected.txt.
* platform/glib/fast/css/line-height-font-order-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/line-height-font-order-expected.txt.
* platform/glib/fast/css/list-outline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/list-outline-expected.txt.
* platform/glib/fast/css/margin-bottom-form-element-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/margin-bottom-form-element-quirk-expected.txt.
* platform/glib/fast/css/margin-bottom-form-element-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/margin-bottom-form-element-strict-expected.txt.
* platform/glib/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/min-width-with-spanned-cell-fixed-expected.txt.
* platform/glib/fast/css/named-images-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/named-images-expected.txt.
* platform/glib/fast/css/namespaces/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/001-expected.txt.
* platform/glib/fast/css/namespaces/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/002-expected.txt.
* platform/glib/fast/css/namespaces/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/003-expected.txt.
* platform/glib/fast/css/namespaces/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/004-expected.txt.
* platform/glib/fast/css/namespaces/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/005-expected.txt.
* platform/glib/fast/css/namespaces/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/006-expected.txt.
* platform/glib/fast/css/namespaces/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/007-expected.txt.
* platform/glib/fast/css/namespaces/namespaces-comments-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/namespaces-comments-expected.txt.
* platform/glib/fast/css/namespaces/namespaces-empty-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/namespaces-empty-expected.txt.
* platform/glib/fast/css/namespaces/namespaces-escapes-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/namespaces-escapes-expected.txt.
* platform/glib/fast/css/namespaces/namespaces-invalid-at-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/namespaces-invalid-at-expected.txt.
* platform/glib/fast/css/negative-leading-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/negative-leading-expected.txt.
* platform/glib/fast/css/nested-floating-relative-position-percentages-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/nested-floating-relative-position-percentages-expected.txt.
* platform/glib/fast/css/non-empty-span-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/non-empty-span-expected.txt.
* platform/glib/fast/css/non-standard-checkbox-size-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/non-standard-checkbox-size-expected.txt.
* platform/glib/fast/css/only-child-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/only-child-pseudo-class-expected.txt.
* platform/glib/fast/css/only-of-type-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/only-of-type-pseudo-class-expected.txt.
* platform/glib/fast/css/outline-auto-empty-rects-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/outline-auto-empty-rects-expected.txt.
* platform/glib/fast/css/outline-auto-location-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/outline-auto-location-expected.txt.
* platform/glib/fast/css/outline-narrowLine-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/outline-narrowLine-expected.txt.
* platform/glib/fast/css/pendingStylesheetFontSize-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/pendingStylesheetFontSize-expected.txt.
* platform/glib/fast/css/percent-top-relative-container-height-unspecified-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/percent-top-relative-container-height-unspecified-expected.txt.
* platform/glib/fast/css/percent-top-value-with-relative-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/percent-top-value-with-relative-position-expected.txt.
* platform/glib/fast/css/percentage-non-integer-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/percentage-non-integer-expected.txt.
* platform/glib/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt.
* platform/glib/fast/css/pseudo-element-line-break-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/pseudo-element-line-break-expected.txt.
* platform/glib/fast/css/rem-units-on-root-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/rem-units-on-root-expected.txt.
* platform/glib/fast/css/rtl-to-viewport-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/rtl-to-viewport-expected.txt.
* platform/glib/fast/css/shadow-multiple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/shadow-multiple-expected.txt.
* platform/glib/fast/css/simple-selector-chain-parsing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/simple-selector-chain-parsing-expected.txt.
* platform/glib/fast/css/table-text-align-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/table-text-align-quirk-expected.txt.
* platform/glib/fast/css/table-text-align-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/table-text-align-strict-expected.txt.
* platform/glib/fast/css/target-fragment-match-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/target-fragment-match-expected.txt.
* platform/glib/fast/css/text-security-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/text-security-expected.txt.
* platform/glib/fast/css/viewport-units-dynamic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/viewport-units-dynamic-expected.txt.
* platform/glib/fast/css/zoom-font-size-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/zoom-font-size-expected.txt.
* platform/glib/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt.
* platform/glib/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt.
* platform/glib/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-element-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt.
* platform/glib/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt.
* platform/glib/fast/dom/HTMLProgressElement/progress-element-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt.
* platform/glib/fast/dom/Window/btoa-pnglet-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/Window/btoa-pnglet-expected.txt.
* platform/glib/fast/dom/clone-contents-0-end-offset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/clone-contents-0-end-offset-expected.txt.
* platform/glib/fast/dom/clone-node-dynamic-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/clone-node-dynamic-style-expected.txt.
* platform/glib/fast/dom/createDocumentType-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/createDocumentType-expected.txt.
* platform/glib/fast/dom/css-mediarule-deleteRule-update-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/css-mediarule-deleteRule-update-expected.txt.
* platform/glib/fast/dom/css-mediarule-insertRule-update-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/css-mediarule-insertRule-update-expected.txt.
* platform/glib/fast/dom/css-rule-functions-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/css-rule-functions-expected.txt.
* platform/glib/fast/dom/importNodeHTML-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/importNodeHTML-expected.txt.
* platform/glib/fast/dom/importNodeXML-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/importNodeXML-expected.txt.
* platform/glib/fast/dom/outerText-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/outerText-expected.txt.
* platform/glib/fast/dom/row-inner-text-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/row-inner-text-expected.txt.
* platform/glib/fast/dynamic/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/002-expected.txt.
* platform/glib/fast/dynamic/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/004-expected.txt.
* platform/glib/fast/dynamic/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/006-expected.txt.
* platform/glib/fast/dynamic/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/009-expected.txt.
* platform/glib/fast/dynamic/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/010-expected.txt.
* platform/glib/fast/dynamic/013-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/013-expected.txt.
* platform/glib/fast/dynamic/first-letter-display-change-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/first-letter-display-change-expected.txt.
* platform/glib/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt.
* platform/glib/fast/dynamic/genContentDestroyChildren-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/genContentDestroyChildren-expected.txt.
* platform/glib/fast/dynamic/link-href-change-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/link-href-change-expected.txt.
* platform/glib/fast/dynamic/move-node-with-selection-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/move-node-with-selection-expected.txt.
* platform/glib/fast/dynamic/outerHTML-img-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/outerHTML-img-expected.txt.
* platform/glib/fast/dynamic/text-combine-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/text-combine-expected.txt.
* platform/glib/fast/dynamic/window-scrollbars-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/window-scrollbars-test-expected.txt.
* platform/glib/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/clientXY-in-zoom-and-scroll-expected.txt.
* platform/glib/fast/events/event-listener-on-link-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/event-listener-on-link-expected.txt.
* platform/glib/fast/events/focus-label-legend-elements-with-tab-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/focus-label-legend-elements-with-tab-expected.txt.
* platform/glib/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/ghostly-mousemoves-in-subframe-expected.txt.
* platform/glib/fast/events/onload-re-entry-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/onload-re-entry-expected.txt.
* platform/glib/fast/events/reveal-link-when-focused-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/reveal-link-when-focused-expected.txt.
* platform/glib/fast/flexbox/026-expected.txt: Renamed from LayoutTests/platform/gtk/fast/flexbox/026-expected.txt.
* platform/glib/fast/frames/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/001-expected.txt.
* platform/glib/fast/frames/flattening/iframe-flattening-nested-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/flattening/iframe-flattening-nested-expected.txt.
* platform/glib/fast/frames/frame-scrolling-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/frame-scrolling-attribute-expected.txt.
* platform/glib/fast/frames/frameElement-frame-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/frameElement-frame-expected.txt.
* platform/glib/fast/frames/frameElement-iframe-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/frameElement-iframe-expected.txt.
* platform/glib/fast/frames/iframe-option-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/iframe-option-crash-expected.txt.
* platform/glib/fast/frames/iframe-scrolling-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt.
* platform/glib/fast/frames/inline-object-inside-frameset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/inline-object-inside-frameset-expected.txt.
* platform/glib/fast/gradients/generated-gradients-expected.txt: Renamed from LayoutTests/platform/gtk/fast/gradients/generated-gradients-expected.txt.
* platform/glib/fast/gradients/simple-gradients-expected.txt: Renamed from LayoutTests/platform/gtk/fast/gradients/simple-gradients-expected.txt.
* platform/glib/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/broken-image-with-size-hidpi-expected.txt.
* platform/glib/fast/hidpi/clip-text-in-hidpi-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/clip-text-in-hidpi-expected.txt.
* platform/glib/fast/hidpi/device-scale-factor-paint-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/device-scale-factor-paint-expected.txt.
* platform/glib/fast/hidpi/focus-rings-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/focus-rings-expected.txt.
* platform/glib/fast/hidpi/gradient-with-scaled-ancestor-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/gradient-with-scaled-ancestor-expected.txt.
* platform/glib/fast/hidpi/image-set-as-background-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-as-background-expected.txt.
* platform/glib/fast/hidpi/image-set-background-repeat-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-background-repeat-expected.txt.
* platform/glib/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-background-repeat-without-size-expected.txt.
* platform/glib/fast/hidpi/image-set-border-image-comparison-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt.
* platform/glib/fast/hidpi/image-set-border-image-simple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt.
* platform/glib/fast/hidpi/image-set-in-content-dynamic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt.
* platform/glib/fast/hidpi/image-set-out-of-order-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt.
* platform/glib/fast/hidpi/image-set-simple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-simple-expected.txt.
* platform/glib/fast/hidpi/image-set-without-specified-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt.
* platform/glib/fast/html/details-add-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-child-1-expected.txt.
* platform/glib/fast/html/details-add-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-child-2-expected.txt.
* platform/glib/fast/html/details-add-details-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-details-child-1-expected.txt.
* platform/glib/fast/html/details-add-details-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-details-child-2-expected.txt.
* platform/glib/fast/html/details-add-summary-1-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-1-expected.txt.
* platform/glib/fast/html/details-add-summary-10-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-10-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-10-expected.txt.
* platform/glib/fast/html/details-add-summary-2-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-2-expected.txt.
* platform/glib/fast/html/details-add-summary-3-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-3-expected.txt.
* platform/glib/fast/html/details-add-summary-4-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-4-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-4-expected.txt.
* platform/glib/fast/html/details-add-summary-5-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-5-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-5-expected.txt.
* platform/glib/fast/html/details-add-summary-6-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-6-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-6-expected.txt.
* platform/glib/fast/html/details-add-summary-7-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-7-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-7-expected.txt.
* platform/glib/fast/html/details-add-summary-8-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-8-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-8-expected.txt.
* platform/glib/fast/html/details-add-summary-9-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-9-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-9-expected.txt.
* platform/glib/fast/html/details-add-summary-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-child-1-expected.txt.
* platform/glib/fast/html/details-add-summary-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-child-2-expected.txt.
* platform/glib/fast/html/details-marker-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-marker-style-expected.txt.
* platform/glib/fast/html/details-marker-style-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-marker-style-mixed-expected.txt.
* platform/glib/fast/html/details-nested-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-nested-1-expected.txt.
* platform/glib/fast/html/details-nested-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-nested-2-expected.txt.
* platform/glib/fast/html/details-no-summary1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-no-summary1-expected.txt.
* platform/glib/fast/html/details-no-summary2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-no-summary2-expected.txt.
* platform/glib/fast/html/details-no-summary3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-no-summary3-expected.txt.
* platform/glib/fast/html/details-open1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-open1-expected.txt.
* platform/glib/fast/html/details-open3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-open3-expected.txt.
* platform/glib/fast/html/details-open5-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-open5-expected.txt.
* platform/glib/fast/html/details-open6-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-open6-expected.txt.
* platform/glib/fast/html/details-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-position-expected.txt.
* platform/glib/fast/html/details-remove-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-child-1-expected.txt.
* platform/glib/fast/html/details-remove-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-child-2-expected.txt.
* platform/glib/fast/html/details-remove-summary-1-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-1-expected.txt.
* platform/glib/fast/html/details-remove-summary-2-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-2-expected.txt.
* platform/glib/fast/html/details-remove-summary-3-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-3-expected.txt.
* platform/glib/fast/html/details-remove-summary-4-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-4-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-4-expected.txt.
* platform/glib/fast/html/details-remove-summary-5-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-5-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-5-expected.txt.
* platform/glib/fast/html/details-remove-summary-6-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-6-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-6-expected.txt.
* platform/glib/fast/html/details-remove-summary-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-child-1-expected.txt.
* platform/glib/fast/html/details-remove-summary-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-child-2-expected.txt.
* platform/glib/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/font-weight-bold-for-b-and-strong-expected.txt.
* platform/glib/fast/html/keygen-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/keygen-expected.txt.
* platform/glib/fast/html/link-rel-stylesheet-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/link-rel-stylesheet-expected.txt.
* platform/glib/fast/images/image-controls-basic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.txt.
* platform/glib/fast/images/image-map-anchor-children-expected.txt: Renamed from LayoutTests/platform/gtk/fast/images/image-map-anchor-children-expected.txt.
* platform/glib/fast/inline-block/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/001-expected.txt.
* platform/glib/fast/inline-block/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/002-expected.txt.
* platform/glib/fast/inline-block/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/003-expected.txt.
* platform/glib/fast/inline-block/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/006-expected.txt.
* platform/glib/fast/inline-block/tricky-baseline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/tricky-baseline-expected.txt.
* platform/glib/fast/inline/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/002-expected.txt.
* platform/glib/fast/inline/25277-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/25277-2-expected.txt.
* platform/glib/fast/inline/25277-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/25277-expected.txt.
* platform/glib/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt.
* platform/glib/fast/inline/continuation-outlines-with-layers-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/continuation-outlines-with-layers-2-expected.txt.
* platform/glib/fast/inline/inline-content-with-image-simple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/inline-content-with-image-simple-expected.txt.
* platform/glib/fast/inline/inline-padding-disables-text-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/inline-padding-disables-text-quirk-expected.txt.
* platform/glib/fast/inline/inline-text-quirk-bpm-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/inline-text-quirk-bpm-expected.txt.
* platform/glib/fast/inline/inline-wrap-with-parent-padding-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/inline-wrap-with-parent-padding-expected.txt.
* platform/glib/fast/inline/justify-emphasis-inline-box-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/justify-emphasis-inline-box-expected.txt.
* platform/glib/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt.
* platform/glib/fast/inline/outline-continuations-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/outline-continuations-expected.txt.
* platform/glib/fast/inline/positioned-object-between-replaced-elements-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/positioned-object-between-replaced-elements-expected.txt.
* platform/glib/fast/inline/positionedLifetime-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/positionedLifetime-expected.txt.
* platform/glib/fast/inline/simple-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/simple-inline-block-expected.txt.
* platform/glib/fast/inline/simple-intruding-float1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/simple-intruding-float1-expected.txt.
* platform/glib/fast/inline/simple-intruding-floats2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/simple-intruding-floats2-expected.txt.
* platform/glib/fast/inline/simple-shrink-to-fit-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/simple-shrink-to-fit-inline-block-expected.txt.
* platform/glib/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/styledEmptyInlinesWithBRs-expected.txt.
* platform/glib/fast/inline/vertical-align-text-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/vertical-align-text-bottom-expected.txt.
* platform/glib/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inspector-support/matchedrules-expected.txt.
* platform/glib/fast/invalid/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/001-expected.txt.
* platform/glib/fast/invalid/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/004-expected.txt.
* platform/glib/fast/invalid/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/005-expected.txt.
* platform/glib/fast/invalid/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/006-expected.txt.
* platform/glib/fast/invalid/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/009-expected.txt.
* platform/glib/fast/invalid/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/010-expected.txt.
* platform/glib/fast/invalid/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/011-expected.txt.
* platform/glib/fast/invalid/018-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/018-expected.txt.
* platform/glib/fast/invalid/nestedh3s-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/nestedh3s-expected.txt.
* platform/glib/fast/invalid/td-inside-object-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/td-inside-object-expected.txt.
* platform/glib/fast/layers/overflow-scroll-auto-switch-expected.txt: Renamed from LayoutTests/platform/gtk/fast/layers/overflow-scroll-auto-switch-expected.txt.
* platform/glib/fast/layers/remove-layer-with-nested-stacking-expected.txt: Renamed from LayoutTests/platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt.
* platform/glib/fast/line-grid/line-align-left-edges-expected.txt: Renamed from LayoutTests/platform/gtk/fast/line-grid/line-align-left-edges-expected.txt.
* platform/glib/fast/line-grid/line-align-right-edges-expected.txt: Renamed from LayoutTests/platform/gtk/fast/line-grid/line-align-right-edges-expected.txt.
* platform/glib/fast/lists/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/001-expected.txt.
* platform/glib/fast/lists/001-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/001-vertical-expected.txt.
* platform/glib/fast/lists/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/002-expected.txt.
* platform/glib/fast/lists/002-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/002-vertical-expected.txt.
* platform/glib/fast/lists/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/004-expected.txt.
* platform/glib/fast/lists/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/005-expected.txt.
* platform/glib/fast/lists/005-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/005-vertical-expected.txt.
* platform/glib/fast/lists/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/006-expected.txt.
* platform/glib/fast/lists/006-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/006-vertical-expected.txt.
* platform/glib/fast/lists/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/007-expected.txt.
* platform/glib/fast/lists/007-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/007-vertical-expected.txt.
* platform/glib/fast/lists/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/008-expected.txt.
* platform/glib/fast/lists/008-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/008-vertical-expected.txt.
* platform/glib/fast/lists/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/009-expected.txt.
* platform/glib/fast/lists/009-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/009-vertical-expected.txt.
* platform/glib/fast/lists/li-br-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/li-br-expected.txt.
* platform/glib/fast/lists/li-style-alpha-huge-value-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/li-style-alpha-huge-value-crash-expected.txt.
* platform/glib/fast/lists/list-marker-with-line-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/list-marker-with-line-height-expected.txt.
* platform/glib/fast/lists/list-style-none-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/list-style-none-crash-expected.txt.
* platform/glib/fast/lists/numeric-markers-outside-list-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/numeric-markers-outside-list-expected.txt.
* platform/glib/fast/lists/ol-start-dynamic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/ol-start-dynamic-expected.txt.
* platform/glib/fast/lists/ol-start-parsing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/ol-start-parsing-expected.txt.
* platform/glib/fast/loader/text-document-wrapping-expected.txt: Renamed from LayoutTests/platform/gtk/fast/loader/text-document-wrapping-expected.txt.
* platform/glib/fast/multicol/border-padding-pagination-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/border-padding-pagination-expected.txt.
* platform/glib/fast/multicol/client-rects-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt.
* platform/glib/fast/multicol/client-rects-spanners-complex-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/client-rects-spanners-complex-expected.txt.
* platform/glib/fast/multicol/client-rects-spanners-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/client-rects-spanners-expected.txt.
* platform/glib/fast/multicol/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/column-break-with-balancing-expected.txt.
* platform/glib/fast/multicol/column-count-with-rules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/column-count-with-rules-expected.txt.
* platform/glib/fast/multicol/columns-shorthand-parsing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/columns-shorthand-parsing-expected.txt.
* platform/glib/fast/multicol/float-avoidance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/float-avoidance-expected.txt.
* platform/glib/fast/multicol/float-paginate-empty-lines-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/float-paginate-empty-lines-expected.txt.
* platform/glib/fast/multicol/float-paginate-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/float-paginate-expected.txt.
* platform/glib/fast/multicol/layers-split-across-columns-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/layers-split-across-columns-expected.txt.
* platform/glib/fast/multicol/margin-collapse-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/margin-collapse-expected.txt.
* platform/glib/fast/multicol/newmulticol/client-rects-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/newmulticol/client-rects-expected.txt.
* platform/glib/fast/multicol/overflow-across-columns-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/overflow-across-columns-expected.txt.
* platform/glib/fast/multicol/overflow-across-columns-percent-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/overflow-across-columns-percent-height-expected.txt.
* platform/glib/fast/multicol/overflow-unsplittable-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/overflow-unsplittable-expected.txt.
* platform/glib/fast/multicol/paginate-block-replaced-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/paginate-block-replaced-expected.txt.
* platform/glib/fast/multicol/pagination/BottomToTop-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/BottomToTop-bt-expected.txt.
* platform/glib/fast/multicol/pagination/BottomToTop-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/BottomToTop-lr-expected.txt.
* platform/glib/fast/multicol/pagination/BottomToTop-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/BottomToTop-rl-expected.txt.
* platform/glib/fast/multicol/pagination/BottomToTop-tb-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/BottomToTop-tb-expected.txt.
* platform/glib/fast/multicol/pagination/LeftToRight-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/LeftToRight-bt-expected.txt.
* platform/glib/fast/multicol/pagination/LeftToRight-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/LeftToRight-lr-expected.txt.
* platform/glib/fast/multicol/pagination/LeftToRight-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/LeftToRight-rl-expected.txt.
* platform/glib/fast/multicol/pagination/LeftToRight-tb-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/LeftToRight-tb-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-bt-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-lr-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-rl-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-tb-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-tb-expected.txt.
* platform/glib/fast/multicol/pagination/TopToBottom-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/TopToBottom-bt-expected.txt.
* platform/glib/fast/multicol/pagination/TopToBottom-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/TopToBottom-lr-expected.txt.
* platform/glib/fast/multicol/pagination/TopToBottom-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/TopToBottom-rl-expected.txt.
* platform/glib/fast/multicol/pagination/TopToBottom-tb-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/TopToBottom-tb-expected.txt.
* platform/glib/fast/multicol/pagination/nested-transforms-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/nested-transforms-expected.txt.
* platform/glib/fast/multicol/positioned-split-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/positioned-split-expected.txt.
* platform/glib/fast/multicol/positive-leading-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/positive-leading-expected.txt.
* platform/glib/fast/multicol/shadow-breaking-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/shadow-breaking-expected.txt.
* platform/glib/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt.
* platform/glib/fast/multicol/span/clone-flexbox-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/span/clone-flexbox-expected.txt.
* platform/glib/fast/multicol/span/clone-summary-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/span/clone-summary-expected.txt.
* platform/glib/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/span/span-as-nested-inline-block-child-expected.txt.
* platform/glib/fast/multicol/table-margin-collapse-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/table-margin-collapse-expected.txt.
* platform/glib/fast/multicol/table-vertical-align-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/table-vertical-align-expected.txt.
* platform/glib/fast/multicol/tall-image-behavior-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/tall-image-behavior-lr-expected.txt.
* platform/glib/fast/multicol/tall-image-behavior-lr-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/tall-image-behavior-lr-mixed-expected.txt.
* platform/glib/fast/multicol/tall-image-behavior-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/tall-image-behavior-rl-expected.txt.
* platform/glib/fast/multicol/unsplittable-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/unsplittable-inline-block-expected.txt.
* platform/glib/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/border-padding-pagination-expected.txt.
* platform/glib/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt.
* platform/glib/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/column-count-with-rules-expected.txt.
* platform/glib/fast/multicol/vertical-lr/float-avoidance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt.
* platform/glib/fast/multicol/vertical-lr/float-paginate-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/float-paginate-expected.txt.
* platform/glib/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt.
* platform/glib/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/border-padding-pagination-expected.txt.
* platform/glib/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt.
* platform/glib/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/column-count-with-rules-expected.txt.
* platform/glib/fast/multicol/vertical-rl/float-avoidance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt.
* platform/glib/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/float-paginate-complex-expected.txt.
* platform/glib/fast/multicol/vertical-rl/float-paginate-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/float-paginate-expected.txt.
* platform/glib/fast/multicol/vertical-rl/rule-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/rule-style-expected.txt.
* platform/glib/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt.
* platform/glib/fast/overflow/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/001-expected.txt.
* platform/glib/fast/overflow/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/002-expected.txt.
* platform/glib/fast/overflow/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/005-expected.txt.
* platform/glib/fast/overflow/childFocusRingClip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/childFocusRingClip-expected.txt.
* platform/glib/fast/overflow/dynamic-hidden-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/dynamic-hidden-expected.txt.
* platform/glib/fast/overflow/infiniteRecursionGuard-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/infiniteRecursionGuard-expected.txt.
* platform/glib/fast/overflow/overflow-auto-position-absolute-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/overflow-auto-position-absolute-expected.txt.
* platform/glib/fast/overflow/overflow-auto-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/overflow-auto-table-expected.txt.
* platform/glib/fast/overflow/overflow-float-stacking-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/overflow-float-stacking-expected.txt.
* platform/glib/fast/parser/bad-xml-slash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/parser/bad-xml-slash-expected.txt.
* platform/glib/fast/parser/broken-comments-vs-parsing-mode-expected.txt: Renamed from LayoutTests/platform/gtk/fast/parser/broken-comments-vs-parsing-mode-expected.txt.
* platform/glib/fast/parser/tabs-in-scripts-expected.txt: Renamed from LayoutTests/platform/gtk/fast/parser/tabs-in-scripts-expected.txt.
* platform/glib/fast/parser/title-error-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/parser/title-error-test-expected.txt.
* platform/glib/fast/preloader/document-write-expected.txt: Renamed from LayoutTests/platform/gtk/fast/preloader/document-write-expected.txt.
* platform/glib/fast/preloader/script-expected.txt: Renamed from LayoutTests/platform/gtk/fast/preloader/script-expected.txt.
* platform/glib/fast/reflections/reflection-direction-expected.txt: Renamed from LayoutTests/platform/gtk/fast/reflections/reflection-direction-expected.txt.
* platform/glib/fast/reflections/reflection-masks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/reflections/reflection-masks-expected.txt.
* platform/glib/fast/reflections/reflection-masks-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/fast/reflections/reflection-masks-opacity-expected.txt.
* platform/glib/fast/reflections/reflection-nesting-expected.txt: Renamed from LayoutTests/platform/gtk/fast/reflections/reflection-nesting-expected.txt.
* platform/glib/fast/replaced/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/005-expected.txt.
* platform/glib/fast/replaced/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/006-expected.txt.
* platform/glib/fast/replaced/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/007-expected.txt.
* platform/glib/fast/replaced/absolute-image-sizing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/absolute-image-sizing-expected.txt.
* platform/glib/fast/replaced/absolute-position-percentage-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/absolute-position-percentage-width-expected.txt.
* platform/glib/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt.
* platform/glib/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt.
* platform/glib/fast/replaced/applet-display-none-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/applet-display-none-expected.txt.
* platform/glib/fast/replaced/border-radius-clip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/border-radius-clip-expected.txt.
* platform/glib/fast/replaced/embed-display-none-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/embed-display-none-expected.txt.
* platform/glib/fast/replaced/image-onload-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/image-onload-expected.txt.
* platform/glib/fast/replaced/image-sizing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/image-sizing-expected.txt.
* platform/glib/fast/replaced/maxheight-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/maxheight-percent-expected.txt.
* platform/glib/fast/replaced/maxheight-pxs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/maxheight-pxs-expected.txt.
* platform/glib/fast/replaced/maxwidth-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/maxwidth-percent-expected.txt.
* platform/glib/fast/replaced/maxwidth-pxs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/maxwidth-pxs-expected.txt.
* platform/glib/fast/replaced/minheight-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/minheight-percent-expected.txt.
* platform/glib/fast/replaced/minheight-pxs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/minheight-pxs-expected.txt.
* platform/glib/fast/replaced/minwidth-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/minwidth-percent-expected.txt.
* platform/glib/fast/replaced/minwidth-pxs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/minwidth-pxs-expected.txt.
* platform/glib/fast/replaced/object-align-hspace-vspace-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/object-align-hspace-vspace-expected.txt.
* platform/glib/fast/replaced/object-display-none-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/object-display-none-expected.txt.
* platform/glib/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt.
* platform/glib/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt.
* platform/glib/fast/replaced/table-percent-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/table-percent-height-expected.txt.
* platform/glib/fast/replaced/three-selects-break-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/three-selects-break-expected.txt.
* platform/glib/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt.
* platform/glib/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt.
* platform/glib/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt.
* platform/glib/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt.
* platform/glib/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt.
* platform/glib/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt.
* platform/glib/fast/replaced/width100percent-checkbox-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/width100percent-checkbox-expected.txt.
* platform/glib/fast/replaced/width100percent-radio-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/width100percent-radio-expected.txt.
* platform/glib/fast/replaced/width100percent-searchfield-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/width100percent-searchfield-expected.txt.
* platform/glib/fast/replaced/width100percent-textfield-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/width100percent-textfield-expected.txt.
* platform/glib/fast/ruby/base-shorter-than-text-expected.txt: Renamed from LayoutTests/platform/gtk/fast/ruby/base-shorter-than-text-expected.txt.
* platform/glib/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.txt.
* platform/glib/fast/ruby/ruby-text-before-after-content-expected.txt: Renamed from LayoutTests/platform/gtk/fast/ruby/ruby-text-before-after-content-expected.txt.
* platform/glib/fast/ruby/select-ruby-expected.txt: Renamed from LayoutTests/platform/gtk/fast/ruby/select-ruby-expected.txt.
* platform/glib/fast/selectors/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/001-expected.txt.
* platform/glib/fast/selectors/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/003-expected.txt.
* platform/glib/fast/selectors/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/004-expected.txt.
* platform/glib/fast/selectors/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/005-expected.txt.
* platform/glib/fast/selectors/007b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/007b-expected.txt.
* platform/glib/fast/selectors/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/009-expected.txt.
* platform/glib/fast/selectors/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/010-expected.txt.
* platform/glib/fast/selectors/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/011-expected.txt.
* platform/glib/fast/selectors/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/012-expected.txt.
* platform/glib/fast/selectors/014-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/014-expected.txt.
* platform/glib/fast/selectors/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/016-expected.txt.
* platform/glib/fast/selectors/018b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/018b-expected.txt.
* platform/glib/fast/selectors/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/019-expected.txt.
* platform/glib/fast/selectors/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/020-expected.txt.
* platform/glib/fast/selectors/021-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/021-expected.txt.
* platform/glib/fast/selectors/021b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/021b-expected.txt.
* platform/glib/fast/selectors/027-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/027-expected.txt.
* platform/glib/fast/selectors/032-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/032-expected.txt.
* platform/glib/fast/selectors/038-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/038-expected.txt.
* platform/glib/fast/selectors/039-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/039-expected.txt.
* platform/glib/fast/selectors/039b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/039b-expected.txt.
* platform/glib/fast/selectors/043-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/043-expected.txt.
* platform/glib/fast/selectors/043b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/043b-expected.txt.
* platform/glib/fast/selectors/044-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/044-expected.txt.
* platform/glib/fast/selectors/044b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/044b-expected.txt.
* platform/glib/fast/selectors/044c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/044c-expected.txt.
* platform/glib/fast/selectors/044d-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/044d-expected.txt.
* platform/glib/fast/selectors/045c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/045c-expected.txt.
* platform/glib/fast/selectors/054-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/054-expected.txt.
* platform/glib/fast/selectors/056-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/056-expected.txt.
* platform/glib/fast/selectors/058-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/058-expected.txt.
* platform/glib/fast/selectors/059-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/059-expected.txt.
* platform/glib/fast/selectors/060-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/060-expected.txt.
* platform/glib/fast/selectors/061-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/061-expected.txt.
* platform/glib/fast/selectors/062-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/062-expected.txt.
* platform/glib/fast/selectors/063-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/063-expected.txt.
* platform/glib/fast/selectors/065-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/065-expected.txt.
* platform/glib/fast/selectors/066-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/066-expected.txt.
* platform/glib/fast/selectors/066b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/066b-expected.txt.
* platform/glib/fast/selectors/072-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/072-expected.txt.
* platform/glib/fast/selectors/072b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/072b-expected.txt.
* platform/glib/fast/selectors/077-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/077-expected.txt.
* platform/glib/fast/selectors/077b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/077b-expected.txt.
* platform/glib/fast/selectors/078b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/078b-expected.txt.
* platform/glib/fast/selectors/083-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/083-expected.txt.
* platform/glib/fast/selectors/087b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/087b-expected.txt.
* platform/glib/fast/selectors/088b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/088b-expected.txt.
* platform/glib/fast/selectors/089-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/089-expected.txt.
* platform/glib/fast/selectors/090b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/090b-expected.txt.
* platform/glib/fast/selectors/154-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/154-expected.txt.
* platform/glib/fast/selectors/155-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155-expected.txt.
* platform/glib/fast/selectors/155a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155a-expected.txt.
* platform/glib/fast/selectors/155b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155b-expected.txt.
* platform/glib/fast/selectors/155c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155c-expected.txt.
* platform/glib/fast/selectors/155d-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155d-expected.txt.
* platform/glib/fast/selectors/156b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/156b-expected.txt.
* platform/glib/fast/selectors/157-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/157-expected.txt.
* platform/glib/fast/selectors/158-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/158-expected.txt.
* platform/glib/fast/selectors/159-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/159-expected.txt.
* platform/glib/fast/selectors/160-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/160-expected.txt.
* platform/glib/fast/selectors/166a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/166a-expected.txt.
* platform/glib/fast/selectors/167-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/167-expected.txt.
* platform/glib/fast/selectors/167a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/167a-expected.txt.
* platform/glib/fast/selectors/170-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170-expected.txt.
* platform/glib/fast/selectors/170a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170a-expected.txt.
* platform/glib/fast/selectors/170b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170b-expected.txt.
* platform/glib/fast/selectors/170c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170c-expected.txt.
* platform/glib/fast/selectors/170d-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170d-expected.txt.
* platform/glib/fast/selectors/175a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/175a-expected.txt.
* platform/glib/fast/selectors/175b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/175b-expected.txt.
* platform/glib/fast/selectors/175c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/175c-expected.txt.
* platform/glib/fast/selectors/177a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/177a-expected.txt.
* platform/glib/fast/selectors/177b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/177b-expected.txt.
* platform/glib/fast/selectors/lang-inheritance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/lang-inheritance-expected.txt.
* platform/glib/fast/selectors/lang-inheritance2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/lang-inheritance2-expected.txt.
* platform/glib/fast/selectors/lang-vs-xml-lang-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/lang-vs-xml-lang-expected.txt.
* platform/glib/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt.
* platform/glib/fast/selectors/nondeterministic-combinators-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/nondeterministic-combinators-expected.txt.
* platform/glib/fast/selectors/unqualified-hover-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/unqualified-hover-strict-expected.txt.
* platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt.
* platform/glib/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Renamed from LayoutTests/platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt.
* platform/glib/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt.
* platform/glib/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt.
* platform/glib/fast/table/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/001-expected.txt.
* platform/glib/fast/table/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/002-expected.txt.
* platform/glib/fast/table/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/004-expected.txt.
* platform/glib/fast/table/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/005-expected.txt.
* platform/glib/fast/table/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/006-expected.txt.
* platform/glib/fast/table/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/010-expected.txt.
* platform/glib/fast/table/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/011-expected.txt.
* platform/glib/fast/table/013-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/013-expected.txt.
* platform/glib/fast/table/014-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/014-expected.txt.
* platform/glib/fast/table/015-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/015-expected.txt.
* platform/glib/fast/table/017-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/017-expected.txt.
* platform/glib/fast/table/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/020-expected.txt.
* platform/glib/fast/table/021-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/021-expected.txt.
* platform/glib/fast/table/022-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/022-expected.txt.
* platform/glib/fast/table/023-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/023-expected.txt.
* platform/glib/fast/table/024-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/024-expected.txt.
* platform/glib/fast/table/026-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/026-expected.txt.
* platform/glib/fast/table/027-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/027-expected.txt.
* platform/glib/fast/table/027-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/027-vertical-expected.txt.
* platform/glib/fast/table/028-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/028-expected.txt.
* platform/glib/fast/table/028-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/028-vertical-expected.txt.
* platform/glib/fast/table/029-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/029-expected.txt.
* platform/glib/fast/table/030-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/030-expected.txt.
* platform/glib/fast/table/033-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/033-expected.txt.
* platform/glib/fast/table/035-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/035-expected.txt.
* platform/glib/fast/table/035-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/035-vertical-expected.txt.
* platform/glib/fast/table/036-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/036-expected.txt.
* platform/glib/fast/table/037-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/037-expected.txt.
* platform/glib/fast/table/039-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/039-expected.txt.
* platform/glib/fast/table/align-right-within-left-aligned-div-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/align-right-within-left-aligned-div-expected.txt.
* platform/glib/fast/table/append-cells-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/append-cells-expected.txt.
* platform/glib/fast/table/border-collapsing/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/002-expected.txt.
* platform/glib/fast/table/border-collapsing/002-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/002-vertical-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-69296-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-69296-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-cell-append-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-cell-append-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-cell-remove-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-cell-remove-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-col-border-color-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-col-border-width-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-row-border-width-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt.
* platform/glib/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-expected.txt.
* platform/glib/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt.
* platform/glib/fast/table/cell-pref-width-invalidation-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/cell-pref-width-invalidation-expected.txt.
* platform/glib/fast/table/col-width-span-expand-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/col-width-span-expand-expected.txt.
* platform/glib/fast/table/colgroup-preceded-by-caption-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/colgroup-preceded-by-caption-expected.txt.
* platform/glib/fast/table/colspan-with-all-percent-cells-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/colspan-with-all-percent-cells-expected.txt.
* platform/glib/fast/table/dynamic-cellpadding-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/dynamic-cellpadding-expected.txt.
* platform/glib/fast/table/dynamic-descendant-percentage-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/dynamic-descendant-percentage-height-expected.txt.
* platform/glib/fast/table/early-table-layout-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/early-table-layout-expected.txt.
* platform/glib/fast/table/empty-table-percent-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/empty-table-percent-height-expected.txt.
* platform/glib/fast/table/fixed-nested-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-nested-expected.txt.
* platform/glib/fast/table/fixed-table-non-cell-in-row-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-non-cell-in-row-expected.txt.
* platform/glib/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt.
* platform/glib/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt.
* platform/glib/fast/table/fixed-table-with-percent-width-inside-div-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-percent-width-inside-div-expected.txt.
* platform/glib/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt.
* platform/glib/fast/table/fixed-table-with-small-percent-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-small-percent-width-expected.txt.
* platform/glib/fast/table/floating-th-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/floating-th-expected.txt.
* platform/glib/fast/table/floatingTablePaintBackground-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/floatingTablePaintBackground-expected.txt.
* platform/glib/fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/form-with-non-table-display-inside-table-elements-expected.txt.
* platform/glib/fast/table/frame-and-rules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/frame-and-rules-expected.txt.
* platform/glib/fast/table/giantRowspan-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/giantRowspan-expected.txt.
* platform/glib/fast/table/max-width-integer-overflow-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/max-width-integer-overflow-expected.txt.
* platform/glib/fast/table/multiple-percent-height-rows-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/multiple-percent-height-rows-expected.txt.
* platform/glib/fast/table/percent-widths-stretch-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/percent-widths-stretch-expected.txt.
* platform/glib/fast/table/percent-widths-stretch-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/percent-widths-stretch-vertical-expected.txt.
* platform/glib/fast/table/quote-text-around-iframe-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/quote-text-around-iframe-expected.txt.
* platform/glib/fast/table/relative-position-containment-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/relative-position-containment-expected.txt.
* platform/glib/fast/table/relative-position-offsets-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/relative-position-offsets-expected.txt.
* platform/glib/fast/table/relative-position-stacking-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/relative-position-stacking-expected.txt.
* platform/glib/fast/table/replaced-percent-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/replaced-percent-height-expected.txt.
* platform/glib/fast/table/rowindex-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/rowindex-expected.txt.
* platform/glib/fast/table/rowspan-paint-order-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/rowspan-paint-order-expected.txt.
* platform/glib/fast/table/rules-attr-dynchange1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/rules-attr-dynchange1-expected.txt.
* platform/glib/fast/table/rules-attr-dynchange2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/rules-attr-dynchange2-expected.txt.
* platform/glib/fast/table/simple_paint-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/simple_paint-expected.txt.
* platform/glib/fast/table/table-after-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-after-child-in-table-expected.txt.
* platform/glib/fast/table/table-before-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-before-child-in-table-expected.txt.
* platform/glib/fast/table/table-cell-after-child-in-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-cell-after-child-in-block-expected.txt.
* platform/glib/fast/table/table-cell-before-child-in-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-cell-before-child-in-block-expected.txt.
* platform/glib/fast/table/table-cell-before-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-cell-before-child-in-table-expected.txt.
* platform/glib/fast/table/table-display-types-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-display-types-expected.txt.
* platform/glib/fast/table/table-display-types-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-display-types-strict-expected.txt.
* platform/glib/fast/table/table-display-types-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-display-types-vertical-expected.txt.
* platform/glib/fast/table/table-hspace-align-center-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-hspace-align-center-expected.txt.
* platform/glib/fast/table/table-row-after-child-in-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-row-after-child-in-block-expected.txt.
* platform/glib/fast/table/table-row-after-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-row-after-child-in-table-expected.txt.
* platform/glib/fast/table/table-row-before-child-in-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-row-before-child-in-block-expected.txt.
* platform/glib/fast/table/table-row-before-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-row-before-child-in-table-expected.txt.
* platform/glib/fast/table/tableInsideCaption-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/tableInsideCaption-expected.txt.
* platform/glib/fast/table/unbreakable-images-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/unbreakable-images-quirk-expected.txt.
* platform/glib/fast/table/unused-percent-heights-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/unused-percent-heights-expected.txt.
* platform/glib/fast/table/vertical-align-baseline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/vertical-align-baseline-expected.txt.
* platform/glib/fast/tokenizer/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/tokenizer/001-expected.txt.
* platform/glib/fast/tokenizer/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/tokenizer/003-expected.txt.
* platform/glib/fast/transforms/identity-matrix-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/identity-matrix-expected.txt.
* platform/glib/fast/transforms/overflow-with-transform-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/overflow-with-transform-expected.txt.
* platform/glib/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt.
* platform/glib/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt.
* platform/glib/fast/transforms/skew-with-unitless-zero-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/skew-with-unitless-zero-expected.txt.
* platform/glib/fast/transforms/transformed-caret-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/transformed-caret-expected.txt.
* platform/glib/fast/transforms/transformed-document-element-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/transformed-document-element-expected.txt.
* platform/glib/fast/transforms/transforms-with-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/transforms-with-opacity-expected.txt.
* platform/glib/fast/writing-mode/background-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-horizontal-bt-expected.txt.
* platform/glib/fast/writing-mode/background-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/background-vertical-lr-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-vertical-lr-mixed-expected.txt.
* platform/glib/fast/writing-mode/background-vertical-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-vertical-rl-expected.txt.
* platform/glib/fast/writing-mode/background-vertical-rl-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-vertical-rl-mixed-expected.txt.
* platform/glib/fast/writing-mode/basic-vertical-line-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/basic-vertical-line-expected.txt.
* platform/glib/fast/writing-mode/basic-vertical-line-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/basic-vertical-line-mixed-expected.txt.
* platform/glib/fast/writing-mode/border-image-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-image-horizontal-bt-expected.txt.
* platform/glib/fast/writing-mode/border-image-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-image-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/border-image-vertical-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-image-vertical-rl-expected.txt.
* platform/glib/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/border-styles-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-styles-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/border-styles-vertical-lr-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-styles-vertical-lr-mixed-expected.txt.
* platform/glib/fast/writing-mode/border-styles-vertical-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-styles-vertical-rl-expected.txt.
* platform/glib/fast/writing-mode/border-styles-vertical-rl-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-styles-vertical-rl-mixed-expected.txt.
* platform/glib/fast/writing-mode/border-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/box-shadow-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/box-shadow-horizontal-bt-expected.txt.
* platform/glib/fast/writing-mode/box-shadow-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/box-shadow-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/box-shadow-vertical-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/box-shadow-vertical-rl-expected.txt.
* platform/glib/fast/writing-mode/broken-ideograph-small-caps-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/broken-ideograph-small-caps-expected.txt.
* platform/glib/fast/writing-mode/broken-ideographic-font-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/broken-ideographic-font-expected.txt.
* platform/glib/fast/writing-mode/fallback-orientation-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/fallback-orientation-expected.txt.
* platform/glib/fast/writing-mode/japanese-lr-text-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt.
* platform/glib/fast/writing-mode/japanese-rl-text-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt.
* platform/glib/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt.
* platform/glib/fast/writing-mode/vertical-font-fallback-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/vertical-font-fallback-expected.txt.
* platform/glib/fast/xsl/xslt-import-depth-expected.txt: Renamed from LayoutTests/platform/gtk/fast/xsl/xslt-import-depth-expected.txt.
* platform/glib/fast/xsl/xslt_unicode-expected.txt: Renamed from LayoutTests/platform/gtk/fast/xsl/xslt_unicode-expected.txt.
* platform/wpe/fast/backgrounds/animated-svg-as-mask-expected.txt: Removed.
* platform/wpe/fast/backgrounds/background-leakage-expected.txt: Removed.
* platform/wpe/fast/backgrounds/background-leakage-transforms-expected.txt: Removed.
* platform/wpe/fast/backgrounds/background-position-1-expected.txt: Removed.
* platform/wpe/fast/backgrounds/border-radius-split-background-expected.txt: Removed.
* platform/wpe/fast/backgrounds/border-radius-split-background-image-expected.txt: Removed.
* platform/wpe/fast/backgrounds/mask-box-image-expected.txt: Removed.
* platform/wpe/fast/backgrounds/mask-composite-expected.txt: Removed.
* platform/wpe/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt: Removed.
* platform/wpe/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: Removed.
* platform/wpe/fast/backgrounds/size/backgroundSize15-expected.txt: Removed.
* platform/wpe/fast/backgrounds/size/backgroundSize16-expected.txt: Removed.
* platform/wpe/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
* platform/wpe/fast/backgrounds/svg-as-mask-expected.txt: Removed.
* platform/wpe/fast/block/basic/002-expected.txt: Removed.
* platform/wpe/fast/block/basic/003-expected.txt: Removed.
* platform/wpe/fast/block/basic/004-expected.txt: Removed.
* platform/wpe/fast/block/basic/005-expected.txt: Removed.
* platform/wpe/fast/block/basic/006-expected.txt: Removed.
* platform/wpe/fast/block/basic/007-expected.txt: Removed.
* platform/wpe/fast/block/basic/008-expected.txt: Removed.
* platform/wpe/fast/block/basic/009-expected.txt: Removed.
* platform/wpe/fast/block/basic/010-expected.txt: Removed.
* platform/wpe/fast/block/basic/011-expected.txt: Removed.
* platform/wpe/fast/block/basic/012-expected.txt: Removed.
* platform/wpe/fast/block/basic/013-expected.txt: Removed.
* platform/wpe/fast/block/basic/018-expected.txt: Removed.
* platform/wpe/fast/block/basic/019-expected.txt: Removed.
* platform/wpe/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Removed.
* platform/wpe/fast/block/basic/height-percentage-simple-expected.txt: Removed.
* platform/wpe/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Removed.
* platform/wpe/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Removed.
* platform/wpe/fast/block/basic/quirk-height-expected.txt: Removed.
* platform/wpe/fast/block/float/004-expected.txt: Removed.
* platform/wpe/fast/block/float/005-expected.txt: Removed.
* platform/wpe/fast/block/float/006-expected.txt: Removed.
* platform/wpe/fast/block/float/007-expected.txt: Removed.
* platform/wpe/fast/block/float/010-expected.txt: Removed.
* platform/wpe/fast/block/float/011-expected.txt: Removed.
* platform/wpe/fast/block/float/012-expected.txt: Removed.
* platform/wpe/fast/block/float/013-expected.txt: Removed.
* platform/wpe/fast/block/float/014-expected.txt: Removed.
* platform/wpe/fast/block/float/016-expected.txt: Removed.
* platform/wpe/fast/block/float/017-expected.txt: Removed.
* platform/wpe/fast/block/float/018-expected.txt: Removed.
* platform/wpe/fast/block/float/020-expected.txt: Removed.
* platform/wpe/fast/block/float/022-expected.txt: Removed.
* platform/wpe/fast/block/float/024-expected.txt: Removed.
* platform/wpe/fast/block/float/025-expected.txt: Removed.
* platform/wpe/fast/block/float/026-expected.txt: Removed.
* platform/wpe/fast/block/float/027-expected.txt: Removed.
* platform/wpe/fast/block/float/028-expected.txt: Removed.
* platform/wpe/fast/block/float/031-expected.txt: Removed.
* platform/wpe/fast/block/float/avoidance-percent-width-compat-expected.txt: Removed.
* platform/wpe/fast/block/float/avoiding-float-centered-expected.txt: Removed.
* platform/wpe/fast/block/float/br-with-clear-expected.txt: Removed.
* platform/wpe/fast/block/float/clamped-right-float-expected.txt: Removed.
* platform/wpe/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt: Removed.
* platform/wpe/fast/block/float/fit_line_below_floats-expected.txt: Removed.
* platform/wpe/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
* platform/wpe/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
* platform/wpe/fast/block/float/floats-and-text-indent-expected.txt: Removed.
* platform/wpe/fast/block/float/floats-and-text-indent-rl-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Removed.
* platform/wpe/fast/block/float/nestedAnonymousBlocks-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-after-height-decrease-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Removed.
* platform/wpe/fast/block/float/width-update-after-clear-expected.txt: Removed.
* platform/wpe/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/001-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/002-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/003-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/004-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/005-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/012-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/015-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/016-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/019-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/020-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/021-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/022-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/025-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/031-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/032-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/033-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/034-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/037-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/038-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/041-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/042-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/043-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/055-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/056-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/057-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/058-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/059-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/100-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/001-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/002-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/003-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/004-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/005-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/012-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/015-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/016-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/019-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/020-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/021-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/022-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/025-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Removed.
* platform/wpe/fast/block/positioning/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/052-expected.txt: Removed.
* platform/wpe/fast/block/positioning/054-expected.txt: Removed.
* platform/wpe/fast/block/positioning/058-expected.txt: Removed.
* platform/wpe/fast/block/positioning/061-expected.txt: Removed.
* platform/wpe/fast/block/positioning/abs-inside-inline-rel-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-position-direction-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-positioned-overconstrained-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-with-html-border-quirks-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-with-html-border-strict-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/003-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/004-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/006-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/007-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/003-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/004-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/005-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/006-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/007-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/003-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/004-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/005-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/006-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/007-expected.txt: Removed.
* platform/wpe/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt: Removed.
* platform/wpe/fast/block/positioning/differing-writing-modes-expected.txt: Removed.
* platform/wpe/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Removed.
* platform/wpe/fast/block/positioning/negative-right-pos-expected.txt: Removed.
* platform/wpe/fast/block/positioning/padding-percent-expected.txt: Removed.
* platform/wpe/fast/block/positioning/pref-width-change-expected.txt: Removed.
* platform/wpe/fast/block/positioning/relative-overflow-block-expected.txt: Removed.
* platform/wpe/fast/block/positioning/relative-overflow-replaced-expected.txt: Removed.
* platform/wpe/fast/block/positioning/relative-overflow-replaced-float-expected.txt: Removed.
* platform/wpe/fast/block/positioning/relative-positioned-inline-container-expected.txt: Removed.
* platform/wpe/fast/block/positioning/table-cell-static-position-expected.txt: Removed.
* platform/wpe/fast/block/positioning/trailing-space-test-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-lr/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-lr/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-rl/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-rl/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/002-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/002-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/003-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/003-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/003-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/004-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/004-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/004-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/006-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/006-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/006-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/007-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/007-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/007-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/008-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/008-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/002-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/002-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/003-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/003-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/003-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/004-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/004-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/004-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/006-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/006-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/006-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/007-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/007-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/007-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/008-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/008-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/001-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/001-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/002-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/002-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/003-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/003-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/003-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/004-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/004-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/004-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/006-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/006-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/006-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/007-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/007-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/007-xhtml-expected.txt: Removed.
* platform/wpe/fast/borders/border-antialiasing-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-01-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-longhand-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-massive-scale-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-omit-right-slice-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-outset-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-outset-in-shorthand-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-outset-split-inline-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-repeat-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-rotate-transform-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-scale-transform-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-scaled-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-scrambled-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-side-reduction-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-slice-constrained-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-slices-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-source-expected.txt: Removed.
* platform/wpe/fast/borders/border-radius-inset-outset-expected.txt: Removed.
* platform/wpe/fast/borders/border-styles-split-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusAllStylesAllCorners-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusArcs01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDashed01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDashed02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDashed03-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDotted01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDotted02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDotted03-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDouble01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDouble02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDouble03-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusGroove01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusGroove02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusInset01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusInvalidColor-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusOutset01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusRidge01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusSolid01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusSolid02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusSolid03-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusSolid04-expected.txt: Removed.
* platform/wpe/fast/borders/different-color-borders-expected.txt: Removed.
* platform/wpe/fast/borders/mixed-border-style2-expected.txt: Removed.
* platform/wpe/fast/borders/mixed-border-styles-expected.txt: Removed.
* platform/wpe/fast/borders/mixed-border-styles-radius-expected.txt: Removed.
* platform/wpe/fast/borders/mixed-border-styles-radius2-expected.txt: Removed.
* platform/wpe/fast/borders/scaled-border-image-expected.txt: Removed.
* platform/wpe/fast/borders/table-borders-expected.txt: Removed.
* platform/wpe/fast/box-shadow/box-shadow-radius-expected.txt: Removed.
* platform/wpe/fast/box-shadow/box-shadow-transformed-expected.txt: Removed.
* platform/wpe/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Removed.
* platform/wpe/fast/box-shadow/inset-box-shadow-radius-expected.txt: Removed.
* platform/wpe/fast/box-shadow/inset-box-shadows-expected.txt: Removed.
* platform/wpe/fast/box-shadow/inset-expected.txt: Removed.
* platform/wpe/fast/box-shadow/scaled-box-shadow-expected.txt: Removed.
* platform/wpe/fast/box-shadow/transform-fringing-expected.txt: Removed.
* platform/wpe/fast/box-sizing/box-sizing-expected.txt: Removed.
* platform/wpe/fast/box-sizing/panels-one-expected.txt: Removed.
* platform/wpe/fast/box-sizing/panels-two-expected.txt: Removed.
* platform/wpe/fast/box-sizing/percentage-height-expected.txt: Removed.
* platform/wpe/fast/canvas/canvas-size-change-after-layout-expected.txt: Removed.
* platform/wpe/fast/canvas/canvas-zoom-expected.txt: Removed.
* platform/wpe/fast/canvas/fallback-content-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/css-webkit-canvas-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt: Removed.
* platform/wpe/fast/clip/outline-overflowClip-expected.txt: Removed.
* platform/wpe/fast/clip/overflow-border-radius-clip-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/003-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/004-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/005-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/007-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/008-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/009-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/010-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/011-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/016-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/after-order-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/beforeAfter-interdocument-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/details-summary-before-after-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/initial-letter-clearance-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/initial-letter-descender-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/no-openclose-quote-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-before-after-child-add-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-row-group-to-inline-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-row-group-with-before-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-row-with-before-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-with-before-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/visibleContentHiddenParent-expected.txt: Removed.
* platform/wpe/fast/css/001-expected.txt: Removed.
* platform/wpe/fast/css/007-expected.txt: Removed.
* platform/wpe/fast/css/ZeroOpacityLayers-expected.txt: Removed.
* platform/wpe/fast/css/ZeroOpacityLayers2-expected.txt: Removed.
* platform/wpe/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
* platform/wpe/fast/css/absolute-poition-in-rtl-parent-expected.txt: Removed.
* platform/wpe/fast/css/apple-system-colors-expected.txt: Removed.
* platform/wpe/fast/css/attribute-selector-empty-value-expected.txt: Removed.
* platform/wpe/fast/css/begin-end-contain-selector-empty-value-expected.txt: Removed.
* platform/wpe/fast/css/border-height-expected.txt: Removed.
* platform/wpe/fast/css/child-style-can-override-visited-style-expected.txt: Removed.
* platform/wpe/fast/css/clip-text-in-scaled-div-expected.txt: Removed.
* platform/wpe/fast/css/color-quirk-expected.txt: Removed.
* platform/wpe/fast/css/color-strict-expected.txt: Removed.
* platform/wpe/fast/css/counters/counter-text-security-expected.txt: Removed.
* platform/wpe/fast/css/counters/counter-text-transform-expected.txt: Removed.
* platform/wpe/fast/css/create_element_align-expected.txt: Removed.
* platform/wpe/fast/css/empty-body-test-expected.txt: Removed.
* platform/wpe/fast/css/empty-generated-content-expected.txt: Removed.
* platform/wpe/fast/css/empty-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/error-in-last-decl-expected.txt: Removed.
* platform/wpe/fast/css/fieldset-display-row-expected.txt: Removed.
* platform/wpe/fast/css/first-child-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/first-letter-first-line-hover-expected.txt: Removed.
* platform/wpe/fast/css/first-letter-recalculation-expected.txt: Removed.
* platform/wpe/fast/css/first-of-type-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/focus-ring-detached-expected.txt: Removed.
* platform/wpe/fast/css/focus-ring-multiline-expected.txt: Removed.
* platform/wpe/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
* platform/wpe/fast/css/font-face-in-media-rule-expected.txt: Removed.
* platform/wpe/fast/css/font-face-woff-expected.txt: Removed.
* platform/wpe/fast/css/font-family-pictograph-expected.txt: Removed.
* platform/wpe/fast/css/font-smoothing-expected.txt: Removed.
* platform/wpe/fast/css/font_property_normal-expected.txt: Removed.
* platform/wpe/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/wpe/fast/css/getComputedStyle/computed-style-font-family-expected.txt: Removed.
* platform/wpe/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
* platform/wpe/fast/css/h1-in-section-elements-expected.txt: Removed.
* platform/wpe/fast/css/hsla-color-expected.txt: Removed.
* platform/wpe/fast/css/image-rendering-expected.txt: Removed.
* platform/wpe/fast/css/inline-element-line-break-expected.txt: Removed.
* platform/wpe/fast/css/inline-properties-important-expected.txt: Removed.
* platform/wpe/fast/css/invalid-pseudo-classes-expected.txt: Removed.
* platform/wpe/fast/css/last-child-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/last-of-type-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/line-height-font-order-expected.txt: Removed.
* platform/wpe/fast/css/list-outline-expected.txt: Removed.
* platform/wpe/fast/css/margin-bottom-form-element-quirk-expected.txt: Removed.
* platform/wpe/fast/css/margin-bottom-form-element-strict-expected.txt: Removed.
* platform/wpe/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Removed.
* platform/wpe/fast/css/named-images-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/001-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/002-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/003-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/004-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/005-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/006-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/007-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/namespaces-comments-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/namespaces-empty-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/namespaces-escapes-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/namespaces-invalid-at-expected.txt: Removed.
* platform/wpe/fast/css/negative-leading-expected.txt: Removed.
* platform/wpe/fast/css/nested-floating-relative-position-percentages-expected.txt: Removed.
* platform/wpe/fast/css/non-empty-span-expected.txt: Removed.
* platform/wpe/fast/css/non-standard-checkbox-size-expected.txt: Removed.
* platform/wpe/fast/css/only-child-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/only-of-type-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/outline-auto-empty-rects-expected.txt: Removed.
* platform/wpe/fast/css/outline-auto-location-expected.txt: Removed.
* platform/wpe/fast/css/outline-narrowLine-expected.txt: Removed.
* platform/wpe/fast/css/pendingStylesheetFontSize-expected.txt: Removed.
* platform/wpe/fast/css/percent-top-relative-container-height-unspecified-expected.txt: Removed.
* platform/wpe/fast/css/percent-top-value-with-relative-position-expected.txt: Removed.
* platform/wpe/fast/css/percentage-non-integer-expected.txt: Removed.
* platform/wpe/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: Removed.
* platform/wpe/fast/css/pseudo-element-line-break-expected.txt: Removed.
* platform/wpe/fast/css/rem-units-on-root-expected.txt: Removed.
* platform/wpe/fast/css/rtl-to-viewport-expected.txt: Removed.
* platform/wpe/fast/css/shadow-multiple-expected.txt: Removed.
* platform/wpe/fast/css/simple-selector-chain-parsing-expected.txt: Removed.
* platform/wpe/fast/css/table-text-align-quirk-expected.txt: Removed.
* platform/wpe/fast/css/table-text-align-strict-expected.txt: Removed.
* platform/wpe/fast/css/target-fragment-match-expected.txt: Removed.
* platform/wpe/fast/css/text-security-expected.txt: Removed.
* platform/wpe/fast/css/viewport-units-dynamic-expected.txt: Removed.
* platform/wpe/fast/css/zoom-font-size-expected.txt: Removed.
* platform/wpe/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Removed.
* platform/wpe/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLProgressElement/progress-element-expected.txt: Removed.
* platform/wpe/fast/dom/Window/btoa-pnglet-expected.txt: Removed.
* platform/wpe/fast/dom/clone-contents-0-end-offset-expected.txt: Removed.
* platform/wpe/fast/dom/clone-node-dynamic-style-expected.txt: Removed.
* platform/wpe/fast/dom/createDocumentType-expected.txt: Removed.
* platform/wpe/fast/dom/css-mediarule-deleteRule-update-expected.txt: Removed.
* platform/wpe/fast/dom/css-mediarule-insertRule-update-expected.txt: Removed.
* platform/wpe/fast/dom/css-rule-functions-expected.txt: Removed.
* platform/wpe/fast/dom/importNodeHTML-expected.txt: Removed.
* platform/wpe/fast/dom/importNodeXML-expected.txt: Removed.
* platform/wpe/fast/dom/outerText-expected.txt: Removed.
* platform/wpe/fast/dom/row-inner-text-expected.txt: Removed.
* platform/wpe/fast/dynamic/002-expected.txt: Removed.
* platform/wpe/fast/dynamic/004-expected.txt: Removed.
* platform/wpe/fast/dynamic/006-expected.txt: Removed.
* platform/wpe/fast/dynamic/009-expected.txt: Removed.
* platform/wpe/fast/dynamic/010-expected.txt: Removed.
* platform/wpe/fast/dynamic/013-expected.txt: Removed.
* platform/wpe/fast/dynamic/first-letter-display-change-expected.txt: Removed.
* platform/wpe/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt: Removed.
* platform/wpe/fast/dynamic/genContentDestroyChildren-expected.txt: Removed.
* platform/wpe/fast/dynamic/link-href-change-expected.txt: Removed.
* platform/wpe/fast/dynamic/move-node-with-selection-expected.txt: Removed.
* platform/wpe/fast/dynamic/outerHTML-img-expected.txt: Removed.
* platform/wpe/fast/dynamic/text-combine-expected.txt: Removed.
* platform/wpe/fast/dynamic/window-scrollbars-test-expected.txt: Removed.
* platform/wpe/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Removed.
* platform/wpe/fast/events/event-listener-on-link-expected.txt: Removed.
* platform/wpe/fast/events/focus-label-legend-elements-with-tab-expected.txt: Removed.
* platform/wpe/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Removed.
* platform/wpe/fast/events/onload-re-entry-expected.txt: Removed.
* platform/wpe/fast/events/reveal-link-when-focused-expected.txt: Removed.
* platform/wpe/fast/flexbox/026-expected.txt: Removed.
* platform/wpe/fast/frames/001-expected.txt: Removed.
* platform/wpe/fast/frames/flattening/iframe-flattening-nested-expected.txt: Removed.
* platform/wpe/fast/frames/frame-scrolling-attribute-expected.txt: Removed.
* platform/wpe/fast/frames/frameElement-frame-expected.txt: Removed.
* platform/wpe/fast/frames/frameElement-iframe-expected.txt: Removed.
* platform/wpe/fast/frames/iframe-option-crash-expected.txt: Removed.
* platform/wpe/fast/frames/iframe-scrolling-attribute-expected.txt: Removed.
* platform/wpe/fast/frames/inline-object-inside-frameset-expected.txt: Removed.
* platform/wpe/fast/gradients/generated-gradients-expected.txt: Removed.
* platform/wpe/fast/gradients/simple-gradients-expected.txt: Removed.
* platform/wpe/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Removed.
* platform/wpe/fast/hidpi/clip-text-in-hidpi-expected.txt: Removed.
* platform/wpe/fast/hidpi/device-scale-factor-paint-expected.txt: Removed.
* platform/wpe/fast/hidpi/focus-rings-expected.txt: Removed.
* platform/wpe/fast/hidpi/gradient-with-scaled-ancestor-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-as-background-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-background-repeat-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-border-image-comparison-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-border-image-simple-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-in-content-dynamic-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-out-of-order-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-simple-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-without-specified-width-expected.txt: Removed.
* platform/wpe/fast/html/details-add-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-add-child-2-expected.txt: Removed.
* platform/wpe/fast/html/details-add-details-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-add-details-child-2-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-1-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-10-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-2-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-3-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-4-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-5-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-6-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-7-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-8-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-9-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-child-2-expected.txt: Removed.
* platform/wpe/fast/html/details-marker-style-expected.txt: Removed.
* platform/wpe/fast/html/details-marker-style-mixed-expected.txt: Removed.
* platform/wpe/fast/html/details-nested-1-expected.txt: Removed.
* platform/wpe/fast/html/details-nested-2-expected.txt: Removed.
* platform/wpe/fast/html/details-no-summary1-expected.txt: Removed.
* platform/wpe/fast/html/details-no-summary2-expected.txt: Removed.
* platform/wpe/fast/html/details-no-summary3-expected.txt: Removed.
* platform/wpe/fast/html/details-open1-expected.txt: Removed.
* platform/wpe/fast/html/details-open3-expected.txt: Removed.
* platform/wpe/fast/html/details-open5-expected.txt: Removed.
* platform/wpe/fast/html/details-open6-expected.txt: Removed.
* platform/wpe/fast/html/details-position-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-child-2-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-1-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-2-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-3-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-4-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-5-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-6-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-child-2-expected.txt: Removed.
* platform/wpe/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
* platform/wpe/fast/html/keygen-expected.txt: Removed.
* platform/wpe/fast/html/link-rel-stylesheet-expected.txt: Removed.
* platform/wpe/fast/images/image-controls-basic-expected.txt: Removed.
* platform/wpe/fast/images/image-map-anchor-children-expected.txt: Removed.
* platform/wpe/fast/inline-block/001-expected.txt: Removed.
* platform/wpe/fast/inline-block/002-expected.txt: Removed.
* platform/wpe/fast/inline-block/003-expected.txt: Removed.
* platform/wpe/fast/inline-block/006-expected.txt: Removed.
* platform/wpe/fast/inline-block/tricky-baseline-expected.txt: Removed.
* platform/wpe/fast/inline/002-expected.txt: Removed.
* platform/wpe/fast/inline/25277-2-expected.txt: Removed.
* platform/wpe/fast/inline/25277-expected.txt: Removed.
* platform/wpe/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
* platform/wpe/fast/inline/continuation-outlines-with-layers-2-expected.txt: Removed.
* platform/wpe/fast/inline/inline-content-with-image-simple-expected.txt: Removed.
* platform/wpe/fast/inline/inline-padding-disables-text-quirk-expected.txt: Removed.
* platform/wpe/fast/inline/inline-text-quirk-bpm-expected.txt: Removed.
* platform/wpe/fast/inline/inline-wrap-with-parent-padding-expected.txt: Removed.
* platform/wpe/fast/inline/justify-emphasis-inline-box-expected.txt: Removed.
* platform/wpe/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed.
* platform/wpe/fast/inline/outline-continuations-expected.txt: Removed.
* platform/wpe/fast/inline/positioned-object-between-replaced-elements-expected.txt: Removed.
* platform/wpe/fast/inline/positionedLifetime-expected.txt: Removed.
* platform/wpe/fast/inline/simple-inline-block-expected.txt: Removed.
* platform/wpe/fast/inline/simple-intruding-float1-expected.txt: Removed.
* platform/wpe/fast/inline/simple-intruding-floats2-expected.txt: Removed.
* platform/wpe/fast/inline/simple-shrink-to-fit-inline-block-expected.txt: Removed.
* platform/wpe/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Removed.
* platform/wpe/fast/inline/vertical-align-text-bottom-expected.txt: Removed.
* platform/wpe/fast/inspector-support/matchedrules-expected.txt: Removed.
* platform/wpe/fast/invalid/001-expected.txt: Removed.
* platform/wpe/fast/invalid/004-expected.txt: Removed.
* platform/wpe/fast/invalid/005-expected.txt: Removed.
* platform/wpe/fast/invalid/006-expected.txt: Removed.
* platform/wpe/fast/invalid/009-expected.txt: Removed.
* platform/wpe/fast/invalid/010-expected.txt: Removed.
* platform/wpe/fast/invalid/011-expected.txt: Removed.
* platform/wpe/fast/invalid/018-expected.txt: Removed.
* platform/wpe/fast/invalid/nestedh3s-expected.txt: Removed.
* platform/wpe/fast/invalid/td-inside-object-expected.txt: Removed.
* platform/wpe/fast/layers/overflow-scroll-auto-switch-expected.txt: Removed.
* platform/wpe/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed.
* platform/wpe/fast/line-grid/line-align-left-edges-expected.txt: Removed.
* platform/wpe/fast/line-grid/line-align-right-edges-expected.txt: Removed.
* platform/wpe/fast/lists/001-expected.txt: Removed.
* platform/wpe/fast/lists/001-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/002-expected.txt: Removed.
* platform/wpe/fast/lists/002-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/004-expected.txt: Removed.
* platform/wpe/fast/lists/005-expected.txt: Removed.
* platform/wpe/fast/lists/005-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/006-expected.txt: Removed.
* platform/wpe/fast/lists/006-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/007-expected.txt: Removed.
* platform/wpe/fast/lists/007-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/008-expected.txt: Removed.
* platform/wpe/fast/lists/008-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/009-expected.txt: Removed.
* platform/wpe/fast/lists/009-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/li-br-expected.txt: Removed.
* platform/wpe/fast/lists/li-style-alpha-huge-value-crash-expected.txt: Removed.
* platform/wpe/fast/lists/list-marker-with-line-height-expected.txt: Removed.
* platform/wpe/fast/lists/list-style-none-crash-expected.txt: Removed.
* platform/wpe/fast/lists/numeric-markers-outside-list-expected.txt: Removed.
* platform/wpe/fast/lists/ol-start-dynamic-expected.txt: Removed.
* platform/wpe/fast/lists/ol-start-parsing-expected.txt: Removed.
* platform/wpe/fast/loader/text-document-wrapping-expected.txt: Removed.
* platform/wpe/fast/multicol/border-padding-pagination-expected.txt: Removed.
* platform/wpe/fast/multicol/client-rects-expected.txt: Removed.
* platform/wpe/fast/multicol/client-rects-spanners-complex-expected.txt: Removed.
* platform/wpe/fast/multicol/client-rects-spanners-expected.txt: Removed.
* platform/wpe/fast/multicol/column-break-with-balancing-expected.txt: Removed.
* platform/wpe/fast/multicol/column-count-with-rules-expected.txt: Removed.
* platform/wpe/fast/multicol/columns-shorthand-parsing-expected.txt: Removed.
* platform/wpe/fast/multicol/float-avoidance-expected.txt: Removed.
* platform/wpe/fast/multicol/float-paginate-empty-lines-expected.txt: Removed.
* platform/wpe/fast/multicol/float-paginate-expected.txt: Removed.
* platform/wpe/fast/multicol/layers-split-across-columns-expected.txt: Removed.
* platform/wpe/fast/multicol/margin-collapse-expected.txt: Removed.
* platform/wpe/fast/multicol/newmulticol/client-rects-expected.txt: Removed.
* platform/wpe/fast/multicol/overflow-across-columns-expected.txt: Removed.
* platform/wpe/fast/multicol/overflow-across-columns-percent-height-expected.txt: Removed.
* platform/wpe/fast/multicol/overflow-unsplittable-expected.txt: Removed.
* platform/wpe/fast/multicol/paginate-block-replaced-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/BottomToTop-bt-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/BottomToTop-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/BottomToTop-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/BottomToTop-tb-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/LeftToRight-bt-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/LeftToRight-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/LeftToRight-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/LeftToRight-tb-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-bt-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-tb-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/TopToBottom-bt-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/TopToBottom-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/TopToBottom-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/TopToBottom-tb-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/nested-transforms-expected.txt: Removed.
* platform/wpe/fast/multicol/positioned-split-expected.txt: Removed.
* platform/wpe/fast/multicol/positive-leading-expected.txt: Removed.
* platform/wpe/fast/multicol/shadow-breaking-expected.txt: Removed.
* platform/wpe/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Removed.
* platform/wpe/fast/multicol/span/clone-flexbox-expected.txt: Removed.
* platform/wpe/fast/multicol/span/clone-summary-expected.txt: Removed.
* platform/wpe/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Removed.
* platform/wpe/fast/multicol/table-margin-collapse-expected.txt: Removed.
* platform/wpe/fast/multicol/table-vertical-align-expected.txt: Removed.
* platform/wpe/fast/multicol/tall-image-behavior-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/tall-image-behavior-lr-mixed-expected.txt: Removed.
* platform/wpe/fast/multicol/tall-image-behavior-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/unsplittable-inline-block-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/float-avoidance-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/float-paginate-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/float-avoidance-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/float-paginate-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/rule-style-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Removed.
* platform/wpe/fast/overflow/001-expected.txt: Removed.
* platform/wpe/fast/overflow/002-expected.txt: Removed.
* platform/wpe/fast/overflow/005-expected.txt: Removed.
* platform/wpe/fast/overflow/childFocusRingClip-expected.txt: Removed.
* platform/wpe/fast/overflow/dynamic-hidden-expected.txt: Removed.
* platform/wpe/fast/overflow/infiniteRecursionGuard-expected.txt: Removed.
* platform/wpe/fast/overflow/overflow-auto-position-absolute-expected.txt: Removed.
* platform/wpe/fast/overflow/overflow-auto-table-expected.txt: Removed.
* platform/wpe/fast/overflow/overflow-float-stacking-expected.txt: Removed.
* platform/wpe/fast/parser/bad-xml-slash-expected.txt: Removed.
* platform/wpe/fast/parser/broken-comments-vs-parsing-mode-expected.txt: Removed.
* platform/wpe/fast/parser/tabs-in-scripts-expected.txt: Removed.
* platform/wpe/fast/parser/title-error-test-expected.txt: Removed.
* platform/wpe/fast/preloader/document-write-expected.txt: Removed.
* platform/wpe/fast/preloader/script-expected.txt: Removed.
* platform/wpe/fast/reflections/reflection-direction-expected.txt: Removed.
* platform/wpe/fast/reflections/reflection-masks-expected.txt: Removed.
* platform/wpe/fast/reflections/reflection-masks-opacity-expected.txt: Removed.
* platform/wpe/fast/reflections/reflection-nesting-expected.txt: Removed.
* platform/wpe/fast/replaced/005-expected.txt: Removed.
* platform/wpe/fast/replaced/006-expected.txt: Removed.
* platform/wpe/fast/replaced/007-expected.txt: Removed.
* platform/wpe/fast/replaced/absolute-image-sizing-expected.txt: Removed.
* platform/wpe/fast/replaced/absolute-position-percentage-width-expected.txt: Removed.
* platform/wpe/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Removed.
* platform/wpe/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt: Removed.
* platform/wpe/fast/replaced/applet-display-none-expected.txt: Removed.
* platform/wpe/fast/replaced/border-radius-clip-expected.txt: Removed.
* platform/wpe/fast/replaced/embed-display-none-expected.txt: Removed.
* platform/wpe/fast/replaced/image-onload-expected.txt: Removed.
* platform/wpe/fast/replaced/image-sizing-expected.txt: Removed.
* platform/wpe/fast/replaced/maxheight-percent-expected.txt: Removed.
* platform/wpe/fast/replaced/maxheight-pxs-expected.txt: Removed.
* platform/wpe/fast/replaced/maxwidth-percent-expected.txt: Removed.
* platform/wpe/fast/replaced/maxwidth-pxs-expected.txt: Removed.
* platform/wpe/fast/replaced/minheight-percent-expected.txt: Removed.
* platform/wpe/fast/replaced/minheight-pxs-expected.txt: Removed.
* platform/wpe/fast/replaced/minwidth-percent-expected.txt: Removed.
* platform/wpe/fast/replaced/minwidth-pxs-expected.txt: Removed.
* platform/wpe/fast/replaced/object-align-hspace-vspace-expected.txt: Removed.
* platform/wpe/fast/replaced/object-display-none-expected.txt: Removed.
* platform/wpe/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt: Removed.
* platform/wpe/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt: Removed.
* platform/wpe/fast/replaced/table-percent-height-expected.txt: Removed.
* platform/wpe/fast/replaced/three-selects-break-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt: Removed.
* platform/wpe/fast/replaced/width100percent-checkbox-expected.txt: Removed.
* platform/wpe/fast/replaced/width100percent-radio-expected.txt: Removed.
* platform/wpe/fast/replaced/width100percent-searchfield-expected.txt: Removed.
* platform/wpe/fast/replaced/width100percent-textfield-expected.txt: Removed.
* platform/wpe/fast/ruby/base-shorter-than-text-expected.txt: Removed.
* platform/wpe/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
* platform/wpe/fast/ruby/ruby-text-before-after-content-expected.txt: Removed.
* platform/wpe/fast/ruby/select-ruby-expected.txt: Removed.
* platform/wpe/fast/selectors/001-expected.txt: Removed.
* platform/wpe/fast/selectors/003-expected.txt: Removed.
* platform/wpe/fast/selectors/004-expected.txt: Removed.
* platform/wpe/fast/selectors/005-expected.txt: Removed.
* platform/wpe/fast/selectors/007b-expected.txt: Removed.
* platform/wpe/fast/selectors/009-expected.txt: Removed.
* platform/wpe/fast/selectors/010-expected.txt: Removed.
* platform/wpe/fast/selectors/011-expected.txt: Removed.
* platform/wpe/fast/selectors/012-expected.txt: Removed.
* platform/wpe/fast/selectors/014-expected.txt: Removed.
* platform/wpe/fast/selectors/016-expected.txt: Removed.
* platform/wpe/fast/selectors/018b-expected.txt: Removed.
* platform/wpe/fast/selectors/019-expected.txt: Removed.
* platform/wpe/fast/selectors/020-expected.txt: Removed.
* platform/wpe/fast/selectors/021-expected.txt: Removed.
* platform/wpe/fast/selectors/021b-expected.txt: Removed.
* platform/wpe/fast/selectors/027-expected.txt: Removed.
* platform/wpe/fast/selectors/032-expected.txt: Removed.
* platform/wpe/fast/selectors/038-expected.txt: Removed.
* platform/wpe/fast/selectors/039-expected.txt: Removed.
* platform/wpe/fast/selectors/039b-expected.txt: Removed.
* platform/wpe/fast/selectors/043-expected.txt: Removed.
* platform/wpe/fast/selectors/043b-expected.txt: Removed.
* platform/wpe/fast/selectors/044-expected.txt: Removed.
* platform/wpe/fast/selectors/044b-expected.txt: Removed.
* platform/wpe/fast/selectors/044c-expected.txt: Removed.
* platform/wpe/fast/selectors/044d-expected.txt: Removed.
* platform/wpe/fast/selectors/045c-expected.txt: Removed.
* platform/wpe/fast/selectors/054-expected.txt: Removed.
* platform/wpe/fast/selectors/056-expected.txt: Removed.
* platform/wpe/fast/selectors/058-expected.txt: Removed.
* platform/wpe/fast/selectors/059-expected.txt: Removed.
* platform/wpe/fast/selectors/060-expected.txt: Removed.
* platform/wpe/fast/selectors/061-expected.txt: Removed.
* platform/wpe/fast/selectors/062-expected.txt: Removed.
* platform/wpe/fast/selectors/063-expected.txt: Removed.
* platform/wpe/fast/selectors/065-expected.txt: Removed.
* platform/wpe/fast/selectors/066-expected.txt: Removed.
* platform/wpe/fast/selectors/066b-expected.txt: Removed.
* platform/wpe/fast/selectors/072-expected.txt: Removed.
* platform/wpe/fast/selectors/072b-expected.txt: Removed.
* platform/wpe/fast/selectors/077-expected.txt: Removed.
* platform/wpe/fast/selectors/077b-expected.txt: Removed.
* platform/wpe/fast/selectors/078b-expected.txt: Removed.
* platform/wpe/fast/selectors/083-expected.txt: Removed.
* platform/wpe/fast/selectors/087b-expected.txt: Removed.
* platform/wpe/fast/selectors/088b-expected.txt: Removed.
* platform/wpe/fast/selectors/089-expected.txt: Removed.
* platform/wpe/fast/selectors/090b-expected.txt: Removed.
* platform/wpe/fast/selectors/154-expected.txt: Removed.
* platform/wpe/fast/selectors/155-expected.txt: Removed.
* platform/wpe/fast/selectors/155a-expected.txt: Removed.
* platform/wpe/fast/selectors/155b-expected.txt: Removed.
* platform/wpe/fast/selectors/155c-expected.txt: Removed.
* platform/wpe/fast/selectors/155d-expected.txt: Removed.
* platform/wpe/fast/selectors/156b-expected.txt: Removed.
* platform/wpe/fast/selectors/157-expected.txt: Removed.
* platform/wpe/fast/selectors/158-expected.txt: Removed.
* platform/wpe/fast/selectors/159-expected.txt: Removed.
* platform/wpe/fast/selectors/160-expected.txt: Removed.
* platform/wpe/fast/selectors/166a-expected.txt: Removed.
* platform/wpe/fast/selectors/167-expected.txt: Removed.
* platform/wpe/fast/selectors/167a-expected.txt: Removed.
* platform/wpe/fast/selectors/170-expected.txt: Removed.
* platform/wpe/fast/selectors/170a-expected.txt: Removed.
* platform/wpe/fast/selectors/170b-expected.txt: Removed.
* platform/wpe/fast/selectors/170c-expected.txt: Removed.
* platform/wpe/fast/selectors/170d-expected.txt: Removed.
* platform/wpe/fast/selectors/175a-expected.txt: Removed.
* platform/wpe/fast/selectors/175b-expected.txt: Removed.
* platform/wpe/fast/selectors/175c-expected.txt: Removed.
* platform/wpe/fast/selectors/177a-expected.txt: Removed.
* platform/wpe/fast/selectors/177b-expected.txt: Removed.
* platform/wpe/fast/selectors/lang-inheritance-expected.txt: Removed.
* platform/wpe/fast/selectors/lang-inheritance2-expected.txt: Removed.
* platform/wpe/fast/selectors/lang-vs-xml-lang-expected.txt: Removed.
* platform/wpe/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Removed.
* platform/wpe/fast/selectors/nondeterministic-combinators-expected.txt: Removed.
* platform/wpe/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Removed.
* platform/wpe/fast/table/001-expected.txt: Removed.
* platform/wpe/fast/table/002-expected.txt: Removed.
* platform/wpe/fast/table/004-expected.txt: Removed.
* platform/wpe/fast/table/005-expected.txt: Removed.
* platform/wpe/fast/table/006-expected.txt: Removed.
* platform/wpe/fast/table/010-expected.txt: Removed.
* platform/wpe/fast/table/011-expected.txt: Removed.
* platform/wpe/fast/table/013-expected.txt: Removed.
* platform/wpe/fast/table/014-expected.txt: Removed.
* platform/wpe/fast/table/015-expected.txt: Removed.
* platform/wpe/fast/table/017-expected.txt: Removed.
* platform/wpe/fast/table/020-expected.txt: Removed.
* platform/wpe/fast/table/021-expected.txt: Removed.
* platform/wpe/fast/table/022-expected.txt: Removed.
* platform/wpe/fast/table/023-expected.txt: Removed.
* platform/wpe/fast/table/024-expected.txt: Removed.
* platform/wpe/fast/table/026-expected.txt: Removed.
* platform/wpe/fast/table/027-expected.txt: Removed.
* platform/wpe/fast/table/027-vertical-expected.txt: Removed.
* platform/wpe/fast/table/028-expected.txt: Removed.
* platform/wpe/fast/table/028-vertical-expected.txt: Removed.
* platform/wpe/fast/table/029-expected.txt: Removed.
* platform/wpe/fast/table/030-expected.txt: Removed.
* platform/wpe/fast/table/033-expected.txt: Removed.
* platform/wpe/fast/table/035-expected.txt: Removed.
* platform/wpe/fast/table/035-vertical-expected.txt: Removed.
* platform/wpe/fast/table/036-expected.txt: Removed.
* platform/wpe/fast/table/037-expected.txt: Removed.
* platform/wpe/fast/table/039-expected.txt: Removed.
* platform/wpe/fast/table/align-right-within-left-aligned-div-expected.txt: Removed.
* platform/wpe/fast/table/append-cells-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/002-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/002-vertical-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-69296-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-cell-append-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-cell-remove-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Removed.
* platform/wpe/fast/table/cell-pref-width-invalidation-expected.txt: Removed.
* platform/wpe/fast/table/col-width-span-expand-expected.txt: Removed.
* platform/wpe/fast/table/colgroup-preceded-by-caption-expected.txt: Removed.
* platform/wpe/fast/table/colspan-with-all-percent-cells-expected.txt: Removed.
* platform/wpe/fast/table/dynamic-cellpadding-expected.txt: Removed.
* platform/wpe/fast/table/dynamic-descendant-percentage-height-expected.txt: Removed.
* platform/wpe/fast/table/early-table-layout-expected.txt: Removed.
* platform/wpe/fast/table/empty-table-percent-height-expected.txt: Removed.
* platform/wpe/fast/table/fixed-nested-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-non-cell-in-row-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-percent-width-inside-div-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-small-percent-width-expected.txt: Removed.
* platform/wpe/fast/table/floating-th-expected.txt: Removed.
* platform/wpe/fast/table/floatingTablePaintBackground-expected.txt: Removed.
* platform/wpe/fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Removed.
* platform/wpe/fast/table/frame-and-rules-expected.txt: Removed.
* platform/wpe/fast/table/giantRowspan-expected.txt: Removed.
* platform/wpe/fast/table/max-width-integer-overflow-expected.txt: Removed.
* platform/wpe/fast/table/multiple-percent-height-rows-expected.txt: Removed.
* platform/wpe/fast/table/percent-widths-stretch-expected.txt: Removed.
* platform/wpe/fast/table/percent-widths-stretch-vertical-expected.txt: Removed.
* platform/wpe/fast/table/quote-text-around-iframe-expected.txt: Removed.
* platform/wpe/fast/table/relative-position-containment-expected.txt: Removed.
* platform/wpe/fast/table/relative-position-offsets-expected.txt: Removed.
* platform/wpe/fast/table/relative-position-stacking-expected.txt: Removed.
* platform/wpe/fast/table/replaced-percent-height-expected.txt: Removed.
* platform/wpe/fast/table/rowindex-expected.txt: Removed.
* platform/wpe/fast/table/rowspan-paint-order-expected.txt: Removed.
* platform/wpe/fast/table/rules-attr-dynchange1-expected.txt: Removed.
* platform/wpe/fast/table/rules-attr-dynchange2-expected.txt: Removed.
* platform/wpe/fast/table/simple_paint-expected.txt: Removed.
* platform/wpe/fast/table/table-after-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/table-before-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/table-cell-after-child-in-block-expected.txt: Removed.
* platform/wpe/fast/table/table-cell-before-child-in-block-expected.txt: Removed.
* platform/wpe/fast/table/table-cell-before-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/table-display-types-expected.txt: Removed.
* platform/wpe/fast/table/table-display-types-strict-expected.txt: Removed.
* platform/wpe/fast/table/table-display-types-vertical-expected.txt: Removed.
* platform/wpe/fast/table/table-hspace-align-center-expected.txt: Removed.
* platform/wpe/fast/table/table-row-after-child-in-block-expected.txt: Removed.
* platform/wpe/fast/table/table-row-after-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/table-row-before-child-in-block-expected.txt: Removed.
* platform/wpe/fast/table/table-row-before-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/tableInsideCaption-expected.txt: Removed.
* platform/wpe/fast/table/unbreakable-images-quirk-expected.txt: Removed.
* platform/wpe/fast/table/unused-percent-heights-expected.txt: Removed.
* platform/wpe/fast/table/vertical-align-baseline-expected.txt: Removed.
* platform/wpe/fast/tokenizer/001-expected.txt: Removed.
* platform/wpe/fast/tokenizer/003-expected.txt: Removed.
* platform/wpe/fast/transforms/identity-matrix-expected.txt: Removed.
* platform/wpe/fast/transforms/overflow-with-transform-expected.txt: Removed.
* platform/wpe/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed.
* platform/wpe/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed.
* platform/wpe/fast/transforms/skew-with-unitless-zero-expected.txt: Removed.
* platform/wpe/fast/transforms/transformed-caret-expected.txt: Removed.
* platform/wpe/fast/transforms/transformed-document-element-expected.txt: Removed.
* platform/wpe/fast/transforms/transforms-with-opacity-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-horizontal-bt-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-vertical-lr-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-vertical-rl-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-vertical-rl-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/basic-vertical-line-expected.txt: Removed.
* platform/wpe/fast/writing-mode/basic-vertical-line-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-image-horizontal-bt-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-image-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-image-vertical-rl-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-styles-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-styles-vertical-lr-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-styles-vertical-rl-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-styles-vertical-rl-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/box-shadow-horizontal-bt-expected.txt: Removed.
* platform/wpe/fast/writing-mode/box-shadow-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/box-shadow-vertical-rl-expected.txt: Removed.
* platform/wpe/fast/writing-mode/broken-ideograph-small-caps-expected.txt: Removed.
* platform/wpe/fast/writing-mode/broken-ideographic-font-expected.txt: Removed.
* platform/wpe/fast/writing-mode/fallback-orientation-expected.txt: Removed.
* platform/wpe/fast/writing-mode/japanese-lr-text-expected.txt: Removed.
* platform/wpe/fast/writing-mode/japanese-rl-text-expected.txt: Removed.
* platform/wpe/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Removed.
* platform/wpe/fast/writing-mode/vertical-font-fallback-expected.txt: Removed.
* platform/wpe/fast/xsl/xslt-import-depth-expected.txt: Removed.
* platform/wpe/fast/xsl/xslt_unicode-expected.txt: Removed.
2020-05-13 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for cases when the balancing is not based on the initial width
https://bugs.webkit.org/show_bug.cgi?id=211878
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-fixed-width-with-max-distribution-expected.txt: Added.
* fast/layoutformattingcontext/table-fixed-width-with-max-distribution.html: Added.
2020-05-13 Zalan Bujtas <zalan@apple.com>
Do not clear selection/repaint when the renderer gets moved during tree normalization.
https://bugs.webkit.org/show_bug.cgi?id=211865
<rdar://problem/62849044>
Reviewed by Antti Koivisto.
* fast/repaint/do-no-repaint-on-internal-move-expected.txt: Added.
* fast/repaint/do-no-repaint-on-internal-move.html: Added.
2020-05-13 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move shared imported tests expectation files to glib
https://bugs.webkit.org/show_bug.cgi?id=211875
Unreviewed test gardening.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_keys.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_keys.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_ecdsa.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_ecdsa.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-position/position-absolute-in-inline-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-position/position-absolute-in-inline-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-sizing/button-min-width-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/button-min-width-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-004-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-004-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-016-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-016-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-017-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-017-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/white-space-collapse-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/white-space-collapse-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/line-break-ch-unit-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-values/line-break-ch-unit-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/eventsource/format-field-id-2-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/eventsource/format-field-id-2-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/eventsource/format-field-id-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/eventsource/format-field-id-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/editing/editing-0/autocapitalization/autocapitalize-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/editing/editing-0/autocapitalization/autocapitalize-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/media_fragment_seek-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/media_fragment_seek-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_loop_base-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_loop_base-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-viewref-with-viewbox-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-viewref-with-viewbox-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-inline-style-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-inline-style-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/geometry/parsing/height-computed-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/geometry/parsing/height-computed-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-attribute-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-09-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-09-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-20-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-20-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-21-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-21-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-23-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-23-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-28-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-28-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-29-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-29-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-30-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-30-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-38-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-38-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-39-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-39-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-46-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-46-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-53-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-53-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-64-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-64-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-67-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-67-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-84-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-84-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-85-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-85-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-86-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-86-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-89-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-89-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-90-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-90-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-interact-events-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-interact-events-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-pservers-grad-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-pservers-grad-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/color-prop-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/color-prop-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/color-prop-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/color-prop-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/color-prop-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/color-prop-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/color-prop-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/color-prop-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/conform-viewers-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/conform-viewers-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-coord-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-coord-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-coord-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-coord-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-dom-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-dom-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-dom-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-dom-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-06-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-06-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-units-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-units-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-units-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-units-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-units-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-units-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-viewattr-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-viewattr-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-background-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-background-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-blend-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-blend-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-composite-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-composite-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-composite-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-composite-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-comptran-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-comptran-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-conv-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-conv-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-conv-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-conv-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-conv-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-conv-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-displace-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-displace-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-example-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-example-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-felem-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-felem-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-felem-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-felem-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-gauss-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-gauss-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-gauss-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-gauss-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-gauss-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-gauss-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-light-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-light-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-light-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-light-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-light-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-light-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-offset-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-offset-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-offset-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-offset-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-overview-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-overview-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-overview-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-overview-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-overview-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-overview-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-turb-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-turb-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-elem-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-elem-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-elem-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-elem-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-elem-07-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-elem-07-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-glyph-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-glyph-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-glyph-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-glyph-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-overview-201-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-overview-201-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/imp-path-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/imp-path-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-events-202-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-events-202-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-events-203-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-events-203-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-order-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-order-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-order-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-order-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-order-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-order-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-pointer-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-pointer-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-10-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-10-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-frag-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-frag-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-mask-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-mask-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-06-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-06-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-08-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-08-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-10-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-10-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-11-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-11-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-12-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-12-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-13-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-13-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-14-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-14-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-06-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-06-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-fill-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-fill-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-fill-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-fill-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-fill-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-fill-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-fill-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-fill-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-render-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-render-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-06-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-06-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-09-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-09-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-09-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-09-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-10-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-10-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-12-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-12-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-13-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-13-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-14-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-14-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-15-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-15-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-17-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-17-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-19-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-19-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-dom-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-dom-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-04-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-04-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-06-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-06-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-07-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-07-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-13-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-13-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-14-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-14-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-15-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-15-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-16-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-16-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-17-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-17-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-18-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-18-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-20-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-20-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-21-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-21-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-22-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-22-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-23-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-23-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-24-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-24-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-stops-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-stops-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-06-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-06-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-07-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-07-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-08-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-08-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-09-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-09-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/render-elems-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/render-elems-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/render-elems-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/render-elems-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/render-elems-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/render-elems-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-circle-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-circle-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-circle-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-circle-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-grammar-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-grammar-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-intro-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-intro-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-line-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-line-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-line-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-line-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polygon-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polygon-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polygon-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polygon-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polyline-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polyline-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polyline-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polyline-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-06-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-06-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-07-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-07-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-defs-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-defs-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-04-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-04-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-06-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-06-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-14-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-14-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-15-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-15-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-20-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-20-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-frag-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-frag-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-frag-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-frag-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-frag-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-frag-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-frag-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-frag-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-group-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-group-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-group-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-group-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-09-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-09-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-10-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-10-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-11-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-11-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-12-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-12-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-16-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-16-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-18-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-18-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-19-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-19-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-svg-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-svg-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-svg-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-svg-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-symbol-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-symbol-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-04-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-04-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-06-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-06-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-07-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-07-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-08-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-08-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-09-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-09-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-10-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-10-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-11-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-11-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-12-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-12-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-13-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-13-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-14-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-14-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-15-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-15-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-class-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-class-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-07-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-07-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-08-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-08-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-09-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-09-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-10-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-10-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-inherit-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-inherit-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-pres-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-pres-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-pres-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-pres-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-pres-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-pres-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-pres-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-pres-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-align-08-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-align-08-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-altglyph-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-altglyph-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-altglyph-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-altglyph-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-bidi-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-bidi-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-203-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-203-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-204-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-204-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-06-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-06-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-09-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-09-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-10-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-10-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-11-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-11-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-12-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-12-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-text-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-text-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-text-10-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-text-10-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-text-11-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-text-11-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-text-12-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-text-12-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-tselect-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-tselect-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/types-basic-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/types-basic-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/types-dom-06-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/types-dom-06-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/interact/manual/event-attribute-001-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/interact/manual/event-attribute-001-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fallback-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fallback-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fill-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fill-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-stroke-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-stroke-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-004-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-004-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-006-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-006-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-007-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-007-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-008-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-008-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/markers-orient-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/markers-orient-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/paint-order-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/paint-order-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-attribute-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-percentage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-percentage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-percentage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-percentage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/property/priority-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/property/priority-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-004-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-004-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-005-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-005-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-bicubic-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-bicubic-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-complex-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-complex-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-basic-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-basic-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-fully-overlapping-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-fully-overlapping-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/stop-color-currentcolor-dynamic-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/stop-color-currentcolor-dynamic-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/render/reftests/blending-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/render/reftests/blending-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/render/reftests/blending-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/render/reftests/blending-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/rendering/order/clip-path-filter-order-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/rendering/order/clip-path-filter-order-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/rendering/order/z-index-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/rendering/order/z-index-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/circle-01-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/circle-01-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/ellipse-01-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/ellipse-01-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/ellipse-04-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/ellipse-04-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/ellipse-09-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/ellipse-09-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/line-dasharray-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/line-dasharray-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-01-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-01-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-02-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-02-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-03-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-03-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-04-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-04-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-05-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-05-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/scripted/blank-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/scripted/blank-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/styling/render/transform-box-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/styling/render/transform-box-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/styling/render/transform-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/styling/render/transform-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/styling/render/transform-origin-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/styling/render/transform-origin-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-complex-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-complex-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-101-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-101-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-201-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-201-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-102-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-102-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-201-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-201-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-203-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-203-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-xml-space-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-xml-space-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/textpath-shape-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/textpath-shape-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/textpath-side-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/textpath-side-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-003-visual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-003-visual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-201-visual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-201-visual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-65K-data.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-65K-data.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-binary-65K-arraybuffer.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-binary-65K-arraybuffer.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-binary-arraybuffer.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-binary-arraybuffer.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-data.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-data.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-paired-surrogates.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-paired-surrogates.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/basic-auth.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/basic-auth.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/basic-auth.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/basic-auth.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-arraybuffer-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-arraybuffer-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-blob-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-blob-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-large-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-large-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/opening-handshake/003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/opening-handshake/003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/unload-a-document/002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/unload-a-document/002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/unload-a-document/004-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/unload-a-document/004-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/xhr/send-redirect-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/xhr/send-redirect-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_keys.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_ecdsa.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-position/position-absolute-in-inline-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-sizing/button-min-width-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-004-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-016-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-017-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/white-space-collapse-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/line-break-ch-unit-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/eventsource/format-field-id-2-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/eventsource/format-field-id-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/editing/editing-0/autocapitalization/autocapitalize-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/media_fragment_seek-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_loop_base-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-viewref-with-viewbox-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-inline-style-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/parsing/height-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-attribute-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-09-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-20-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-21-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-23-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-28-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-29-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-30-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-38-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-39-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-46-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-53-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-64-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-67-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-84-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-85-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-86-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-89-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-90-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-interact-events-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-pservers-grad-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/color-prop-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/color-prop-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/color-prop-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/color-prop-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/conform-viewers-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-coord-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-coord-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-dom-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-dom-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-06-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-units-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-units-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-units-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-viewattr-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-background-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-blend-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-composite-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-composite-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-comptran-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-conv-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-conv-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-conv-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-displace-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-example-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-felem-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-felem-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-gauss-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-gauss-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-gauss-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-light-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-light-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-light-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-offset-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-offset-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-overview-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-overview-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-overview-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-turb-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-elem-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-elem-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-elem-07-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-glyph-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-glyph-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-overview-201-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/imp-path-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-events-202-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-events-203-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-order-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-order-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-order-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-pointer-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-10-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-frag-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-mask-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-06-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-08-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-10-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-11-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-12-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-13-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-14-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-06-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-fill-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-fill-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-fill-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-fill-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-render-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-06-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-09-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-09-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-10-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-12-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-13-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-14-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-15-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-17-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-19-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-dom-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-04-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-06-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-07-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-13-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-14-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-15-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-16-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-17-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-18-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-20-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-21-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-22-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-23-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-24-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-stops-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-06-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-07-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-08-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-09-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/render-elems-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/render-elems-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/render-elems-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-circle-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-circle-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-grammar-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-intro-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-line-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-line-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polygon-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polygon-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polyline-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polyline-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-06-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-07-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-defs-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-04-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-06-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-14-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-15-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-20-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-frag-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-frag-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-frag-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-frag-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-group-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-group-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-09-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-10-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-11-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-12-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-16-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-18-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-19-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-svg-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-svg-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-symbol-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-04-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-06-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-07-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-08-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-09-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-10-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-11-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-12-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-13-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-14-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-15-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-class-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-07-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-08-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-09-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-10-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-inherit-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-pres-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-pres-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-pres-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-pres-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-align-08-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-bidi-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-203-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-204-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-06-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-09-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-10-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-11-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-12-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-text-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-text-10-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-text-11-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-text-12-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-tselect-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/types-basic-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/types-dom-06-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/interact/manual/event-attribute-001-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fallback-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fill-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-stroke-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-004-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-006-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-007-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-008-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/markers-orient-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/paint-order-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-attribute-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-percentage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-percentage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/property/priority-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-004-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-005-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-bicubic-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-complex-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-basic-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-fully-overlapping-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/stop-color-currentcolor-dynamic-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/render/reftests/blending-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/render/reftests/blending-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/rendering/order/clip-path-filter-order-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/rendering/order/z-index-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/circle-01-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/ellipse-01-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/ellipse-04-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/ellipse-09-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/line-dasharray-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-01-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-02-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-03-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-04-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-05-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/scripted/blank-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/styling/render/transform-box-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/styling/render/transform-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/styling/render/transform-origin-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-complex-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-101-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-201-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-102-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-201-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-203-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-xml-space-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/textpath-shape-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/textpath-side-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-003-visual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-201-visual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-65K-data.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-binary-65K-arraybuffer.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-binary-arraybuffer.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-data.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-paired-surrogates.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/basic-auth.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/basic-auth.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-arraybuffer-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-blob-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-large-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/unload-a-document/002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/unload-a-document/004-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/xhr/send-redirect-expected.txt: Removed.
2020-05-13 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move shared table tests expectation files to glib
https://bugs.webkit.org/show_bug.cgi?id=211872
Unreviewed test gardening.
* platform/glib/tables/mozilla/bugs/45621-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/45621-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10009-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10009-expected.txt.
* platform/glib/tables/mozilla/bugs/bug100334-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug100334-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10036-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10036-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10039-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10039-expected.txt.
* platform/glib/tables/mozilla/bugs/bug101201-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug101201-expected.txt.
* platform/glib/tables/mozilla/bugs/bug102145-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug102145-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug102145-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug102145-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug102145-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug102145-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug102145-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug102145-4-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10296-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10296-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug103533-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug103533-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10565-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10565-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1067-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1067-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1067-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1067-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug106795-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug106795-expected.txt.
* platform/glib/tables/mozilla/bugs/bug106816-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug106816-expected.txt.
* platform/glib/tables/mozilla/bugs/bug108340-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug108340-expected.txt.
* platform/glib/tables/mozilla/bugs/bug11026-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug11026-expected.txt.
* platform/glib/tables/mozilla/bugs/bug110566-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug110566-expected.txt.
* platform/glib/tables/mozilla/bugs/bug11321-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug11321-expected.txt.
* platform/glib/tables/mozilla/bugs/bug113235-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug113424-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug113424-expected.txt.
* platform/glib/tables/mozilla/bugs/bug119786-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug119786-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12008-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12008-expected.txt.
* platform/glib/tables/mozilla/bugs/bug120364-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug120364-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1220-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1220-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12268-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12268-expected.txt.
* platform/glib/tables/mozilla/bugs/bug123862-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug123862-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1261-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1261-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12709-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12709-expected.txt.
* platform/glib/tables/mozilla/bugs/bug127267-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug127267-expected.txt.
* platform/glib/tables/mozilla/bugs/bug128229-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug128229-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12908-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12908-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12910-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12910-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1296-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1296-expected.txt.
* platform/glib/tables/mozilla/bugs/bug13105-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13105-expected.txt.
* platform/glib/tables/mozilla/bugs/bug13196-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13196-expected.txt.
* platform/glib/tables/mozilla/bugs/bug133756-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug133756-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug133948-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug133948-expected.txt.
* platform/glib/tables/mozilla/bugs/bug13484-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13484-expected.txt.
* platform/glib/tables/mozilla/bugs/bug13526-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13526-expected.txt.
* platform/glib/tables/mozilla/bugs/bug139524-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug139524-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug139524-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug139524-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug139524-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug139524-4-expected.txt.
* platform/glib/tables/mozilla/bugs/bug14159-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug14159-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug14159-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug14159-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug14323-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug14323-expected.txt.
* platform/glib/tables/mozilla/bugs/bug145572-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug145572-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1474-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1474-expected.txt.
* platform/glib/tables/mozilla/bugs/bug149275-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug149275-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug15247-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug15247-expected.txt.
* platform/glib/tables/mozilla/bugs/bug154780-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug154780-expected.txt.
* platform/glib/tables/mozilla/bugs/bug157890-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug157890-expected.txt.
* platform/glib/tables/mozilla/bugs/bug159108-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug159108-expected.txt.
* platform/glib/tables/mozilla/bugs/bug15933-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug15933-expected.txt.
* platform/glib/tables/mozilla/bugs/bug17168-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug17168-expected.txt.
* platform/glib/tables/mozilla/bugs/bug175455-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug175455-4-expected.txt.
* platform/glib/tables/mozilla/bugs/bug17548-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug17548-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1800-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1800-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1802-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1802-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1802s-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1802s-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1809-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1809-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1818-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1818-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1818-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1818-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1818-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1818-4-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1818-5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1818-5-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1828-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1828-expected.txt.
* platform/glib/tables/mozilla/bugs/bug18440-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug18440-expected.txt.
* platform/glib/tables/mozilla/bugs/bug18558-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug18558-expected.txt.
* platform/glib/tables/mozilla/bugs/bug19061-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug19061-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2123-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2123-expected.txt.
* platform/glib/tables/mozilla/bugs/bug21299-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug21299-expected.txt.
* platform/glib/tables/mozilla/bugs/bug215629-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug215629-expected.txt.
* platform/glib/tables/mozilla/bugs/bug21918-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug21918-expected.txt.
* platform/glib/tables/mozilla/bugs/bug219693-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug219693-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug219693-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug219693-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug22019-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug22019-expected.txt.
* platform/glib/tables/mozilla/bugs/bug221784-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug221784-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug221784-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug221784-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug222846-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug222846-expected.txt.
* platform/glib/tables/mozilla/bugs/bug22513-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug22513-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2267-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2267-expected.txt.
* platform/glib/tables/mozilla/bugs/bug227123-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug227123-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2296-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2296-expected.txt.
* platform/glib/tables/mozilla/bugs/bug23072-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug23072-expected.txt.
* platform/glib/tables/mozilla/bugs/bug23151-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug23151-expected.txt.
* platform/glib/tables/mozilla/bugs/bug23994-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug23994-expected.txt.
* platform/glib/tables/mozilla/bugs/bug24503-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug24503-expected.txt.
* platform/glib/tables/mozilla/bugs/bug24661-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug24661-expected.txt.
* platform/glib/tables/mozilla/bugs/bug24880-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug24880-expected.txt.
* platform/glib/tables/mozilla/bugs/bug25004-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug25004-expected.txt.
* platform/glib/tables/mozilla/bugs/bug25074-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug25074-expected.txt.
* platform/glib/tables/mozilla/bugs/bug25086-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug25086-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2516-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2516-expected.txt.
* platform/glib/tables/mozilla/bugs/bug25367-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug25367-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2684-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2684-expected.txt.
* platform/glib/tables/mozilla/bugs/bug27038-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug275625-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug275625-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2757-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2757-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2763-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2763-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2773-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2773-expected.txt.
* platform/glib/tables/mozilla/bugs/bug278266-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug278266-expected.txt.
* platform/glib/tables/mozilla/bugs/bug278385-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug278385-expected.txt.
* platform/glib/tables/mozilla/bugs/bug27993-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug27993-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug28341-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug28341-expected.txt.
* platform/glib/tables/mozilla/bugs/bug29058-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug29058-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug29429-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug29429-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2973-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2973-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2981-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2981-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3037-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3037-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3037-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug30418-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug30418-expected.txt.
* platform/glib/tables/mozilla/bugs/bug30985-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug30985-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3103-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3103-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3191-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3191-expected.txt.
* platform/glib/tables/mozilla/bugs/bug32205-5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug32205-5-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3263-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3263-expected.txt.
* platform/glib/tables/mozilla/bugs/bug32841-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug32841-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3309-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3309-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug33137-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug33137-expected.txt.
* platform/glib/tables/mozilla/bugs/bug34176-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug34176-expected.txt.
* platform/glib/tables/mozilla/bugs/bug35662-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug35662-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3681-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3681-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3681-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3681-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3718-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3718-expected.txt.
* platform/glib/tables/mozilla/bugs/bug40828-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug40828-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4093-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4093-expected.txt.
* platform/glib/tables/mozilla/bugs/bug41890-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug41890-expected.txt.
* platform/glib/tables/mozilla/bugs/bug42443-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug42443-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4284-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4284-expected.txt.
* platform/glib/tables/mozilla/bugs/bug43204-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug43204-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4385-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4385-expected.txt.
* platform/glib/tables/mozilla/bugs/bug43854-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug43854-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4501-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4501-expected.txt.
* platform/glib/tables/mozilla/bugs/bug45055-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug45055-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug45055-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug45055-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4520-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4520-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4523-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4523-expected.txt.
* platform/glib/tables/mozilla/bugs/bug45350-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug45350-expected.txt.
* platform/glib/tables/mozilla/bugs/bug45486-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug45486-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46268-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46268-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46268-5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46268-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46944-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46944-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4739-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4739-expected.txt.
* platform/glib/tables/mozilla/bugs/bug47432-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug47432-expected.txt.
* platform/glib/tables/mozilla/bugs/bug48028-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug48028-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4849-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4849-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4849-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4849-expected.txt.
* platform/glib/tables/mozilla/bugs/bug48827-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug48827-expected.txt.
* platform/glib/tables/mozilla/bugs/bug50695-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug50695-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug51140-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug51140-expected.txt.
* platform/glib/tables/mozilla/bugs/bug53690-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug53690-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug53690-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug53891-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug53891-expected.txt.
* platform/glib/tables/mozilla/bugs/bug54450-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug54450-expected.txt.
* platform/glib/tables/mozilla/bugs/bug55527-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug55527-expected.txt.
* platform/glib/tables/mozilla/bugs/bug55789-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug55789-expected.txt.
* platform/glib/tables/mozilla/bugs/bug56405-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug56405-expected.txt.
* platform/glib/tables/mozilla/bugs/bug56563-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug56563-expected.txt.
* platform/glib/tables/mozilla/bugs/bug57378-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug57378-expected.txt.
* platform/glib/tables/mozilla/bugs/bug57828-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug57828-expected.txt.
* platform/glib/tables/mozilla/bugs/bug5797-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug5797-expected.txt.
* platform/glib/tables/mozilla/bugs/bug5798-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug5798-expected.txt.
* platform/glib/tables/mozilla/bugs/bug5838-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug5838-expected.txt.
* platform/glib/tables/mozilla/bugs/bug60013-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug60013-expected.txt.
* platform/glib/tables/mozilla/bugs/bug60804-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug60804-expected.txt.
* platform/glib/tables/mozilla/bugs/bug60807-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug60807-expected.txt.
* platform/glib/tables/mozilla/bugs/bug60992-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug60992-expected.txt.
* platform/glib/tables/mozilla/bugs/bug625-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug625-expected.txt.
* platform/glib/tables/mozilla/bugs/bug63785-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug63785-expected.txt.
* platform/glib/tables/mozilla/bugs/bug6404-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug6404-expected.txt.
* platform/glib/tables/mozilla/bugs/bug641-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug641-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug641-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug641-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug647-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug647-expected.txt.
* platform/glib/tables/mozilla/bugs/bug650-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug650-expected.txt.
* platform/glib/tables/mozilla/bugs/bug6674-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug6674-expected.txt.
* platform/glib/tables/mozilla/bugs/bug67864-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug67864-expected.txt.
* platform/glib/tables/mozilla/bugs/bug67915-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug67915-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug68998-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug68998-expected.txt.
* platform/glib/tables/mozilla/bugs/bug72359-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug72359-expected.txt.
* platform/glib/tables/mozilla/bugs/bug727-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug727-expected.txt.
* platform/glib/tables/mozilla/bugs/bug7471-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug7471-expected.txt.
* platform/glib/tables/mozilla/bugs/bug75250-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug75250-expected.txt.
* platform/glib/tables/mozilla/bugs/bug7714-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug7714-expected.txt.
* platform/glib/tables/mozilla/bugs/bug8032-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug8032-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug81934-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug81934-expected.txt.
* platform/glib/tables/mozilla/bugs/bug8361-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug8361-expected.txt.
* platform/glib/tables/mozilla/bugs/bug8411-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug8411-expected.txt.
* platform/glib/tables/mozilla/bugs/bug86220-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug86220-expected.txt.
* platform/glib/tables/mozilla/bugs/bug88035-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug88035-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug88035-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug88035-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug88524-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug88524-expected.txt.
* platform/glib/tables/mozilla/bugs/bug8950-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug8950-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9072-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9072-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9123-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9123-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug92647-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9271-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9271-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9271-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9271-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug92868-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug92868-expected.txt.
* platform/glib/tables/mozilla/bugs/bug963-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug963-expected.txt.
* platform/glib/tables/mozilla/bugs/bug96343-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug96343-expected.txt.
* platform/glib/tables/mozilla/bugs/bug97138-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug97138-expected.txt.
* platform/glib/tables/mozilla/bugs/bug97383-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug97383-expected.txt.
* platform/glib/tables/mozilla/bugs/bug98196-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug98196-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9879-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9879-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug99923-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug99923-expected.txt.
* platform/glib/tables/mozilla/collapsing_borders/bug127040-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/collapsing_borders/bug127040-expected.txt.
* platform/glib/tables/mozilla/core/box_sizing-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/box_sizing-expected.txt.
* platform/glib/tables/mozilla/core/captions-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/captions-expected.txt.
* platform/glib/tables/mozilla/core/cell_heights-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/cell_heights-expected.txt.
* platform/glib/tables/mozilla/core/col_span-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_span-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_auto-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_auto-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_autoPer-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_fix-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_fix-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_fixPer-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_per-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_per-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_auto-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_auto-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_autoFix-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_autoPer-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_fix-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_fix-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_per-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_per-expected.txt.
* platform/glib/tables/mozilla/core/misc-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/misc-expected.txt.
* platform/glib/tables/mozilla/core/nested1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/nested1-expected.txt.
* platform/glib/tables/mozilla/core/table_frame-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/table_frame-expected.txt.
* platform/glib/tables/mozilla/core/table_heights-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/table_heights-expected.txt.
* platform/glib/tables/mozilla/core/table_rules-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/table_rules-expected.txt.
* platform/glib/tables/mozilla/core/table_widths-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/table_widths-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCellsRebuild1-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCellsShrink2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCellsShrink2-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCol1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCol1-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCol2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCol2-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCol3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCol3-expected.txt.
* platform/glib/tables/mozilla/dom/deleteColGroup1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteColGroup1-expected.txt.
* platform/glib/tables/mozilla/dom/deleteColGroup2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteColGroup2-expected.txt.
* platform/glib/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteTbodyExpand1-expected.txt.
* platform/glib/tables/mozilla/dom/insertCellsExpand1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCellsExpand1-expected.txt.
* platform/glib/tables/mozilla/dom/insertCellsExpand2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCellsExpand2-expected.txt.
* platform/glib/tables/mozilla/dom/insertCellsRebuild1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCellsRebuild1-expected.txt.
* platform/glib/tables/mozilla/dom/insertCellsRebuild2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCellsRebuild2-expected.txt.
* platform/glib/tables/mozilla/dom/insertColGroups1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertColGroups1-expected.txt.
* platform/glib/tables/mozilla/dom/insertColGroups2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertColGroups2-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols1-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols2-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols3-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols4-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols5-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_index-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_index-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_position-table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt.
* platform/glib/tables/mozilla/marvin/body_col-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/body_col-expected.txt.
* platform/glib/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt.
* platform/glib/tables/mozilla/marvin/table_row_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/table_row_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/table_row_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/table_row_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/table_row_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/table_row_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_black-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_green-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_red-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_white-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_border_0-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_border_0-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_caption_align_bot-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_caption_align_top-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_class-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_default-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_default-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_id-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_width_px-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_width_px-expected.txt.
* platform/glib/tables/mozilla/marvin/tbody_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_align_bottom-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_align_top-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_align_top-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_style-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_style-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_span-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_span-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_width_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_width_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_width_px-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_width_px-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_span-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_span-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_cellpadding-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_cellpadding-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_cellspacing-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_cellspacing-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_frame_void-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_width_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_width_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_width_px-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_width_px-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_style-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_style-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_colspan-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_colspan-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_height-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_height-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_nowrap-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_nowrap-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_rowspan-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_rowspan-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_style-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_style-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_width-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_width-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_colspan-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_colspan-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_height-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_height-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_width-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_width-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_style-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_style-expected.txt.
* platform/glib/tables/mozilla/other/body_col-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/body_col-expected.txt.
* platform/glib/tables/mozilla/other/cellspacing-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/cellspacing-expected.txt.
* platform/glib/tables/mozilla/other/nested2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/nested2-expected.txt.
* platform/glib/tables/mozilla/other/nestedTables-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/nestedTables-expected.txt.
* platform/glib/tables/mozilla/other/padding-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/padding-expected.txt.
* platform/glib/tables/mozilla/other/slashlogo-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/slashlogo-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/97619-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug101759-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106336-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1164-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug11945-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug14489-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug14489-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1647-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug178855-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug220653-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug220653-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3105-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug33784-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug33784-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug47163-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug47163-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug6933-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug7113-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug7243-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug73629-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/core/columns-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/columns-expected.txt.
* platform/glib/tables/mozilla_expected_failures/core/conflicts-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/conflicts-expected.txt.
* platform/glib/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt.
* platform/glib/tables/mozilla_expected_failures/other/empty_cells-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/other/empty_cells-expected.txt.
* platform/wpe/tables/mozilla/bugs/45621-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10009-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug100334-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10036-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10039-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug101201-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug102145-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug102145-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug102145-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug102145-4-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10296-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug103533-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10565-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1067-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1067-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug106795-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug106816-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug108340-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug11026-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug110566-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug11321-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug113235-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug113424-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug119786-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12008-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug120364-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1220-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12268-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug123862-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1261-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12709-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug127267-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug128229-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12908-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12910-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1296-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug13105-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug13196-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug133756-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug133948-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug13484-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug13526-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug139524-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug139524-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug139524-4-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug14159-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug14159-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug14323-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug145572-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1474-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug149275-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug15247-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug154780-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug157890-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug159108-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug15933-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug17168-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug175455-4-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug17548-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1800-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1802-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1802s-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1809-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1818-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1818-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1818-4-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1818-5-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1828-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug18440-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug18558-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2123-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug21299-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug215629-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug21918-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug219693-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug219693-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug22019-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug221784-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug221784-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug222846-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug22513-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2267-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug227123-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2296-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug23072-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug23151-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug23994-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug24503-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug24661-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug24880-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug25004-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug25074-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug25086-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2516-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug25367-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2684-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug275625-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2757-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2763-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2773-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug278266-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug278385-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug27993-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug28341-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug29058-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug29429-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2973-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2981-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3037-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug30418-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug30985-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3103-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3191-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug32205-5-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3263-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug32841-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug33137-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug34176-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug35662-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3681-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3681-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3718-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug40828-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4093-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug41890-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug42443-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4284-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug43204-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4385-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug43854-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4501-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug45055-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug45055-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4520-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4523-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug45350-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug45486-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46268-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46268-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46268-5-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46268-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46944-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4739-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug47432-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug48028-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4849-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4849-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug48827-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug50695-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug51140-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug53690-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug53690-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug53891-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug54450-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug55527-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug55789-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug56405-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug56563-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug57378-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug57828-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug5797-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug5798-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug5838-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug60013-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug60804-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug60807-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug60992-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug625-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug63785-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug6404-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug641-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug641-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug647-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug650-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug6674-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug67864-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug68998-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug72359-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug727-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug7471-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug75250-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug7714-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug81934-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug8361-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug8411-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug86220-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug88035-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug88035-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug88524-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug8950-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9072-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9123-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug92647-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9271-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9271-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug92868-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug963-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug96343-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug97138-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug97383-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug98196-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9879-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug99923-expected.txt: Removed.
* platform/wpe/tables/mozilla/collapsing_borders/bug127040-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/box_sizing-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/captions-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/cell_heights-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_span-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_auto-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_fix-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_per-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_auto-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_fix-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_per-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/misc-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/nested1-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/table_frame-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/table_heights-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/table_rules-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/table_widths-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCellsShrink2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCol1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCol2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCol3-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteColGroup1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteColGroup2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCellsExpand1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCellsExpand2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCellsRebuild1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCellsRebuild2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertColGroups1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertColGroups2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols3-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols4-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols5-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_position-table-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/body_col-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/table_row_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/table_row_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/table_row_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_border_0-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_default-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_width_px-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tbody_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_align_top-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_style-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_span-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_width_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_width_px-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_span-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_cellpadding-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_cellspacing-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_frame_void-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_width_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_width_px-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_style-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_colspan-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_height-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_nowrap-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_rowspan-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_style-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_width-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_colspan-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_height-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_width-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_style-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/body_col-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/cellspacing-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/nested2-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/nestedTables-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/padding-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/slashlogo-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/97619-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug14489-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug220653-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug33784-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug47163-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/core/columns-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/core/conflicts-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/other/empty_cells-expected.txt: Removed.
2020-05-13 Devin Rousso <drousso@apple.com>
Web Inspector: show EventTarget listeners as an internal property
https://bugs.webkit.org/show_bug.cgi?id=211766
Reviewed by Timothy Hatcher.
* inspector/runtime/getProperties-internalProperties.html: Added.
* inspector/runtime/getProperties-internalProperties-expected.txt: Added.
* inspector/debugger/tail-deleted-frames/tail-deleted-frames-this-value-expected.txt:
The `this` value of Global Code is the `window`, which is an `EventTarget`, so it's first
property should now be the `listeners` internal property.
2020-05-13 Devin Rousso <drousso@apple.com>
Web Inspector: rename CSS.StyleSheetOrigin.Regular to CSS.StyleSheetOrigin.Author to match the spec
https://bugs.webkit.org/show_bug.cgi?id=211827
Reviewed by Timothy Hatcher.
* inspector/css/add-rule.html:
* inspector/css/add-rule-expected.txt:
* inspector/css/getMatchedStylesForNode-expected.txt:
2020-05-13 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in InsertParagraphSeparatorCommand::doApply when the canonical position is uneditable
https://bugs.webkit.org/show_bug.cgi?id=211864
<rdar://problem/62982161>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/insert-img-uneditable-canonical-position-crash-expected.txt: Added.
* editing/inserting/insert-img-uneditable-canonical-position-crash.html: Added.
2020-05-13 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in DeleteSelectionCommand::doApply() when merge node is disconnected.
https://bugs.webkit.org/show_bug.cgi?id=211793
<rdar://problem/62993645>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/insert-text-merge-node-removed-crash-expected.txt: Added.
* editing/inserting/insert-text-merge-node-removed-crash.html: Added.
2020-05-13 Said Abou-Hallawa <sabouhallawa@apple.com>
Enable the 'OutsideViewport' rAF throttling
https://bugs.webkit.org/show_bug.cgi?id=211482
Reviewed by Darin Adler.
* fast/animation/request-animation-frame-throttle-subframe.html:
Enable 'OutsideViewport' rAF throttling for the layout test.
* fast/animation/request-animation-frame-throttling-outside-viewport-expected.txt: Added.
* fast/animation/request-animation-frame-throttling-outside-viewport.html: Added.
* fast/animation/resources/frame-with-animation-2.html: Added.
A new test to verify the OutsideViewport throttling case.
2020-05-13 Kenneth Russell <kbr@chromium.org>
Enable webgl_canvas/ tests
https://bugs.webkit.org/show_bug.cgi?id=211748
Reviewed by Dean Jackson.
With the fixes for Bug 183151 and other bugs, all of these tests
are now passing.
* TestExpectations:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
2020-05-13 Kate Cheney <katherine_cheney@apple.com>
SHOULD NEVER BE REACHED in WebKit::ResourceLoadStatisticsDatabaseStore::openAndUpdateSchemaIfNecessary
https://bugs.webkit.org/show_bug.cgi?id=211637
<rdar://problem/63031185>
Reviewed by John Wilander.
Each memory store test needs to reset the ITP store type now that it is
not automatically done between tests.
* http/tests/resourceLoadStatistics/add-blocking-to-redirect.html:
* http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access.html:
* http/tests/resourceLoadStatistics/blocking-in-web-worker-script-import.html:
* http/tests/resourceLoadStatistics/cap-cache-max-age-for-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-decoration-same-site.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-fragment-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-and-fragment-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-without-link-decoration-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-collusion.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-to-prevalent.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-collusion.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-to-prevalent.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html:
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store.html:
* http/tests/resourceLoadStatistics/cookie-deletion.html:
* http/tests/resourceLoadStatistics/cookies-with-and-without-user-interaction.html:
* http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker.html:
* http/tests/resourceLoadStatistics/count-third-party-script-loads.html:
* http/tests/resourceLoadStatistics/delete-script-accessible-cookies.html:
* http/tests/resourceLoadStatistics/do-not-block-top-level-navigation-redirect.html:
* http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations.html:
* http/tests/resourceLoadStatistics/do-not-remove-blocking-in-redirect.html:
* http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script.html:
* http/tests/resourceLoadStatistics/downgraded-referrer-for-navigation-with-link-query-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/enable-debug-mode.html:
* http/tests/resourceLoadStatistics/enforce-samesite-strict-based-on-top-frame-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/grandfathering-database.html:
Remove stray call to setUseITPDatabase(false) at the end of a database
test. This is not necessary because each test will set up the correct
ITP store at the start.
* http/tests/resourceLoadStatistics/grandfathering.html:
* http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration.html:
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects-database.html:
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects.html:
* http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html:
* http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html:
* http/tests/resourceLoadStatistics/non-prevalent-resources-can-access-cookies-in-a-third-party-context.html:
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/ping-to-prevalent-resource.html:
* http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html:
* http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.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.html:
* http/tests/resourceLoadStatistics/prune-statistics.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/set-custom-prevalent-resource-in-debug-mode.html:
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion.html:
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-third-party-redirects.html:
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-third-party-requests.html:
* http/tests/resourceLoadStatistics/telemetry-generation.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-ephemeral.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking.html:
* http/tests/resourceLoadStatistics/user-interaction-in-cross-origin-sub-frame.html:
* http/tests/resourceLoadStatistics/user-interaction-only-reported-once-within-short-period-of-time.html:
* http/tests/resourceLoadStatistics/user-interaction-reported-after-website-data-removal.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-without-user-interaction.html:
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access.html:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking-ephemeral.html:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/deny-storage-access-under-opener-ephemeral.html:
* http/tests/storageAccess/deny-storage-access-under-opener-if-auto-dismiss.html:
* http/tests/storageAccess/deny-storage-access-under-opener.html:
* http/tests/storageAccess/deny-with-prompt-does-not-preserve-gesture.html:
* http/tests/storageAccess/deny-without-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-storage-access-under-opener-at-popup-user-gesture.html:
* http/tests/storageAccess/grant-with-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-with-prompt-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/has-storage-access-crash.html:
* http/tests/storageAccess/has-storage-access-false-by-default.html:
* http/tests/storageAccess/has-storage-access-from-prevalent-domain-with-user-interaction.html:
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-with-cookie.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-without-cookie.html:
* http/tests/storageAccess/remove-requesting-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-non-sandboxed-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-without-user-interaction.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe.html:
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-same-site-should-have-access.html:
* http/tests/storageAccess/request-storage-access-crash.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-with-unique-origin.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-allow-token.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-user-gesture.html:
* http/tests/storageAccess/request-storage-access-same-origin-iframe.html:
* http/tests/storageAccess/request-storage-access-same-origin-sandboxed-iframe-without-allow-token.html:
* http/tests/storageAccess/request-storage-access-top-frame.html:
2020-05-13 Eric Carlson <eric.carlson@apple.com>
media/video-poster-set-after-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211856
<rdar://problem/63194296>
Unreviewed test fix.
* media/video-poster-set-after-playback.html: Change a `testExpected` to `testExpectedEventually`
because the state change may take a while on a heavily loaded system.
2020-05-13 Myles C. Maxfield <mmaxfield@apple.com>
LayoutTest fast/text/ipa-tone-letters.html isn't failing any more
https://bugs.webkit.org/show_bug.cgi?id=211845
<rdar://problem/32799573>
Unreviewed.
The flakiness dashboard says it isn't failing anywhere. I ran it locally
and it passes on my two machines.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-05-13 Antoine Quint <graouts@apple.com>
[Web Animations] Calling reverse() on an accelerated animation has no effect
https://bugs.webkit.org/show_bug.cgi?id=204717
<rdar://problem/62503582>
Reviewed by Dean Jackson.
Add a test where we play an animation for an accelerated property in reverse.
* webanimations/accelerated-animation-playback-rate-expected.html: Added.
* webanimations/accelerated-animation-playback-rate.html: Added.
2020-05-13 Simon Fraser <simon.fraser@apple.com>
composited scrolling interferes with the propagation of perspective
https://bugs.webkit.org/show_bug.cgi?id=156435
<rdar://problem/25642222>
Reviewed by Antti Koivisto.
* compositing/transforms/perspective-with-scrolling-expected.html: Added.
* compositing/transforms/perspective-with-scrolling.html: Added.
2020-05-13 Ryan Haddad <ryanhaddad@apple.com>
[Win EWS] webanimations/accelerated-animation-slot-invalidation.html is frequently failing
https://bugs.webkit.org/show_bug.cgi?id=211854
Unrevewed test gardening.
* platform/win/TestExpectations: Mark test as flaky to speed up EWS.
2020-05-13 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening for iOS Simulator.
Add test expectations for webkit.org/b/211652 and webkit.org/b/211653.
* platform/ios-wk2/TestExpectations:
2020-05-13 Kate Cheney <katherine_cheney@apple.com>
Add test for non-app-bound iframe under app-bound domain
https://bugs.webkit.org/show_bug.cgi?id=211815
<rdar://problem/63159707>
Reviewed by Brent Fulgham.
* http/tests/in-app-browser-privacy/non-app-bound-iframe-under-app-bound-domain-is-app-bound-expected.txt: Added.
* http/tests/in-app-browser-privacy/non-app-bound-iframe-under-app-bound-domain-is-app-bound.html: Added.
* http/tests/in-app-browser-privacy/resources/non-app-bound-iframe.html: Added.
2020-05-13 Simon Fraser <simon.fraser@apple.com>
The perspective matrix is affected by overflow:hidden on a box with borders
https://bugs.webkit.org/show_bug.cgi?id=211828
Reviewed by Zalan Bujtas.
New ref test, some rebaselines.
* compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt:
* compositing/transforms/perspective-with-clipping-expected.html: Added.
* compositing/transforms/perspective-with-clipping.html: Added.
* platform/ios-wk2/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt:
* platform/mac-wk1/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt:
2020-05-13 Jason Lawrence <lawrence.j@apple.com>
[ Catalina wk2 ] webrtc/peer-connection-audio-mute2.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=210165
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-13 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r261572
https://bugs.webkit.org/show_bug.cgi?id=211838
Unreviewed gardening.
Gardening of the latests failures returned by the test bot and several
flaky failures detected.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-12 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move shared css expectation files to glib dir
Unreviewed test gardening.
* platform/glib/css1/box_properties/acid_test-expected.txt: Renamed from LayoutTests/platform/gtk/css1/box_properties/acid_test-expected.txt.
* platform/glib/css1/formatting_model/horizontal_formatting-expected.txt: Renamed from LayoutTests/platform/gtk/css1/formatting_model/horizontal_formatting-expected.txt.
* platform/glib/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-non-replaced-width-017-expected.txt.
* platform/glib/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-non-replaced-width-018-expected.txt.
* platform/glib/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-non-replaced-width-019-expected.txt.
* platform/glib/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-non-replaced-width-020-expected.txt.
* platform/glib/css2.1/20110323/absolute-replaced-height-036-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-replaced-height-036-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-001-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-001-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-002-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-002-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-003-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-004-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-004-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-005-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-005-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-006-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-006-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-007-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-007-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-008-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-008-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-009-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-009-expected.txt.
* platform/glib/css2.1/20110323/border-collapse-offset-002-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt.
* platform/glib/css2.1/20110323/dynamic-top-change-001-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-001-expected.txt.
* platform/glib/css2.1/20110323/dynamic-top-change-002-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt.
* platform/glib/css2.1/20110323/dynamic-top-change-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt.
* platform/glib/css2.1/20110323/dynamic-top-change-004-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-004-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-007-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-007-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-008-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-008-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-009-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-009-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-010-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-010-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-011-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-011-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-012-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-012-expected.txt.
* platform/glib/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt.
* platform/glib/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt.
* platform/glib/css2.1/20110323/inline-table-002a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/inline-table-002a-expected.txt.
* platform/glib/css2.1/20110323/inline-table-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/inline-table-003-expected.txt.
* platform/glib/css2.1/20110323/replaced-intrinsic-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-003-expected.txt.
* platform/glib/css2.1/20110323/replaced-intrinsic-004-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-004-expected.txt.
* platform/glib/css2.1/20110323/replaced-intrinsic-005-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-005-expected.txt.
* platform/glib/css2.1/20110323/replaced-min-max-001-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/replaced-min-max-001-expected.txt.
* platform/glib/css2.1/20110323/table-caption-margins-001-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/table-caption-margins-001-expected.txt.
* platform/glib/css2.1/t010403-shand-border-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-border-00-c-expected.txt.
* platform/glib/css2.1/t010403-shand-font-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-font-00-b-expected.txt.
* platform/glib/css2.1/t010403-shand-font-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-font-01-b-expected.txt.
* platform/glib/css2.1/t010403-shand-font-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-font-02-b-expected.txt.
* platform/glib/css2.1/t010403-shand-font-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-font-03-b-expected.txt.
* platform/glib/css2.1/t040102-keywords-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040102-keywords-00-b-expected.txt.
* platform/glib/css2.1/t040103-case-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-case-00-b-expected.txt.
* platform/glib/css2.1/t040103-case-01-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-case-01-c-expected.txt.
* platform/glib/css2.1/t040103-escapes-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-00-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-01-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-02-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-02-d-expected.txt.
* platform/glib/css2.1/t040103-escapes-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-03-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-04-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-04-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-05-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-05-c-expected.txt.
* platform/glib/css2.1/t040103-escapes-06-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-06-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-07-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-07-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-08-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-08-b-expected.txt.
* platform/glib/css2.1/t040103-ident-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-00-c-expected.txt.
* platform/glib/css2.1/t040103-ident-01-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-01-c-expected.txt.
* platform/glib/css2.1/t040103-ident-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-02-c-expected.txt.
* platform/glib/css2.1/t040103-ident-03-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-03-c-expected.txt.
* platform/glib/css2.1/t040103-ident-04-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-04-c-expected.txt.
* platform/glib/css2.1/t040103-ident-05-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-05-c-expected.txt.
* platform/glib/css2.1/t040103-ident-06-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-06-c-expected.txt.
* platform/glib/css2.1/t040103-ident-07-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-07-c-expected.txt.
* platform/glib/css2.1/t040103-ident-08-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-08-c-expected.txt.
* platform/glib/css2.1/t040103-ident-09-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-09-c-expected.txt.
* platform/glib/css2.1/t040103-ident-10-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-10-c-expected.txt.
* platform/glib/css2.1/t040103-ident-11-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-11-c-expected.txt.
* platform/glib/css2.1/t040103-ident-12-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-12-c-expected.txt.
* platform/glib/css2.1/t040103-ident-13-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-13-c-expected.txt.
* platform/glib/css2.1/t040105-atkeyw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atkeyw-00-b-expected.txt.
* platform/glib/css2.1/t040105-atkeyw-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atkeyw-01-b-expected.txt.
* platform/glib/css2.1/t040105-atkeyw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atkeyw-02-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-00-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-01-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-02-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-03-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-04-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-04-b-expected.txt.
* platform/glib/css2.1/t040105-import-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-import-00-b-expected.txt.
* platform/glib/css2.1/t040105-import-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-import-01-b-expected.txt.
* platform/glib/css2.1/t040105-import-10-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-import-10-b-expected.txt.
* platform/glib/css2.1/t040109-c17-comments-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040109-c17-comments-00-b-expected.txt.
* platform/glib/css2.1/t040109-c17-comments-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040109-c17-comments-01-b-expected.txt.
* platform/glib/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt.
* platform/glib/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt.
* platform/glib/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt.
* platform/glib/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-01-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-01-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-02-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-03-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-03-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-04-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-04-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-05-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-05-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-06-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-06-f-expected.txt.
* platform/glib/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt.
* platform/glib/css2.1/t040306-syntax-01-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040306-syntax-01-f-expected.txt.
* platform/glib/css2.1/t040307-syntax-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040307-syntax-01-b-expected.txt.
* platform/glib/css2.1/t050201-c12-grouping-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t050201-c12-grouping-00-b-expected.txt.
* platform/glib/css2.1/t0505-c16-descendant-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.txt.
* platform/glib/css2.1/t0505-c16-descendant-01-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt.
* platform/glib/css2.1/t0505-c16-descendant-02-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.txt.
* platform/glib/css2.1/t050803-c14-classes-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t050803-c14-classes-00-e-expected.txt.
* platform/glib/css2.1/t0509-c15-ids-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0509-c15-ids-00-a-expected.txt.
* platform/glib/css2.1/t0509-c15-ids-01-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0509-c15-ids-01-e-expected.txt.
* platform/glib/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.txt.
* platform/glib/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.txt.
* platform/glib/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt.
* platform/glib/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt.
* platform/glib/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt.
* platform/glib/css2.1/t051103-dom-hover-01-c-io-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-dom-hover-01-c-io-expected.txt.
* platform/glib/css2.1/t051103-dom-hover-02-c-io-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-dom-hover-02-c-io-expected.txt.
* platform/glib/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.txt.
* platform/glib/css2.1/t0603-c11-import-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0603-c11-import-00-b-expected.txt.
* platform/glib/css2.1/t060401-c32-cascading-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t060401-c32-cascading-00-b-expected.txt.
* platform/glib/css2.1/t060402-c31-important-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t060402-c31-important-00-b-expected.txt.
* platform/glib/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt.
* platform/glib/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt.
* platform/glib/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt.
* platform/glib/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt.
* platform/glib/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt.
* platform/glib/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt.
* platform/glib/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt.
* platform/glib/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt.
* platform/glib/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt.
* platform/glib/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt.
* platform/glib/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.txt.
* platform/glib/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt.
* platform/glib/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt.
* platform/glib/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt.
* platform/glib/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.txt.
* platform/glib/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.txt.
* platform/glib/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt.
* platform/glib/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.txt.
* platform/glib/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt.
* platform/glib/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.txt.
* platform/glib/css2.1/t0804-c5510-padn-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.txt.
* platform/glib/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt.
* platform/glib/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt.
* platform/glib/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt.
* platform/glib/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt.
* platform/glib/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.txt.
* platform/glib/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5522-brdr-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5522-brdr-02-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt.
* platform/glib/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.txt.
* platform/glib/css2.1/t09-c5526c-display-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t09-c5526c-display-00-e-expected.txt.
* platform/glib/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt.
* platform/glib/css2.1/t0905-c414-flt-00-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0905-c414-flt-00-d-expected.txt.
* platform/glib/css2.1/t0905-c414-flt-01-d-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.txt.
* platform/glib/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.txt.
* platform/glib/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-02-d-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-02-d-g-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-ln-00-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-ln-00-d-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-ln-02-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-ln-02-d-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-ln-03-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-ln-03-d-expected.txt.
* platform/glib/css2.1/t1002-c5523-width-00-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.txt.
* platform/glib/css2.1/t1002-c5523-width-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.txt.
* platform/glib/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt.
* platform/glib/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt.
* platform/glib/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt.
* platform/glib/css2.1/t1004-c5524-width-00-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.txt.
* platform/glib/css2.1/t1005-c5524-width-00-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.txt.
* platform/glib/css2.1/t1005-c5524-width-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.txt.
* platform/glib/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c544-valgn-02-d-agi-expected.txt.
* platform/glib/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c544-valgn-03-d-agi-expected.txt.
* platform/glib/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c544-valgn-04-d-agi-expected.txt.
* platform/glib/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt.
* platform/glib/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt.
* platform/glib/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt.
* platform/glib/css2.1/t1202-counter-07-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counter-07-b-expected.txt.
* platform/glib/css2.1/t1202-counter-11-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counter-11-b-expected.txt.
* platform/glib/css2.1/t1202-counter-12-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counter-12-b-expected.txt.
* platform/glib/css2.1/t1202-counter-15-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counter-15-b-expected.txt.
* platform/glib/css2.1/t1202-counters-07-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-07-b-expected.txt.
* platform/glib/css2.1/t1202-counters-11-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-11-b-expected.txt.
* platform/glib/css2.1/t1202-counters-12-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-12-b-expected.txt.
* platform/glib/css2.1/t1202-counters-15-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-15-b-expected.txt.
* platform/glib/css2.1/t1202-counters-16-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-16-c-expected.txt.
* platform/glib/css2.1/t1202-counters-17-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-17-d-expected.txt.
* platform/glib/css2.1/t1204-implied-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-implied-00-b-expected.txt.
* platform/glib/css2.1/t1204-implied-01-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-implied-01-c-expected.txt.
* platform/glib/css2.1/t1204-implied-02-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-implied-02-d-expected.txt.
* platform/glib/css2.1/t1204-multiple-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-multiple-00-c-expected.txt.
* platform/glib/css2.1/t1204-multiple-01-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-multiple-01-c-expected.txt.
* platform/glib/css2.1/t1204-root-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-root-e-expected.txt.
* platform/glib/css2.1/t120401-scope-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120401-scope-02-c-expected.txt.
* platform/glib/css2.1/t120401-scope-03-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120401-scope-03-c-expected.txt.
* platform/glib/css2.1/t120401-scope-04-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120401-scope-04-d-expected.txt.
* platform/glib/css2.1/t120403-content-none-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120403-content-none-00-c-expected.txt.
* platform/glib/css2.1/t120403-display-none-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120403-display-none-00-c-expected.txt.
* platform/glib/css2.1/t120403-visibility-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120403-visibility-00-c-expected.txt.
* platform/glib/css2.1/t1205-c563-list-type-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.txt.
* platform/glib/css2.1/t1205-c563-list-type-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.txt.
* platform/glib/css2.1/t1205-c564-list-img-00-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.txt.
* platform/glib/css2.1/t1401-c531-color-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1401-c531-color-00-a-expected.txt.
* platform/glib/css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.txt.
* platform/glib/css2.1/t140201-c532-bgcolor-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c532-bgcolor-00-a-expected.txt.
* platform/glib/css2.1/t140201-c532-bgcolor-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c532-bgcolor-01-b-expected.txt.
* platform/glib/css2.1/t140201-c533-bgimage-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c533-bgimage-00-a-expected.txt.
* platform/glib/css2.1/t140201-c533-bgimage-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c533-bgimage-01-b-g-expected.txt.
* platform/glib/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt.
* platform/glib/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt.
* platform/glib/css2.1/t1503-c522-font-family-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.txt.
* platform/glib/css2.1/t1504-c523-font-style-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.txt.
* platform/glib/css2.1/t1505-c524-font-var-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.txt.
* platform/glib/css2.1/t1506-c525-font-wt-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.txt.
* platform/glib/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.txt.
* platform/glib/css2.1/t1508-c527-font-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt.
* platform/glib/css2.1/t1508-c527-font-06-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt.
* platform/glib/css2.1/t1602-c43-center-00-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.txt.
* platform/glib/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt.
* platform/glib/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-091-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-091-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-092-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-092-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-099-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-099-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-100-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-100-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-103-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-103-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-104-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-104-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-105-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-105-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-106-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-106-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-107-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-107-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-108-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-108-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-109-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-109-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-110-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-110-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-111-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-111-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-112-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-112-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-113-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-113-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-114-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-114-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-123-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-123-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-124-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-124-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-139-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-139-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-140-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-140-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-149-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-149-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-150-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-150-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-155-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-155-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-156-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-156-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-159-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-159-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-160-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-160-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-165-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-165-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-166-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-166-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-181-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-181-expected.txt.
* platform/glib/css3/blending/background-blend-mode-default-value-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-default-value-expected.txt.
* platform/glib/css3/blending/background-blend-mode-different-image-formats-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-different-image-formats-expected.txt.
* platform/glib/css3/blending/background-blend-mode-gif-color-2-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-gif-color-2-expected.txt.
* platform/glib/css3/blending/background-blend-mode-gif-color-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-gif-color-expected.txt.
* platform/glib/css3/blending/background-blend-mode-image-color-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-image-color-expected.txt.
* platform/glib/css3/blending/background-blend-mode-image-image-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-image-image-expected.txt.
* platform/glib/css3/blending/background-blend-mode-single-layer-no-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-single-layer-no-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-background-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-background-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-append-non-stacking-context-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-append-non-stacking-context-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-append-stacking-context-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-append-stacking-context-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-remove-non-stacking-context-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-remove-non-stacking-context-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-remove-stacking-context-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-remove-stacking-context-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-off-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-off-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-off-blending-no-isolation-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-off-blending-no-isolation-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-off-stacking-context-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-off-stacking-context-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-on-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-on-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-on-stacking-context-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-on-stacking-context-expected.txt.
* platform/glib/css3/blending/blend-mode-simple-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-simple-expected.txt.
* platform/glib/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt.
* platform/glib/css3/flexbox/flexbox-baseline-expected.txt: Renamed from LayoutTests/platform/gtk/css3/flexbox/flexbox-baseline-expected.txt.
* platform/glib/css3/flexbox/flexbox-baseline-margins-expected.txt: Renamed from LayoutTests/platform/gtk/css3/flexbox/flexbox-baseline-margins-expected.txt.
* platform/glib/css3/flexbox/line-wrapping-expected.txt: Renamed from LayoutTests/platform/gtk/css3/flexbox/line-wrapping-expected.txt.
* platform/glib/css3/images/cross-fade-background-size-expected.txt: Renamed from LayoutTests/platform/gtk/css3/images/cross-fade-background-size-expected.txt.
* platform/wpe/css1/box_properties/acid_test-expected.txt: Removed.
* platform/wpe/css1/formatting_model/horizontal_formatting-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-replaced-height-036-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-001-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-002-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-004-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-005-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-006-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-007-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-008-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-009-expected.txt: Removed.
* platform/wpe/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed.
* platform/wpe/css2.1/20110323/dynamic-top-change-001-expected.txt: Removed.
* platform/wpe/css2.1/20110323/dynamic-top-change-002-expected.txt: Removed.
* platform/wpe/css2.1/20110323/dynamic-top-change-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/dynamic-top-change-004-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-007-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-008-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-009-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-010-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-011-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-012-expected.txt: Removed.
* platform/wpe/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Removed.
* platform/wpe/css2.1/20110323/inline-table-002a-expected.txt: Removed.
* platform/wpe/css2.1/20110323/inline-table-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/replaced-intrinsic-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/replaced-intrinsic-004-expected.txt: Removed.
* platform/wpe/css2.1/20110323/replaced-intrinsic-005-expected.txt: Removed.
* platform/wpe/css2.1/20110323/replaced-min-max-001-expected.txt: Removed.
* platform/wpe/css2.1/20110323/table-caption-margins-001-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-border-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-font-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-font-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-font-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-font-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t040102-keywords-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-case-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-case-01-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-02-d-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-04-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-05-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-06-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-07-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-08-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-01-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-03-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-04-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-05-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-06-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-07-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-08-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-09-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-10-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-11-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-12-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-13-c-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atkeyw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atkeyw-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atkeyw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-04-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-import-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-import-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-import-10-b-expected.txt: Removed.
* platform/wpe/css2.1/t040109-c17-comments-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040109-c17-comments-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-01-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-03-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-04-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-05-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-06-f-expected.txt: Removed.
* platform/wpe/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t040306-syntax-01-f-expected.txt: Removed.
* platform/wpe/css2.1/t040307-syntax-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t050201-c12-grouping-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0505-c16-descendant-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
* platform/wpe/css2.1/t0505-c16-descendant-02-e-expected.txt: Removed.
* platform/wpe/css2.1/t050803-c14-classes-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t0509-c15-ids-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0509-c15-ids-01-e-expected.txt: Removed.
* platform/wpe/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Removed.
* platform/wpe/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Removed.
* platform/wpe/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t051103-dom-hover-01-c-io-expected.txt: Removed.
* platform/wpe/css2.1/t051103-dom-hover-02-c-io-expected.txt: Removed.
* platform/wpe/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t0603-c11-import-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t060401-c32-cascading-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t060402-c31-important-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Removed.
* platform/wpe/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5510-padn-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5522-brdr-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5522-brdr-02-e-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t09-c5526c-display-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0905-c414-flt-00-d-expected.txt: Removed.
* platform/wpe/css2.1/t0905-c414-flt-01-d-g-expected.txt: Removed.
* platform/wpe/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Removed.
* platform/wpe/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-02-d-g-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-ln-00-d-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-ln-02-d-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-ln-03-d-expected.txt: Removed.
* platform/wpe/css2.1/t1002-c5523-width-00-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t1002-c5523-width-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt: Removed.
* platform/wpe/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1004-c5524-width-00-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t1005-c5524-width-00-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t1005-c5524-width-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counter-07-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counter-11-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counter-12-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counter-15-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-07-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-11-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-12-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-15-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-16-c-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-17-d-expected.txt: Removed.
* platform/wpe/css2.1/t1204-implied-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1204-implied-01-c-expected.txt: Removed.
* platform/wpe/css2.1/t1204-implied-02-d-expected.txt: Removed.
* platform/wpe/css2.1/t1204-multiple-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t1204-multiple-01-c-expected.txt: Removed.
* platform/wpe/css2.1/t1204-root-e-expected.txt: Removed.
* platform/wpe/css2.1/t120401-scope-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t120401-scope-03-c-expected.txt: Removed.
* platform/wpe/css2.1/t120401-scope-04-d-expected.txt: Removed.
* platform/wpe/css2.1/t120403-content-none-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t120403-display-none-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t120403-visibility-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t1205-c563-list-type-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1205-c563-list-type-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t1205-c564-list-img-00-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t1401-c531-color-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c532-bgcolor-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c532-bgcolor-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c533-bgimage-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c533-bgimage-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1503-c522-font-family-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1504-c523-font-style-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1505-c524-font-var-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1506-c525-font-wt-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Removed.
* platform/wpe/css2.1/t1508-c527-font-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1508-c527-font-06-b-expected.txt: Removed.
* platform/wpe/css2.1/t1602-c43-center-00-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-091-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-092-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-099-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-100-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-103-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-104-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-105-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-106-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-107-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-108-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-109-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-110-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-111-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-112-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-113-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-114-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-123-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-124-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-139-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-140-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-149-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-150-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-155-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-156-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-159-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-160-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-165-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-166-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-181-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-default-value-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-different-image-formats-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-gif-color-2-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-gif-color-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-image-color-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-image-image-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-single-layer-no-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-background-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-append-non-stacking-context-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-append-stacking-context-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-remove-non-stacking-context-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-remove-stacking-context-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-off-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-off-blending-no-isolation-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-off-stacking-context-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-on-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-on-stacking-context-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-simple-expected.txt: Removed.
* platform/wpe/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt: Removed.
* platform/wpe/css3/flexbox/flexbox-baseline-expected.txt: Removed.
* platform/wpe/css3/flexbox/flexbox-baseline-margins-expected.txt: Removed.
* platform/wpe/css3/flexbox/line-wrapping-expected.txt: Removed.
* platform/wpe/css3/images/cross-fade-background-size-expected.txt: Removed.
2020-05-13 Zan Dobersek <zdobersek@igalia.com>
REGRESSION(r261023): [GTK][WPE] Several WebGL tests are failing
https://bugs.webkit.org/show_bug.cgi?id=211338
Reviewed by Dean Jackson.
* platform/gtk/TestExpectations: Remove failure expectations for the fixed tests.
* platform/wpe/TestExpectations: Ditto.
2020-05-13 Antti Koivisto <antti@apple.com>
[Wheel event region] Include listeners on Window
https://bugs.webkit.org/show_bug.cgi?id=211577
<rdar://problem/62983727>
Reviewed by Simon Fraser.
Add forgotten tests.
* fast/scrolling/mac/wheel-event-listener-region-window-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-window.html: Added.
2020-05-12 Alexey Shvayka <shvaikalesh@gmail.com>
Implement @isConstructor bytecode intrinsic and bytecode for that
https://bugs.webkit.org/show_bug.cgi?id=144093
Reviewed by Keith Miller.
Tests for unsupported customized built-in elements now fail early
since interfaces they extend lack Constructor WebIDL attribute.
* js/class-syntax-extends-expected.txt:
* js/script-tests/class-syntax-extends.js:
* platform/gtk/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
2020-05-12 Jason Lawrence <lawrence.j@apple.com>
ASSERTION FAILED: m_uncommittedState.state == State::Committed on http/tests/referrer-policy-anchor/origin/cross-origin-http.https.html
https://bugs.webkit.org/show_bug.cgi?id=209503
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-12 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo][WK1] requestAnimationFrame doesn't work since r244182 in Accelerated Compositing mode
https://bugs.webkit.org/show_bug.cgi?id=211798
Reviewed by Don Olmstead.
* platform/wincairo-wk1/TestExpectations: Unmarked tests broken by r244182.
2020-05-12 Eric Carlson <eric.carlson@apple.com>
Poster set after playback begins should be ignored
https://bugs.webkit.org/show_bug.cgi?id=211464
<rdar://problem/62605114>
Reviewed by Darin Adler.
* media/video-poster-set-after-playback-expected.txt: Added.
* media/video-poster-set-after-playback.html: Added.
2020-05-12 Simon Fraser <simon.fraser@apple.com>
Perpective origin should be relative to the reference box
https://bugs.webkit.org/show_bug.cgi?id=211769
Reviewed by Zalan Bujtas.
Ref test using edge-on layers to test perspective origin.
* compositing/transforms/perspective-transform-box-expected.html: Added.
* compositing/transforms/perspective-transform-box.html: Added.
2020-05-12 Myles C. Maxfield <mmaxfield@apple.com>
Text is clipped when rendered with fonts which have a negative line gap metric
https://bugs.webkit.org/show_bug.cgi?id=211683
<rdar://problem/62192986>
Reviewed by Zalan Bujtas.
* fast/text/negative-line-gap-expected.html: Added.
* fast/text/negative-line-gap.html: Added.
* fast/text/resources/Ahem-negative-line-gap.ttf: Added.
* platform/ios/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
2020-05-12 Philippe Normand <pnormand@igalia.com>
[GStreamer] Audio messages in web.whatsapp.com only play once.
https://bugs.webkit.org/show_bug.cgi?id=211627
Reviewed by Xabier Rodriguez-Calvar.
* media/video-src-blob-replay-expected.txt: Added.
* media/video-src-blob-replay.html: Added.
2020-05-12 Said Abou-Hallawa <sabouhallawa@apple.com>
Need to advertise support for WebP in the Accept header
https://bugs.webkit.org/show_bug.cgi?id=211735
Reviewed by Darin Adler.
* http/tests/misc/resources/image-checks-for-accept.php:
Make sure the Accept header accepts all images mime types.
2020-05-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211771
Unreviewed gardening.
Update test expectations of latest flaky failures in the GTK bot,
create new tests if necessary and remove passing tests.
* platform/gtk/TestExpectations:
2020-05-11 James Darpinian <jdarpinian@chromium.org>
WebGLLayer clobbers TEXTURE_2D binding on iOS
https://bugs.webkit.org/show_bug.cgi?id=211758
Reviewed by Dean Jackson.
We now have passing results for:
fast/canvas/webgl/webgl-texture-binding-preserved.html
webgl/1.0.3/conformance/canvas/texture-bindings-unaffected-on-resize.html
webgl/1.0.3/conformance/extensions/oes-element-index-uint.html
webgl/1.0.3/conformance/misc/delayed-drawing.html
webgl/1.0.3/conformance/state/state-uneffected-after-compositing.html
webgl/1.0.3/conformance/textures/default-texture.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-webgl-canvas-rgb565.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-webgl-canvas-rgba4444.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-webgl-canvas-rgba5551.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-webgl-canvas.html
* platform/ios/TestExpectations:
2020-05-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, remove failures happening on EWS GTK-WK2
https://bugs.webkit.org/show_bug.cgi?id=211761
Unreviewed gardening.
Since the GTK test bot and the EWS GTK-WK2 bot were moved to Flatpak,
these failures that were happening on EWS GTK-WK2 are no happening
anymore.
* platform/gtk/TestExpectations:
2020-05-11 Simon Fraser <simon.fraser@apple.com>
[ macOS ] scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211747
Reviewed by Tim Horton.
Change the test to use monitorWheelEvents() for each phase.
* scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html:
2020-05-11 Ben Nham <nham@apple.com>
Improve accuracy of IndexedDB estimated write size computation
https://bugs.webkit.org/show_bug.cgi?id=211360
Reviewed by Brady Eidson.
Added a layout test to check that the size estimate associated with adding an object to a
store with many indices is reasonable.
* platform/mac-wk1/TestExpectations: Skip test on Mac WK1 since it doesn't implement quota checks.
* platform/win/TestExpectations: Skip test on Windows since it doesn't implement quota checks.
* storage/indexeddb/resources/storage-limit-with-indices.js: Added.
* storage/indexeddb/storage-limit-with-indices-expected.txt: Added.
* storage/indexeddb/storage-limit-with-indices.html: Added.
2020-05-11 Kenneth Russell <kbr@chromium.org>
Enable conformance2/textures/canvas/ and image_data/ tests
https://bugs.webkit.org/show_bug.cgi?id=211602
Reviewed by Dean Jackson.
Enable all of these layout tests, which are now passing.
* TestExpectations:
2020-05-11 Devin Rousso <drousso@apple.com>
Web Inspector: show JavaScript Worker name as an internal property
https://bugs.webkit.org/show_bug.cgi?id=211708
Reviewed by Timothy Hatcher.
* inspector/worker/worker-create-and-terminate.html:
2020-05-11 Peng Liu <peng.liu6@apple.com>
Enable the mock video presentation mode in related layout tests and fix test failures
https://bugs.webkit.org/show_bug.cgi?id=211645
Reviewed by Darin Adler.
* http/tests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-live-broadcast-expected.txt:
* http/tests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-live-broadcast.html:
* media/media-fullscreen-inline.html:
* media/media-fullscreen-loop-inline-expected.txt:
* media/media-fullscreen-loop-inline.html:
* media/media-fullscreen-pause-inline-expected.txt:
* media/media-fullscreen-pause-inline.html:
* media/media-fullscreen-return-to-inline-expected.txt:
* media/media-fullscreen-return-to-inline.html:
* media/media-fullscreen.js:
(async beginfullscreen):
(async fullscreenerror):
(addEventListeners):
(beginfullscreen): Deleted.
(fullscreenerror): Deleted.
* media/modern-media-controls/css/webkit-cursor-visibility-auto-hide-expected.txt:
* media/modern-media-controls/css/webkit-cursor-visibility-auto-hide.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag.html:
* media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause-fullscreen-expected.txt:
* media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause-fullscreen.html:
* media/modern-media-controls/media-controller/media-controller-fullscreen-ltr-expected.txt:
* media/modern-media-controls/media-controller/media-controller-fullscreen-ltr.html:
* media/modern-media-controls/media-controller/media-controller-space-bar-toggle-playback-expected.txt:
* media/modern-media-controls/media-controller/media-controller-space-bar-toggle-playback.html:
* media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen-expected.txt:
* media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html:
* media/video-fullscreen-only-playback-expected.txt:
* media/video-fullscreen-only-playback.html:
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-05-11 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r261446.
The test is still failing.
Reverted changeset:
"[ macOS ] REGRESSION (r259139):
webgl/2.0.0/conformance2/rendering/framebuffer-completeness-
unaffected.html is failing"
https://bugs.webkit.org/show_bug.cgi?id=209740
https://trac.webkit.org/changeset/261446
2020-05-11 Youenn Fablet <youenn@apple.com>
[ iOS wk2 ] http/wpt/beacon/cors/crossorigin-arraybufferview-no-preflight.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=207583
<rdar://problem/59362947>
Reviewed by Geoffrey Garen.
Use in-test DumpJSConsoleLogInStdErr instead of TestExpectations to make sure this option is set for iOS.
* TestExpectations:
* http/wpt/beacon/cors/cors-preflight-blob-failure.html:
* http/wpt/beacon/cors/cors-preflight-blob-success.html:
* http/wpt/beacon/cors/cors-preflight-cookie.html:
* http/wpt/beacon/cors/cors-preflight-redirect-failure.html:
* http/wpt/beacon/cors/cors-preflight-redirect-from-crossorigin-to-sameorigin.html:
* http/wpt/beacon/cors/cors-preflight-redirect-success.html:
* http/wpt/beacon/cors/crossorigin-arraybufferview-no-preflight.html:
Update test to make sure that stderr console log lines will print whether the first load is failing or the second.
2020-05-11 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r253267): issues on touchstart/touchend/touchmove (pointerdown/pointerup/pointermove) events
https://bugs.webkit.org/show_bug.cgi?id=211521
<rdar://problem/62942374>
Reviewed by Darin Adler.
Add a layout test that synthesizes a tap-and-half gesture over an element with active touch event listeners, and
verifies that the second half of the gesture (i.e. the pan gesture) dispatches touchstart, touchmove, and
touchend events.
* fast/events/touch/ios/tap-and-half-when-viewport-is-not-responsive-expected.txt: Added.
* fast/events/touch/ios/tap-and-half-when-viewport-is-not-responsive.html: Added.
2020-05-11 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk1 ] http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209067
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-11 Jason Lawrence <lawrence.j@apple.com>
REGRESSION (r259463): [ Mojave Debug ] http/tests/IndexedDB/collect-IDB-objects.https.html is flaky failing and timing out
https://bugs.webkit.org/show_bug.cgi?id=210219
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update baseline after r261443
https://bugs.webkit.org/show_bug.cgi?id=211717
Unreviewed gardening.
* platform/gtk/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt:
2020-05-11 Charlie Turner <cturner@igalia.com>
[WPE] Layout test media/encrypted-media/mock-MediaKeySystemAccess.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=181225
Reviewed by Darin Adler.
* platform/gtk/TestExpectations: The test is no longer crashing.
* platform/wpe/TestExpectations: Ditto.
2020-05-10 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211694
Unreviewed gardening.
Gardening of flaky failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-09 Wenson Hsieh <wenson_hsieh@apple.com>
[macOS] Search field on mayoclinic.org/forms/us-resident-appointment clips the submit button
https://bugs.webkit.org/show_bug.cgi?id=211673
<rdar://problem/62572501>
Reviewed by Tim Horton.
Rebaseline a couple of layout tests that contain search fields with custom CSS border styles.
* platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac/fast/forms/search-styled-expected.txt:
2020-05-09 Kenneth Russell <kbr@chromium.org>
[ macOS ] REGRESSION (r259139): webgl/2.0.0/conformance2/rendering/framebuffer-completeness-unaffected.html is failing
https://bugs.webkit.org/show_bug.cgi?id=209740
Reviewed by Darin Adler.
Reenable framebuffer-completeness-unaffected.html, which is now
passing after several other bug fixes.
* platform/mac/TestExpectations:
2020-05-09 Kenneth Russell <kbr@chromium.org>
[ Mojave wk1 Release ] fast/canvas/webgl/texImage2D-mse-flipY-true.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=209837
Reviewed by Darin Adler.
Remove flaky timeout suppression for
texImage2D-mse-flipY-true.html, which has been passing reliably
for over a month.
* platform/mac-wk1/TestExpectations:
2020-05-09 David Kilzer <ddkilzer@apple.com>
XML external entity resources should only be loaded from XML MIME types
<https://webkit.org/b/211488>
<rdar://problem/62869515>
Reviewed by Darin Adler.
To fix these layout tests, the following changes were made:
- Rename *.ent files to *.ent.xml so that an XML MIME type would
be given to the resources when loading from a file:/// URL.
- Similarly, rename *.dtd files to *.dtd.xml.
- Update tests to refer to new entity/dtd file names.
- There are more *.dtd and *.ent files that weren't renamed. I
will fix those in a follow-up patch. They weren't needed to
fix any tests, so may be unused.
* dom/xhtml/level3/core/entitygetinputencoding03.xhtml:
* dom/xhtml/level3/core/entitygetinputencoding04.xhtml:
* dom/xhtml/level3/core/entitygetxmlencoding02.xhtml:
* dom/xhtml/level3/core/entitygetxmlencoding03.xhtml:
* dom/xhtml/level3/core/entitygetxmlencoding04.xhtml:
* dom/xhtml/level3/core/entitygetxmlversion03.xhtml:
* dom/xhtml/level3/core/entitygetxmlversion04.xhtml:
* dom/xhtml/level3/core/resources/external_foo.ent.xml: Rename from LayoutTests/dom/xhtml/level3/core/external_foo.ent.xml.
* dom/xhtml/level3/core/resources/external_foobr.ent.xml: Rename from LayoutTests/dom/xhtml/level3/core/external_foobr.ent.xml.
* dom/xhtml/level3/core/resources/external_widget.ent.xml: Rename from LayoutTests/dom/xhtml/level3/core/external_widget.ent.xml.
* dom/xhtml/level3/core/nodegetbaseuri16.xhtml:
* dom/xhtml/level3/core/nodegetbaseuri19.xhtml:
* dom/xhtml/level3/core/nodegetbaseuri20.xhtml:
* fast/parser/external-entities.xml:
* fast/parser/resources/external-entities.dtd.xml: Rename from LayoutTests/fast/parser/resources/external-entities.dtd.
* fast/parser/resources/external-entities.xsl:
* fast/xsl/dtd-in-source-document.xml:
* fast/xsl/resources/dtd-in-source-document.dtd.xml: Rename from LayoutTests/fast/xsl/resources/dtd-in-source-document.dtd.
* fast/xsl/resources/xslt-second-level-import.xsl:
* fast/xsl/resources/xslt-second-level-import.xsl.dtd.xml: Rename from LayoutTests/fast/xsl/resources/xslt-second-level-import.xsl.dtd.
* http/tests/security/contentTypeOptions/nosniff-xml-external-entity-expected.txt:
* http/tests/security/contentTypeOptions/nosniff-xml-external-entity.xhtml:
- Add test cases without "X-Content-Type-Options: nosniff"
header.
* http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt:
- Add newly expected console error messages about cross-origin
resource load failures.
2020-05-09 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211664
Gardening of flaky failures and failures reintroduced after latest
patches reverted.
* platform/gtk/TestExpectations:
2020-05-09 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in LegacyWebArchive::createPropertyListRepresentation when copying selected range that contains surrogate characters
https://bugs.webkit.org/show_bug.cgi?id=211658
<rdar://problem/62844424>
Reviewed by Ryosuke Niwa.
Added a regression test for the crash.
* webarchive/copy-surrogate-char-crash-expected.txt: Added.
* webarchive/copy-surrogate-char-crash.html: Added.
2020-05-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after revert of r261341 and r261392
https://bugs.webkit.org/show_bug.cgi?id=211661
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes-expected.txt: Removed.
2020-05-08 David Kilzer <ddkilzer@apple.com>
Remove empty directories from from svn.webkit.org repository
<https://webkit.org/b/211644>
Reviewed by Darin Adler.
* fast/events/touch/ios/iphone7: Removed.
* fast/text-autosizing/ios/ipad: Removed.
* fast/viewport/ios/ipad: Removed.
* legacy-animation-engine: Removed.
* media/controls/ipad: Removed.
* media/modern-media-controls/media-documents/ipad: Removed.
* media/modern-media-controls/pip-support/ipad: Removed.
* platform/gtk/legacy-animation-engine: Removed.
* platform/ios-wk1/legacy-animation-engine: Removed.
* platform/ios-wk2/legacy-animation-engine: Removed.
* platform/ios/compositing/filters: Removed.
* platform/ios/legacy-animation-engine: Removed.
* platform/ios/media/modern-media-controls: Removed.
* platform/iphone-7/tiled-drawing: Removed.
* platform/mac-wk1/compositing/plugins: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/fetch/content-type: Removed.
* platform/mac/legacy-animation-engine: Removed.
* platform/win/legacy-animation-engine: Removed.
* platform/wincairo/legacy-animation-engine: Removed.
* platform/wpe/legacy-animation-engine: Removed.
* tiled-drawing/ios: Removed.
2020-05-08 Simon Fraser <simon.fraser@apple.com>
Async overflow scroll: sometimes a <select> becomes non-scrollable
https://bugs.webkit.org/show_bug.cgi?id=211433
<rdar://problem/62338474>
Reviewed by Dean Jackson.
* scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe-expected.txt: Added.
* scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html: Added.
2020-05-08 Simon Fraser <simon.fraser@apple.com>
Overflow scrollers in iframes don't get mouseMovedInContentArea()
https://bugs.webkit.org/show_bug.cgi?id=211347
<rdar://problem/62784560>
Reviewed by Tim Horton.
Land some tests that were missing from r261382.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal.html: Added.
2020-05-08 Ryan Haddad <ryanhaddad@apple.com>
[LFC][TFC] The fixed logical width should be used as the max width for a cell
https://bugs.webkit.org/show_bug.cgi?id=211610
Unreviewed test gardening.
Add a baseline for Windows.
* platform/win/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt: Added.
2020-05-08 Tomoki Imai <Tomoki.Imai@sony.com>
TextureMapper should skip clipping a content layer if it's not needed
https://bugs.webkit.org/show_bug.cgi?id=210787
Reviewed by Don Olmstead.
This patch follows up r260174 by updating the test expectation.
* platform/gtk/compositing/video/video-object-fit-expected.txt: Added.
2020-05-08 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Text-style fonts aren't locale-specific
https://bugs.webkit.org/show_bug.cgi?id=211438
<rdar://problem/51654163>
Reviewed by Sam Weinig.
This test actually already passes. But it's a good idea to make
sure that it continues to pass in the future.
* platform/ios/fast/text/lang-text-style-expected-mismatch.html: Added.
* platform/ios/fast/text/lang-text-style.html: Added.
2020-05-08 Kenneth Russell <kbr@chromium.org>
[WebGL2] Complete new texture upload entry points in WebGL2RenderingContext
https://bugs.webkit.org/show_bug.cgi?id=208875
Reviewed by Dean Jackson.
All of the 3D texture tests in
webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/ and
webgl/2.0.0/conformance2/textures/image_data/ now pass, and
several others progress, including some which now pass completely.
Rebaseline all of these.
Skip webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/
temporarily to reduce the size of these rebaselines, as the
failures are likely caused by non-WebGL browser bugs. Filed Bug
211484 to track re-enabling them.
* TestExpectations:
* platform/mac/webgl/fingerprinting-strings-expected.txt:
* webgl/2.0.0/conformance/state/gl-enable-enum-test-expected.txt:
* webgl/2.0.0/conformance2/buffers/buffer-copying-contents-expected.txt:
* webgl/2.0.0/conformance2/buffers/buffer-copying-restrictions-expected.txt:
* webgl/2.0.0/conformance2/buffers/buffer-type-restrictions-expected.txt:
* webgl/2.0.0/conformance2/buffers/uniform-buffers-expected.txt:
* webgl/2.0.0/conformance2/misc/expando-loss-2-expected.txt:
* webgl/2.0.0/conformance2/misc/getextension-while-pbo-bound-stability-expected.txt:
* webgl/2.0.0/conformance2/misc/object-deletion-behaviour-2-expected.txt:
* webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
* webgl/2.0.0/conformance2/renderbuffers/framebuffer-texture-layer-expected.txt:
* webgl/2.0.0/conformance2/rendering/blitframebuffer-test-expected.txt:
* webgl/2.0.0/conformance2/rendering/canvas-resizing-with-pbo-bound-expected.txt:
* webgl/2.0.0/conformance2/rendering/out-of-bounds-index-buffers-after-copying-expected.txt:
* webgl/2.0.0/conformance2/state/gl-get-calls-expected.txt:
* webgl/2.0.0/conformance2/state/gl-getstring-expected.txt:
* webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-luma-format-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-webgl-specific-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/gl-get-tex-parameter-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-input-validation-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-new-formats-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-storage-2d-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-storage-and-subimage-3d-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt:
2020-05-08 Nikos Mouchtaris <nmouchtaris@apple.com>
Implement web-share v2 for files
https://bugs.webkit.org/show_bug.cgi?id=209265
Reviewed by Andy Estes.
Modified to no longer use url of image.
* fast/web-share/share-with-files.html:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
REGRESSION [ iOS ] fast/forms/validationMessage.html is flaky and timing out
https://bugs.webkit.org/show_bug.cgi?id=206630
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-08 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r261341 and r261392.
Caused multiple regression test failures
Reverted changesets:
"Poster set after playback begins should be ignored"
https://bugs.webkit.org/show_bug.cgi?id=211464
https://trac.webkit.org/changeset/261341
"REGRESSION(r261341): imported/w3c/web-platform-
tests/html/semantics/embedded-content/the-video-
element/intrinsic_sizes.htm is failing"
https://bugs.webkit.org/show_bug.cgi?id=211612
https://trac.webkit.org/changeset/261392
2020-05-08 Darin Adler <darin@apple.com>
Add a regression test for bug 211541
https://bugs.webkit.org/show_bug.cgi?id=211635
Reviewed by Geoffrey Garen.
* fast/box-shadow/box-shadow-huge-area-crash-expected.html: Added.
* fast/box-shadow/box-shadow-huge-area-crash.html: Added.
2020-05-08 Jer Noble <jer.noble@apple.com>
media/video-zoom.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211631
Reviewed by Eric Carlson.
Remove the 1.5s early timeout check here; with the additional 150ms per video element timeout elsewhere
in the test, this is short enough to cause flaky failures on busy bots.
* media/video-zoom.html:
2020-05-08 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] caret appears in the middle of a search field when field is focused on agoda.com
https://bugs.webkit.org/show_bug.cgi?id=211591
<rdar://problem/60605873>
Reviewed by Antoine Quint.
Add a new layout test to verify that the caret view eventually becomes visible when after a focused text field
containing the caret is animated.
* editing/selection/ios/caret-rect-after-animating-focused-text-field-expected.txt: Added.
* editing/selection/ios/caret-rect-after-animating-focused-text-field.html: Added.
2020-05-08 Wenson Hsieh <wenson_hsieh@apple.com>
Preserve character set information when writing to the pasteboard when copying rich text
https://bugs.webkit.org/show_bug.cgi?id=211524
Reviewed by Darin Adler.
Rebaseline several layout tests.
* platform/ios/editing/pasteboard/onpaste-text-html-expected.txt:
* platform/mac/editing/pasteboard/onpaste-text-html-expected.txt: Added.
* platform/mac/fast/events/ondrop-text-html-expected.txt: Added.
2020-05-08 Eric Carlson <eric.carlson@apple.com>
REGRESSION(r261341): imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes.htm is failing
https://bugs.webkit.org/show_bug.cgi?id=211612
<rdar://problem/63024081>
Unreviewed test gardening.
* TestExpectations: Mark test as Flakey. A proper fix is tracked by https://bugs.webkit.org/show_bug.cgi?id=211630.
2020-05-07 Yusuke Suzuki <ysuzuki@apple.com>
Code pattern in GC tests in LayoutTests is broken
https://bugs.webkit.org/show_bug.cgi?id=211595
Reviewed by Saam Barati.
LayoutTests have several tests which attempt to ensure that document is not leaked. But they are broken since these tests are not correctly
handling conservative GC of JavaScriptCore. These tests are taking a following approach.
1. Allocate *one* iframe doing something inside it.
2. Remove iframe from the parent document to make it released.
3. Repeatedly invoke GC and test whether (1)'s document gets collected.
This is not the right approach. Since JavaScriptCore has conservative GC, it is easily possible that (1)'s pointer value remains in some of
conservative roots: CPU registers, stack etc. And JavaScriptCore conservative GC scans it and keeps it alive. The above approach makes the
test super flaky and any unrelated changes in JavaScriptCore and C compiler can make this test failed.
This is not a problem in practice. Web pages are executing various kind of code and they clobber conservative roots. However, tests in
LayoutTests are too simple to keep it alive accidentally.
The right approach for conservative GC is the following.
1. Allocate *many* iframes doing something inside them with loop. By creating iframes with loop, for every iteration, it is likely that
the same CPU registers and stack locations are overwritten by the last created iframe reference. This dramatically reduces the possibility
for GC to find these addresses in conservative roots.
2. Remove iframes from the parent document to make them released.
3. Repeatedly invoke GC and test whether *one of (1) iframes* gets collected at least. Theoretically this is still possible that completely
unrelated integer value in conservative roots can point to the reference of (1). By allocating many iframes in (1) and testing one of them,
we can reduce the possibility of this conflict.
This patch adds testDocumentIsNotLeaked helper function to enforce this pattern. And rewrite broken tests with this helper to make it less-flaky.
* highlight/highlight-world-leak.html:
* http/tests/IndexedDB/collect-IDB-objects.https.html:
* http/tests/media/clearkey/collect-webkit-media-session.html:
* http/tests/media/media-stream/collect-media-devices.https.html:
* http/tests/resources/gc.js: Added.
(window.gc.gcRec):
(window.gc.window.gc):
(nukeArray):
(async testDocumentIsNotLeaked):
* intersection-observer/no-document-leak.html:
* performance-api/performance-observer-no-document-leak.html:
* resources/gc.js:
(nukeArray):
(async testDocumentIsNotLeaked):
* webanimations/leak-document-with-web-animation.html:
2020-05-08 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Create common glib expectation file
https://bugs.webkit.org/show_bug.cgi?id=211183
Reviewed by Carlos Garcia Campos.
* platform/glib/TestExpectations: Added.
2020-05-08 Simon Fraser <simon.fraser@apple.com>
Overflow scrollers in iframes don't get mouseMovedInContentArea()
https://bugs.webkit.org/show_bug.cgi?id=211347
<rdar://problem/62784560>
Reviewed by Tim Horton.
The ordering of callbacks in the scroll-animator tests changed, but in ways that don't materially
affect behavior. Two new real overlay scrollbar tests.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal.html: Added.
* fast/scrolling/scroll-animator-basic-events-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-clicked-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt:
* fast/scrolling/scroll-animator-select-list-events-expected.txt:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
Flaky Test: media/track/track-in-band-metadata-display-order.html
https://bugs.webkit.org/show_bug.cgi?id=206226
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
[ macOS wk2 ] http/tests/IndexedDB/collect-IDB-objects.https.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207571
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 ] http/tests/cache-storage/cache-representation.https.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=207665
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-08 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] The fixed logical width should be used as the max width for a cell
https://bugs.webkit.org/show_bug.cgi?id=211610
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt: Added.
* fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content.html: Added.
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ iOS wk2 ] fast/forms/input-text-scroll-left-on-blur.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209812
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
[ Mojave wk1 Release ] platform/mac/media/media-source/videoplaybackquality-decompressionsession.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209866
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-08 Youenn Fablet <youenn@apple.com>
Video capture does not get unmuted in case of tab switch on iOS
https://bugs.webkit.org/show_bug.cgi?id=211509
Reviewed by Eric Carlson.
* platform/ios/TestExpectations:
Disable GPU process test since we are not able yet to mute/unmute handle multiple video tracks
with different sources as can be done if capture is done out of process.
* platform/ios/mediastream/video-muted-in-background-tab.html:
Update test to ensure the track is producing content.
2020-05-08 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations and baselines after r261341
https://bugs.webkit.org/show_bug.cgi?id=211616
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes-expected.txt: Added.
* platform/wpe/TestExpectations:
2020-05-07 Simon Fraser <simon.fraser@apple.com>
MayBegin wheel event in a <select> doesn't flash the scrollers
https://bugs.webkit.org/show_bug.cgi?id=211605
Reviewed by Antti Koivisto.
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-reveal.html: Added.
2020-05-07 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening two poster tests and a webgl failure
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-05-07 Pinki Gyanchandani <pgyanchandani@apple.com>
SIGILL @ WebCore::Shape::createRasterShape -- DOS ASAN
https://bugs.webkit.org/show_bug.cgi?id=211539
Reviewed by Geoffrey Garen.
Added a regression test and enabled it only for WK1.
* TestExpectations:
* fast/shapes/shape-outside-floats/shape-outside-imagedata-overflow-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-imagedata-overflow.html: Added.
* platform/ios-wk1/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-05-07 Devin Rousso <drousso@apple.com>
Web Inspector: Uncaught Exception: TypeError: null is not an object (evaluating 'mimeType.endsWith')
https://bugs.webkit.org/show_bug.cgi?id=211593
Reviewed by Joseph Pecoraro.
* inspector/unit-tests/mimetype-utilities.html:
* inspector/unit-tests/mimetype-utilities-expected.txt:
Add some tests for `parseMIMEType`.
2020-05-07 Eric Carlson <eric.carlson@apple.com>
Poster set after playback begins should be ignored
https://bugs.webkit.org/show_bug.cgi?id=211464
Reviewed by Jer Noble.
* media/video-poster-set-after-playback-expected.txt: Added.
* media/video-poster-set-after-playback.html: Added.
2020-05-07 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r252161): Animation of box-shadow with border-radius set is flashy
https://bugs.webkit.org/show_bug.cgi?id=211530
<rdar://problem/62570229>
Reviewed by Zalan Bujtas.
Some ref tests for inset shadows with border radius, with spread, and when on
split inlines.
* fast/box-shadow/inset-box-shadow-expected.html:
* fast/box-shadow/inset-box-shadow-fractional-radius-expected.html: Added.
* fast/box-shadow/inset-box-shadow-fractional-radius.html: Added.
* fast/box-shadow/inset-box-shadow.html:
* fast/box-shadow/inset-shadow-split-inline-expected.html: Added.
* fast/box-shadow/inset-shadow-split-inline.html: Added.
* fast/box-shadow/inset-spread-box-shadow-split-inline-expected.html: Added.
* fast/box-shadow/inset-spread-box-shadow-split-inline.html: Added.
2020-05-07 Ryan Haddad <ryanhaddad@apple.com>
[ macOS wk1 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-insert-text.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=209201
Unreviewed test gardening.
Remove flaky expectation since the test is consistently passing.
* platform/mac-wk1/TestExpectations:
2020-05-07 Ryan Haddad <ryanhaddad@apple.com>
[ macOS debug ] REGRESSION (r259463): http/tests/media/clearkey/collect-webkit-media-session.html is failing
https://bugs.webkit.org/show_bug.cgi?id=209989
Unreviewed test gardening.
Remove failure expectations for tests that are now consistently passing.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-05-07 Timothy Horton <timothy_horton@apple.com>
Add a test for `REGRESSION (r260753): Frequent crashes under TextIndicator's estimatedTextColorsForRange`
https://bugs.webkit.org/show_bug.cgi?id=211532
Reviewed by Wenson Hsieh.
* fast/text-indicator/text-indicator-estimated-color-with-implicit-newline-expected.txt: Added.
* fast/text-indicator/text-indicator-estimated-color-with-implicit-newline.html: Added.
* platform/ios/fast/text-indicator/text-indicator-estimated-color-with-implicit-newline-expected.txt: Added.
This test would trigger the null deref fixed in r261245.
2020-05-07 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk1 ] http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209154
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-07 Antti Koivisto <antti@apple.com>
[Wheel event region] Include listeners on Window
https://bugs.webkit.org/show_bug.cgi?id=211577
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-window-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-window.html: Added.
2020-05-07 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order.html as flaky on iOS.
This test has been flaky on iOS since its import.
* platform/ios-wk2/TestExpectations:
2020-05-07 Zalan Bujtas <zalan@apple.com>
[LFC[TFC] Adjust the table wrapper box style
https://bugs.webkit.org/show_bug.cgi?id=211574
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-with-border-expected.txt: Added.
* fast/layoutformattingcontext/table-simple-with-border.html: Added.
2020-05-07 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Set section [top, left] used position.
https://bugs.webkit.org/show_bug.cgi?id=211546
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-with-padding-expected.txt: Added.
* fast/layoutformattingcontext/table-simple-with-padding.html: Added.
2020-05-07 Antti Koivisto <antti@apple.com>
[Wheel event region] Include listeners on Document
https://bugs.webkit.org/show_bug.cgi?id=211571
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-document-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-document.html: Added.
2020-05-07 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r261251.
Test is failing on iOS
Reverted changeset:
"Add a test for `REGRESSION (r260753): Frequent crashes under
TextIndicator's estimatedTextColorsForRange`"
https://bugs.webkit.org/show_bug.cgi?id=211532
https://trac.webkit.org/changeset/261251
2020-05-07 Chris Dumez <cdumez@apple.com>
Unreviewed, mark html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-remove-source.html as flaky.
This test has been flaky since import from WPT.
* TestExpectations:
2020-05-07 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211573
Review of several test failures that could be closed. Updated test
expectations accordingly.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/properties-value-auto-001-expected.txt: Removed.
2020-05-07 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update test expectations after r261251
https://bugs.webkit.org/show_bug.cgi?id=211570
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-07 Philippe Normand <pnormand@igalia.com>
[GTK] Test failures after Flatpak upgrade
https://bugs.webkit.org/show_bug.cgi?id=211497
Reviewed by Adrian Perez de Castro.
* platform/gtk/TestExpectations: Unflag fixed tests. The webgl
failures seem more related to bug #211338 actually.
2020-05-07 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update baselines after r261248
https://bugs.webkit.org/show_bug.cgi?id=211562
Unreviewed gardening.
* accessibility/gtk/object-attributes-expected.txt:
* platform/gtk/accessibility/lists-expected.txt:
2020-05-07 Antti Koivisto <antti@apple.com>
Add basic support for generating accurate wheel event listener region
https://bugs.webkit.org/show_bug.cgi?id=211512
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-basic-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-basic.html: Added.
2020-05-07 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update test expectations after r259705
https://bugs.webkit.org/show_bug.cgi?id=211552
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
Unreviewed, reverting r260737.
Change not needed after r261267.
Reverted changeset:
"[GTK] Gardening, skipping more inspector tests."
https://trac.webkit.org/changeset/260737
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
Unreviewed, reverting r260713.
Change not needed after r260844.
Reverted changeset:
"[GTK] Gardening, temporarily skip WebInspector tests after
r210942 and r260696"
https://bugs.webkit.org/show_bug.cgi?id=211035
https://trac.webkit.org/changeset/260713
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, dump stderr in console log for several web-animation tests
https://bugs.webkit.org/show_bug.cgi?id=211549
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt:
2020-05-06 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in indentOutdentCommand::formatRange with asynchronous commands: indent and insert list.
https://bugs.webkit.org/show_bug.cgi?id=211466
<rdar://problem/62845430>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/editing/indent-then-insertUL-crash-expected.txt: Added.
* fast/editing/indent-then-insertUL-crash.html: Added.
2020-05-06 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in InsertListCommand::doApply with user-select:none elements
https://bugs.webkit.org/show_bug.cgi?id=211534
<rdar://problem/62898521>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/insert-list-user-select-none-crash-expected.txt: Added.
* editing/inserting/insert-list-user-select-none-crash.html: Added.
2020-05-06 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r261239.
Caused fast/events/wheel-event-outside-body.html to assert on
macOS WK1
Reverted changeset:
"Add basic support for generating accurate wheel event
listener region"
https://bugs.webkit.org/show_bug.cgi?id=211512
https://trac.webkit.org/changeset/261239
2020-05-06 Tim Horton <timothy_horton@apple.com>
Add a test for `REGRESSION (r260753): Frequent crashes under TextIndicator's estimatedTextColorsForRange`
https://bugs.webkit.org/show_bug.cgi?id=211532
Reviewed by Wenson Hsieh.
* fast/text-indicator/text-indicator-estimated-color-with-implicit-newline-expected.txt: Added.
* fast/text-indicator/text-indicator-estimated-color-with-implicit-newline.html: Added.
This test would trigger the null deref fixed in r261245.
2020-05-06 Chris Fleizach <cfleizach@apple.com>
AX: Implement accessibility of HTML 5.1 Drag & Drop
https://bugs.webkit.org/show_bug.cgi?id=211415
<rdar://problem/22695531>
Reviewed by Joanmarie Diggs.
* accessibility/mac/draggable-expected.txt: Added.
* accessibility/mac/draggable.html: Added.
2020-05-06 Antoine Quint <graouts@apple.com>
pointermove event sometimes has incorrect pointerType of 'mouse' on touch interactions
https://bugs.webkit.org/show_bug.cgi?id=210716
<rdar://problem/62084817>
Reviewed by Darin Adler.
Add a new test that checks that with content observation enabled a tap on a <button> element
dispatches synthetic mousemove and click events but no pointermove event.
* pointerevents/ios/click-no-pointermove-expected.txt: Added.
* pointerevents/ios/click-no-pointermove.html: Added.
* pointerevents/utils.js:
(target_test):
2020-05-06 Ryan Haddad <ryanhaddad@apple.com>
Two 'tests' are running with out expectation files that are not real tests.
https://bugs.webkit.org/show_bug.cgi?id=208477
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Skip the test that seems to create these files.
2020-05-06 John Wilander <wilander@apple.com>
Exempt app-bound domains from ITP's website data deletion and third-party cookie blocking between themselves
https://bugs.webkit.org/show_bug.cgi?id=210674
<rdar://problem/61950767>
Reviewed by Chris Dumez.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-cookie-blocking-between-each-other-expected.txt: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-cookie-blocking-between-each-other.html: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion-database.html: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion-expected.txt: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion.html: Added.
2020-05-06 Daniel Bates <dabates@apple.com>
[iOS] ASSERTION FAILED: !(_keyboardFlags & WebEventKeyboardInputModifierFlagsChanged) in -[WebEvent charactersIgnoringModifiers] when pressing modifier on PDF
https://bugs.webkit.org/show_bug.cgi?id=211472
Reviewed by Darin Adler.
Add a test.
* fast/events/ios/pdf-modifer-key-down-crash-expected.txt: Added.
* fast/events/ios/pdf-modifer-key-down-crash.html: Added.
2020-05-06 Antti Koivisto <antti@apple.com>
Add basic support for generating accurate wheel event listener region
https://bugs.webkit.org/show_bug.cgi?id=211512
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-basic-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-basic.html: Added.
2020-05-06 Chris Dumez <cdumez@apple.com>
fast/overflow/horizontal-scroll-after-back.html is a flaky timeout on macOS
https://bugs.webkit.org/show_bug.cgi?id=211515
<rdar://problem/61180247>
Reviewed by Darin Adler.
Update test to navigate to fast/history/resources/page-cache-helper.html instead of
a data URL which calls history.back() on load. Unlike the data URL, page-cache-helper.html
only navigates back in a 0-timer after the load event has fired. This is important to
guarantee that the current history item has been created before navigating back. If we
navigate back too early, then the current history item is still the one for the previous
page and we end up navigating back to the previous test, which would cause the timeout.
* fast/overflow/horizontal-scroll-after-back.html:
2020-05-06 Alexey Shvayka <shvaikalesh@gmail.com>
Remove orphaned WPT expectations & unused harness
https://bugs.webkit.org/show_bug.cgi?id=211454
Reviewed by Darin Adler.
1. wpt/html/dom/interfaces was renamed to wpt/html/dom/idlharness.
2. wpt/dom/nodes/Document-createEvent was superseded by HTTPS version.
3. w3c/resources/WebIDLParser.js is unused.
* TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/interfaces.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
* platform/mac-wk1/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
* tests-options.json:
2020-05-06 Youenn Fablet <youenn@apple.com>
REGRESSION (r261163): [ Mac WK2 ] webrtc/libwebrtc/descriptionGetters.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211455
<rdar://problem/62895451>
Reviewed by Eric Carlson.
* webrtc/libwebrtc/descriptionGetters.html:
Sanitize SDP before comparison as port information and candidates are no longer blocked by main thread.
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, expected to fail but passed
https://bugs.webkit.org/show_bug.cgi?id=211510
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update baselines after r261219
https://bugs.webkit.org/show_bug.cgi?id=211507
Unreviewed gardening.
* platform/wpe/fast/css/font-face-opentype-expected.txt: Updated after r261190.
* platform/wpe/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Added after r260139.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Added after r260662.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Updated after r261191.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt: Updated after r261191.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt: Added after r260690.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt: Added after r260690.
* platform/wpe/storage/domstorage/sessionstorage/blocked-file-access-expected.txt: Removed.
* platform/wpe/svg/batik/text/xmlSpace-expected.txt: Updated after r261154.
2020-04-29 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement isSessionSupported()
https://bugs.webkit.org/show_bug.cgi?id=211187
Reviewed by Dean Jackson.
* platform/wpe/TestExpectations: Added some skipped tests that are now passing.
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
GTK] Gardening, update expectations and baselines after r261191
https://bugs.webkit.org/show_bug.cgi?id=211502
Unreviewed gardening.
embedded-credentials.tentative.sub-expected.txt is passing more tests
than the general baseline since r260937.
* platform/gtk/TestExpectations:
* platform/gtk/fast/css/font-face-opentype-expected.txt: Updated after r261190.
* platform/gtk/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Updated after r261191.
* platform/gtk/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt: Updated after r261191.
* platform/gtk/svg/batik/text/xmlSpace-expected.txt: Updated after r261154.
2020-05-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r260889
https://bugs.webkit.org/show_bug.cgi?id=211500
Unreviewed gardening.
These failures started to happen once the GTK Test bot was
switched to Flatpak, which occurred on build #13542 (r260889).
* platform/gtk/TestExpectations:
2020-05-05 Rob Buis <rbuis@igalia.com>
Fix setting host on URL when no port is specified
https://bugs.webkit.org/show_bug.cgi?id=211453
Reviewed by Darin Adler.
Update improved test expectations.
* 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-05-05 Simon Fraser <simon.fraser@apple.com>
Minor EventHandler and test cleanup
https://bugs.webkit.org/show_bug.cgi?id=211475
Reviewed by Zalan Bujtas.
Clean up some tests that were mixing js-test and notifyDone().
* fast/scrolling/scroll-animator-basic-events-expected.txt:
* fast/scrolling/scroll-animator-basic-events.html:
* fast/scrolling/scroll-animator-overlay-scrollbars-clicked-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-clicked.html:
* fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-hovered.html:
* fast/scrolling/scroll-animator-select-list-events-expected.txt:
* fast/scrolling/scroll-animator-select-list-events.html:
* platform/mac-wk1/fast/scrolling/scroll-animator-basic-events-expected.txt:
* platform/mac-wk1/fast/scrolling/scroll-animator-select-list-events-expected.txt:
2020-05-05 Chris Dumez <cdumez@apple.com>
fast/overflow/horizontal-scroll-after-back.html is a flaky timeout on macOS
https://bugs.webkit.org/show_bug.cgi?id=211473
<rdar://problem/61180247>
Reviewed by Darin Adler.
I made the following changes to the test:
- Stop relying on 200ms timers and instead just a 0 timer after the load event.
- Detect the case where we failed to enter page cache and fail nicely in this
case instead of timing out.
- Use Element.click() to trigger the navigation instead of dispatching a custom
click event.
I have not been able to reproduce the flakiness locally. However, the changes in
this patch will at the very least make the test faster to run and cause the test
to fail instead of timing out if the issue is that we fail to enter the back /
forward cache, which would help us fix this.
* fast/overflow/horizontal-scroll-after-back.html:
2020-05-05 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r261113): [ Mac ] http/tests/frame-throttling/raf-throttle-in-cross-origin-subframe.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=211470
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-05 Peng Liu <peng.liu6@apple.com>
Update WebKitTestRunner to support running multiple video fullscreen and Picture-in-Picture tests simultaneously
https://bugs.webkit.org/show_bug.cgi?id=203723
Reviewed by Jer Noble.
* media/video-presentation-mode-expected.txt: Added.
* media/video-presentation-mode.html: Added.
2020-05-05 Said Abou-Hallawa <sabouhallawa@apple.com>
[ Mac ] fast/animation/request-animation-frame-timestamps.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209079
Reviewed by Antoine Quint.
Make the test asynchronous instead of using timers to fix its flakiness.
* fast/animation/request-animation-frame-timestamps-expected.txt:
* fast/animation/request-animation-frame-timestamps.html:
* platform/mac/TestExpectations:
2020-05-05 Myles C. Maxfield <mmaxfield@apple.com>
Rebaseline fast/css/font-face-opentype.html
https://bugs.webkit.org/show_bug.cgi?id=211332
<rdar://problem/61833165>
Update for iOS. Also make the test insensitive to platform fallback fonts.
Unreviewed.
* fast/css/font-face-opentype.html:
* platform/ios-wk1/TestExpectations:
* platform/ios/TestExpectations:
* platform/ios/fast/css/font-face-opentype-expected.txt:
* platform/mac/fast/css/font-face-opentype-expected.txt:
2020-05-05 Said Abou-Hallawa <sabouhallawa@apple.com>
[ Mac ] fast/animation/request-animation-frame-cancel2.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209491
Reviewed by Antoine Quint.
Make the test asynchronous instead of using timers to fix its flakiness.
* fast/animation/request-animation-frame-cancel2.html:
* platform/mac/TestExpectations:
2020-05-05 Mark Lam <mark.lam@apple.com>
Allow Bitmap to use up to a UCPURegister word size for internal bit storage.
https://bugs.webkit.org/show_bug.cgi?id=211328
<rdar://problem/62755865>
Reviewed by Yusuke Suzuki.
editing/undo-manager/undo-manager-delete-stale-undo-items.html exposed a bug in
this patch. However, when a failure occurs, this test runs perpetually until it
times out. There's no need to do this. After a finite number of GC cycles,
unreachable objects should be collected. This is especially so because
GCController.collect() does a synchronous full GC.
Added a cap of 10 GC tries, and fail out if the test does not see the expected
result. This allows the test to fail fast and avoid the costly time out.
* editing/undo-manager/undo-manager-delete-stale-undo-items.html:
2020-05-05 Megan Gardner <megan_gardner@apple.com>
Style is not applied when changed on the first line of a new mail message.
https://bugs.webkit.org/show_bug.cgi?id=211200
<rdar://problem/62087514>
Reviewed by Darin Adler.
* editing/execCommand/ios/first-line-text-attribute-change-presist-through-resigning-first-responder-expected.txt: Added.
* editing/execCommand/ios/first-line-text-attribute-change-presist-through-resigning-first-responder.html: Added.
2020-05-05 Youenn Fablet <youenn@apple.com>
MediaPlayerPrivateMediaStreamAVFObjC should unobserve the tracks from its audio and video track sets
https://bugs.webkit.org/show_bug.cgi?id=211444
<rdar://problem/62886221>
Reviewed by Eric Carlson.
* fast/mediastream/MediaStream-removeTrack-while-playing-expected.txt: Added.
* fast/mediastream/MediaStream-removeTrack-while-playing.html: Added.
2020-05-05 Alicia Boya García <aboya@igalia.com>
[GStreamer] Video loops when ran in rr record --chaos
https://bugs.webkit.org/show_bug.cgi?id=211182
Reviewed by Philippe Normand.
imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality.html
is now passing.
* platform/gtk/TestExpectations:
2020-05-05 Antoine Quint <graouts@apple.com>
Unreviewed, reverting r260989.
Mistakenly identified cause of MotionMark 1.1 performance regression
Reverted changeset:
"REGRESSION: MotionMark 1.1 regressed due to r260016"
https://bugs.webkit.org/show_bug.cgi?id=211280
https://trac.webkit.org/changeset/260989
2020-05-05 Rob Buis <rbuis@igalia.com>
[GTK][WPE][Fetch API] Stale-while-revalidate is not enabled
https://bugs.webkit.org/show_bug.cgi?id=206416
Reviewed by Carlos Alberto Lopez Perez.
Unskip s-w-r tests for GTK/WPE.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-05 Charlie Turner <cturner@igalia.com>
[EME] media/encrypted-media/encrypted-media-can-play-type.html is outdated
https://bugs.webkit.org/show_bug.cgi?id=154848
Reviewed by Xabier Rodriguez-Calvar.
Remove out-of-date EME tests and expectations.
* gpu-process/TestExpectations:
* media/encrypted-media/encrypted-media-events-expected.txt: Removed.
* media/encrypted-media/encrypted-media-events.html: Removed.
* media/encrypted-media/encrypted-media-not-loaded-expected.txt: Removed.
* media/encrypted-media/encrypted-media-not-loaded.html: Removed.
* media/encrypted-media/encrypted-media-syntax-expected.txt: Removed.
* media/encrypted-media/encrypted-media-syntax.html: Removed.
* media/encrypted-media/encrypted-media-v2-events-expected.txt: Removed.
* media/encrypted-media/encrypted-media-v2-events.html: Removed.
* media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Removed.
* media/encrypted-media/encrypted-media-v2-syntax.html: Removed.
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/win/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Removed.
* platform/wpe/TestExpectations:
2020-05-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update baselines after r260889
https://bugs.webkit.org/show_bug.cgi?id=211440
Unreviewed gardening.
* platform/gtk/fast/canvas/webgl/webgl-compressed-texture-astc-expected.txt: Added.
* platform/gtk/fast/canvas/webgl/webgl-depth-texture-expected.txt: Added.
* platform/gtk/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-77-t-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/text-tspan-01-b-manual-expected.txt:
* platform/gtk/storage/domstorage/sessionstorage/blocked-file-access-expected.txt: Removed.
2020-05-04 Myles C. Maxfield <mmaxfield@apple.com>
Update svg/batik/text/xmlSpace.svg to yield consistent text metrics
https://bugs.webkit.org/show_bug.cgi?id=211005
<rdar://problem/62312187>
Reviewed by Darin Adler.
The test is rendering a bunch of characters without using a specified font.
This means that Core Text is picking an arbitrary font. However, the
-expected.txt file is measuring exact pixel widths. The solution is to just
give the test an explicit fallback font.
* platform/ios/TestExpectations:
* platform/ios/svg/batik/text/xmlSpace-expected.txt:
* platform/mac/svg/batik/text/xmlSpace-expected.txt:
* svg/batik/text/xmlSpace-expected.txt: Removed. Platform-specific metrics
shouldn't live outside the platform/ directory.
* svg/batik/text/xmlSpace.svg:
2020-05-04 Wenson Hsieh <wenson_hsieh@apple.com>
Tapping to focus editable elements should start caret selection at word boundary
https://bugs.webkit.org/show_bug.cgi?id=211409
<rdar://problem/62869098>
Reviewed by Megan Gardner.
Adjust some existing layout test expectations on iOS, such that tapping to focus input fields places the
selection at the beginning or end of a word.
* editing/selection/ios/hide-selection-after-hiding-contenteditable-expected.txt:
* editing/selection/ios/place-selection-in-overflow-area-expected.txt:
* fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt:
* platform/ios/editing/deleting/smart-delete-002-expected.txt:
* platform/ios/editing/deleting/smart-delete-003-expected.txt:
* platform/ios/editing/deleting/smart-delete-004-expected.txt:
* platform/ios/editing/pasteboard/smart-paste-008-expected.txt:
2020-05-04 Simon Fraser <simon.fraser@apple.com>
Overflow scrollbars don't grow when hovered
https://bugs.webkit.org/show_bug.cgi?id=210692
<rdar://problem/61977273>
Reviewed by Tim Horton.
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-reveal.html: Copied from LayoutTests/fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html:
2020-05-04 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in CompositeEditCommand::moveParagraphs when changing style on elements that are
user-select:none and dir:rtl.
https://bugs.webkit.org/show_bug.cgi?id=211206
<rdar://problem/61830589>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/editing/justify-user-select-none-dir-rtl-crash-expected.txt: Added.
* fast/editing/justify-user-select-none-dir-rtl-crash.html: Added.
2020-05-04 Jason Lawrence <lawrence.j@apple.com>
[ iPadOS wk2 ] editing/selection/selection-change-in-mutation-event-by-remove-children.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=208840
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-05-04 Devin Rousso <drousso@apple.com>
REGRESSION (r261109): [ Mac ] inspector/css/getAllStyleSheets.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211405
<rdar://problem/62863843>
Unreviewed, remove unnecessary call to function that no longer exists.
* inspector/css/getAllStyleSheets.html:
2020-05-04 Devin Rousso <drousso@apple.com>
REGRESSION (r261108): [ Mac ] inspector/timeline/timeline-recording.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211404
<rdar://problem/62863766>
Unreviewed, update test expectation.
* inspector/timeline/timeline-recording-expected.txt:
2020-05-04 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] webgl/2.0.0/conformance/extensions/webgl-draw-buffers.html has been timing out ever since it was introduced.
https://bugs.webkit.org/show_bug.cgi?id=208524
Unreviewed test gardening: Removing expectations.
* platform/mac-wk1/TestExpectations:
2020-05-04 Said Abou-Hallawa <sabouhallawa@apple.com>
Throttling requestAnimationFrame should be controlled by RenderingUpdateScheduler
https://bugs.webkit.org/show_bug.cgi?id=204713
Reviewed by Simon Fraser.
* fast/animation/request-animation-frame-throttle-inside-overflow-scroll-expected.txt:
* fast/animation/request-animation-frame-throttle-inside-overflow-scroll.html:
* fast/animation/request-animation-frame-throttle-subframe-display-none-expected.txt:
* fast/animation/request-animation-frame-throttle-subframe-display-none.html:
* fast/animation/request-animation-frame-throttle-subframe-expected.txt:
* fast/animation/request-animation-frame-throttle-subframe-zero-size-expected.txt:
* fast/animation/request-animation-frame-throttle-subframe-zero-size.html:
* fast/animation/request-animation-frame-throttle-subframe.html:
* fast/animation/request-animation-frame-throttling-detached-iframe-expected.txt:
* fast/animation/request-animation-frame-throttling-detached-iframe.html:
Replace the call isRequestAnimationFrameThrottled() by requestAnimationFrameThrottlingReasons().
* fast/animation/request-animation-frame-throttling-lowPowerMode-expected.txt:
* fast/animation/request-animation-frame-throttling-lowPowerMode.html:
Ensure the actual rAF interval is > 30ms for lowPowerMode.
* http/tests/frame-throttling/raf-throttle-in-cross-origin-subframe-expected.txt:
* http/tests/frame-throttling/raf-throttle-in-cross-origin-subframe.html:
* http/tests/frame-throttling/resources/requestAnimationFrame-frame.html:
Replace the call isRequestAnimationFrameThrottled() by requestAnimationFrameThrottlingReasons().
2020-05-04 Eric Carlson <eric.carlson@apple.com>
(r261004) platform/mac/media/media-source/media-source-change-source.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=211326
<rdar://problem/62751237>
Unreviewed, skip new test on platforms where it is expected to fail.
Set explicitly timeout before checking initial audio session category so it will fail
with an error message if it takes too long to run. Skip the test in the GPU process, because
audio session is not yet fully supported, and on WK1 because audio session is a singleton.
* gpu-process/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac/media/media-source/media-source-change-source.html: Added.
2020-05-04 Devin Rousso <drousso@apple.com>
Web Inspector: Worker: should use the name of the worker if it exists
https://bugs.webkit.org/show_bug.cgi?id=211244
Reviewed by Brian Burg.
* inspector/worker/runtime-basic.html:
* inspector/worker/runtime-basic-expected.txt:
2020-05-04 Devin Rousso <drousso@apple.com>
Web Inspector: provide a way for inspector to turn on/off ITP debug mode and AdClickAttribution debug mode
https://bugs.webkit.org/show_bug.cgi?id=209763
Reviewed by Brian Burg.
* inspector/page/overrideSetting-AdClickAttributionDebugModeEnabled.html: Added.
* inspector/page/overrideSetting-AdClickAttributionDebugModeEnabled-expected.txt: Added.
* inspector/page/overrideSetting-ITPDebugModeEnabled.html: Added.
* inspector/page/overrideSetting-ITPDebugModeEnabled-expected.txt: Added.
* TestExpectations:
* platform/wk2/TestExpectations:
2020-05-04 Guillem Vinals <gvinals@apple.com>
WebGPU: Textures should be able to have OUTPUT_ATTACHEMENT | SAMPLED usage flags
https://bugs.webkit.org/show_bug.cgi?id=211345
Reviewed by Myles C. Maxfield.
* webgpu/textures-textureviews-expected.txt:
* webgpu/textures-textureviews.html:
2020-05-04 Guillem Vinals <gvinals@apple.com>
WebGPU: copyTextureToTexture() has an implementation bug (src copy view info is used also as dst)
https://bugs.webkit.org/show_bug.cgi?id=211303
Reviewed by Daniel Bates.
* webgpu/blit-commands-texture-to-texture-expected.html: Added.
* webgpu/blit-commands-texture-to-texture.html: Added.
* webgpu/js/webgpu-functions.js:
(drawGreenMipChainOnRedBackgroundInSoftware):
2020-05-04 Per Arne Vollan <pvollan@apple.com>
Unreviewed test gardening.
* fast/sandbox/ios/sandbox-mach-lookup-mail-expected.txt:
2020-05-04 Per Arne Vollan <pvollan@apple.com>
Unreviewed test gardening.
* fast/sandbox/ios/sandbox-mach-lookup-mail-expected.txt:
2020-05-04 Antoine Quint <graouts@apple.com>
Media controls tracks menu shows "Auto" selected instead of track selected via the JS API
https://bugs.webkit.org/show_bug.cgi?id=211230
<rdar://problem/62648409>
Reviewed by Eric Carlson.
Add a test that:
- sets an embedded text track as selected via the HTMLMediaElement TextTrack APIs,
- brings up the tracks panel,
- dumps its initial UI state, checking that the track selected via the API shows as selected in the UI,
- selects the "Automatic (Recommended)" track,
- brings up the tracks panel again,
- dumps its current UI state, checking that the "Automatic (Recommended)" shows as selected in the UI.
* media/modern-media-controls/tracks-support/tracks-support-text-track-selected-via-media-api-expected.txt: Added.
* media/modern-media-controls/tracks-support/tracks-support-text-track-selected-via-media-api.html: Added.
2020-05-04 Andres Gonzalez <andresg_22@apple.com>
Add WTR::AccessibilityUIElement::attributeValueAsync to retrieve attribute values in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=211341
Reviewed by Chris Fleizach.
This test exercises the new WTR::AccessibilityUIElement::atributeValueAsync method.
Instead of using shouldBeTrue that does not work with local variables,
uses debug to log results.
* accessibility/mac/primary-screen-height-expected.txt:
* accessibility/mac/primary-screen-height.html:
2020-05-03 Daniel Bates <dabates@apple.com>
Sometimes cannot find <textarea> in list of editable elements
https://bugs.webkit.org/show_bug.cgi?id=211348
<rdar://problem/62231067>
Reviewed by Simon Fraser.
Update some existing test results and add some more tests.
* editing/editable-region/hit-test-textarea-empty-space-expected.txt: Added.
* editing/editable-region/hit-test-textarea-empty-space.html: Added.
* editing/editable-region/overflow-scroll-text-field-and-contenteditable-expected.txt:
* editing/editable-region/search-field-basic-expected.txt: Copied from LayoutTests/editing/editable-region/input-basic-expected.txt.
* editing/editable-region/search-field-basic.html: Copied from LayoutTests/editing/editable-region/input-basic.html.
* editing/editable-region/text-field-basic-expected.txt: Copied from LayoutTests/editing/editable-region/input-basic-expected.txt.
* editing/editable-region/text-field-basic.html: Copied from LayoutTests/editing/editable-region/input-basic.html.
* editing/editable-region/textarea-basic-expected.txt: Renamed from LayoutTests/editing/editable-region/input-basic-expected.txt.
* editing/editable-region/textarea-basic.html: Renamed from LayoutTests/editing/editable-region/input-basic.html.
2020-05-03 Simon Fraser <simon.fraser@apple.com>
Unreviewed test cleanup.
Remove some unused elements from these tests, and send a couple of mouseMoved
events to reduce the chances of flakiness.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal-expected.txt:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html:
2020-05-02 Mark Lam <mark.lam@apple.com>
editing/undo-manager/undo-manager-delete-stale-undo-items.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=211340
<rdar://problem/62767874>
Reviewed by Wenson Hsieh.
The test aims to measure the number of GC'ed Undo related objects. It created
and estimated 600 objects and allows an error of 20 objects after GC is expected
to have collected these objects. This turns out to be too tight an error allowance.
Just running any JS code could inadvertantly create more objects, that will exceed
that error allowance.
This patch attempts to make the test more robust by increasing the created object
count to an estimated 3000 objects and allows an error of 300 objects. This means
we'll expect to see at least 2700 objects collected. That is a high enough number
that it cannot be attributed to unexpected objects created by the JS runtime being
GCed. The allowance of 300 is also much higher than number of unexpected objects
that the JS runtime may reasonably create beyond those managed by this test.
With this change, the test no longer times out.
* editing/undo-manager/undo-manager-delete-stale-undo-items-expected.txt:
* editing/undo-manager/undo-manager-delete-stale-undo-items.html:
2020-05-02 Simon Fraser <simon.fraser@apple.com>
Make it possible to test overlay scrollbar interactions
https://bugs.webkit.org/show_bug.cgi?id=211342
Reviewed by Daniel Bates.
New tests, and some helper functions in UIHelper.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-state-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-state.html: Added.
* fast/scrolling/mac/scrollbars/scrollbar-state-expected.txt: Added.
* fast/scrolling/mac/scrollbars/scrollbar-state.html: Added.
* resources/ui-helper.js:
(window.UIHelper.async mouseWheelMayBeginAt):
(window.UIHelper.async mouseWheelCancelAt):
(window.UIHelper.async waitForCondition):
2020-05-02 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, several WebGL tests are failing after r261023
https://bugs.webkit.org/show_bug.cgi?id=211339
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-02 Devin Rousso <drousso@apple.com>
[CSS Easing 1] implement `jump-*` step positions
https://bugs.webkit.org/show_bug.cgi?id=211271
Reviewed by Dean Jackson.
* animations/computed-style.html:
* animations/computed-style-expected.txt:
* fast/css/animation-steps-calculated-value.html:
* fast/css/animation-steps-calculated-value-expected.txt:
* transitions/transitions-parsing.html:
* transitions/transitions-parsing-expected.txt:
2020-05-01 Tim Horton <timothy_horton@apple.com>
Books sometimes ends up with blank pages, especially after adjusting font size
https://bugs.webkit.org/show_bug.cgi?id=211265
<rdar://problem/59898144>
Reviewed by Darin Adler.
* tiled-drawing/tile-coverage-scrolled-view-exposed-rect-expected.txt: Added.
* tiled-drawing/tile-coverage-scrolled-view-exposed-rect.html: Added.
Add a test ensuring that we create the correct tiles with a
scrolled web view that also uses clipsToVisibleRect=YES.
2020-05-01 Kenneth Russell <kbr@chromium.org>
[WebGL2] Refactor texImage2D and texSubImage2D taking ImageBitmap, ImageData, Image, ArrayBufferView
https://bugs.webkit.org/show_bug.cgi?id=210766
Reviewed by Dean Jackson.
Rebaseline WebGL layout tests affected by this patch.
webgl/2.0.0/conformance2/textures/
canvas_sub_rectangle/
image_data/
are now passing completely. Some of the individual tests in these
directories were skipped in earlier patches and will be re-enabled
in a subsequent patch.
Skip webgl/2.0.0/conformance2/textures/svg_image due to possible
bugs in the tests. These failures will be investigated in Bug
211220.
Fix bug in fast/canvas/webgl/gl-enum-tests.html where
INVALID_OPERATION rather than INVALID_ENUM is possible.
Other conformance tests progress or change results, which is
expected until WebGL2RenderingContext is fully implemented.
* TestExpectations:
* fast/canvas/webgl/gl-enum-tests-expected.txt:
* fast/canvas/webgl/gl-enum-tests.html:
* webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-webgl-specific-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/gl-get-tex-parameter-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-with-different-data-source-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-new-formats-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt:
2020-05-01 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in CompositeEditCommand::cloneParagraphUnderNewElement when indent
and align a paragraph.
https://bugs.webkit.org/show_bug.cgi?id=211273
<rdar://problem/61885958>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/editing/indent-then-justifyFull-crash-expected.txt: Added.
* fast/editing/indent-then-justifyFull-crash.html: Added.
2020-05-01 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in EditCommand::EditCommand via CompositeEditCommand::removeNode
https://bugs.webkit.org/show_bug.cgi?id=207600
Reviewed by Geoffrey Garen.
Reduce run time for this test case.
* editing/inserting/insert-list-then-edit-command-crash.html:
2020-05-01 Eric Carlson <eric.carlson@apple.com>
[MSE] Audio session category is sometimes not set correctly after changing video source
https://bugs.webkit.org/show_bug.cgi?id=211252
<rdar://problem/61894737>
Reviewed by Jer Noble.
* platform/mac/media/media-source/media-source-change-source-expected.txt: Added.
* platform/mac/media/media-source/media-source-change-source.html: Added.
2020-05-01 Truitt Savell <tsavell@apple.com>
[ iOS ] compositing/iframes/border-radius-composited-frame.html and compositing/iframes/border-uneven-radius-composited-frame.html are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=211261
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-05-01 Antti Koivisto <antti@apple.com>
Specific dom node order of Shadow DOM (re)projection causes crash
https://bugs.webkit.org/show_bug.cgi?id=211159
<rdar://problem/62626920>
Reviewed by Zalan Bujtas.
* fast/shadow-dom/composed-tree-iterator-escape-expected.html: Added.
* fast/shadow-dom/composed-tree-iterator-escape.html: Added.
2020-05-01 Alexey Shvayka <shvaikalesh@gmail.com>
[WebIDL] Interface prototype objects should define @@toStringTag
https://bugs.webkit.org/show_bug.cgi?id=211020
Reviewed by Darin Adler.
Adjust tests for `X.prototype.toString()` returning "[object X]"
instead of "[object XPrototype]", where X is WebIDL interface.
* css3/blending/background-blend-mode-property-parsing-expected.txt:
* css3/blending/background-blend-mode-property-parsing.html:
* css3/blending/blend-mode-property-parsing-expected.txt:
* css3/blending/blend-mode-property-parsing.html:
* css3/filters/backdrop/backdropfilter-property-parsing-expected.txt:
* css3/filters/backdrop/backdropfilter-property-parsing.html:
* css3/filters/filter-property-parsing-expected.txt:
* css3/filters/filter-property-parsing.html:
* fast/css/image-set-parsing-expected.txt:
* fast/css/image-set-parsing-generated-expected.txt:
* fast/css/image-set-parsing-generated.html:
* fast/css/image-set-parsing.html:
* fast/dom/DOMException/prototype-object-expected.txt:
* fast/dom/DOMException/prototype-object.html:
* fast/dom/prototype-chain-expected.txt:
* fast/dom/wrapper-classes-expected.txt:
* fast/dom/wrapper-classes.html:
* fast/events/event-view-toString-expected.txt:
* fast/workers/DedicatedWorkerGlobalScope-prototype-chain-expected.txt:
* fast/workers/DedicatedWorkerGlobalScope-prototype-chain.html:
* http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
* inspector/model/remote-object-get-properties-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* resources/idlharness.js: Remove asserts that are commented out in upstream.
* svg/dom/svg2-inheritance.html:
* transforms/2d/transform-value-types-expected.txt:
* transforms/2d/transform-value-types.html:
2020-05-01 Saam Barati <sbarati@apple.com>
We can't cast toLength result to unsigned
https://bugs.webkit.org/show_bug.cgi?id=211205
<rdar://problem/62625562>
Reviewed by Yusuke Suzuki.
* TestExpectations:
* ietestcenter/Javascript/TestCases/15.4.4.14-3-28.js:
(ES5Harness.registerTest.test):
* ietestcenter/Javascript/TestCases/15.4.4.14-3-29.js:
(ES5Harness.registerTest.test):
* ietestcenter/Javascript/TestCases/15.4.4.15-3-25.js:
(ES5Harness.registerTest.test):
* ietestcenter/Javascript/TestCases/15.4.4.15-3-28.js:
(ES5Harness.registerTest.test):
2020-05-01 Antoine Quint <graouts@apple.com>
REGRESSION: MotionMark 1.1 regressed due to r260016
https://bugs.webkit.org/show_bug.cgi?id=211280
<rdar://problem/61898830>
Unreviewed.
* fast/images/image-orientation-none-canvas.html:
2020-04-30 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION: Double tap dispatches one click event on iOS 13.4 when it would dispatch two on iOS 13.3
https://bugs.webkit.org/show_bug.cgi?id=211179
<rdar://problem/62594779>
Reviewed by Tim Horton.
Add a new layout test to verify that double tapping a button with fast-clicking enabled (i.e. in a device-width
viewport) fires two click events.
* fast/events/touch/ios/two-click-events-after-double-tap-with-touch-handler-expected.txt: Added.
* fast/events/touch/ios/two-click-events-after-double-tap-with-touch-handler.html: Added.
2020-04-30 Truitt Savell <tsavell@apple.com>
[ iOS ] compositing/iframes/border-radius-composited-frame.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211261
unreviewed test gardening.
* platform/ios/TestExpectations:
2020-04-30 Truitt Savell <tsavell@apple.com>
[ iOS ] compositing/iframes/border-radius-composited-frame.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211261
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-04-30 Devin Rousso <drousso@apple.com>
WebKit.WebContent process crashes when web developer tools are opened in Safari
https://bugs.webkit.org/show_bug.cgi?id=210794
<rdar://problem/62214651>
Reviewed by Brian Burg.
* inspector/worker/resources/worker-echo.js: Added.
* inspector/worker/dom-debugger-event-after-terminate-crash.html: Added.
* inspector/worker/dom-debugger-event-after-terminate-crash-expected.txt: Added.
2020-04-30 Simon Fraser <simon.fraser@apple.com>
border-radius fails to clip iframe contents
https://bugs.webkit.org/show_bug.cgi?id=211199
Reviewed by Zalan Bujtas.
* compositing/iframes/border-radius-composited-frame-expected.html: Added.
* compositing/iframes/border-radius-composited-frame.html: Added.
* compositing/iframes/border-uneven-radius-composited-frame-expected.html: Added.
* compositing/iframes/border-uneven-radius-composited-frame.html: Added.
2020-04-30 Philippe Normand <pnormand@igalia.com>
[SOUP] http/tests/media/video-accept-encoding.html fails
https://bugs.webkit.org/show_bug.cgi?id=211228
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unflag passing tests.
2020-04-30 Philippe Normand <pnormand@igalia.com>
REGRESSION(r260822): Apparently broke media/track/track-cue-missing.html on Mac
https://bugs.webkit.org/show_bug.cgi?id=211194
Reviewed by Xabier Rodriguez-Calvar.
* media/track/track-cue-missing-expected.txt:
* media/track/track-cue-missing.html: Prospective fix, set display mode to automatic.
2020-04-30 Philippe Normand <pnormand@igalia.com>
[GStreamer] fast/mediastream/get-user-media-device-id.html failing
https://bugs.webkit.org/show_bug.cgi?id=190576
Reviewed by Xabier Rodriguez-Calvar.
* platform/gtk/TestExpectations: Unskip now-passing mediastream tests.
2020-04-29 Noam Rosenthal <noam@webkit.org>
[Mac] http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-num-chars.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=211221
Unreviewed test gardening.
* platform/mac/TestExpectations:
Mark as flaky.
2020-04-29 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening Wayland compositing tests.
Unreviewed test gardening.
* platform/gtk-wayland/TestExpectations:
2020-04-29 Zalan Bujtas <zalan@apple.com>
[Win] Skip fast/text/text-indent-inside-float.html
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-04-29 Zalan Bujtas <zalan@apple.com>
[iOS] Skip fast/text/text-indent-inside-float.html
Unreviewed test gardening.
Apparently float sizing/ahem font produces a different result on iOS.
* platform/ios/TestExpectations:
2020-04-29 Simon Fraser <simon.fraser@apple.com>
Simplify contents clipping layer geometry
https://bugs.webkit.org/show_bug.cgi?id=211162
Reviewed by Zalan Bujtas.
New content layer positions.
* compositing/video/video-object-fit.html:
* compositing/video/video-object-position-expected.txt:
* platform/ios/compositing/video/video-object-position-expected.txt:
* platform/mac/compositing/video/video-object-fit-expected.txt:
2020-04-29 Wenson Hsieh <wenson_hsieh@apple.com>
editing/selection/ios/selection-handles-after-touch-end.html is failing on iOS 13.4 after r260367
https://bugs.webkit.org/show_bug.cgi?id=211185
<rdar://problem/62560030>
Reviewed by Tim Horton.
Clean up a test and test expectation after r260367. Before this change, the test was trying to verify
that selection handles didn't show up before ending a long press when selecting text. However, the test
expectation in platform/ios/editing/selection/ios/selection-handles-after-touch-end-expected.txt prior
to r260367, which overrode editing/selection/ios/selection-handles-after-touch-end-expected.txt, was
verifying that selection handles showed up after making the text selection, but before ending the touch.
r260367 removed this redundant test expectation in favor of a single test expectation file in
editing/selection/ios, but did not transfer over the expectation of non-empty grabber rects before
ending the touch. This is because the version of the iOS SDK I was testing against happened to _not_
show selection handles before ending the touch.
In a more recent version of that iOS SDK, selection handles are now shown again before ending the touch,
which matches behavior expected in iOS 13.4 once again. This means that the expectation across both
versions of iOS is, once again, to show selection handles before ending the touch. As such, fix this
failing test by refactoring it to only verify that selection handles are present after ending the touch.
We can also take this opportunity to rewrite parts of the test to use more modern idioms, like the
testing facilities in `js-test.js` and `ui-helper.js`.
* editing/selection/ios/selection-handles-after-touch-end-expected.txt:
* editing/selection/ios/selection-handles-after-touch-end.html:
2020-04-29 Kenneth Russell <kbr@chromium.org>
REGRESSION (r256784?): Shadertoy demo no longer works in Safari
https://bugs.webkit.org/show_bug.cgi?id=210994
Reviewed by Dean Jackson.
Update tex-mipmap-levels.html to top-of-tree to fix incorrect test
cases. Rebaseline layout tests which are either now all passing,
or have progressed. Temporarily skip a couple of tests, previously
skipped because of lack of the EXT_color_buffer_float extension,
which are failing because of Bug 211156.
* TestExpectations:
* fast/canvas/webgl/readPixels-float-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-mipmap-levels.html:
2020-04-29 Zalan Bujtas <zalan@apple.com>
Header is blank on https://nader.org
https://bugs.webkit.org/show_bug.cgi?id=205747
<rdar://problem/58305910>
Reviewed by Simon Fraser.
* fast/text/text-indent-inside-float-expected.html: Added.
* fast/text/text-indent-inside-float.html: Added.
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
2020-04-29 Youenn Fablet <youenn@apple.com>
http/tests/media/media-stream/device-change-event-in-iframe.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211119
<rdar://problem/62457151>
Reviewed by Eric Carlson.
Make sure duplicate ondevicechange events do not create flakiness.
* http/tests/media/media-stream/device-change-event-in-iframe-expected.txt:
* http/tests/media/media-stream/device-change-event-in-iframe.html:
* http/tests/media/media-stream/resources/device-change-iframe.html:
2020-04-29 Kate Cheney <katherine_cheney@apple.com>
Refactor layout tests after updates to In-App Browser Privacy
https://bugs.webkit.org/show_bug.cgi?id=211146
<rdar://problem/62524127>
Reviewed by Brent Fulgham.
Updates the test cases in 2 ways:
1. Deletes app-bound-domain.html, which is fully and properly tested
using API tests and is unnecessary here.
2. Splits switch-session-on-navigation-to-app-bound-domain.html into
two separate tests now that navigation between app-bound and
non-app-bound WebViews is not allowed.
* http/tests/in-app-browser-privacy/app-bound-domain-expected.txt: Removed.
* http/tests/in-app-browser-privacy/app-bound-domain-gets-app-bound-session-expected.txt: Added.
* http/tests/in-app-browser-privacy/app-bound-domain-gets-app-bound-session.html: Added.
* http/tests/in-app-browser-privacy/app-bound-domain.html: Removed.
* http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session-expected.txt: Added.
* http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html: Added.
* http/tests/in-app-browser-privacy/switch-session-on-navigation-to-app-bound-domain-expected.txt: Removed.
* http/tests/in-app-browser-privacy/switch-session-on-navigation-to-app-bound-domain.html: Removed.
2020-04-28 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r260815
https://bugs.webkit.org/show_bug.cgi?id=211168
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-28 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: [ Mac ] webgl/1.0.3/conformance/textures/texture-upload-size.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=205757
Unreviewed test gardening.
Remove flaky expectation since the test has been consistently passing for the past few weeks.
* platform/mac/TestExpectations:
2020-04-28 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: [ Mac wk1 ] fast/canvas/webgl/canvas-webgl-page-cache.html is flaky crashing in rx::GetFunctionsGL
https://bugs.webkit.org/show_bug.cgi?id=208345
Unreviewed test gardening.
Remove flaky expectation since the test has been consistently passing for the past few weeks.
* platform/mac-wk1/TestExpectations:
2020-04-28 Ryan Haddad <ryanhaddad@apple.com>
storage/indexeddb/value-cursor-cycle.html is flaky failing because it incorrectly thinks our JS GC is precise.
https://bugs.webkit.org/show_bug.cgi?id=210046
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky for iOS, too.
2020-04-28 Ryan Haddad <ryanhaddad@apple.com>
[ Mac ] storage/indexeddb/result-request-cycle.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210517
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky.
* platform/mac/TestExpectations: Ditto.
2020-04-27 Ryan Haddad <ryanhaddad@apple.com>
[ iOS wk2 and Mac Debug wk2 ] imported/w3c/web-platform-tests/service-workers/service-worker/respond-with-body-accessed-response.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209295
Unreviewed test gardening.
Remove flaky expectations as the test has been consistently passing.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-04-28 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r260808): Backdrops on music.apple.com are offset
https://bugs.webkit.org/show_bug.cgi?id=211153
Reviewed by Zalan Bujtas.
* compositing/filters/backdrop-filter-rect-border-radius-expected.html: Added.
* compositing/filters/backdrop-filter-rect-border-radius.html: Added.
2020-04-28 Noam Rosenthal <noam@webkit.org>
Implement FCP (first contentful paint)
https://bugs.webkit.org/show_bug.cgi?id=208499
Reviewed by Simon Fraser.
Added tests for some first-contentful-paint (FCP) use-cases.
Ensure that FCP works well with VNE (first paint delay until contents are visually non-empty).
* platform/win/TestExpectations:
* platform/mac-wk1/TestExpectations:
Disable paint timing for WebKit1.
* TestExpectations:
Disable of the WPT tests.
* http/tests/performance/paint-timing: Added.
* http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-num-chars-expected.txt: Added.
* http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-num-chars.html: Added.
If VNE due to number of characters blocks painting, make sure FCP is reported only after painting is unblocked.
* http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-style-expected.txt: Added.
* http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-style.html: Added.
If a pending stylesheet blocks painting, make sure FCP is reported only after stylesheet has loaded.
* http/tests/performance/paint-timing/resources: Added.
* http/tests/performance/paint-timing/resources/slowscript.php: Added.
* http/tests/performance/paint-timing/resources/slowstyle.php: Added.
* http/tests/performance/paint-timing/resources/style.css: Added.
(body):
* performance-api/paint-timing: Added.
* performance-api/paint-timing/paint-timing-apis-expected.txt: Added.
* performance-api/paint-timing/paint-timing-apis.html: Added.
* performance-api/paint-timing/paint-timing-frames-expected.txt: Added.
* performance-api/paint-timing/paint-timing-frames.html: Added.
* performance-api/paint-timing/paint-timing-with-worker-expected.txt: Added.
* performance-api/paint-timing/paint-timing-with-worker.html: Added.
Test that FCP is not available for cross-origin frames and workers.
* performance-api/paint-timing/performance-observer-first-contentful-paint-expected.txt: Added.
* performance-api/paint-timing/performance-observer-first-contentful-paint.html: Added.
Test that performance observers are called for FCP.
* performance-api/paint-timing/resources: Added.
* performance-api/paint-timing/resources/fcp-subframe.html: Added.
* performance-api/paint-timing/resources/paint-api-utils.js: Added.
(async waitForFCP):
* performance-api/paint-timing/resources/paint-timing-api.js: Added.
* performance-api/paint-timing/resources/worker.html: Added.
2020-04-28 Philippe Normand <pnormand@igalia.com>
REGRESSION(r260822): Broke media/track/track-in-band-metadata-display-order.html on Mac
https://bugs.webkit.org/show_bug.cgi?id=211133
Reviewed by Eric Carlson.
* media/track/track-in-band-metadata-display-order.html: Ensure the caption
display mode is set to forced-only, this is a requirement for the
test.
2020-04-28 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in EditCommand::EditCommand via CompositeEditCommand::removeNode
https://bugs.webkit.org/show_bug.cgi?id=207600
<rdar://problem/56969450>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/insert-list-then-edit-command-crash-expected.txt: Added.
* editing/inserting/insert-list-then-edit-command-crash.html: Added.
Modify the test result. FrameSelection is being destructed along with
document so an additional selection change notification is expected.
* platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt:
2020-04-28 Alejandro G. Castro <alex@igalia.com>
[GTK][WebGL] compositing/clipping/border-radius-on-webgl.html is failing since added
https://bugs.webkit.org/show_bug.cgi?id=211121
Also removed fast/mediastream/getDisplayMedia-max-constraints.html
from TestExpectations, it was removed from the repository in r260638.
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-04-28 Antti Koivisto <antti@apple.com>
msn.com: Header flickers when scrolling articles
https://bugs.webkit.org/show_bug.cgi?id=211126
<rdar://problem/56439177>
Reviewed by Simon Fraser.
* compositing/fixed-with-clip-stability-expected.txt: Added.
* compositing/fixed-with-clip-stability.html: Added.
2020-04-28 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk2 ] tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207165
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-04-28 Philippe Normand <pnormand@igalia.com>
media/track/track-load-error-readyState.html passes only when accompanied by some other tests
https://bugs.webkit.org/show_bug.cgi?id=210976
Reviewed by Xabier Rodriguez-Calvar.
* media/track/track-load-error-readyState-expected.txt:
* media/track/track-load-error-readyState.html: Ensure the caption
display mode is set to automatic, this is a requirement for the
test.
* media/track/track-mode-not-changed-by-new-track-expected.txt:
* media/track/track-mode-not-changed-by-new-track.html: Ditto.
2020-04-28 Per Arne Vollan <pvollan@apple.com>
[iOS] Fix sandbox violation when uploading a file
https://bugs.webkit.org/show_bug.cgi?id=210937
Reviewed by Darin Adler.
* fast/forms/file/open-file-panel-crash-expected.txt: Added.
* fast/forms/file/open-file-panel-crash.html: Added.
* platform/win/TestExpectations:
2020-04-28 Youenn Fablet <youenn@apple.com>
RTCPeerConnection should not remove its created remote MediaStream objects until getting close
https://bugs.webkit.org/show_bug.cgi?id=211070
Reviewed by Alex Christensen.
* webrtc/direction-change-expected.txt: Added.
* webrtc/direction-change.html: Added.
* webrtc/routines.js:
* webrtc/video-setDirection-expected.txt:
* webrtc/video-setDirection.html:
2020-04-27 Simon Fraser <simon.fraser@apple.com>
Do correct clipping of composited replaced elements with border-radius
https://bugs.webkit.org/show_bug.cgi?id=211114
Reviewed by Zalan Bujtas.
This test clips out everything but the rounded padding area. None of the red
canvas should show.
* compositing/clipping/border-radius-on-webgl-expected.html: Added.
* compositing/clipping/border-radius-on-webgl.html: Added.
2020-04-27 Devin Rousso <drousso@apple.com>
Web Inspector: Storage: can see third-party cookies
https://bugs.webkit.org/show_bug.cgi?id=211092
<rdar://problem/62469078>
Reviewed by Chris Dumez.
* http/tests/inspector/page/get-cookies.html:
* http/tests/inspector/page/get-cookies-expected.txt:
* http/tests/inspector/page/resources/set-cookie.php:
2020-04-27 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening timing out host invalid values test
Unreviewed test gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-27 Said Abou-Hallawa <sabouhallawa@apple.com>
Timestamps should be the same for all rendering update steps
https://bugs.webkit.org/show_bug.cgi?id=207153
Reviewed by Simon Fraser.
* animations/animation-callback-timestamp-expected.txt:
* animations/animation-callback-timestamp.html:
Ensure the rAF callback timestamp is less than Performance.now().
* animations/animation-multiple-callbacks-timestamp-expected.txt:
* animations/animation-multiple-callbacks-timestamp.html:
Ensure the rAF callbacks receive the same timestamps.
* intersection-observer/intersection-observer-callback-timestamp-expected.txt: Added.
* intersection-observer/intersection-observer-callback-timestamp.html: Added.
A new test to ensure the IntersectionObsever and the rAF callbacks receive the same timestamps.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-04-27 Ryan Haddad <ryanhaddad@apple.com>
[ macOS/iOS wk2 Debug ] webrtc/datachannel/multiple-connections.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=209878
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark the test as slow for iOS, too.
2020-04-27 Simon Fraser <simon.fraser@apple.com>
fast/events/wheel-event-outside-body.html sometimes fails
https://bugs.webkit.org/show_bug.cgi?id=211098
Reviewed by Tim Horton.
Remove the 100ms watchdog timer. We'll just let the test time out if it fails.
* fast/events/wheel-event-outside-body.html:
2020-04-27 Antoine Quint <graouts@apple.com>
[ iOS ] REGRESSION: animations/change-keyframes-name.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211079
<rdar://problem/61486093>
Reviewed by Simon Fraser.
Rewrite this test to use the new AnimationTest helper that will non-flakily check animated values while an animation is running.
* animations/change-keyframes-name-expected.txt:
* animations/change-keyframes-name.html:
* animations/resources/animation-test.js:
(AnimationTest.prototype.async recordValueAfterRunningFor):
2020-04-27 Dean Jackson <dino@apple.com>
Temporarily skip GL_DEPTH_COMPONENT32_OES requirement for depth textures on iOS
https://bugs.webkit.org/show_bug.cgi?id=211055
<rdar://problem/62410499>
Reviewed by Darin Adler.
Unskip the fast/canvas/webgl/webgl-depth-texture.html now that
the extension is "supported". It has failing results.
* platform/ios/TestExpectations:
* platform/ios/fast/canvas/webgl/webgl-depth-texture-expected.txt: new results.
* platform/ios/webgl/1.0.3/conformance/extensions/webgl-depth-texture-expected.txt: new results.
2020-04-27 Jason Lawrence <lawrence.j@apple.com>
storage/indexeddb/value-cursor-cycle.html is flaky failing because it incorrectly thinks our JS GC is precise.
https://bugs.webkit.org/show_bug.cgi?id=210046
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-04-27 Alicia Boya García <aboya@igalia.com>
[GStreamer] Rework WebKitWebSrc threading
https://bugs.webkit.org/show_bug.cgi?id=209811
Reviewed by Xabier Rodriguez-Calvar.
A test improved its status in TestExpectations from the changes made
in this patch.
* platform/gtk/TestExpectations:
2020-04-26 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening, skipping more inspector tests.
Some inspector tests (like from bug149916) had more specific
expectations than the gtk-global Skip from bug211035 and ended up
being executed. These expectations were not marked as timeout (only
Slow), and this caused the Debug bot to reach the test timeout limit.
As there is already at least three patches involved in this issue,
mark these expectations as Release only, allowing the Debug build to
use the generic expectation from bug2011035.
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-04-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, temporarily skip WebInspector tests after r210942 and r260696
https://bugs.webkit.org/show_bug.cgi?id=211035
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-25 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add vertical-align: baseline support
https://bugs.webkit.org/show_bug.cgi?id=211024
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-basic-row-vertical-align-baseline-expected.txt: Added.
* fast/layoutformattingcontext/table-basic-row-vertical-align-baseline.html: Added.
2020-04-25 Antoine Quint <graouts@apple.com>
[Web Animations] KeyframeEffect should ensure its target remains alive
https://bugs.webkit.org/show_bug.cgi?id=211019
Reviewed by Daniel Bates.
Add a test that creates a KeyframeEffect targeting an element with no other reference and trigger
garbage collection to check that the effect's target exists. This test would have failed prior to
this patch's code changes.
* webanimations/keyframe-effect-target-kept-alive-expected.txt: Added.
* webanimations/keyframe-effect-target-kept-alive.html: Added.
2020-04-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, emit baselines after r260690
https://bugs.webkit.org/show_bug.cgi?id=211022
Unreviewed gardening.
* platform/gtk/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt:
Added after r260690.
* platform/gtk/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt:
Added after r260690.
* platform/gtk/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt:
Added after r260662.
2020-04-25 Antoine Quint <graouts@apple.com>
Skip legacy media controls tests on macOS and iOS
https://bugs.webkit.org/show_bug.cgi?id=211015
<rdar://problem/62064255>
Unreviewed test gardening.
* platform/ios/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/wk2/TestExpectations:
2020-04-24 Mark Lam <mark.lam@apple.com>
Suppress ASan on DFG::clobberize() to work around an ASan bug.
https://bugs.webkit.org/show_bug.cgi?id=211012
<rdar://problem/62275430>
Reviewed by Yusuke Suzuki.
Test is courtesy of Fabien Duchene and Pinki Gyanchandani.
* js/suppress-asan-on-clobberize-to-workaround-asan-bug-expected.txt: Added.
* js/suppress-asan-on-clobberize-to-workaround-asan-bug.html: Added.
2020-04-24 Kate Cheney <katherine_cheney@apple.com>
Removing website data for a domain should delete corresponding ITP entry
https://bugs.webkit.org/show_bug.cgi?id=210864
<rdar://problem/59473193>
Reviewed by John Wilander.
Inserts values into the ITP database then tests removing the domain's
website data will remove all instances of that domain in the ITP
database.
Database store expectations will reflect the result of the new
domainIDExistsInDatabase function. Memory store tests will use the
dump output which should not include the deleted information.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-database.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries-database.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html: Added.
2020-04-24 Antoine Quint <graouts@apple.com>
Update the css/css-animations WPT tests
https://bugs.webkit.org/show_bug.cgi?id=210964
Reviewed by Dean Jackson.
* TestExpectations:
* platform/ios/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Added.
2020-04-24 Jacob Uphoff <jacob_uphoff@apple.com>
[ Mac wk2 ] http/tests/IndexedDB/storage-limit.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209189
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-04-24 Tomoki Imai <Tomoki.Imai@sony.com>
[OpenSSL] Implement WebCrypto APIs for HMAC
https://bugs.webkit.org/show_bug.cgi?id=210902
Reviewed by Don Olmstead.
Enabled WebCrypto LayoutTests for HMAC along with the implementation.
* platform/wincairo/TestExpectations:
2020-04-24 Jacob Uphoff <jacob_uphoff@apple.com>
[ Mac wk2 ] tiled-drawing/simple-document-with-margin-tiles.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207518
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-04-24 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take first in-flow table-row baseline into account when computing cell baseline
https://bugs.webkit.org/show_bug.cgi?id=210972
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table-expected.txt: Added.
* fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table.html: Added.
2020-04-24 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, mark fast/css/resize-corner-tracking.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=210969
Unreviewed gardening.
Apparently the test is only failing in GTK and WPE test bots.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-24 Youenn Fablet <youenn@apple.com>
getDisplayMedia is not respecting aspect ratio with max constraints
https://bugs.webkit.org/show_bug.cgi?id=210858
<rdar://problem/61405434>
Unreviewed.
Remove these tests as it is redundant with getDisplayMedia-max-constraints 1 2 and 3.
* fast/mediastream/getDisplayMedia-max-constraints-expected.txt: Removed.
* fast/mediastream/getDisplayMedia-max-constraints.html: Removed.
2020-04-24 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, expected to fail but passing
https://bugs.webkit.org/show_bug.cgi?id=210960
Unreviewed gardening.
* platform/wpe/TestExpectations:
2020-04-24 Rob Buis <rbuis@igalia.com>
Import fetch/stale-while-revalidate/fetch.html
https://bugs.webkit.org/show_bug.cgi?id=210905
Reviewed by Youenn Fablet.
This test should not be flaky anymore.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-04-23 Lauro Moura <lmoura@igalia.com>
Use shouldRejectWithErrorName after r260579.
The mentioned revision made shouldRejectWithErrorName (and
shouldReject) actually omit the error name when it was not requested.
So now to catch the desired error we must actually request it
instead of just relying on the expectation file messages.
Unreviewed test gardening.
* crypto/subtle/ecdh-import-pkcs8-key-p256-validate-ecprivatekey-parameters-publickey.html:
* crypto/subtle/ecdh-import-pkcs8-key-p384-validate-ecprivatekey-parameters-publickey.html:
* crypto/subtle/ecdsa-import-pkcs8-key-p256-validate-ecprivatekey-parameters-publickey.html:
* crypto/subtle/ecdsa-import-pkcs8-key-p384-validate-ecprivatekey-parameters-publickey.html:
2020-04-23 Simon Fraser <simon.fraser@apple.com>
EventHandler::selectCursor() has broken resize over coordinate conversion code
https://bugs.webkit.org/show_bug.cgi?id=210778
Reviewed by Zalan Bujtas.
* TestExpectations:
* fast/events/cursors/mouse-cursor-over-resizer-expected.txt: Added.
* fast/events/cursors/mouse-cursor-over-resizer.html: Added.
* fast/events/mouse-cursor-change.html:
* platform/mac-wk2/TestExpectations:
* resources/ui-helper.js:
(window.UIHelper.async moveMouseAndWaitForFrame):
2020-04-23 Devin Rousso <drousso@apple.com>
Web Insspector: Storage: cannot select multiple local storage entries
https://bugs.webkit.org/show_bug.cgi?id=210876
Reviewed by Brian Burg.
* inspector/tree-outline/selection-controller-tree-comparator.html: Added.
* inspector/tree-outline/selection-controller-tree-comparator-expected.txt: Added.
2020-04-23 Alex Christensen <achristensen@webkit.org>
Allow credentials for same-origin css mask images
https://bugs.webkit.org/show_bug.cgi?id=210895
<rdar://problem/60093888>
Reviewed by Brent Fulgham.
* http/tests/security/css-mask-image-credentials-expected.html: Added.
* http/tests/security/css-mask-image-credentials.html: Added.
* http/tests/security/resources/css-mask-image-credentials-2.html: Added.
* http/tests/security/resources/image-credential-check.php: Added.
2020-04-23 Kenneth Russell <kbr@chromium.org>
[WebGL2] Update texture packing code for software uploads from DOM
https://bugs.webkit.org/show_bug.cgi?id=209515
Reviewed by Dean Jackson.
Rebaseline WebGL 2.0 conformance tests affected by this patch.
Most updates are progressions; failures are largely caused by
sub-rectangle uploads not yet being implemented. The tests will
pass fully after the higher-level code is feature complete.
Skip the canvas_sub_rectangle tests, as their results will
continue to be wrong until the higher-level code is finished.
* TestExpectations:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-with-different-data-source-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
2020-04-23 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations after r260561
https://bugs.webkit.org/show_bug.cgi?id=210928
Unreviewed gardening.
Mark several new mediastream tests as Crash.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for basic baseline align inside a table row
https://bugs.webkit.org/show_bug.cgi?id=210918
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-basic-row-baseline-align-expected.txt: Added.
* fast/layoutformattingcontext/table-basic-row-baseline-align.html: Added.
2020-04-23 Chris Dumez <cdumez@apple.com>
http/tests/paymentrequest/page-cache-completed-payment-response.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207385
<rdar://problem/59260167>
Unreviewed, follow-up to r258373 to silence the error name when using shouldReject() and
actually fix the flakiness.
* http/tests/paymentrequest/page-cache-completed-payment-response.https-expected.txt:
* resources/js-test.js:
(shouldRejectWithErrorName):
2020-04-23 Antoine Quint <graouts@apple.com>
[ Mac iOS ] animations/animation-direction-normal.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210156
<rdar://problem/61411725>
Reviewed by Simon Fraser.
The tests animations/animation-direction-normal.html and animations/animation-direction-reverse.html were both written
similarly to test that an element targeted by a CSS Animation would have styles animated while the animation is running
and that those styles would no longer be animated once the CSS Animation was paused using the "animation-play-state"
CSS property.
The way those assertions were made were to use setTimeout() to check the computed style at a given time and compared it
to an expected value give or take an error margin. This design was flaky, as a system under load could easily not run the
timeout until a much larger delta than the one expected would elapse.
We use a new JS helper to write these tests in a non-flaky manner. The technique used now is to record the computed style
while the animation is running without providing expected times and values, but rather specifying delays between which we
want to record the computed style. Once all values have been recorded, a method can be used to check those recorded values
by using the Web Animations API to pause and seek the animation at recorded times and query the computed style, which allows
us to test values without an error margin.
Finally, the new JS helper also allows to check the computed style using a timeout when the animation play state is not relevant,
allowing those tests to pause the animation using the "animation-play-state" property and check after incremental timeouts
that the computed style did not change.
We also made the tests use the WPT harness for assertions and reporting.
* animations/animation-direction-normal-expected.txt:
* animations/animation-direction-normal.html:
* animations/animation-direction-reverse-expected.txt:
* animations/animation-direction-reverse.html:
* animations/resources/animation-test.js: Added.
(AnimationTest):
(AnimationTest.prototype.get animation):
(AnimationTest.prototype.get value):
(AnimationTest.prototype.async valueAfterWaitingFor):
(AnimationTest.prototype.async recordValueAfterRunningFor):
(AnimationTest.prototype.checkRecordedValues):
(AnimationTest.prototype._tickUntil):
* platform/ios-wk1/TestExpectations:
* platform/ios-wk2/TestExpectations:
2020-04-23 Chris Dumez <cdumez@apple.com>
[ Mac wk2 ] imported/w3c/web-platform-tests/notifications/event-onclose.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209483
<rdar://problem/60830377>
Reviewed by Geoff Garen.
Unskip test now that it is no longer flaky.
* platform/mac-wk2/TestExpectations:
2020-04-23 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update expectations after r259705
https://bugs.webkit.org/show_bug.cgi?id=210904
Unreviewed gardening.
* platform/wpe/TestExpectations:
2020-04-23 Youenn Fablet <youenn@apple.com>
getDisplayMedia is not respecting aspect ratio with max constraints
https://bugs.webkit.org/show_bug.cgi?id=210858
Reviewed by Eric Carlson.
* fast/mediastream/getDisplayMedia-max-constraints-expected.txt: Added.
* fast/mediastream/getDisplayMedia-max-constraints.html: Added.
* fast/mediastream/getDisplayMedia-max-constraints1-expected.txt: Added.
* fast/mediastream/getDisplayMedia-max-constraints1.html: Added.
* fast/mediastream/getDisplayMedia-max-constraints2-expected.txt: Added.
* fast/mediastream/getDisplayMedia-max-constraints2.html: Added.
* fast/mediastream/getDisplayMedia-max-constraints3-expected.txt: Added.
* fast/mediastream/getDisplayMedia-max-constraints3.html: Added.
* fast/mediastream/resources/getDisplayMedia-utils.js: Added.
(async callGetDisplayMedia):
(async waitForHeight):
(async waitForWidth):
* platform/ios/TestExpectations:
Skip new tests as getDisplayMedia is not supported on iOS.
2020-04-23 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update baselines and test expectations
https://bugs.webkit.org/show_bug.cgi?id=210900
Results of tests are better than the general expected results,
so new GTK baselines are emitted or updated.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt: Updated.
* platform/gtk/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Added.
* platform/wpe/TestExpectations: Remove failure passing since r259703.
2020-04-22 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r260535.
https://bugs.webkit.org/show_bug.cgi?id=210897
Causes crashes in WK1 (Requested by smfr on #webkit).
Reverted changeset:
"[ Mac wk2 ] imported/w3c/web-platform-tests/notifications
/event-onclose.html is flaky failing."
https://bugs.webkit.org/show_bug.cgi?id=209483
https://trac.webkit.org/changeset/260535
2020-04-22 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=210896
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-22 Chris Dumez <cdumez@apple.com>
[ Mac wk2 ] imported/w3c/web-platform-tests/notifications/event-onclose.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209483
<rdar://problem/60830377>
Reviewed by Geoffrey Garen.
Unskip test now that it is no longer flaky.
* platform/mac-wk2/TestExpectations:
2020-04-22 Myles C. Maxfield <mmaxfield@apple.com>
Update dom/events/Event-dispatch-redispatch.html from upstream WPT
https://bugs.webkit.org/show_bug.cgi?id=210842
<rdar://problem/61948094>
Reviewed by Jon Lee.
Pull in https://github.com/web-platform-tests/wpt/commit/e30e282ed7b1fb77f6d953fb05ef74a34985f472
to our local repo.
* platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
2020-04-22 Chris Dumez <cdumez@apple.com>
Unreviewed, skip imported/w3c/web-platform-tests/html/cross-origin-opener-policy since we do not support this feature.
It is not worth spending time investigating failures / flakiness in the folder until we actually
implement this feature.
* TestExpectations:
2020-04-22 Antti Koivisto <antti@apple.com>
REGRESSION (r249160): Deleting newline after pasting text ending in a newline results in a discontinuity
https://bugs.webkit.org/show_bug.cgi?id=210677
<rdar://problem/61954169>
Reviewed by Zalan Bujtas.
* fast/text/delete-line-break-in-pre-expected.html: Added.
* fast/text/delete-line-break-in-pre.html: Added.
2020-04-22 Chris Dumez <cdumez@apple.com>
Add layout test to validate the User-Agent HTTP header of XMLHttpRequest
https://bugs.webkit.org/show_bug.cgi?id=210863
Reviewed by Youenn Fablet.
* http/tests/xmlhttprequest/xhr-user-agent-expected.txt: Added.
* http/tests/xmlhttprequest/xhr-user-agent.html: Added.
2020-04-22 Antoine Quint <graouts@apple.com>
[Web Animations] Coordinate "update animations and send events" procedure across multiple timelines
https://bugs.webkit.org/show_bug.cgi?id=202109
<rdar://problem/59470821>
Reviewed by Dean Jackson.
Remove the flaky expectation for the improved test.
* TestExpectations:
2020-04-22 Antoine Quint <graouts@apple.com>
[ Mojave wk1 Release ] animations/transition-and-animation-1.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210051
<rdar://problem/61345177>
Unreviewed test gardening, forgot to rebaseline this test.
* animations/transition-and-animation-1-expected.txt:
2020-04-22 Devin Rousso <drousso@apple.com>
Web Inspector: Debugger: Step Over should only step through comma expressions if they are comma statements
https://bugs.webkit.org/show_bug.cgi?id=210588
Reviewed by Brian Burg.
* inspector/debugger/resources/log-pause-location.js:
(TestPage.registerInitializer.window.step):
* inspector/debugger/breakpoints/resources/dump-functions.js:
* inspector/debugger/breakpoints/resources/dump-general.js:
* inspector/debugger/breakpoints/resolved-dump-all-pause-locations-expected.txt:
* inspector/debugger/breakpoints/resolved-dump-each-line-expected.txt:
* inspector/debugger/stepping/stepInto.html:
* inspector/debugger/stepping/stepInto-expected.txt:
* inspector/debugger/stepping/stepNext.html:
* inspector/debugger/stepping/stepNext-expected.txt:
* inspector/debugger/stepping/stepOut.html:
* inspector/debugger/stepping/stepOut-expected.txt:
* inspector/debugger/stepping/stepOver.html:
* inspector/debugger/stepping/stepOver-expected.txt:
* inspector/debugger/stepping/stepping-control-flow.html:
* inspector/debugger/stepping/stepping-control-flow-expected.txt:
* inspector/debugger/stepping/stepping-loops.html:
* inspector/debugger/stepping/stepping-loops-expected.txt:
* inspector/formatting/resources/javascript-tests/arrow-functions.js:
* inspector/formatting/resources/javascript-tests/arrow-functions-expected.js:
* inspector/formatting/resources/javascript-tests/functions.js:
* inspector/formatting/resources/javascript-tests/functions-expected.js:
* inspector/formatting/resources/javascript-tests/try-catch-finally-statements.js:
* inspector/formatting/resources/javascript-tests/try-catch-finally-statements-expected.js:
2020-04-22 Antoine Quint <graouts@apple.com>
[ Mojave wk1 Release ] animations/transition-and-animation-1.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210051
<rdar://problem/61345177>
Reviewed by Simon Fraser.
The purpose of this test is to check that running an animation does not trigger a transition for the animated
property. The way this test was written is that it would use `setTimeout()` to set a timer at a time computed to
be 500ms after the completion of the animation. However, using a timer like this is flaky by design as the animation
could technically be still in flight if the system is under heavy load.
We rewrite this test to use an "animationend" event to determine the animation has really completed and then wait
another frame, using `requestAnimationFrame()` to check that the computed style is as expected.
* animations/transition-and-animation-1.html:
* resources/ui-helper.js:
(window.UIHelper.waitForEvent):
2020-04-22 Jason Lawrence <lawrence.j@apple.com>
[ iPadOS wk2 Release ] fast/css-custom-paint/constructor.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=208837
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-04-22 Enrique Ocaña González <eocanha@igalia.com>
[GStreamer][MSE] Youtube 'live stream'/H264 URLs fail to play, VP8/9 URLs play OK
https://bugs.webkit.org/show_bug.cgi?id=209119
Reviewed by Xabier Rodriguez-Calvar.
Unskipped media/media-source/media-source-seek-redundant-append.html,
which passes now.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-21 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Test IDLs and stubs
https://bugs.webkit.org/show_bug.cgi?id=209859
Reviewed by Dean Jackson and Youenn Fablet.
* platform/wpe/TestExpectations: Added bug number to the passing webxr test.
2020-04-22 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=210851
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/fast/repaint/focus-ring-repaint-expected.txt: Update
baseline after r260367.
2020-04-21 Lauro Moura <lmoura@igalia.com>
[GTK] http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=194629
Updating test expectation with correct console message after r260356
enabled resource load statistics for GTK/WPE.
Unreviewed test gardening.
* platform/gtk/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt:
2020-04-21 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Test gardening.
Unreviewed test gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-21 Cathie Chen <cathiechen@igalia.com>
REGRESSION (r254790): No longer get smooth scrolling on music.apple.com
https://bugs.webkit.org/show_bug.cgi?id=210634
Reviewed by Darin Adler.
"scrollBehavior" is not available in CSSStyleDeclaration if the flag is off.
It's available if the flag is on.
* fast/scrolling/scroll-behavior-invalidate-if-disabled-expected.txt: Added.
* fast/scrolling/scroll-behavior-invalidate-if-disabled.html: Added.
* fast/scrolling/scroll-behavior-validate-if-enabled-expected.txt: Added.
* fast/scrolling/scroll-behavior-validate-if-enabled.html: Added.
2020-04-21 Yusuke Suzuki <ysuzuki@apple.com>
Canonicalize JSBigInt generated by structured-cloning by calling rightTrim
https://bugs.webkit.org/show_bug.cgi?id=210816
Reviewed by Keith Miller and Darin Adler.
Add HeapZero BigInt test.
* fast/dom/Window/window-postmessage-clone-expected.txt:
* fast/dom/Window/window-postmessage-clone.html:
* js/dom/bigint-canonicalization-in-structured-cloning-expected.txt: Added.
* js/dom/bigint-canonicalization-in-structured-cloning.html: Added.
* js/dom/script-tests/bigint-canonicalization-in-structured-cloning.js: Added.
* platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
2020-04-21 Alexey Shvayka <shvaikalesh@gmail.com>
The visibilitychange event should bubble
https://bugs.webkit.org/show_bug.cgi?id=210829
Reviewed by Darin Adler.
* fast/events/page-visibility-transition-test-expected.txt:
* fast/events/page-visibility-transition-test.html:
2020-04-21 Simon Fraser <simon.fraser@apple.com>
Composited layers are misplaced inside RTL overflow scroller with visible scrollbar
https://bugs.webkit.org/show_bug.cgi?id=210820
Reviewed by Zalan Bujtas.
* compositing/scrolling/async-overflow-scrolling/position-inside-rtl-overflow-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/position-inside-rtl-overflow.html: Added.
* platform/ios-wk2/compositing/scrolling/async-overflow-scrolling/position-inside-rtl-overflow-expected.txt: Added.
2020-04-21 Darin Adler <darin@apple.com>
[Mac] Enable color well tests on modern WebKit
https://bugs.webkit.org/show_bug.cgi?id=210810
Reviewed by Alexey Proskuryakov.
When running tests I was informed of "unexpected passing" for the
test fast/css/pseudo-visited-background-color-on-input.html.
After doing some research, I found that we have tests of color well
that are still disabled on Mac even though we have implemented it
now, just not for legacy WebKit.
Looking at history I see these tests have been passing consistently
on bots. So changed their expectations to Pass, and also un-skipped
some other tests of the same feature that passed for me locally.
* platform/mac-highsierra-wk1/*: Removed.
* platform/mac-highsierra/*: Removed.
* platform/mac-wk1/TestExpectations: Moved expectations here for tests
that we should not run because we don't have color wells enabled.
* platform/mac-wk2/TestExpectations: Moved expectations here
for color well tests that still don't work in modern WebKit because we
need more support for dragging tests.
* platform/mac/TestExpectations: Moved the expections *from* here.
2020-04-21 Simon Fraser <simon.fraser@apple.com>
[Async overflow scroll] Overflow that's hidden on one axis is scrollable on that axis
https://bugs.webkit.org/show_bug.cgi?id=210771
<rdar://problem/62080331>
Reviewed by Tim Horton.
* fast/scrolling/mac/async-scroll-overflow-hidden-on-one-axis-expected.txt: Added.
* fast/scrolling/mac/async-scroll-overflow-hidden-on-one-axis.html: Added.
2020-04-20 Simon Fraser <simon.fraser@apple.com>
Horizontal overflow overlay scrollbar is misplaced in RTL
https://bugs.webkit.org/show_bug.cgi?id=210673
<rdar://problem/61950751>
Reviewed by Antti Koivisto.
* compositing/overflow/rtl-scrollbar-layer-positioning-expected.txt: Added.
* compositing/overflow/rtl-scrollbar-layer-positioning.html: Added.
* platform/ios-wk2/compositing/overflow/rtl-scrollbar-layer-positioning-expected.txt: Added.
* platform/mac-wk1/compositing/overflow/rtl-scrollbar-layer-positioning-expected.txt: Added.
2020-04-21 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, reverting r260432.
Broke WPE build
Reverted changeset:
"[WebXR] Test IDLs and stubs"
https://bugs.webkit.org/show_bug.cgi?id=209859
https://trac.webkit.org/changeset/260432
2020-04-21 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Test IDLs and stubs
https://bugs.webkit.org/show_bug.cgi?id=209859
Reviewed by Dean Jackson and Youenn Fablet.
* platform/wpe/TestExpectations: Added bug number to the passing webxr test.
2020-04-21 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Gardening of WPT tests for Intersection Observer v2 after r260388
Unreviewed.
* platform/gtk/TestExpectations: Due to the override for Pass/Fail in the folder above
its needed to repeat the Skip expectation here to avoid the Missing result.
2020-04-20 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r260356
https://bugs.webkit.org/show_bug.cgi?id=210786
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-20 Yusuke Suzuki <ysuzuki@apple.com>
Add more structure-cloning tests for BigInt
https://bugs.webkit.org/show_bug.cgi?id=210765
Reviewed by Mark Lam.
Add more tests for BigInt outside of WPT (they are already tested in WPT, but this adds more tests).
* fast/dom/Window/window-postmessage-clone-expected.txt:
* fast/dom/Window/window-postmessage-clone.html:
* platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
2020-04-20 Simon Fraser <simon.fraser@apple.com>
Scrolling with background-attachment: fixed needs to trigger repaints
https://bugs.webkit.org/show_bug.cgi?id=193893
<rdar://problem/47587017>
Reviewed by Dean Jackson.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-repaint-expected.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-repaint.html: Added.
2020-04-20 Megan Gardner <megan_gardner@apple.com>
Date and Time form controls not showing correct initial values on immediate second invocation.
https://bugs.webkit.org/show_bug.cgi?id=210613
Reviewed by Wenson Hsieh.
* fast/forms/ios/time-picker-value-change-expected.txt: Added.
* fast/forms/ios/time-picker-value-change.html: Added.
* resources/ui-helper.js:
(window.UIHelper.timerPickerValues):
2020-04-20 Carlos Alberto Lopez Perez <clopez@igalia.com>
Skip tests related with missing reftest-wait support for imported WPT tests.
Unreviewed gardening.
Also fix a few typos on the bug numbers for the expectations.
* TestExpectations:
* platform/gtk/TestExpectations:
2020-04-20 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations after r260322
https://bugs.webkit.org/show_bug.cgi?id=210761
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-20 Carlos Alberto Lopez Perez <clopez@igalia.com>
Clean and merge test expectations for WPT tests for Intersection Observer v2.
Unreviewed gardening.
Merge the expectations for the tests cross-origin-effects.sub.html
and cross-origin-occlusion.sub.html on the common TestExpectations file.
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-15 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Update WebXRSession and WebXRSystem interfaces
https://bugs.webkit.org/show_bug.cgi?id=210553
Reviewed by Žan Doberšek.
* platform/wpe/TestExpectations: Mark idlharness.https.window.html test as Passed.
2020-04-20 Chris Dumez <cdumez@apple.com>
Sending beacons when Fetch KeepAlive feature is disabled crashes the WebProcess
https://bugs.webkit.org/show_bug.cgi?id=210753
<rdar://problem/61896221>
Reviewed by Geoffrey Garen.
Add layout test coverage.
* http/wpt/beacon/beacon-legacy-code-path-expected.txt: Added.
* http/wpt/beacon/beacon-legacy-code-path.html: Added.
2020-04-20 Youenn Fablet <youenn@apple.com>
MediaPlayerPrivateMediaStreamAVFObjC should start play a newly added audio track if it is playing
https://bugs.webkit.org/show_bug.cgi?id=210740
Reviewed by Eric Carlson.
* fast/mediastream/play-newly-added-audio-track-expected.txt: Added.
* fast/mediastream/play-newly-added-audio-track.html: Added.
2020-04-20 Zalan Bujtas <zalan@apple.com>
fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=210754
Unreviewed test gardening.
Let's not use subframe layout in LFC tests for now.
* fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html:
2020-04-19 Simon Fraser <simon.fraser@apple.com>
Content disappears on CSS parallax example
https://bugs.webkit.org/show_bug.cgi?id=210732
Reviewed by Darin Adler.
* compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt: Added.
* compositing/tiling/coverage-adjustment-secondary-quad-mapping.html: Added.
* platform/ios-wk2/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt: Added.
* platform/mac-wk1/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt: Added.
2020-04-20 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for border-collapse: collapse.
https://bugs.webkit.org/show_bug.cgi?id=210747
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-flex-width-border-collapse.html: Added.
2020-04-20 Wenson Hsieh <wenson_hsieh@apple.com>
Oversized caret and selection rects in text fields on ganji.com and netflix.com/login
https://bugs.webkit.org/show_bug.cgi?id=210622
<rdar://problem/45945636>
Reviewed by Darin Adler.
Rebaseline existing tests, and add a new test to verify that caret and selection rects do not extend to match
the line height in empty and non-empty editable elements, in both horizontal and vertical writing modes.
* editing/selection/ios/absolute-selection-after-scroll-expected.txt:
* editing/selection/ios/absolute-selection-after-scroll.html:
* editing/selection/ios/change-selection-after-tapping-focused-element-expected.txt:
* editing/selection/ios/change-selection-after-tapping-focused-element.html:
* editing/selection/ios/fixed-selection-after-scroll-expected.txt:
* editing/selection/ios/fixed-selection-after-scroll.html:
* editing/selection/ios/selection-after-changing-text-with-callout-menu-expected.txt:
* editing/selection/ios/selection-after-changing-text-with-callout-menu.html:
* editing/selection/ios/selection-handles-after-touch-end-expected.txt:
* editing/selection/ios/update-selection-after-overflow-scroll-expected.txt:
* editing/selection/ios/update-selection-after-overflow-scroll.html:
* editing/selection/selection-and-caret-do-not-extend-to-line-height-expected.txt: Added.
* editing/selection/selection-and-caret-do-not-extend-to-line-height.html: Added.
* fast/repaint/focus-ring-repaint-expected.txt:
* platform/ios/editing/selection/ios/selection-handles-after-touch-end-expected.txt: Removed.
Delete this redundant test expectation.
2020-04-20 Youenn Fablet <youenn@apple.com>
Safari doesn't apply frameRate limit when request stream from Camera
https://bugs.webkit.org/show_bug.cgi?id=210186
<rdar://problem/61452794>
Reviewed by Eric Carlson.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing-expected.txt: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing.html: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing-expected.txt: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing.html: Added.
* fast/mediastream/mediastreamtrack-video-framerate-decreasing-expected.txt: added.
* fast/mediastream/mediastreamtrack-video-framerate-decreasing.html: added.
* fast/mediastream/mediastreamtrack-video-framerate-increasing-expected.txt: added.
* fast/mediastream/mediastreamtrack-video-framerate-increasing.html: added.
* webrtc/routines.js:
2020-04-20 Antoine Quint <graouts@apple.com>
WebAnimations API doesn't properly apply keyframe easings to transforms
https://bugs.webkit.org/show_bug.cgi?id=210526
<rdar://problem/61800424>
Reviewed by Antti Koivisto.
Add a new test that checks that an animation targeting an accelerted property does not yield an accelerated animation if one of its keyframes contains a steps timing function.
* webanimations/transform-animation-with-steps-timing-function-not-accelerated-expected.txt: Added.
* webanimations/transform-animation-with-steps-timing-function-not-accelerated.html: Added.
2020-04-20 Yusuke Suzuki <ysuzuki@apple.com>
StructuredClone algorithm should be aware of BigInt
https://bugs.webkit.org/show_bug.cgi?id=210728
Reviewed by Mark Lam.
* inspector/model/remote-object/number-expected.txt:
* inspector/model/remote-object/object-expected.txt:
2020-04-20 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WPE] Enable resource load statistics
https://bugs.webkit.org/show_bug.cgi?id=210184
Reviewed by Žan Doberšek.
Unskip tests that are now passing and add expectations for the two reminaing failures.
* http/tests/resourceLoadStatistics/loaded-registrable-domains-get-reported.html: Use setTimeout in onload
handler to avoid a deadlock due to sync injected bundle messages.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-19 Yusuke Suzuki <ysuzuki@apple.com>
Unreviewed, skip imported/w3c/web-platform-tests/IndexedDB/structured-clone
https://bugs.webkit.org/show_bug.cgi?id=210731#c4
Skipping this test based on the following rationales.
1. This test was previously *effectively* skipped because it is including BigInt syntax. This test immediately throws SyntaxError. So nothing in this test was executed before.
2. Now JSC supports BigInt syntax. Then, this test is now executed finally. And crash happens when deserializaing DOMMatrixReadOnly.
3. This is because DOMMatrixReadOnly requires JSDOMGlobalObject since DOMMatrixReadOnly is WebCore object, not JSC object.
4. However, IDBSerializationContext.cpp is using plain JSGlobalObject. This is not correct since it is JSC JSGlobalObject and it does not include DOMMatrix implementations.
5. So, nothing is related to BigInt here.
* TestExpectations:
2020-04-19 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add column spanning support for flexible table width
https://bugs.webkit.org/show_bug.cgi?id=210713
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-flex-width-colspans-expected.txt: Added.
* fast/layoutformattingcontext/table-flex-width-colspans.html: Added.
2020-04-19 Emilio Cobos Álvarez <emilio@crisal.io>
Don't use the inherited custom properties to store environment variables.
https://bugs.webkit.org/show_bug.cgi?id=210707
Reviewed by Antti Koivisto.
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
2020-04-19 Antti Koivisto <antti@apple.com>
[CSS selectors] :is() / :where() should not allow pseudo-elements at parse-time
https://bugs.webkit.org/show_bug.cgi?id=210701
Reviewed by Anders Carlsson.
Remove or update tests for pseudo elements inside :is()/:where().
Also add some :where() rountrip coverage.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/css/is-specificity-6-expected.html: Removed.
* fast/css/is-specificity-6.html: Removed.
* fast/css/matches-specificity-6-expected.html: Removed.
* fast/css/matches-specificity-6.html: Removed.
* fast/css/parsing-css-allowed-string-characters-expected.txt:
* fast/css/parsing-css-is-1-expected.txt:
* fast/css/parsing-css-is-1.html:
* fast/css/parsing-css-is-2-expected.txt:
* fast/css/parsing-css-is-2.html:
* fast/css/parsing-css-is-3-expected.txt:
* fast/css/parsing-css-is-3.html:
* fast/css/parsing-css-is-4-expected.txt:
* fast/css/parsing-css-is-4.html:
* fast/css/parsing-css-matches-1-expected.txt:
* fast/css/parsing-css-matches-1.html:
* fast/css/parsing-css-matches-2-expected.txt:
* fast/css/parsing-css-matches-2.html:
* fast/css/parsing-css-matches-3-expected.txt:
* fast/css/parsing-css-matches-3.html:
* fast/css/parsing-css-matches-4-expected.txt:
* fast/css/parsing-css-matches-4.html:
* fast/selectors/pseudo-element-in-is-where-expected.html: Added.
* fast/selectors/pseudo-element-in-is-where.html: Added.
* fast/selectors/pseudo-element-inside-is-expected.html: Removed.
* fast/selectors/pseudo-element-inside-is.html: Removed.
* fast/selectors/pseudo-element-inside-matches-expected.html: Removed.
* fast/selectors/pseudo-element-inside-matches.html: Removed.
* fast/selectors/querySelector-is-expected.txt:
* fast/selectors/querySelector-is.html:
* fast/selectors/querySelector-matches-expected.txt:
* fast/selectors/querySelector-matches.html:
2020-04-18 Daniel Bates <dabates@apple.com>
Add a test to ensure WebKit::mayContainEditableElementsInRect() returns true if the document element is editable
https://bugs.webkit.org/show_bug.cgi?id=210560
Reviewed by Simon Fraser.
If the document element is marked editable then all child elements are editable.
Add a test to ensure that WebKit::mayContainEditableElementsInRect() returns true
for such a page.
* editing/editable-region/hit-test-editable-document-element-expected.txt: Added.
* editing/editable-region/hit-test-editable-document-element.html: Added.
2020-04-18 Antti Koivisto <antti@apple.com>
[CSS selectors] Support :where() pseudo class
https://bugs.webkit.org/show_bug.cgi?id=210690
Reviewed by Sam Weinig.
* fast/selectors/where-specificity-expected.html: Added.
* fast/selectors/where-specificity.html: Added.
2020-04-17 Simon Fraser <simon.fraser@apple.com>
Group overflow controls layers into a single container layer
https://bugs.webkit.org/show_bug.cgi?id=210675
Reviewed by Zalan Bujtas.
Rebaselines.
* compositing/clipping/border-radius-async-overflow-clipping-layer-expected.txt:
* compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt:
* compositing/layer-creation/clipping-scope/nested-scroller-overlap-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-stacking-context-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/scroller-with-negative-z-children-expected.txt:
* compositing/layer-creation/clipping-scope/shared-layers-in-scroller-expected.txt:
* compositing/overflow/overflow-auto-with-touch-expected.txt:
* compositing/overflow/overflow-overlay-with-touch-expected.txt:
* compositing/overflow/overflow-scrollbar-layer-positions-expected.txt:
* compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
* compositing/overflow/stacking-context-composited-scroller-with-foreground-paint-phases-expected.txt:
* compositing/overflow/textarea-scroll-touch-expected.txt:
* compositing/repaint/scroller-with-foreground-layer-repaints-expected.txt:
* compositing/rtl/rtl-scrolling-with-transformed-descendants-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-clipped-by-scroll-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-nested-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-for-negative-z-in-scroller-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-hidden-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-visible-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-gain-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-in-clipped-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-lose-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/visibility-hidden-scrollers-expected.txt:
* compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt:
* compositing/shared-backing/overflow-scroll/absolute-in-stacking-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/composited-absolute-in-absolute-in-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/nested-absolute-with-clipping-in-stacking-overflow-expected.txt:
* compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-relative-clipping-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-div-in-overflow-scroll-expected.txt:
* compositing/shared-backing/overflow-scroll/scrolled-contents-has-painted-content-expected.txt:
* fast/scrolling/mac/event-region-scrolled-contents-layer-expected.txt:
* platform/mac-wk1/compositing/clipping/border-radius-async-overflow-clipping-layer-expected.txt:
* platform/mac/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-scrolled-down-tile-coverage-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-scrolled-up-tile-coverage-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-tile-coverage-expected.txt:
2020-04-17 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Password obscuring dots drawn with the system font are too small
https://bugs.webkit.org/show_bug.cgi?id=209692
Reviewed by Darin Adler.
Addressing post-review comments.
* platform/mac/TestExpectations:
2020-04-17 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r260245.
The tests added with this change are frequently failing on
macOS bots.
Reverted changeset:
"Safari doesn't apply frameRate limit when request stream from
Camera"
https://bugs.webkit.org/show_bug.cgi?id=210186
https://trac.webkit.org/changeset/260245
2020-04-16 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION (r259463): [ Mojave Debug ] http/tests/IndexedDB/collect-IDB-objects.https.html is flaky failing and timing out
https://bugs.webkit.org/show_bug.cgi?id=210219
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Test transitioned from timeout -> failure.
2020-04-17 Jason Lawrence <lawrence.j@apple.com>
REGRESSION ( r254044 ): [ Win ] css1/box_properties/padding_left.html is failing
https://bugs.webkit.org/show_bug.cgi?id=207480
Unreviewed test gardening.
Adjusted this test expectation and others in the Windows category with lint alerts.
* platform/win/TestExpectations:
2020-04-17 Jason Lawrence <lawrence.j@apple.com>
Layout Test fast/text/variations/ipc2.html is failing
https://bugs.webkit.org/show_bug.cgi?id=189550
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-04-17 Jason Lawrence <lawrence.j@apple.com>
[ macOS ] inspector/runtime/getCollectionEntries.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207642
Unreviewed test gardening.
Removed duplicate expectations.
* platform/mac/TestExpectations:
2020-04-17 Jason Lawrence <lawrence.j@apple.com>
[Web Animations] Update WPT tests related to Web Animations and remove imported Mozilla tests
https://bugs.webkit.org/show_bug.cgi?id=203291
Unreviewed test gardening.
Removed duplicate test expectations.
* platform/ios/TestExpectations:
2020-04-17 Oriol Brufau <obrufau@igalia.com>
Revert "[css-grid] Exclude implicit grid tracks from the resolved value"
https://bugs.webkit.org/show_bug.cgi?id=210617
Reviewed by Manuel Rego Casasnovas.
Revert r254561 since it appears to be breaking site authoring tools
which were relying on the previous behaviour.
* fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt:
* fast/css-grid-layout/grid-auto-columns-rows-get-set.html:
* fast/css-grid-layout/grid-columns-rows-get-set.html:
* fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt:
* fast/css-grid-layout/grid-template-shorthand-get-set.html:
* fast/css-grid-layout/mark-as-infinitely-growable.html:
* fast/css-grid-layout/named-grid-lines-computed-style-implicit-tracks-expected.txt:
* fast/css-grid-layout/named-grid-lines-computed-style-implicit-tracks.html:
* fast/css-grid-layout/negative-growth-share-as-infinity-crash.html:
2020-04-17 Youenn Fablet <youenn@apple.com>
Safari doesn't apply frameRate limit when request stream from Camera
https://bugs.webkit.org/show_bug.cgi?id=210186
<rdar://problem/61452794>
Reviewed by Eric Carlson.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing-expected.txt: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing.html: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing-expected.txt: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing.html: Added.
* fast/mediastream/mediastreamtrack-video-framerate-decreasing-expected.txt: added.
* fast/mediastream/mediastreamtrack-video-framerate-decreasing.html: added.
* fast/mediastream/mediastreamtrack-video-framerate-increasing-expected.txt: added.
* fast/mediastream/mediastreamtrack-video-framerate-increasing.html: added.
* webrtc/routines.js:
2020-04-17 Alexey Shvayka <shvaikalesh@gmail.com>
MediaQueryList should extend EventTarget
https://bugs.webkit.org/show_bug.cgi?id=203288
Reviewed by Darin Adler.
* TestExpectations:
* fast/media/media-query-list-07-expected.txt:
* fast/media/media-query-list-07.html:
2020-04-17 Tomoki Imai <Tomoki.Imai@sony.com>
Fix an integer overflow in WebCrypto AES-CTR Mac implementation, which may detect a false loop
https://bugs.webkit.org/show_bug.cgi?id=210540
Reviewed by Jiewen Tan.
Added more AES-CTR tests for AesCtrParams.length larger than 32.
* crypto/subtle/aes-ctr-import-key-encrypt-expected.txt:
* crypto/subtle/aes-ctr-import-key-encrypt.html:
2020-04-16 Simon Fraser <simon.fraser@apple.com>
Scrolling-tree hit-testing is off by top content inset
https://bugs.webkit.org/show_bug.cgi?id=210629
<rdar://problem/61848883>
Reviewed by Tim Horton.
Test for scroller hit-testing with top content inset.
* fast/scrolling/mac/async-scroll-overflow-top-inset-expected.txt: Added.
* fast/scrolling/mac/async-scroll-overflow-top-inset.html: Added.
2020-04-16 Simon Fraser <simon.fraser@apple.com>
A slow-starting swipe always latches on the root node
https://bugs.webkit.org/show_bug.cgi?id=210618
Reviewed by Tim Horton.
* scrollingcoordinator/mac/latching/zero-delta-began-should-not-latch-expected.txt: Added.
* scrollingcoordinator/mac/latching/zero-delta-began-should-not-latch.html: Added.
2020-04-16 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: candidate.isCandidate() in WebCore::canonicalizeCandidate
https://bugs.webkit.org/show_bug.cgi?id=130844
<rdar://59535009>
Reviewed by Geoffrey Garen.
* editing/inserting/insert-in-br-expected.txt: Added.
* editing/inserting/insert-in-br.html: Added.
Added a regression test for the crash.
* editing/inserting/insert-list-in-table-cell-07-expected.txt:
Update node tree in expected text file due to behavior change in function
PositionIterator::isCandidate. The visual result remains the same.
2020-04-16 Chris Fleizach <cfleizach@apple.com>
AX: Need method for setting selected range from NSRange
https://bugs.webkit.org/show_bug.cgi?id=210593
Reviewed by Darin Adler.
* accessibility/ios-simulator/non-textcontrol-set-selection-expected.txt: Added.
* accessibility/ios-simulator/non-textcontrol-set-selection.html: Added.
2020-04-16 Zalan Bujtas <zalan@apple.com>
Crash in IndefiniteSizeStrategy::recomputeUsedFlexFractionIfNeeded when min-size can not be resolved
https://bugs.webkit.org/show_bug.cgi?id=210584
<rdar://problem/56685237>
Reviewed by Manuel Rego Casasnovas.
* fast/css-grid-layout/crash-when-min-height-cant-be-resolved-expected.txt: Added.
* fast/css-grid-layout/crash-when-min-height-cant-be-resolved.html: Added.
2020-04-16 Daniel Bates <dabates@apple.com>
Move -_requestTextInputContextsInRect to WKContentView to simplify implementation
https://bugs.webkit.org/show_bug.cgi?id=210398
<rdar://problem/61656931>
Reviewed by Darin Adler.
Update test and expected results now that UIScriptController.mayContainEditableElementsInRect()
expects the passed rect to be in content coordinates.
I replaced one sub-test of a rect pre-scroll with another that tests the location
of a rect that will have editable elements after scroll. The purpose of that sub-test
hasn't changed, but it now makes the sub-tests' rects symmetric for before and after
scroll. I also added debug() statements to demarcate the before scroll and after scroll
sub-tests in the results to make it easier to understand what this test file is testing.
* editing/editable-region/hit-test-fixed-expected.txt:
* editing/editable-region/hit-test-fixed.html:
2020-04-16 Simon Fraser <simon.fraser@apple.com>
[Async overflow scrolling] Slow-repaint overflow scroll have force their enclosing scrollers to be slow too
https://bugs.webkit.org/show_bug.cgi?id=210591
Reviewed by Antti Koivisto.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-non-cb-overflow-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-non-cb-overflow.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow2-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow2.html: Added.
2020-04-16 Antoine Quint <graouts@apple.com>
[ Mac wk2 Debug ] media/modern-media-controls/media-controller/media-controller-auto-hide.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=210349
<rdar://problem/61594098>
Reviewed by Eric Carlson.
This test had several things wrong about it. First, it manually created a MediaController in the test page and set a custom auto-hide delay on it.
However, it would test the proper behavior of the auto-hide behavior on the MediaController created by the media element, querying the state of
the media controls markup within that media element's shadow root. In that world, the auto-hide delay was the default delay, and not the custom
one set on the page-created MediaController.
The cause of the timeout was that the media clip used in this test is barely longer than the auto-hide delay, and it could happen that under slow
conditions, the media would end and the auto-hide timer would never have a chance to fire since it would be canceled due to auto-hide being disabled
when the media is not playing, such as when it ended.
We make this test saner and more realistic by not customizing the auto-hide delay, removing the page MediaController and simply setting "loop" on the
media element such that it never stops playing, givin the auto-hide timer additional time to fire with no risk of it being canceled by the media ending.
* media/modern-media-controls/media-controller/media-controller-auto-hide.html:
* platform/mac-wk2/TestExpectations:
2020-04-16 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, mark several animations test as failure
https://bugs.webkit.org/show_bug.cgi?id=210602
Unreviewed gardening.
For some reason these baselines are not making the tests pass in
the EWS GTK-WK2 bot, so I'm removing these GTK baselines added in
r260155 and mark the tests as failing instead.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/commitStyles-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/style-change-events-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/target-expected.txt: Removed.
2020-04-16 Eric Carlson <eric.carlson@apple.com>
[macOS] Update ScreenTime as playback state changes
https://bugs.webkit.org/show_bug.cgi?id=210518
<rdar://problem/61181092>
Reviewed by Jer Noble.
* media/media-usage-state-expected.txt: Added.
* media/media-usage-state.html: Added.
* platform/gtk/TestExpectations: Skip new test.
* platform/win/TestExpectations: Ditto.
* platform/wpe/TestExpectations: Ditto.
2020-04-15 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Password obscuring dots drawn with the system font are too small
https://bugs.webkit.org/show_bug.cgi?id=209692
<rdar://problem/60788385>
Reviewed by Darin Adler.
* fast/text/text-security-disc-bullet-pua-expected.html: Added.
* fast/text/text-security-disc-bullet-pua.html: Added.
* platform/ios/fast/text/text-security-disc-bullet-pua-ios-new-expected.html: Added.
* platform/ios/fast/text/text-security-disc-bullet-pua-ios-new.html: Added.
* platform/ios/fast/text/text-security-disc-bullet-pua-ios-old-expected.html: Added.
* platform/ios/fast/text/text-security-disc-bullet-pua-ios-old.html: Added.
* platform/mac/fast/text/text-security-disc-bullet-pua-mac-expected.html: Added.
* platform/mac/fast/text/text-security-disc-bullet-pua-mac.html: Added.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-04-15 Simon Fraser <simon.fraser@apple.com>
[Async overflow scroll] background-attachment:fixed needs to disable async overflow scrolling
https://bugs.webkit.org/show_bug.cgi?id=210581
Reviewed by Zalan Bujtas.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-dynamic-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-dynamic.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-on-overflow-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-on-overflow.html: Added.
2020-04-15 John Wilander <wilander@apple.com>
Add SPI to configure WebsiteDataStores with a URL for standalone web applications and use it to disable first-party website data removal in ITP
https://bugs.webkit.org/show_bug.cgi?id=209634
<rdar://problem/60943970>
Reviewed by Alex Christensen.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database.html: Added.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-expected.txt: Added.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion.html: Added.
2020-04-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, emit baselines after r260139
https://bugs.webkit.org/show_bug.cgi?id=210573
Unreviewed gardening.
* platform/gtk/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/commitStyles-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/style-change-events-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/target-expected.txt: Added.
2020-04-15 Jack Lee <shihchieh_lee@apple.com>
Infinite loop in InsertListCommand::doApply()
https://bugs.webkit.org/show_bug.cgi?id=210354
<rdar://problem/61427778>
Reviewed by Geoffrey Garen.
Update the regression test for this hang issue.
* editing/inserting/insert-list-end-of-table-expected.txt: Added.
* editing/inserting/insert-list-end-of-table.html: Added.
2020-04-15 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: !selectionToDelete.isNone() in TypingCommand::forwardDeleteKeyPressed
when deleting a UserSelect::None element.
https://bugs.webkit.org/show_bug.cgi?id=210530
<rdar://problem/58591480>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/deleting/forward-delete-UserSelect-None-element-expected.txt: Added.
* editing/deleting/forward-delete-UserSelect-None-element.html: Added.
2020-04-15 Wenson Hsieh <wenson_hsieh@apple.com>
[iPadOS] Some pages indefinitely zoom in and out due to idempotent text autosizing
https://bugs.webkit.org/show_bug.cgi?id=210551
<rdar://problem/56820674>
Reviewed by Tim Horton.
Add a layout test to verify that on a page with a single line of text, if idempotent text autosizing is enabled,
the text size is boosted by idempotent autosizing, but we don't end up getting into a state where the computed
font size flickers between multiple values.
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-reaches-stable-state-expected.txt: Added.
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-reaches-stable-state.html: Added.
2020-04-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210563
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-15 Truitt Savell <tsavell@apple.com>
Remove expectations for imported/blink/storage/indexeddb/blob-basics-metadata.html
https://bugs.webkit.org/show_bug.cgi?id=199117
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-04-15 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html is flaky timing out
https://bugs.webkit.org/show_bug.cgi?id=210351
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-04-15 Yusuke Suzuki <ysuzuki@apple.com>
import.meta.url: baseURL for a module script should be response URL, not request URL
https://bugs.webkit.org/show_bug.cgi?id=205294
Reviewed by Youenn Fablet.
AppleWin networking does not properly propagate fragment if redirect location clears it. This is a known issue[1].
[1]: See `http/tests/navigation/redirect-to-fragment2.html [ Failure ]` in platform/win/TestExpectations.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect-expected.txt: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect-with-fragment-expected.txt: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect-with-fragment.html: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect.html: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-with-fragment-expected.txt: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-with-fragment.html: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/resources/import-meta-url-expose.js: Added.
* http/wpt/resources/redirect.py: Added.
(main):
* http/wpt/service-workers/module-meta-url-fragment-worker.js: Added.
(async e):
* http/wpt/service-workers/module-meta-url-fragment.https-expected.txt: Added.
* http/wpt/service-workers/module-meta-url-fragment.https.html: Added.
* http/wpt/service-workers/resources/module-meta-url-fragment.html: Added.
* platform/win/http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect-with-fragment-expected.txt: Added.
2020-04-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210545
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210542
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-14 Simon Fraser <simon.fraser@apple.com>
[Async overflow scroll] Backgrounds missing on gmail sometimes
https://bugs.webkit.org/show_bug.cgi?id=210506
<rdar://problem/60523869>
Reviewed by Zalan Bujtas.
Test with a scroller inside a flexbox; programmatically scrolls the scroller to the bottom,
then mouseWheels up to reveal new tiles.
* TestExpectations:
* compositing/scrolling/async-overflow-scrolling/mac/overflow-in-flex-empty-tiles-expected.html: Added.
* compositing/scrolling/async-overflow-scrolling/mac/overflow-in-flex-empty-tiles.html: Added.
* platform/mac/TestExpectations: Test is macOS-only because it uses wheel events.
2020-04-14 Lauro Moura <lmoura@igalia.com>
[GTK] Garden media/media-source/media-source-seek-back flaky crashes
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-04-14 Devin Rousso <drousso@apple.com>
Web Inspector: Debugger: add a Step next that steps by expression
https://bugs.webkit.org/show_bug.cgi?id=210324
Reviewed by Timothy Hatcher.
* inspector/debugger/stepping/stepNext.html: Added.
* inspector/debugger/stepping/stepNext-expected.txt: Added.
* inspector/debugger/stepping/stepInto.html:
* inspector/debugger/stepping/stepInto-expected.txt:
* inspector/debugger/stepping/stepOut.html:
* inspector/debugger/stepping/stepOut-expected.txt:
* inspector/debugger/stepping/stepOver.html:
* inspector/debugger/stepping/stepOver-expected.txt:
Renamed functions for clarity and added additional test cases from other commands.
2020-04-14 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r260062
https://bugs.webkit.org/show_bug.cgi?id=210516
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-14 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Fix navigator-detached-no-crash expectations
Unreviewed test gardening.
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
Upload the correct expectation file.
* platform/wpe/TestExpectations: Removed failing expectation.
2020-04-14 James Craig <jcraig@apple.com>
AX: Smart Invert doesn't handle the picture elements on foxnews.com
<https://webkit.org/b/210472>
Reviewed by Chris Fleizach.
Filled out more variants in the test cases, and removed the unnecessary :not() selector.
* accessibility/smart-invert-expected.txt:
* accessibility/smart-invert-reference-expected.html:
* accessibility/smart-invert-reference.html:
* accessibility/smart-invert.html:
2020-04-14 Simon Fraser <simon.fraser@apple.com>
Scroll snap in subframes is often broken
https://bugs.webkit.org/show_bug.cgi?id=210503
Reviewed by Darin Adler.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-async-iframe-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-async-iframe.html: Added.
2020-04-14 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Layout test gardening
Unreviewed test gardening.
* platform/gtk/TestExpectations:
Removed deprecated expectation.
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
Updated expectations.
* platform/wpe/TestExpectations: Updated several EME expectations with
correct bug number. A number of passing tests are also marked as PASS.
* platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt:
Updated expectations.
2020-04-14 Simon Fraser <simon.fraser@apple.com>
[Async overflow scroll] Custom scrollbars on gmail don't show
https://bugs.webkit.org/show_bug.cgi?id=210438
<rdar://problem/61722541>
Reviewed by Tim Horton.
Layer tree dumps changed because of scrollbar and scroll corner layers.
* compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt:
* compositing/layer-creation/clipping-scope/nested-scroller-overlap-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-stacking-context-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/scroller-with-negative-z-children-expected.txt:
* compositing/layer-creation/clipping-scope/shared-layers-in-scroller-expected.txt:
* compositing/overflow/overflow-auto-with-touch-expected.txt:
* compositing/overflow/overflow-overlay-with-touch-expected.txt:
* compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
* compositing/overflow/stacking-context-composited-scroller-with-foreground-paint-phases-expected.txt:
* compositing/overflow/textarea-scroll-touch-expected.txt:
* compositing/repaint/scroller-with-foreground-layer-repaints-expected.txt:
* compositing/rtl/rtl-scrolling-with-transformed-descendants-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-clipped-by-scroll-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-nested-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-for-negative-z-in-scroller-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-hidden-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-visible-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-gain-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-in-clipped-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-lose-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/visibility-hidden-scrollers-expected.txt:
* compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt:
* compositing/shared-backing/overflow-scroll/absolute-in-stacking-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/composited-absolute-in-absolute-in-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/nested-absolute-with-clipping-in-stacking-overflow-expected.txt:
* compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-relative-clipping-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-div-in-overflow-scroll-expected.txt:
* compositing/shared-backing/overflow-scroll/scrolled-contents-has-painted-content-expected.txt:
* fast/scrolling/mac/event-region-scrolled-contents-layer-expected.txt:
* platform/mac/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
* scrollbars/async-overflow-custom-scrollbar-expected.html: Added.
* scrollbars/async-overflow-custom-scrollbar.html: Added.
* tiled-drawing/scrolling/overflow/overflow-scrolled-down-tile-coverage-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-scrolled-up-tile-coverage-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-tile-coverage-expected.txt:
2020-04-14 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, mark several MSE tests as flaky
https://bugs.webkit.org/show_bug.cgi?id=210499
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-14 Antti Koivisto <antti@apple.com>
[CSS Selectors] Selectors Level 4 specificity calculation for pseudo classes
https://bugs.webkit.org/show_bug.cgi?id=210419
Reviewed by Simon Fraser.
Update specificity tests for static behavior, trying to also keep them useful.
* fast/css/is-specificity-10-expected.html:
* fast/css/is-specificity-10.html:
* fast/css/is-specificity-2-expected.html:
* fast/css/is-specificity-2.html:
* fast/css/is-specificity-3-expected.html:
* fast/css/is-specificity-3.html:
* fast/css/is-specificity-4-expected.html:
* fast/css/is-specificity-4.html:
* fast/css/is-specificity-5.html:
* fast/css/matches-specificity-10-expected.html:
* fast/css/matches-specificity-10.html:
* fast/css/matches-specificity-2-expected.html:
* fast/css/matches-specificity-2.html:
* fast/css/matches-specificity-3-expected.html:
* fast/css/matches-specificity-3.html:
* fast/css/matches-specificity-4-expected.html:
* fast/css/matches-specificity-4.html:
* fast/css/matches-specificity-5.html:
* fast/css/nth-child-specificity-2-expected.html:
* fast/css/nth-child-specificity-2.html:
* fast/css/nth-child-specificity-3-expected.html:
* fast/css/nth-child-specificity-3.html:
* fast/css/nth-child-specificity-4-expected.html:
* fast/css/nth-child-specificity-4.html:
* fast/css/nth-last-child-specificity-2-expected.html:
* fast/css/nth-last-child-specificity-2.html:
* fast/css/nth-last-child-specificity-3-expected.html:
* fast/css/nth-last-child-specificity-3.html:
* fast/css/nth-last-child-specificity-4-expected.html:
* fast/css/nth-last-child-specificity-4.html:
2020-04-14 Nikolas Zimmermann <nzimmermann@igalia.com>
[Gtk] Update pixel tests baseline for all tests containing or referencing SVGs (except WPT)
https://bugs.webkit.org/show_bug.cgi?id=210282
Rubber-stamped by Žan Doberšek.
This extends the work from webkit.org/b/209136 to have a pixel test baseline
for all layout tests, even outside the svg/ directory, that contain or
reference SVGs.
This is mainly useful for developing webkit.org/b/90738, to ease
comparison of the SVG PoC branch with vanilla WebKit. In future we
should rather convert more and more tests to reftests instead of
relying on pixel tests - which SVG does for many features right now.
* platform/gtk/TestExpectations:
* platform/gtk/css3/blending/background-blend-mode-image-svg-expected.png: Added.
* platform/gtk/css3/blending/background-blend-mode-svg-color-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-color-burn-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png.
* platform/gtk/css3/blending/svg-blend-color-burn-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-color-dodge-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-color-dodge-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-darken-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-darken-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-difference-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-difference-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-exclusion-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png.
* platform/gtk/css3/blending/svg-blend-exclusion-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-hard-light-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-lighten-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-lighten-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-multiply-alpha-expected.png:
* platform/gtk/css3/blending/svg-blend-multiply-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-multiply-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-overlay-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-overlay-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-screen-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png.
* platform/gtk/css3/blending/svg-blend-screen-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-soft-light-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-soft-light-expected.txt: Added.
* platform/gtk/css3/filters/effect-reference-composite-expected.png:
* platform/gtk/css3/filters/effect-reference-composite-hw-expected.png:
* platform/gtk/css3/filters/effect-reference-external-expected.png: Added.
* platform/gtk/css3/filters/effect-reference-hw-expected.png:
* platform/gtk/css3/filters/effect-reference-ordering-expected.png:
* platform/gtk/css3/filters/effect-reference-ordering-hw-expected.png:
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-50-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-50-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-70-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-70-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-70-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-70-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-expected.txt: Added.
* platform/gtk/css3/shapes/spec-examples/support/rounded-triangle-expected.png: Added.
* platform/gtk/css3/shapes/spec-examples/support/rounded-triangle-expected.txt: Added.
* platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.png:
* platform/gtk/fast/backgrounds/size/contain-and-cover-expected.png:
* platform/gtk/fast/backgrounds/size/contain-and-cover-expected.txt: Added.
* platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
* platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
* platform/gtk/fast/harness/render-tree-as-text-options-expected.png: Added.
* platform/gtk/imported/w3c/canvas/2d.fillStyle.parse.svg-1-expected.png: Added.
* platform/gtk/imported/w3c/canvas/2d.fillStyle.parse.svg-2-expected.png: Added.
* platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
* platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
* platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
* platform/gtk/svg/as-background-image/svg-as-background-4-expected.png:
* platform/gtk/svg/as-background-image/svg-as-background-4-expected.txt: Added.
* platform/gtk/svg/custom/circular-marker-reference-2-expected.png:
* platform/gtk/svg/custom/circular-marker-reference-2-expected.txt: Added.
* platform/gtk/svg/custom/glyph-transformation-with-hkern-expected.txt:
* platform/gtk/svg/custom/non-circular-marker-reference-expected.png:
* platform/gtk/svg/custom/non-circular-marker-reference-expected.txt: Added.
* platform/gtk/svg/custom/text-clip-expected.png:
* platform/gtk/svg/filters/filter-hidden-content-expected.png:
* platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.png:
* platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.png:
* platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.png:
* platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
* platform/gtk/svg/text/select-x-list-4-expected.png:
* platform/gtk/svg/text/select-x-list-with-tspans-4-expected.png:
* platform/gtk/svg/text/selection-tripleclick-expected.png:
* platform/gtk/svg/text/text-align-01-b-expected.png:
* platform/gtk/svg/text/text-align-02-b-expected.png:
* platform/gtk/svg/text/text-align-03-b-expected.png:
* platform/gtk/svg/text/text-align-04-b-expected.png:
* platform/gtk/svg/text/text-align-05-b-expected.png:
* platform/gtk/svg/text/text-align-06-b-expected.png:
* platform/gtk/svg/text/text-deco-01-b-expected.png:
* platform/gtk/svg/text/text-fonts-01-t-expected.png:
* platform/gtk/svg/text/text-fonts-02-t-expected.png:
* platform/gtk/svg/text/text-intro-05-t-expected.png:
* platform/gtk/svg/text/text-path-01-b-expected.png:
* platform/gtk/svg/text/text-spacing-01-b-expected.png:
* platform/gtk/svg/text/text-text-01-b-expected.png:
* platform/gtk/svg/text/text-text-03-b-expected.png:
* platform/gtk/svg/text/text-text-05-t-expected.png:
* platform/gtk/svg/text/text-text-07-t-expected.png:
* platform/gtk/svg/text/text-text-08-b-expected.png:
* platform/gtk/svg/text/text-tref-01-b-expected.png:
* platform/gtk/svg/text/text-tselect-01-b-expected.png:
* platform/gtk/svg/text/text-tselect-02-f-expected.png:
* platform/gtk/svg/text/text-tspan-01-b-expected.png:
* platform/gtk/svg/text/text-ws-01-t-expected.png:
* platform/gtk/svg/text/text-ws-02-t-expected.png:
2020-04-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r260024.
https://bugs.webkit.org/show_bug.cgi?id=210480
Regressed performance due to loss of specificity caching
(Requested by anttik on #webkit).
Reverted changeset:
"[CSS Selectors] Selectors Level 4 specificity calculation for
pseudo classes"
https://bugs.webkit.org/show_bug.cgi?id=210419
https://trac.webkit.org/changeset/260024
2020-04-13 Simon Fraser <simon.fraser@apple.com>
[Async overflow] Get scroll-snap working with async overflow scrolling on macOS
https://bugs.webkit.org/show_bug.cgi?id=210471
<rdar://problem/61643199>
Reviewed by Wenson Hsieh.
Clone some overflow scroll-snap tests, and enable async scrolling for them.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow-stateless-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow-stateless.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow.html: Added.
2020-04-13 Zalan Bujtas <zalan@apple.com>
Do not cache definite height against perpendicular flex items.
https://bugs.webkit.org/show_bug.cgi?id=207603
<rdar://problem/59135373>
Reviewed by Simon Fraser.
* fast/flexbox/unresolved-height-percentage-crash-expected.txt: Added.
* fast/flexbox/unresolved-height-percentage-crash.html: Added.
2020-04-13 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations after r260016
https://bugs.webkit.org/show_bug.cgi?id=210466
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-13 Kate Cheney <katherine_cheney@apple.com>
http/tests/in-app-browser-privacy/app-bound-domain.html is a constant failure on iOS
https://bugs.webkit.org/show_bug.cgi?id=210344
<rdar://problem/61583925>
Reviewed by Brent Fulgham.
Update comment to match changes in TestOptions.
* http/tests/in-app-browser-privacy/app-bound-domain.html:
* http/tests/in-app-browser-privacy/switch-session-on-navigation-to-app-bound-domain.html:
2020-04-13 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] REGRESSION(r260024) inspector/css/selector-dynamic-specificity.html is constantly failing
https://bugs.webkit.org/show_bug.cgi?id=210450
Removing a test that is no longer supported.
Unreviewed test gardening.
* inspector/css/selector-dynamic-specificity-expected.txt: Removed.
* inspector/css/selector-dynamic-specificity.html: Removed.
* platform/mac/TestExpectations:
2020-04-13 Yusuke Suzuki <ysuzuki@apple.com>
module's default cross-origin value should be "anonymous"
https://bugs.webkit.org/show_bug.cgi?id=210326
Reviewed by Sam Weinig.
* http/tests/security/cookie-module-expected.txt: Added.
* http/tests/security/cookie-module-import-expected.txt: Added.
* http/tests/security/cookie-module-import-propagate-expected.txt: Added.
* http/tests/security/cookie-module-import-propagate.html: Added.
* http/tests/security/cookie-module-import.html: Added.
* http/tests/security/cookie-module-propagate-expected.txt: Added.
* http/tests/security/cookie-module-propagate.html: Added.
* http/tests/security/cookie-module.html: Added.
* http/tests/security/resources/cookie-protected-script.php: Added.
* http/tests/security/resources/module-nest-import.php: Added.
2020-04-13 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, WebRTC flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210444
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-13 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r260003.
https://bugs.webkit.org/show_bug.cgi?id=210441
Avoid using basic-authentication for tests (Requested by
yusukesuzuki on #webkit).
Reverted changeset:
"module's default cross-origin value should be "anonymous""
https://bugs.webkit.org/show_bug.cgi?id=210326
https://trac.webkit.org/changeset/260003
2020-04-13 Jason Lawrence <lawrence.j@apple.com>
[ macOS wk1 ] css2.1/20110323/replaced-intrinsic-ratio-001.htm is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207160
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-04-13 Antti Koivisto <antti@apple.com>
[CSS Selectors] Selectors Level 4 specificity calculation for pseudo classes
https://bugs.webkit.org/show_bug.cgi?id=210419
Reviewed by Simon Fraser.
Update specificity tests for static behavior, trying to also keep them useful.
* fast/css/is-specificity-10-expected.html:
* fast/css/is-specificity-10.html:
* fast/css/is-specificity-2-expected.html:
* fast/css/is-specificity-2.html:
* fast/css/is-specificity-3-expected.html:
* fast/css/is-specificity-3.html:
* fast/css/is-specificity-4-expected.html:
* fast/css/is-specificity-4.html:
* fast/css/is-specificity-5.html:
* fast/css/matches-specificity-10-expected.html:
* fast/css/matches-specificity-10.html:
* fast/css/matches-specificity-2-expected.html:
* fast/css/matches-specificity-2.html:
* fast/css/matches-specificity-3-expected.html:
* fast/css/matches-specificity-3.html:
* fast/css/matches-specificity-4-expected.html:
* fast/css/matches-specificity-4.html:
* fast/css/matches-specificity-5.html:
* fast/css/nth-child-specificity-2-expected.html:
* fast/css/nth-child-specificity-2.html:
* fast/css/nth-child-specificity-3-expected.html:
* fast/css/nth-child-specificity-3.html:
* fast/css/nth-child-specificity-4-expected.html:
* fast/css/nth-child-specificity-4.html:
* fast/css/nth-last-child-specificity-2-expected.html:
* fast/css/nth-last-child-specificity-2.html:
* fast/css/nth-last-child-specificity-3-expected.html:
* fast/css/nth-last-child-specificity-3.html:
* fast/css/nth-last-child-specificity-4-expected.html:
* fast/css/nth-last-child-specificity-4.html:
2020-04-13 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk2 ] WebKit::ViewGestureController::handleSwipeGesture(WebKit::WebBackForwardListItem*, double, WebKit::ViewGestureController::SwipeDirection) - flaky crashes.
https://bugs.webkit.org/show_bug.cgi?id=210433
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-04-13 Said Abou-Hallawa <sabouhallawa@apple.com>
When drawing an image srcRect and imageRect have to be in the orientation of destRect
https://bugs.webkit.org/show_bug.cgi?id=210364
Reviewed by Darin Adler.
* fast/images/image-orientation-none-canvas.html:
Make this test for images with "visibility: hidden;" only. This guarantees
the images have renderers. Images with "display: none;" will be covered
in another patch because the width and height is currently incorrect if
"image-orientation: none;".
2020-04-13 Youenn Fablet <youenn@apple.com>
Fix mute/unmute of CoreAudioCapture sources after revision 257914
https://bugs.webkit.org/show_bug.cgi?id=210381
Reviewed by Eric Carlson.
Clone tests for having both GPU and non GPU test runs.
* platform/ios/mediastream/audio-muted-in-background-tab-gpu-process-expected.txt: Added.
* platform/ios/mediastream/audio-muted-in-background-tab-gpu-process.html: Copied from LayoutTests/platform/ios/mediastream/audio-muted-in-background-tab.html.
* platform/ios/mediastream/audio-muted-in-background-tab.html:
* platform/ios/mediastream/getUserMedia-single-capture-gpu-process-expected.txt: Added.
* platform/ios/mediastream/getUserMedia-single-capture-gpu-process.html: Copied from LayoutTests/platform/ios/mediastream/getUserMedia-single-capture.html.
* platform/ios/mediastream/getUserMedia-single-capture.html:
2020-04-13 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Pre-fill columnIntrinsicWidths vector
https://bugs.webkit.org/show_bug.cgi?id=210415
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-with-column-spanner-first-row-expected.txt: Added.
* fast/layoutformattingcontext/table-with-column-spanner-first-row.html: Added.
2020-04-13 Yusuke Suzuki <ysuzuki@apple.com>
module's default cross-origin value should be "anonymous"
https://bugs.webkit.org/show_bug.cgi?id=210326
Reviewed by Sam Weinig.
* http/tests/security/basic-auth-module-expected.txt: Added.
* http/tests/security/basic-auth-module-import-expected.txt: Added.
* http/tests/security/basic-auth-module-import-propagate-expected.txt: Added.
* http/tests/security/basic-auth-module-import-propagate.html: Added.
* http/tests/security/basic-auth-module-import.html: Added.
* http/tests/security/basic-auth-module-propagate-expected.txt: Added.
* http/tests/security/basic-auth-module-propagate.html: Added.
* http/tests/security/basic-auth-module.html: Added.
* http/tests/security/resources/module-nest-import.php: Added.
* http/tests/security/resources/protected-script.php: Added.
* platform/mac-wk1/http/tests/security/basic-auth-module-expected.txt: Added.
* platform/mac-wk1/http/tests/security/basic-auth-module-import-expected.txt: Added.
* platform/mac-wk1/http/tests/security/basic-auth-module-import-propagate-expected.txt: Added.
* platform/mac-wk1/http/tests/security/basic-auth-module-propagate-expected.txt: Added.
* platform/win/http/tests/security/basic-auth-module-expected.txt: Added.
* platform/win/http/tests/security/basic-auth-module-import-expected.txt: Added.
* platform/win/http/tests/security/basic-auth-module-import-propagate-expected.txt: Added.
* platform/win/http/tests/security/basic-auth-module-propagate-expected.txt: Added.
2020-04-13 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, flaky failures in editing/pasteboard and editing/deleting
https://bugs.webkit.org/show_bug.cgi?id=210421
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-12 Lauro Moura <lmoura@igalia.com>
[WPE] Layout test gardening.
Some EME previous crashes are now failing.
Unreviewed test gardening.
* platform/wpe/TestExpectations:
2020-04-12 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add columnSpan test case (fixed width)
https://bugs.webkit.org/show_bug.cgi?id=210411
Unreviewed.
* fast/layoutformattingcontext/table-fixed-width-colspans.html: Added.
2020-04-12 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening some crashes and flakiness
Unreviewed gardening.
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-12 Chris Dumez <cdumez@apple.com>
fast/dom/timer-throttling-hidden-page.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210355
<rdar://problem/61462972>
Reviewed by Sam Weinig.
The test was changing the page's visiblity to 'hidden' using testRunner.setPageVisibility("hidden")
in the first timer call and then expecting that by the 5th timer iteration, the page would actually
be hidden for timer throtting to kick in. While this happen to work most of the time, this would
cause flakiness because testRunner.setPageVisibility("hidden") involves an async IPC to the
UIProcess and then an IPC back to the WebProcess to update the page's activity state.
To address the issue, we now listen for the 'visibilitychange' event and only start the test / timer
once document.hidden actually returns true.
* fast/dom/timer-throttling-hidden-page.html:
2020-04-11 Jack Lee <shihchieh_lee@apple.com>
Infinite loop in InsertListCommand::doApply()
https://bugs.webkit.org/show_bug.cgi?id=210354
<rdar://problem/61427778>
Reviewed by Darin Adler.
Added a regression test for the crash.
* editing/inserting/insert-list-end-of-table-expected.txt: Added.
* editing/inserting/insert-list-end-of-table.html: Added.
2020-04-11 Simon Fraser <simon.fraser@apple.com>
[Async overflow] Can't scroll overflow:scroll in sideways-scrollable RTL document
https://bugs.webkit.org/show_bug.cgi?id=210389
Reviewed by Tim Horton.
* fast/scrolling/mac/async-scroll-overflow-rtl-expected.txt: Added.
* fast/scrolling/mac/async-scroll-overflow-rtl-zoomed-expected.txt: Added.
* fast/scrolling/mac/async-scroll-overflow-rtl-zoomed.html: Added.
* fast/scrolling/mac/async-scroll-overflow-rtl.html: Added.
2020-04-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of encrypted-media tests
https://bugs.webkit.org/show_bug.cgi?id=210391
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of mediastream tests
https://bugs.webkit.org/show_bug.cgi?id=210386
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, mark some WebInspector tests as Slow
https://bugs.webkit.org/show_bug.cgi?id=210380
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210376
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-10 Simon Fraser <simon.fraser@apple.com>
[macOS] Fix scrollbar display for async-scrolling overflow
https://bugs.webkit.org/show_bug.cgi?id=194101
Reviewed by Tim Horton.
Mismatch ref test that tests that overlay scrollbars show up.
* fast/scrolling/mac/overflow-scrollbars-should-be-visible-expected-mismatch.html: Added.
* fast/scrolling/mac/overflow-scrollbars-should-be-visible.html: Added.
2020-04-10 Lauro Moura <lmoura@igalia.com>
[GTK] Flaky test gardening.
Unreviewed test gardening.
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
2020-04-10 Simon Fraser <simon.fraser@apple.com>
[Async overflow] Can't scroll vertically while over a horizontal scroller in this content
https://bugs.webkit.org/show_bug.cgi?id=210356
<rdar://problem/60523731>
Reviewed by Tim Horton.
* fast/scrolling/mac/absolute-in-overflow-scroll.html:
* fast/scrolling/mac/nested-overflow-proxy-node-expected.txt: Added.
* fast/scrolling/mac/nested-overflow-proxy-node.html: Added.
2020-04-10 Peng Liu <peng.liu6@apple.com>
REGRESSION: (r259850)[ Mac wk1 Debug ] media/track/track-user-stylesheet.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=210350
Reviewed by Daniel Bates.
Make the test reliable by replacing the timer-based approach with testExpectedEventually.
* media/track/track-user-stylesheet.html:
2020-04-10 Pinki Gyanchandani <pgyanchandani@apple.com>
Null ptr Deref in RadioButtonGroups::updateCheckedState
https://bugs.webkit.org/show_bug.cgi?id=210353
Reviewed by Chris Dumez.
Added a regression test.
* fast/forms/input-element-default-checked-setter-crash-expected.txt: Added.
* fast/forms/input-element-default-checked-setter-crash.html: Added.
2020-04-10 Chris Dumez <cdumez@apple.com>
REGRESSION (r258850) http/tests/frame-throttling/timer-throttle-in-cross-origin-subframe.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=210358
<rdar://problem/61266282>
Reviewed by Darin Adler.
r258850 ported window.postMessage() to the HTML event loop. Because event loops are per security origin,
the ordering of messages from the same-origin & cross-origin iframes is no longer guaranteed. This led
to flakiness due to message logging in the output but the test did not actually require a particular
ordering otherwise. To address the flakiness, this patch silences the logging of messages received.
* http/tests/frame-throttling/timer-throttle-in-cross-origin-subframe-expected.txt:
* http/tests/frame-throttling/timer-throttle-in-cross-origin-subframe.html:
2020-04-10 Devin Rousso <drousso@apple.com>
Changes to shared testing JS files should not cause test failures due to console message line numbers changing
https://bugs.webkit.org/show_bug.cgi?id=210303
Reviewed by Simon Fraser.
* animations/change-keyframes-expected.txt:
* compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt:
* compositing/iframes/page-cache-layer-tree-expected.txt:
* css3/filters/backdrop/backdrop-filter-with-clip-path-expected.txt:
* css3/parse-alignment-of-root-elements-expected.txt:
* dom/xhtml/level2/html/HTMLFrameElement09-expected.txt:
* editing/execCommand/indent-pre-expected.txt:
* editing/execCommand/outdent-blockquote-test1-expected.txt:
* editing/execCommand/outdent-blockquote-test2-expected.txt:
* editing/execCommand/outdent-blockquote-test3-expected.txt:
* editing/execCommand/outdent-blockquote-test4-expected.txt:
* editing/inserting/insert-br-quoted-007-expected.txt:
* editing/pasteboard/copy-paste-float-expected.txt:
* editing/pasteboard/datatransfer-idl-expected.txt:
* editing/pasteboard/datatransfer-items-copy-html-expected.txt:
* editing/pasteboard/onpaste-text-html-expected.txt:
* editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
* editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt:
* fast/animation/request-animation-frame-prefix-expected.txt:
* fast/canvas/canvas-context-save-limit-expected.txt:
* fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt:
* fast/canvas/canvas-toDataURL-crash-expected.txt:
* fast/canvas/canvas-too-large-to-draw-expected.txt:
* fast/canvas/check-stale-putImageData-expected.txt:
* fast/canvas/pattern-too-large-to-create-expected.txt:
* fast/canvas/webgl/bufferData-nullable-array-buffer-view-expected.txt:
* fast/canvas/webgl/largeBuffer-expected.txt:
* fast/canvas/webgl/lose-context-on-status-failure-expected.txt:
* fast/canvas/webgl/oes-texture-float-linear-expected.txt:
* fast/canvas/webgl/shader-compile-logging-expected.txt:
* fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies-expected.txt:
* fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt:
* fast/canvas/webgl/webgl-debug-renderer-info-expected.txt:
* fast/canvas/webgl/webgl-draw-buffers-expected.txt:
* fast/canvas/webgl/webgl2-buffer-targets-expected.txt:
* fast/canvas/webgl/webgl2-getActiveUniforms-expected.txt:
* fast/css/parse-border-image-repeat-null-crash-expected.txt:
* fast/custom-elements/exceptions-for-synchronous-custom-element-creation-expected.txt:
* fast/device-orientation/device-motion-request-permission-denied-expected.txt:
* fast/device-orientation/device-motion-request-permission-granted-expected.txt:
* fast/device-orientation/device-motion-request-permission-user-gesture-expected.txt:
* fast/device-orientation/device-orientation-request-permission-denied-expected.txt:
* fast/device-orientation/device-orientation-request-permission-granted-expected.txt:
* fast/device-orientation/device-orientation-request-permission-user-gesture-expected.txt:
* fast/dom/DOMURL/searchparams-expected.txt:
* fast/dom/Geolocation/callback-exception-expected.txt:
* fast/dom/Geolocation/notimer-after-unload-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke-expected.txt:
* fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
* fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
* fast/dom/MutationObserver/database-callback-delivery-expected.txt:
* fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
* fast/dom/Window/a-rel-noopener-expected.txt:
* fast/dom/Window/area-rel-noopener-expected.txt:
* fast/dom/Window/console-functions-expected.txt:
* fast/dom/Window/slow-unload-handler-expected.txt:
* fast/dom/Window/slow-unload-handler-only-frame-is-stopped-expected.txt:
* fast/dom/Window/window-custom-prototype-crash-expected.txt:
* fast/dom/Window/window-open-self-disallow-close-expected.txt:
* fast/dom/Window/window-resize-contents-expected.txt:
* fast/dom/add-document-child-and-reparent-old-child-during-document-child-replacement-expected.txt:
* fast/dom/add-document-child-during-document-child-replacement-expected.txt:
* fast/dom/attribute-event-listener-errors-expected.txt:
* fast/dom/error-to-string-stack-overflow-expected.txt:
* fast/dom/event-attrs-isolated-world-expected.txt:
* fast/dom/getSVGDocument-on-object-crash-expected.txt:
* fast/dom/insertedIntoDocument-iframe-expected.txt:
* fast/dom/javascript-url-exception-isolation-expected.txt:
* fast/dom/microtask-detach-expected.txt:
* fast/dom/microtask-inorder-expected.txt:
* fast/dom/microtask-reverse-expected.txt:
* fast/dom/nested-script-exceptions-expected.txt:
* fast/dom/no-assert-for-malformed-js-url-attribute-expected.txt:
* fast/dom/regress-131530-expected.txt:
* fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
* fast/dom/title-text-property-2-expected.txt:
* fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt:
* fast/encoding/meta-in-script-expected.txt:
* fast/encoding/utf-8-non-ascii-expected.txt:
* fast/events/attribute-listener-deletion-crash-expected.txt:
* fast/events/beforeunload-alert-expected.txt:
* fast/events/beforeunload-confirm-expected.txt:
* fast/events/beforeunload-prompt-expected.txt:
* fast/events/beforeunload-showModalDialog-expected.txt:
* fast/events/detached-svg-parent-window-events-expected.txt:
* fast/events/onbeforeunload-focused-iframe-expected.txt:
* fast/events/ondrop-text-html-expected.txt:
* fast/events/onerror-no-constructor-expected.txt:
* fast/events/onunload-clears-onbeforeunload-expected.txt:
* fast/events/onunload-expected.txt:
* fast/events/onunload-not-on-body-expected.txt:
* fast/events/onunload-window-property-expected.txt:
* fast/events/pagehide-alert-expected.txt:
* fast/events/pagehide-confirm-expected.txt:
* fast/events/pagehide-prompt-expected.txt:
* fast/events/pagehide-showModalDialog-expected.txt:
* fast/events/pagehide-timeout-expected.txt:
* fast/events/pagehide-xhr-open-expected.txt:
* fast/events/pageshow-pagehide-on-back-cached-expected.txt:
* fast/events/pageshow-pagehide-on-back-cached-with-frames-expected.txt:
* fast/events/pageshow-pagehide-on-back-uncached-expected.txt:
* fast/events/popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame-expected.txt:
* fast/events/popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame2-expected.txt:
* fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt:
* fast/events/remove-target-with-shadow-in-drag-expected.txt:
* fast/events/set-attribute-listener-window-onerror-crash-expected.txt:
* fast/events/suspend-timers-expected.txt:
* fast/events/unload-alert-expected.txt:
* fast/events/unload-confirm-expected.txt:
* fast/events/unload-prompt-expected.txt:
* fast/events/unload-showModalDialog-expected.txt:
* fast/events/window-onerror13-expected.txt:
* fast/events/window-onerror16-expected.txt:
* fast/events/window-onerror7-expected.txt:
* fast/files/file-reader-file-url-expected.txt:
* fast/files/file-reader-sandbox-iframe-expected.txt:
* fast/files/null-origin-string-expected.txt:
* fast/forms/interactive-validation-prevented-expected.txt:
* fast/forms/range/range-remove-on-drag-expected.txt:
* fast/forms/registerFormElement-crash-expected.txt:
* fast/forms/select-max-length-expected.txt:
* fast/forms/state-restore-broken-state-expected.txt:
* fast/forms/state-restore-skip-stateless-expected.txt:
* fast/frames/frame-focus-blurs-active-element-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-01-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-02-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-03-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-04-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-05-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt:
* fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
* fast/frames/sandboxed-iframe-close-top-noclose-expected.txt:
* fast/frames/sandboxed-iframe-forms-dynamic-expected.txt:
* fast/frames/sandboxed-iframe-forms-expected.txt:
* fast/frames/sandboxed-iframe-history-denied-expected.txt:
* fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt:
* fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
* fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt:
* fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
* fast/frames/sandboxed-iframe-storage-expected.txt:
* fast/frames/xss-auditor-handles-file-urls-expected.txt:
* fast/history/page-cache-webdatabase-no-transaction-db-expected.txt:
* fast/history/page-cache-webdatabase-pending-transaction-expected.txt:
* fast/history/timed-refresh-in-cached-frame-expected.txt:
* fast/html/details-summary-document-child-expected.txt:
* fast/html/link-element-removal-during-beforeload-expected.txt:
* fast/inspector-support/uncaught-dom1-exception-expected.txt:
* fast/inspector-support/uncaught-dom3-exception-expected.txt:
* fast/inspector-support/uncaught-dom8-exception-expected.txt:
* fast/loader/cache-encoding-expected.txt:
* fast/loader/frames-with-unload-handlers-in-page-cache-expected.txt:
* fast/loader/input-element-page-cache-crash-expected.txt:
* fast/loader/page-dismissal-modal-dialogs-expected.txt:
* fast/media/mq-resolution-dpi-dpcm-warning-expected.txt:
* fast/mediacapturefromelement/CanvasCaptureMediaStream-framerate-0-expected.txt:
* fast/mediacapturefromelement/CanvasCaptureMediaStream-webgl-events-expected.txt:
* fast/mediastream/captureStream/canvas3d-expected.txt:
* fast/parser/changing-attrbutes-crash-expected.txt:
* fast/parser/entity-end-script-tag-expected.txt:
* fast/parser/nested-fragment-parser-crash-expected.txt:
* fast/preloader/iframe-srcdoc-expected.txt:
* fast/scrolling/ios/overflow-div-scrolling-expected.txt:
* fast/scrolling/scroll-animator-basic-events-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-clicked-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt:
* fast/scrolling/scroll-animator-select-list-events-expected.txt:
* fast/storage/storage-detached-iframe-expected.txt:
* fast/text/font-face-set-remove-safely-expected.txt:
* fast/text/font-promises-gc-expected.txt:
* fast/text/text-combine-crash-expected.txt:
* fast/url/relative-expected.txt:
* fast/url/segments-from-data-url-expected.txt:
* fast/viewport/viewport-104-expected.txt:
* fast/viewport/viewport-105-expected.txt:
* fast/viewport/viewport-106-expected.txt:
* fast/viewport/viewport-107-expected.txt:
* fast/viewport/viewport-108-expected.txt:
* fast/viewport/viewport-109-expected.txt:
* fast/viewport/viewport-110-expected.txt:
* fast/viewport/viewport-111-expected.txt:
* fast/viewport/viewport-112-expected.txt:
* fast/viewport/viewport-113-expected.txt:
* fast/viewport/viewport-114-expected.txt:
* fast/viewport/viewport-118-expected.txt:
* fast/viewport/viewport-121-expected.txt:
* fast/viewport/viewport-122-expected.txt:
* fast/viewport/viewport-125-expected.txt:
* fast/viewport/viewport-126-expected.txt:
* fast/viewport/viewport-127-expected.txt:
* fast/viewport/viewport-129-expected.txt:
* fast/viewport/viewport-133-expected.txt:
* fast/viewport/viewport-134-expected.txt:
* fast/viewport/viewport-46-expected.txt:
* fast/viewport/viewport-52-expected.txt:
* fast/viewport/viewport-53-expected.txt:
* fast/viewport/viewport-54-expected.txt:
* fast/viewport/viewport-55-expected.txt:
* fast/viewport/viewport-65-expected.txt:
* fast/viewport/viewport-66-expected.txt:
* fast/viewport/viewport-67-expected.txt:
* fast/viewport/viewport-68-expected.txt:
* fast/viewport/viewport-69-expected.txt:
* fast/viewport/viewport-70-expected.txt:
* fast/viewport/viewport-71-expected.txt:
* fast/viewport/viewport-72-expected.txt:
* fast/viewport/viewport-73-expected.txt:
* fast/viewport/viewport-74-expected.txt:
* fast/viewport/viewport-75-expected.txt:
* fast/viewport/viewport-77-expected.txt:
* fast/viewport/viewport-78-expected.txt:
* fast/viewport/viewport-79-expected.txt:
* fast/viewport/viewport-82-expected.txt:
* fast/viewport/viewport-83-expected.txt:
* fast/viewport/viewport-84-expected.txt:
* fast/viewport/viewport-87-expected.txt:
* fast/viewport/viewport-88-expected.txt:
* fast/viewport/viewport-warnings-2-expected.txt:
* fast/viewport/viewport-warnings-3-expected.txt:
* fast/viewport/viewport-warnings-4-expected.txt:
* fast/viewport/viewport-warnings-5-expected.txt:
* fast/viewport/viewport-warnings-6-expected.txt:
* fast/viewport/viewport-warnings-7-expected.txt:
* fast/workers/worker-crash-with-invalid-location-expected.txt:
* fast/workers/worker-exception-during-navigation-expected.txt:
* fast/workers/worker-script-error-expected.txt:
* fast/workers/worker-terminate-forever-expected.txt:
* fast/xmlhttprequest/set-dangerous-headers-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-sync-xhr-failure-loop-during-unload-expected.txt:
* fast/xpath/nsresolver-bad-object-expected.txt:
* fast/xpath/nsresolver-exception-expected.txt:
* fast/xsl/transform-xhr-doc-expected.txt:
* fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt:
* fetch/fetch-error-messages-expected.txt:
* fetch/fetch-url-serialization-expected.txt:
* fullscreen/full-screen-enabled-expected.txt:
* fullscreen/full-screen-enabled-prefixed-expected.txt:
* fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent-expected.txt:
* fullscreen/requestFullscreen-escape-key-expected.txt:
* html5lib/generated/run-tests1-data-expected.txt:
* html5lib/generated/run-tests1-write-expected.txt:
* html5lib/generated/run-tests11-data-expected.txt:
* html5lib/generated/run-tests11-write-expected.txt:
* html5lib/generated/run-tests18-data-expected.txt:
* html5lib/generated/run-tests18-write-expected.txt:
* html5lib/generated/run-tests7-data-expected.txt:
* html5lib/generated/run-tests7-write-expected.txt:
* html5lib/generated/run-webkit01-data-expected.txt:
* html5lib/generated/run-webkit01-write-expected.txt:
* html5lib/webkit-resumer-expected.txt:
* http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt:
* http/tests/appcache/404-manifest-expected.txt:
* http/tests/appcache/404-resource-expected.txt:
* http/tests/appcache/abort-cache-onchecking-expected.txt:
* http/tests/appcache/abort-cache-onchecking-manifest-404-expected.txt:
* http/tests/appcache/abort-cache-onchecking-resource-404-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-manifest-404-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-resource-404-expected.txt:
* http/tests/appcache/abort-cache-onprogress-expected.txt:
* http/tests/appcache/access-via-redirect-expected.txt:
* http/tests/appcache/appcache-cookies-expected.txt:
* http/tests/appcache/auth-expected.txt:
* http/tests/appcache/crash-when-navigating-away-then-back-expected.txt:
* http/tests/appcache/credential-url-expected.txt:
* http/tests/appcache/cyrillic-uri-expected.txt:
* http/tests/appcache/decide-navigation-policy-after-delay-expected.txt:
* http/tests/appcache/deferred-events-expected.txt:
* http/tests/appcache/different-https-origin-resource-main-expected.txt:
* http/tests/appcache/different-origin-manifest-expected.txt:
* http/tests/appcache/different-scheme-expected.txt:
* http/tests/appcache/document-cookie-expected.txt:
* http/tests/appcache/document-cookie-http-only-expected.txt:
* http/tests/appcache/document-write-html-element-2-expected.txt:
* http/tests/appcache/empty-manifest-expected.txt:
* http/tests/appcache/fallback-expected.txt:
* http/tests/appcache/fallback-namespace-outside-manifest-path-expected.txt:
* http/tests/appcache/foreign-fallback-expected.txt:
* http/tests/appcache/foreign-iframe-main-expected.txt:
* http/tests/appcache/history-test-expected.txt:
* http/tests/appcache/idempotent-update-expected.txt:
* http/tests/appcache/identifier-test-expected.txt:
* http/tests/appcache/interrupted-update-expected.txt:
* http/tests/appcache/load-from-appcache-defer-resume-crash-expected.txt:
* http/tests/appcache/local-content-expected.txt:
* http/tests/appcache/main-resource-fallback-for-network-error-crash-expected.txt:
* http/tests/appcache/main-resource-hash-expected.txt:
* http/tests/appcache/main-resource-redirect-expected.txt:
* http/tests/appcache/main-resource-redirect-with-sw-expected.txt:
* http/tests/appcache/manifest-containing-itself-expected.txt:
* http/tests/appcache/manifest-parsing-expected.txt:
* http/tests/appcache/manifest-redirect-2-expected.txt:
* http/tests/appcache/manifest-redirect-expected.txt:
* http/tests/appcache/manifest-with-empty-file-expected.txt:
* http/tests/appcache/max-size-expected.txt:
* http/tests/appcache/multi-fallback-expected.txt:
* http/tests/appcache/navigating-away-while-cache-attempt-in-progress-expected.txt:
* http/tests/appcache/non-html-expected.txt:
* http/tests/appcache/offline-access-expected.txt:
* http/tests/appcache/online-fallback-layering-expected.txt:
* http/tests/appcache/online-whitelist-expected.txt:
* http/tests/appcache/origin-delete-expected.txt:
* http/tests/appcache/origin-quota-continued-download-expected.txt:
* http/tests/appcache/origin-quota-continued-download-multiple-manifests-expected.txt:
* http/tests/appcache/origin-quota-expected.txt:
* http/tests/appcache/origin-usage-expected.txt:
* http/tests/appcache/origins-with-appcache-expected.txt:
* http/tests/appcache/progress-counter-expected.txt:
* http/tests/appcache/reload-expected.txt:
* http/tests/appcache/resource-redirect-2-expected.txt:
* http/tests/appcache/resource-redirect-expected.txt:
* http/tests/appcache/simple-expected.txt:
* http/tests/appcache/simple-video-async-expected.txt:
* http/tests/appcache/simple-video-sync-expected.txt:
* http/tests/appcache/top-frame-1-expected.txt:
* http/tests/appcache/top-frame-2-expected.txt:
* http/tests/appcache/top-frame-3-expected.txt:
* http/tests/appcache/top-frame-4-expected.txt:
* http/tests/appcache/update-cache-expected.txt:
* http/tests/appcache/video-expected.txt:
* http/tests/appcache/whitelist-wildcard-expected.txt:
* http/tests/appcache/wrong-content-type-expected.txt:
* http/tests/appcache/wrong-signature-2-expected.txt:
* http/tests/appcache/wrong-signature-expected.txt:
* http/tests/appcache/x-frame-options-prevents-framing-expected.txt:
* http/tests/appcache/xhr-foreign-resource-expected.txt:
* http/tests/blink/sendbeacon/beacon-cross-origin.https-expected.txt:
* http/tests/cache/partitioned-cache-expected.txt:
* http/tests/cache/partitioned-cache-iframe-expected.txt:
* http/tests/cache/preload-cleared-after-parsing-canceled-by-js-expected.txt:
* http/tests/canvas/canvas-tainted-after-draw-image-expected.txt:
* http/tests/canvas/philip/tests/security.drawImage.canvas-expected.txt:
* http/tests/canvas/philip/tests/security.drawImage.image-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.canvas.fillStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.canvas.strokeStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.cross-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.image.fillStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt:
* http/tests/contentdispositionattachmentsandbox/at-import-stylesheets-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/cross-origin-frames-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/external-stylesheets-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/http-equiv-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/xml-stylesheet-processing-instructions-disabled-expected.txt:
* http/tests/contentextensions/async-xhr-onerror-expected.txt:
* http/tests/contentextensions/basic-filter-expected.txt:
* http/tests/contentextensions/block-csp-report-expected.txt:
* http/tests/contentextensions/block-everything-unless-domain-expected.txt:
* http/tests/contentextensions/block-everything-unless-domain-iframe-expected.txt:
* http/tests/contentextensions/block-image-load-in-onunload-expected.txt:
* http/tests/contentextensions/block-ping-expected.txt:
* http/tests/contentextensions/block-ping-resource-type-ping-expected.txt:
* http/tests/contentextensions/block-ping-resource-type-raw-expected.txt:
* http/tests/contentextensions/character-set-basic-support-expected.txt:
* http/tests/contentextensions/domain-rules-expected.txt:
* http/tests/contentextensions/filters-with-quantifiers-combined-expected.txt:
* http/tests/contentextensions/make-https-expected.txt:
* http/tests/contentextensions/media-filtered-expected.txt:
* http/tests/contentextensions/popups-expected.txt:
* http/tests/contentextensions/prefetch-blocked-expected.txt:
* http/tests/contentextensions/script-onerror-expected.txt:
* http/tests/contentextensions/service-worker.https-expected.txt:
* http/tests/contentextensions/sync-xhr-blocked-expected.txt:
* http/tests/contentextensions/sync-xhr-redirection-blocked-expected.txt:
* http/tests/contentextensions/text-track-blocked-expected.txt:
* http/tests/contentextensions/top-url-expected.txt:
* http/tests/contentextensions/video-element-resource-type-expected.txt:
* http/tests/contentfiltering/load-substitute-data-from-appcache-expected.txt:
* http/tests/css/shared-stylesheet-mutation-expected.txt:
* http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
* http/tests/dom/new-window-can-target-opener-expected.txt:
* http/tests/dom/noopener-window-cannot-target-opener-expected.txt:
* http/tests/dom/set-document-location-host-to-accepted-values-expected.txt:
* http/tests/dom/set-document-location-hostname-to-accepted-values-expected.txt:
* http/tests/dom/window-open-about-blank-and-access-document-expected.txt:
* http/tests/dom/window-open-about-uppercase-blank-and-access-document-expected.txt:
* http/tests/events/device-orientation-motion-non-secure-context-expected.txt:
* http/tests/events/device-orientation-motion-secure-context-expected.txt:
* http/tests/fetch/fetch-in-worker-crash-expected.txt:
* http/tests/fullscreen/fullscreen-feature-policy-expected.txt:
* http/tests/history/back-during-onload-triggered-by-back-expected.txt:
* http/tests/history/back-with-fragment-change-expected.txt:
* http/tests/history/cross-origin-replace-history-object-child-expected.txt:
* http/tests/history/cross-origin-replace-history-object-expected.txt:
* http/tests/inspector/dom/cross-domain-inspected-node-access-expected.txt:
* http/tests/inspector/network/contentextensions/blocked-websocket-crash-expected.txt:
* http/tests/inspector/network/fetch-network-data-expected.txt:
* http/tests/media/media-stream/disconnected-frame-already-expected.txt:
* http/tests/media/media-stream/enumerate-devices-iframe-allow-attribute-expected.txt:
* http/tests/misc/bubble-drag-events-expected.txt:
* http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
* http/tests/misc/iframe-invalid-source-crash-expected.txt:
* http/tests/misc/image-blocked-src-change-expected.txt:
* http/tests/misc/image-blocked-src-no-change-expected.txt:
* http/tests/misc/unloadable-script-expected.txt:
* http/tests/navigation/anchor-blank-target-implies-rel-noopener-expected.txt:
* http/tests/navigation/forward-to-fragment-fires-onload-expected.txt:
* http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt:
* http/tests/navigation/keyboard-events-during-provisional-subframe-navigation-expected.txt:
* http/tests/navigation/navigation-interrupted-by-fragment-expected.txt:
* http/tests/navigation/no-referrer-reset-expected.txt:
* http/tests/navigation/no-referrer-subframe-expected.txt:
* http/tests/navigation/no-referrer-target-blank-expected.txt:
* http/tests/navigation/page-cache-xhr-in-pagehide-expected.txt:
* http/tests/navigation/subframe-pagehide-handler-starts-load-expected.txt:
* http/tests/navigation/subframe-pagehide-handler-starts-load2-expected.txt:
* http/tests/navigation/target-blank-opener-expected.txt:
* http/tests/navigation/target-blank-opener-post-expected.txt:
* http/tests/performance/performance-resource-timing-cached-entries-expected.txt:
* http/tests/plugins/cross-frame-object-access-expected.txt:
* http/tests/plugins/plugin-document-has-focus-expected.txt:
* http/tests/pointer-lock/iframe-sandboxed-expected.txt:
* http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt:
* http/tests/preload/download_resources-expected.txt:
* http/tests/preload/dynamic_remove_preload_href-expected.txt:
* http/tests/preload/onerror_event-expected.txt:
* http/tests/preload/onload_event-expected.txt:
* http/tests/preload/preload-encoding-expected.txt:
* http/tests/preload/single_download_preload-expected.txt:
* http/tests/quicklook/at-import-stylesheet-blocked-expected.txt:
* http/tests/quicklook/base-url-blocked-expected.txt:
* http/tests/quicklook/cross-origin-iframe-blocked-expected.txt:
* http/tests/quicklook/csp-header-ignored-expected.txt:
* http/tests/quicklook/document-domain-is-empty-string-expected.txt:
* http/tests/quicklook/external-stylesheet-blocked-expected.txt:
* http/tests/quicklook/hide-referer-on-navigation-expected.txt:
* http/tests/quicklook/same-origin-xmlhttprequest-allowed-expected.txt:
* http/tests/quicklook/submit-form-blocked-expected.txt:
* http/tests/quicklook/top-navigation-blocked-expected.txt:
* http/tests/referrer-policy-img/no-referrer/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/origin-when-cross-origin/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/origin/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/same-origin/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/strict-origin-when-cross-origin/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/strict-origin/cross-origin-http.https-expected.txt:
* http/tests/resourceLoadStatistics/cookie-deletion-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ancestors-same-origin-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-in-body-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-parent-same-origin-allow-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-parent-same-origin-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* http/tests/security/allowed-base-url-data-url-via-setting-expected.txt:
* http/tests/security/anchor-download-block-crossorigin-expected.txt:
* http/tests/security/appcache-switching-private-browsing-expected.txt:
* http/tests/security/beforeload-iframe-client-redirect-expected.txt:
* http/tests/security/beforeload-iframe-server-redirect-expected.txt:
* http/tests/security/blob-null-url-location-origin-expected.txt:
* http/tests/security/block-top-level-navigations-by-third-party-iframes-expected.txt:
* http/tests/security/bypassing-cors-checks-for-extension-urls-expected.txt:
* http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt:
* http/tests/security/canvas-remote-read-redirect-to-remote-image-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-blocked-then-allowed-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-hls-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt:
* http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin-expected.txt:
* http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-in-same-origin-expected.txt:
* http/tests/security/clipboard/drag-drop-html-cross-origin-iframe-in-same-origin-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/import-scriptnonce-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-and-scripthash-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-basic-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-ignore-unsafeinline-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-in-enforced-policy-and-not-in-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-redirect-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-basic-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-ignore-unsafeinline-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-in-enforced-policy-and-not-in-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-tests-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-and-scripthash-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-basic-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-ignore-unsafeinline-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-in-enforced-policy-and-not-in-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylehash-svg-style-basic-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-basic-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-svg-style-basic-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-blocked-in-about-blank-iframe-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-blocked-in-external-script-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-blocked-in-subframe-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-css-in-iframe-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-inherited-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-xslt-document-in-iframe-with-inherited-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-xhr-asynchronous-in-iframe-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-xhr-asynchronous-in-main-frame-expected.txt:
* http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt:
* http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-in-external-script-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-in-subframe-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-event-handler-blocked-after-injecting-meta-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/javascript-url-blocked-by-default-src-star-expected.txt:
* http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/module-eval-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/module-eval-blocked-in-external-script-expected.txt:
* http/tests/security/contentSecurityPolicy/navigate-self-to-blob-expected.txt:
* http/tests/security/contentSecurityPolicy/navigate-self-to-data-url-expected.txt:
* http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt:
* http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
* http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-upgrade-insecure-expected.txt:
* http/tests/security/contentSecurityPolicy/report-status-code-zero-when-using-https-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-scheme-relative-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
* http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt:
* http/tests/security/contentSecurityPolicy/style-src-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/subframe-with-data-url-inheritance-expected.txt:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/basic-upgrade-cors.https-expected.txt:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/iframe-upgrade.https-expected.txt:
* http/tests/security/contentSecurityPolicy/window-open-javascript-url-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/window-open-javascript-url-with-target-blocked-expected.txt:
* http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt:
* http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt:
* http/tests/security/contentTypeOptions/nosniff-xml-external-entity-expected.txt:
* http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
* http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-custom-expected.txt:
* http/tests/security/cross-frame-access-frameelement-expected.txt:
* http/tests/security/cross-frame-access-get-expected.txt:
* http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt:
* http/tests/security/cross-frame-access-history-get-expected.txt:
* http/tests/security/cross-frame-access-history-get-override-expected.txt:
* http/tests/security/cross-frame-access-history-prototype-expected.txt:
* http/tests/security/cross-frame-access-location-get-expected.txt:
* http/tests/security/cross-frame-access-location-get-override-expected.txt:
* http/tests/security/cross-frame-access-name-getter-expected.txt:
* http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-port-expected.txt:
* http/tests/security/cross-frame-access-protocol-expected.txt:
* http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/cross-origin-appcache-allowed-expected.txt:
* http/tests/security/cross-origin-appcache-expected.txt:
* http/tests/security/cross-origin-cached-images-canvas-expected.txt:
* http/tests/security/cross-origin-iframe-contentDocument-expected.txt:
* http/tests/security/cross-origin-modal-dialog-base-expected.txt:
* http/tests/security/cross-origin-script-error-event-expected.txt:
* http/tests/security/cross-origin-script-error-event-redirected-expected.txt:
* http/tests/security/cross-origin-websql-allowed-expected.txt:
* http/tests/security/cross-origin-websql-expected.txt:
* http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
* http/tests/security/denied-base-url-data-url-expected.txt:
* http/tests/security/denied-base-url-javascript-url-expected.txt:
* http/tests/security/document-all-expected.txt:
* http/tests/security/drag-drop-local-file-expected.txt:
* http/tests/security/frameNavigation/not-opener-expected.txt:
* http/tests/security/frameNavigation/sandbox-DENIED-top-navigation-with-user-gesture-expected.txt:
* http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
* http/tests/security/insecure-geolocation-expected.txt:
* http/tests/security/isolatedWorld/image-load-should-not-bypass-main-world-csp-expected.txt:
* http/tests/security/isolatedWorld/onclick-attribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
* http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
* http/tests/security/local-CSS-from-remote-expected.txt:
* http/tests/security/local-JavaScript-from-remote-expected.txt:
* http/tests/security/local-iFrame-from-remote-expected.txt:
* http/tests/security/local-image-from-remote-expected.txt:
* http/tests/security/local-video-poster-from-remote-expected.txt:
* http/tests/security/mixedContent/import-insecure-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-basic-auth-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/insecure-basic-auth-image.https-expected.txt:
* http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-css-with-secure-cookies-expected.txt:
* http/tests/security/mixedContent/insecure-executable-css-with-secure-cookies-expected.txt:
* http/tests/security/mixedContent/insecure-form-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials-expected.txt:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-expected.txt:
* http/tests/security/mixedContent/insecure-image-with-securecookie-block-expected.txt:
* http/tests/security/mixedContent/insecure-image-with-securecookie-expected.txt:
* http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-script-with-secure-cookies-expected.txt:
* http/tests/security/mixedContent/insecure-stylesheet-redirects-to-basic-auth-secure-stylesheet-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-sync-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-image-secure-cookies-block-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-image-secure-cookies-expected.txt:
* http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt:
* http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame-expected.txt:
* http/tests/security/mixedcontent-geolocation-block-insecure-content-expected.txt:
* http/tests/security/mixedcontent-geolocation-expected.txt:
* http/tests/security/module-correct-mime-types-expected.txt:
* http/tests/security/module-crossorigin-error-event-information-expected.txt:
* http/tests/security/module-crossorigin-onerror-information-expected.txt:
* http/tests/security/module-no-mime-type-expected.txt:
* http/tests/security/no-javascript-refresh-static-expected.txt:
* http/tests/security/no-javascript-refresh-static-spaces-expected.txt:
* http/tests/security/no-popup-from-sandbox-expected.txt:
* http/tests/security/no-popup-from-sandbox-top-expected.txt:
* http/tests/security/originHeader/origin-header-for-https-expected.txt:
* http/tests/security/popup-allowed-by-sandbox-is-sandboxed-expected.txt:
* http/tests/security/referrer-policy-invalid-expected.txt:
* http/tests/security/regress-52192-expected.txt:
* http/tests/security/same-origin-appcache-blocked-expected.txt:
* http/tests/security/same-origin-websql-blocked-expected.txt:
* http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
* http/tests/security/sandboxed-iframe-DENIED-modals-expected.txt:
* http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
* http/tests/security/sandboxed-iframe-form-top-expected.txt:
* http/tests/security/sandboxed-iframe-invalid-expected.txt:
* http/tests/security/sandboxed-iframe-modify-self-expected.txt:
* http/tests/security/sandboxed-iframe-origin-add-expected.txt:
* http/tests/security/sandboxed-iframe-origin-remove-expected.txt:
* http/tests/security/script-crossorigin-error-event-information-expected.txt:
* http/tests/security/script-crossorigin-onerror-information-expected.txt:
* http/tests/security/script-no-crossorigin-error-event-should-be-sanitized-expected.txt:
* http/tests/security/script-no-crossorigin-onerror-should-be-sanitized-expected.txt:
* http/tests/security/script-with-dataurl-expected.txt:
* http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt:
* http/tests/security/storage-blocking-loosened-websql-expected.txt:
* http/tests/security/storage-blocking-strengthened-websql-expected.txt:
* http/tests/security/top-level-unique-origin2.https-expected.txt:
* http/tests/security/window-name-after-cross-origin-aux-frame-navigation-expected.txt:
* http/tests/security/window-name-after-cross-origin-main-frame-navigation-expected.txt:
* http/tests/security/window-name-after-cross-origin-sub-frame-navigation-expected.txt:
* http/tests/security/window-name-after-same-origin-aux-frame-navigation-expected.txt:
* http/tests/security/window-name-after-same-origin-main-frame-navigation-expected.txt:
* http/tests/security/window-name-after-same-origin-sub-frame-navigation-expected.txt:
* http/tests/security/window-named-proto-expected.txt:
* http/tests/security/window-named-valueOf-expected.txt:
* http/tests/security/window-onerror-exception-in-iframe-expected.txt:
* http/tests/security/xss-DENIED-assign-location-hash-expected.txt:
* http/tests/security/xss-DENIED-assign-location-host-expected.txt:
* http/tests/security/xss-DENIED-assign-location-hostname-expected.txt:
* http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
* http/tests/security/xss-DENIED-assign-location-nonstandardProperty-expected.txt:
* http/tests/security/xss-DENIED-assign-location-pathname-expected.txt:
* http/tests/security/xss-DENIED-assign-location-protocol-expected.txt:
* http/tests/security/xss-DENIED-assign-location-reload-expected.txt:
* http/tests/security/xss-DENIED-assign-location-search-expected.txt:
* http/tests/security/xss-DENIED-frame-name-expected.txt:
* http/tests/security/xss-DENIED-getSVGDocument-iframe-expected.txt:
* http/tests/security/xss-DENIED-getSVGDocument-object-expected.txt:
* http/tests/security/xss-DENIED-iframe-src-alias-expected.txt:
* http/tests/security/xss-DENIED-invalid-domain-change-expected.txt:
* http/tests/security/xss-DENIED-javascript-with-spaces-expected.txt:
* http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt:
* http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt:
* http/tests/security/xss-DENIED-synchronous-form-expected.txt:
* http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url-expected.txt:
* http/tests/security/xss-DENIED-window-index-assign-expected.txt:
* http/tests/security/xss-DENIED-window-name-navigator-expected.txt:
* http/tests/security/xss-DENIED-window-open-javascript-url-expected.txt:
* http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt:
* http/tests/security/xss-DENIED-window-open-parent-expected.txt:
* http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
* http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
* http/tests/security/xssAuditor/base-href-control-char-expected.txt:
* http/tests/security/xssAuditor/base-href-expected.txt:
* http/tests/security/xssAuditor/base-href-null-char-expected.txt:
* http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-that-page-was-blocked-using-empty-data-url-expected.txt:
* http/tests/security/xssAuditor/cached-frame-expected.txt:
* http/tests/security/xssAuditor/cookie-injection-expected.txt:
* http/tests/security/xssAuditor/dom-write-URL-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-dom-write-open-img-onerror-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-open-img-onerror-expected.txt:
* http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
* http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
* http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/embed-tag-expected.txt:
* http/tests/security/xssAuditor/embed-tag-in-path-unterminated-expected.txt:
* http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/form-action-expected.txt:
* http/tests/security/xssAuditor/formaction-on-button-expected.txt:
* http/tests/security/xssAuditor/formaction-on-input-expected.txt:
* http/tests/security/xssAuditor/frameset-injection-expected.txt:
* http/tests/security/xssAuditor/full-block-base-href-expected.txt:
* http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
* http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
* http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
* http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/get-from-iframe-expected.txt:
* http/tests/security/xssAuditor/iframe-injection-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
* http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
* http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
* http/tests/security/xssAuditor/iframe-srcdoc-property-blocked-expected.txt:
* http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
* http/tests/security/xssAuditor/img-tag-with-comma-expected.txt:
* http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
* http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
* http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
* http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
* http/tests/security/xssAuditor/javascript-link-expected.txt:
* http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
* http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
* http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
* http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
* http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
* http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
* http/tests/security/xssAuditor/link-onclick-expected.txt:
* http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
* http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
* http/tests/security/xssAuditor/malformed-HTML-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
* http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
* http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-ignored-expected.txt:
* http/tests/security/xssAuditor/nested-dom-write-location-open-img-onerror-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/object-tag-expected.txt:
* http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/open-attribute-body-expected.txt:
* http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
* http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
* http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
* http/tests/security/xssAuditor/open-iframe-src-03-expected.txt:
* http/tests/security/xssAuditor/open-script-src-01-expected.txt:
* http/tests/security/xssAuditor/open-script-src-02-expected.txt:
* http/tests/security/xssAuditor/open-script-src-03-expected.txt:
* http/tests/security/xssAuditor/open-script-src-04-expected.txt:
* http/tests/security/xssAuditor/post-from-iframe-expected.txt:
* http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
* http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
* http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
* http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
* http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
* http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
* http/tests/security/xssAuditor/property-escape-expected.txt:
* http/tests/security/xssAuditor/property-escape-long-expected.txt:
* http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
* http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
* http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
* http/tests/security/xssAuditor/reflection-in-path-expected.txt:
* http/tests/security/xssAuditor/regress-167121-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-and-do-not-follow-redirect-when-sending-report-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-full-block-and-do-not-follow-redirect-when-sending-report-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-replace-state-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
* http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
* http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
* http/tests/security/xssAuditor/script-tag-entities-expected.txt:
* http/tests/security/xssAuditor/script-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-expression-follows-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
* http/tests/security/xssAuditor/script-tag-near-start-expected.txt:
* http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-injected-comment-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url4-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-script-and-urlencode-expected.txt:
* http/tests/security/xssAuditor/svg-animate-expected.txt:
* http/tests/security/xssAuditor/svg-script-tag-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
* http/tests/ssl/media-stream/get-user-media-different-host-expected.txt:
* http/tests/ssl/media-stream/get-user-media-nested-expected.txt:
* http/tests/ssl/mixedContent/insecure-websocket-expected.txt:
* http/tests/ssl/upgrade-origin-usage-expected.txt:
* http/tests/storage/callbacks-are-called-in-correct-context-expected.txt:
* http/tests/storage/setItem-and-reload-expected.txt:
* http/tests/subresource-integrity/sri-enabled-with-setting-expected.txt:
* http/tests/webrtc/enumerateDevicesInFrames-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
* http/tests/websocket/tests/hybi/binary-type-expected.txt:
* http/tests/websocket/tests/hybi/close-before-open-expected.txt:
* http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
* http/tests/websocket/tests/hybi/close-expected.txt:
* http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/block-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/block-worker-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/display-none-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/display-none-worker-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/upgrade-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/upgrade-worker-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
* http/tests/websocket/tests/hybi/url-parsing-expected.txt:
* http/tests/websocket/tests/hybi/websocket-constructor-protocols-expected.txt:
* http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
* http/tests/workers/location-readonly-expected.txt:
* http/tests/workers/navigator-readonly-expected.txt:
* http/tests/workers/self-readonly-expected.txt:
* http/tests/workers/service/basic-register-exceptions-expected.txt:
* http/tests/workers/worker-importScriptsOnError-expected.txt:
* http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt:
* http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* http/tests/xmlhttprequest/cross-site-denied-response-sync-2-expected.txt:
* http/tests/xmlhttprequest/cross-site-denied-response-sync-expected.txt:
* http/tests/xmlhttprequest/navigation-should-abort-expected.txt:
* http/tests/xmlhttprequest/origin-exact-matching-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt:
* http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt:
* http/tests/xmlhttprequest/redirect-cross-origin-post-sync-expected.txt:
* http/tests/xmlhttprequest/redirect-cross-origin-sync-expected.txt:
* http/tests/xmlhttprequest/redirect-cross-origin-tripmine-expected.txt:
* http/tests/xmlhttprequest/reentrant-cancel-expected.txt:
* http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
* http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync-expected.txt:
* http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync-expected.txt:
* http/tests/xmlhttprequest/sync-xhr-in-beforeunload-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt:
* http/wpt/beacon/beacon-quota-expected.txt:
* http/wpt/beacon/contentextensions/beacon-blocked-expected.txt:
* http/wpt/fetch/request-abort-expected.txt:
* imported/blink/fast/dom/HTMLImageElement/image-src-onerror-expected.txt:
* imported/blink/fast/dom/HTMLImageElement/image-srcset-w-onerror-expected.txt:
* imported/blink/fast/events/event-isolated-world-clone-expected.txt:
* imported/blink/fast/events/init-custom-event-isolated-world-expected.txt:
* imported/blink/fast/events/init-message-event-isolated-world-expected.txt:
* imported/blink/fast/forms/select/select-validation-assertion-expected.txt:
* inspector/console/command-line-api-expected.txt:
* inspector/console/console-api-expected.txt:
* inspector/console/console-log-proxy-expected.txt:
* inspector/console/console-message-expected.txt:
* inspector/console/console-table-expected.txt:
* inspector/console/js-source-locations-expected.txt:
* inspector/console/message-stack-trace-expected.txt:
* inspector/console/messageAdded-from-named-evaluations-expected.txt:
* inspector/console/messageRepeatCountUpdated-expected.txt:
* inspector/console/x-frame-options-message-expected.txt:
* inspector/controller/runtime-controller-expected.txt:
* inspector/controller/runtime-controller-import-expected.txt:
* inspector/debugger/break-in-constructor-before-super-expected.txt:
* inspector/debugger/break-on-exception-expected.txt:
* inspector/debugger/break-on-exception-throw-in-promise-expected.txt:
* inspector/debugger/break-on-uncaught-exception-expected.txt:
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-expected.txt:
* inspector/debugger/breakpoint-action-log-expected.txt:
* inspector/debugger/breakpoint-action-with-exception-expected.txt:
* inspector/debugger/breakpoint-columns-expected.txt:
* inspector/debugger/breakpoint-condition-with-bad-script-expected.txt:
* inspector/debugger/breakpoint-condition-with-exception-expected.txt:
* inspector/debugger/breakpoint-scope-expected.txt:
* inspector/debugger/breakpoint-syntax-error-top-level-expected.txt:
* inspector/debugger/breakpoints-disabled-expected.txt:
* inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations-expected.txt:
* inspector/debugger/command-line-api-exception-expected.txt:
* inspector/debugger/command-line-api-exception-nested-catch-expected.txt:
* inspector/debugger/csp-exceptions-expected.txt:
* inspector/debugger/nested-inspectors-expected.txt:
* inspector/debugger/no-pause-out-of-memory-exception-expected.txt:
* inspector/debugger/no-pause-stack-overflow-exception-expected.txt:
* inspector/debugger/pause-for-internal-scripts-expected.txt:
* inspector/debugger/pause-on-assert-expected.txt:
* inspector/debugger/pause-reason-expected.txt:
* inspector/debugger/regress-133182-expected.txt:
* inspector/debugger/setBreakpoint-actions-expected.txt:
* inspector/debugger/setBreakpoint-options-exception-expected.txt:
* inspector/debugger/setPauseOnAssertions-expected.txt:
* inspector/debugger/setPauseOnExceptions-all-expected.txt:
* inspector/debugger/setPauseOnExceptions-none-expected.txt:
* inspector/debugger/setPauseOnExceptions-uncaught-expected.txt:
* inspector/debugger/stepping/stepping-internal-scripts-expected.txt:
* inspector/dom/customElementState-expected.txt:
* inspector/indexeddb/clearObjectStore-expected.txt:
* inspector/indexeddb/deleteDatabaseNamesWithSpace-expected.txt:
* inspector/indexeddb/requestData-expected.txt:
* inspector/indexeddb/requestDatabase-expected.txt:
* inspector/indexeddb/requestDatabaseNames-expected.txt:
* inspector/injected-script/avoid-getter-invocation-expected.txt:
* inspector/injected-script/observable-expected.txt:
* inspector/model/frame-extra-scripts-expected.txt:
* inspector/model/scope-chain-node-expected.txt:
* inspector/page/media-query-list-listener-exception-expected.txt:
* inspector/runtime/CommandLineAPI-inspect-expected.txt:
* inspector/runtime/promise-native-getter-expected.txt:
* inspector/script-profiler/event-type-API-expected.txt:
* inspector/script-profiler/event-type-Microtask-expected.txt:
* inspector/script-profiler/event-type-Other-expected.txt:
* inspector/timeline/setInstruments-programmatic-capture-expected.txt:
* inspector/worker/debugger-pause-expected.txt:
* js/console-expected.txt:
* js/dom/callback-function-with-handle-event-expected.txt:
* js/dom/concat-large-strings-crash-expected.txt:
* js/dom/concat-large-strings-crash2-expected.txt:
* js/dom/console-non-string-values-expected.txt:
* js/dom/exceptions-thrown-in-callbacks-expected.txt:
* js/dom/global-recursion-on-full-stack-expected.txt:
* js/dom/invalid-syntax-for-function-expected.txt:
* js/dom/native-bindings-descriptors-expected.txt:
* js/dom/parse-error-external-script-in-eval-expected.txt:
* js/dom/parse-error-external-script-in-new-Function-expected.txt:
* js/dom/parse-syntax-error-in-initializer-expected.txt:
* js/dom/uncaught-exception-line-number-expected.txt:
* js/kde/garbage-n-expected.txt:
* js/kde/string-1-n-expected.txt:
* js/kde/string-2-n-expected.txt:
* js/promises-tests/promises-tests-2-2-6-expected.txt:
* js/sequence-iterator-protocol-2-expected.txt:
* js/sequence-iterator-protocol-expected.txt:
* loader/meta-refresh-disabled-expected.txt:
* loader/reload-subresource-when-type-changes-expected.txt:
* media/media-source/only-bcp47-language-tags-accepted-as-valid-expected.txt:
* media/track/track-bcp-language-expected.txt:
* media/track/track-long-word-container-sizing-expected.txt:
* media/video-controls-no-scripting-expected.txt:
* pageoverlay/overlay-small-frame-mouse-events-expected.txt:
* performance-api/performance-observer-exception-expected.txt:
* platform/gtk/editing/input/option-page-up-down-expected.txt:
* platform/gtk/editing/input/scroll-viewport-page-up-down-expected.txt:
* platform/gtk/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/gtk/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt:
* platform/gtk/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt:
* platform/gtk/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt:
* platform/gtk/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt:
* platform/gtk/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt:
* platform/gtk/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt:
* platform/gtk/fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt:
* platform/gtk/fast/dynamic/015-expected.txt:
* platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
* platform/gtk/fast/events/updateLayoutForHitTest-expected.txt:
* platform/gtk/fast/repaint/reflection-redraw-expected.txt:
* platform/gtk/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/gtk/http/tests/inspector/console-websocket-error-expected.txt:
* platform/gtk/http/tests/navigation/error404-goback-expected.txt:
* platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
* platform/gtk/http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt:
* platform/gtk/http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame-expected.txt:
* platform/gtk/http/tests/security/module-no-mime-type-expected.txt:
* platform/gtk/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt:
* platform/gtk/http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
* platform/gtk/http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
* platform/gtk/http/tests/websocket/tests/hybi/close-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-svg-02-f-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-001-visual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/xhr/setrequestheader-content-type-expected.txt:
* platform/gtk/media/video-controls-no-scripting-expected.txt:
* platform/gtk/plugins/plugin-clip-subframe-expected.txt:
* platform/gtk/plugins/plugin-initiate-popup-window-expected.txt:
* platform/gtk/storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
* platform/gtk/svg/custom/viewbox-syntax-expected.txt:
* platform/gtk/svg/hixie/error/010-expected.txt:
* platform/gtk/svg/hixie/error/011-expected.txt:
* platform/gtk/svg/hixie/error/013-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt:
* platform/ios-simulator/fast/canvas/canvas-crash-expected.txt:
* platform/ios-simulator/fast/canvas/canvas-skia-excessive-size-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/struct-svg-02-f-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-001-visual-expected.txt:
* platform/ios-simulator/webgl/2.0.0/conformance/context/context-hidden-alpha-expected.txt:
* platform/ios-simulator/webgl/2.0.0/conformance/extensions/webgl-compressed-texture-pvrtc-expected.txt:
* platform/ios-simulator/webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
* platform/ios-wk1/editing/pasteboard/paste-RTFD-expected.txt:
* platform/ios-wk1/editing/selection/5825350-1-expected.txt:
* platform/ios-wk1/editing/selection/5825350-2-expected.txt:
* platform/ios-wk1/http/tests/quicklook/top-navigation-blocked-expected.txt:
* platform/ios-wk1/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt:
* platform/ios-wk1/tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
* platform/ios-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
* platform/ios-wk2/editing/execCommand/indent-pre-expected.txt:
* platform/ios-wk2/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/ios-wk2/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/ios-wk2/editing/selection/5825350-1-expected.txt:
* platform/ios-wk2/editing/selection/5825350-2-expected.txt:
* platform/ios-wk2/editing/selection/caret-and-focus-ring-expected.txt:
* platform/ios-wk2/editing/selection/caret-ltr-2-expected.txt:
* platform/ios-wk2/editing/selection/caret-ltr-2-left-expected.txt:
* platform/ios-wk2/editing/selection/caret-ltr-expected.txt:
* platform/ios-wk2/editing/selection/caret-ltr-right-expected.txt:
* platform/ios-wk2/editing/selection/caret-rtl-2-expected.txt:
* platform/ios-wk2/editing/selection/caret-rtl-2-left-expected.txt:
* platform/ios-wk2/editing/selection/caret-rtl-expected.txt:
* platform/ios-wk2/editing/selection/caret-rtl-right-expected.txt:
* platform/ios-wk2/editing/selection/selection-background-expected.txt:
* platform/ios-wk2/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
* platform/ios/editing/pasteboard/onpaste-text-html-expected.txt:
* platform/ios/editing/selection/mixed-editability-10-expected.txt:
* platform/ios/fast/attachment/attachment-select-on-click-expected.txt:
* platform/ios/fast/canvas/canvas-toDataURL-crash-expected.txt:
* platform/ios/fast/canvas/pattern-too-large-to-create-expected.txt:
* platform/ios/fast/dynamic/015-expected.txt:
* platform/ios/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt:
* platform/ios/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt:
* platform/ios/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/ios/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/ios/http/tests/events/device-orientation-motion-non-secure-context-expected.txt:
* platform/ios/http/tests/navigation/error404-goback-expected.txt:
* platform/ios/http/tests/quicklook/submit-form-blocked-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLInputElement-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/browsers/windows/noreferrer-window-name-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-stream-003-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-stream-004-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/xhr/setrequestheader-content-type-expected.txt:
* platform/ios/ios/fast/forms/date-input-decorations-expected.txt:
* platform/ios/ios/fast/loader/subresource-willSendRequest-null-prevents-load-event-expected.txt:
* platform/ios/ios/fast/media/media-no-src-attribute-parsing-expected.txt:
* platform/ios/ios/touch/touch-handler-on-window-expected.txt:
* platform/ios/storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
* platform/ios/svg/custom/viewbox-syntax-expected.txt:
* platform/ios/svg/hixie/error/010-expected.txt:
* platform/ios/svg/hixie/error/011-expected.txt:
* platform/ios/svg/hixie/error/013-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/ios/webaudio/audionode-expected.txt:
* platform/ios/webgl/2.0.0/conformance/context/context-hidden-alpha-expected.txt:
* platform/mac-highsierra-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt:
* platform/mac-highsierra/inspector/debugger/async-stack-trace-expected.txt:
* platform/mac-wk1/fast/scrolling/scroll-animator-basic-events-expected.txt:
* platform/mac-wk1/fast/scrolling/scroll-animator-select-list-events-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/sync-xhr-in-unload-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/fetch/api/abort/general-serviceworker.https-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads.sub.tentative-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads_without_user_activation.sub.tentative-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/url/failure-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/xhr/late-upload-events-expected.txt:
* platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt:
* platform/mac-wk2/http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt:
* platform/mac-wk2/plugins/plugin-clip-subframe-expected.txt:
* platform/mac/fast/AppleScript/001-expected.txt:
* platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt:
* platform/mac/fast/dynamic/015-expected.txt:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/fast/repaint/reflection-redraw-expected.txt:
* platform/mac/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
* platform/mac/http/tests/navigation/error404-goback-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/struct-svg-02-f-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-001-visual-expected.txt:
* platform/mac/inspector/debugger/async-stack-trace-expected.txt:
* platform/mac/media/video-controls-no-scripting-expected.txt:
* platform/mac/plugins/plugin-clip-subframe-expected.txt:
* platform/mac/plugins/plugin-initiate-popup-window-expected.txt:
* platform/mac/svg/custom/viewbox-syntax-expected.txt:
* platform/mac/svg/hixie/error/010-expected.txt:
* platform/mac/svg/hixie/error/011-expected.txt:
* platform/mac/svg/hixie/error/013-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/win-future/tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
* platform/win/TestExpectations:
* platform/win/editing/execCommand/indent-pre-expected.txt:
* platform/win/fast/canvas/webgl/angle-instanced-arrays-expected.txt:
* platform/win/fast/canvas/webgl/webgl-draw-buffers-expected.txt:
* platform/win/fast/css/parse-border-image-repeat-null-crash-expected.txt:
* platform/win/fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt:
* platform/win/fast/dynamic/015-expected.txt:
* platform/win/fast/events/ondrop-text-html-expected.txt:
* platform/win/fast/events/panScroll-correct-direction-expected.txt:
* platform/win/fast/events/panScroll-event-fired-expected.txt:
* platform/win/fast/events/panScroll-preventDefault-expected.txt:
* platform/win/fast/events/updateLayoutForHitTest-expected.txt:
* platform/win/fast/forms/input-set-composition-scroll-expected.txt:
* platform/win/fast/ondrop-text-html-expected.txt:
* platform/win/fast/repaint/reflection-redraw-expected.txt:
* platform/win/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/win/fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt:
* platform/win/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/win/http/tests/navigation/error404-goback-expected.txt:
* platform/win/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* platform/win/http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* platform/win/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* platform/win/imported/w3c/web-platform-tests/cors/late-upload-events-expected.txt:
* platform/win/imported/w3c/web-platform-tests/url/failure-expected.txt:
* platform/win/imported/w3c/web-platform-tests/xhr/access-control-and-redirects-expected.txt:
* platform/win/imported/w3c/web-platform-tests/xhr/late-upload-events-expected.txt:
* platform/win/inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
* platform/win/svg/custom/viewbox-syntax-expected.txt:
* platform/win/svg/hixie/error/010-expected.txt:
* platform/win/svg/hixie/error/011-expected.txt:
* platform/win/svg/hixie/error/013-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/win/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/win/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/win/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/win/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/wincairo/editing/execCommand/indent-pre-expected.txt:
* platform/wincairo/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/wincairo/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/wincairo/fast/canvas/webgl/css-webkit-canvas-expected.txt:
* platform/wincairo/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt:
* platform/wincairo/fast/dynamic/015-expected.txt:
* platform/wincairo/fast/events/updateLayoutForHitTest-expected.txt:
* platform/wincairo/fast/repaint/reflection-redraw-expected.txt:
* platform/wincairo/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/wincairo/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/wincairo/media/video-controls-captions-trackmenu-expected.txt:
* platform/wincairo/plugins/netscape-dom-access-expected.txt:
* platform/wincairo/plugins/plugin-initiate-popup-window-expected.txt:
* platform/wincairo/svg/custom/viewbox-syntax-expected.txt:
* platform/wincairo/svg/hixie/error/013-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/wk2/http/tests/contentextensions/block-everything-unless-domain-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-in-body-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-parent-same-origin-allow-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-parent-same-origin-deny-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-css-in-iframe-report-only-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-inherited-policy-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-xslt-document-in-iframe-with-inherited-policy-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-xhr-asynchronous-in-iframe-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-xhr-asynchronous-in-main-frame-expected.txt:
* platform/wk2/http/tests/security/drag-drop-local-file-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-basic-auth-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-css-with-secure-cookies-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-executable-css-with-secure-cookies-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-form-in-main-frame-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials-expected.txt:
* platform/wk2/http/tests/security/mixedContent/redirect-https-to-http-image-secure-cookies-block-expected.txt:
* platform/wk2/http/tests/security/mixedContent/redirect-https-to-http-image-secure-cookies-expected.txt:
* platform/wk2/http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
* platform/wk2/http/wpt/cross-origin-window-policy/navigation-from-subframe-via-anchor-target-expected.txt:
* platform/wpe/fast/canvas/webgl/angle-instanced-arrays-expected.txt:
* platform/wpe/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt:
* platform/wpe/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt:
* platform/wpe/fast/canvas/webgl/index-validation-with-subsequent-draws-expected.txt:
* platform/wpe/fast/canvas/webgl/oes-texture-half-float-expected.txt:
* platform/wpe/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt:
* platform/wpe/fast/canvas/webgl/webgl-draw-buffers-expected.txt:
* platform/wpe/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt:
* platform/wpe/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt:
* platform/wpe/fast/dynamic/015-expected.txt:
* platform/wpe/fast/events/updateLayoutForHitTest-expected.txt:
* platform/wpe/fast/overflow/scrollbar-restored-and-then-locked-expected.txt:
* platform/wpe/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/wpe/http/tests/websocket/tests/hybi/close-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/FileAPI/url/sandboxed-iframe-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/idlharness.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-quota-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-svg-02-f-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-001-visual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/xhr/setrequestheader-content-type-expected.txt:
* platform/wpe/storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
* platform/wpe/svg/custom/js-font-test-expected.txt:
* platform/wpe/svg/custom/viewbox-syntax-expected.txt:
* platform/wpe/svg/hixie/error/010-expected.txt:
* platform/wpe/svg/hixie/error/011-expected.txt:
* platform/wpe/svg/hixie/error/013-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* plugins/frameset-with-plugin-frame-expected.txt:
* plugins/get-user-agent-with-null-npp-from-npp-new-expected.txt:
* plugins/layout-in-beforeload-listener-affects-plugin-loading-expected.txt:
* plugins/netscape-plugin-map-data-to-src-expected.txt:
* plugins/no-mime-with-valid-extension-expected.txt:
* plugins/npruntime/delete-plugin-within-hasProperty-return-false-expected.txt:
* plugins/npruntime/delete-plugin-within-hasProperty-return-true-expected.txt:
* plugins/npruntime/delete-plugin-within-setProperty-expected.txt:
* plugins/plugin-clip-subframe-expected.txt:
* plugins/unsupported-plugin-with-replacement-in-iframe-crash-expected.txt:
* quicklook/powerpoint-expected.txt:
* quicklook/powerpoint-legacy-expected.txt:
* quicklook/word-expected.txt:
* quicklook/word-legacy-expected.txt:
* security/cannot-read-self-from-file-expected.txt:
* storage/domstorage/localstorage/blocked-file-access-expected.txt:
* storage/domstorage/localstorage/blocked-file-access-permitted-by-quirk-expected.txt:
* storage/domstorage/localstorage/file-can-access-expected.txt:
* storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
* storage/indexeddb/exception-in-event-aborts-expected.txt:
* storage/indexeddb/modern/objectstore-autoincrement-types-expected.txt:
* storage/indexeddb/transaction-error-expected.txt:
* storage/indexeddb/version-change-abort-expected.txt:
* storage/websql/alter-to-info-table-expected.txt:
* storage/websql/change-version-expected.txt:
* storage/websql/change-version-handle-reuse-expected.txt:
* storage/websql/change-version-no-crash-on-preflight-failure-expected.txt:
* storage/websql/close-during-stress-test-expected.txt:
* storage/websql/database-lock-after-reload-expected.txt:
* storage/websql/empty-statement-expected.txt:
* storage/websql/execute-sql-args-expected.txt:
* storage/websql/execute-sql-rowsAffected-expected.txt:
* storage/websql/executesql-accepts-only-one-statement-expected.txt:
* storage/websql/hash-change-with-xhr-expected.txt:
* storage/websql/multiple-databases-garbage-collection-expected.txt:
* storage/websql/multiple-transactions-expected.txt:
* storage/websql/multiple-transactions-on-different-handles-expected.txt:
* storage/websql/null-callbacks-expected.txt:
* storage/websql/open-database-creation-callback-expected.txt:
* storage/websql/open-database-creation-callback-isolated-world-expected.txt:
* storage/websql/open-database-empty-version-expected.txt:
* storage/websql/open-database-expand-quota-expected.txt:
* storage/websql/open-database-over-quota-expected.txt:
* storage/websql/open-database-set-empty-version-expected.txt:
* storage/websql/open-database-while-transaction-in-progress-expected.txt:
* storage/websql/openDatabase-deprecation-expected.txt:
* storage/websql/private-browsing-noread-nowrite-expected.txt:
* storage/websql/read-and-write-transactions-dont-run-together-expected.txt:
* storage/websql/read-transactions-running-concurrently-expected.txt:
* storage/websql/sql-data-types-expected.txt:
* storage/websql/sql-error-codes-expected.txt:
* storage/websql/statement-error-callback-expected.txt:
* storage/websql/statement-error-callback-isolated-world-expected.txt:
* storage/websql/statement-success-callback-isolated-world-expected.txt:
* storage/websql/success-callback-expected.txt:
* storage/websql/success-callback-when-page-defers-loading-expected.txt:
* storage/websql/test-authorizer-expected.txt:
* storage/websql/transaction-callback-exception-crash-expected.txt:
* storage/websql/transaction-callback-isolated-world-expected.txt:
* storage/websql/transaction-database-expand-quota-expected.txt:
* storage/websql/transaction-error-callback-expected.txt:
* storage/websql/transaction-error-callback-isolated-world-expected.txt:
* storage/websql/transaction-prototype-expected.txt:
* storage/websql/transaction-success-callback-isolated-world-expected.txt:
* streams/readable-stream-error-messages-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/writable-stream-abort-expected.txt:
* streams/reference-implementation/writable-stream-expected.txt:
* svg/animations/animate-viewport-overflow-2-expected.txt:
* svg/animations/animate-viewport-overflow-expected.txt:
* svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-xhtml-tainted-expected.txt:
* svg/css/parse-calc-length-expected.txt:
* svg/css/parse-height-expected.txt:
* svg/css/parse-length-expected.txt:
* svg/custom/createelement-expected.txt:
* svg/custom/getBBox-container-hiddenchild-expected.txt:
* svg/custom/invalid-length-units-expected.txt:
* svg/custom/layout-loop-expected.txt:
* svg/custom/poly-parsing-error-expected.txt:
* svg/custom/polyline-invalid-points-expected.txt:
* svg/custom/polyline-setattribute-points-null-expected.txt:
* svg/custom/svg-parse-overflow-1-expected.txt:
* svg/custom/svg-parse-overflow-2-expected.txt:
* svg/custom/svg-parse-overflow-3-expected.txt:
* svg/custom/svg-parse-overflow-4-expected.txt:
* svg/custom/svg-parse-overflow-5-expected.txt:
* svg/custom/use-nested-missing-target-removed-expected.txt:
* svg/dom/SVGAnimatedEnumeration-case-sensitive-expected.txt:
* svg/dom/fuzz-path-parser-expected.txt:
* svg/dom/path-parser-expected.txt:
* svg/dom/points-parser-expected.txt:
* svg/filters/feBlend-invalid-mode-expected.txt:
* svg/hixie/error/001-expected.txt:
* svg/hixie/error/007-expected.txt:
* svg/hixie/error/010-expected.txt:
* svg/hixie/error/011-expected.txt:
* svg/hixie/error/015-expected.txt:
* svg/in-html/overflow-repaint-expected.txt:
* svg/path-arc-invalid-expected.txt:
* tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
* traversal/moz-bug559526-expected.txt:
* traversal/moz-mutations-3-expected.txt:
* userscripts/document-element-available-at-start-expected.txt:
* userscripts/script-not-run-for-fragments-expected.txt:
* userscripts/script-run-at-start-expected.txt:
* userscripts/user-script-audio-document-expected.txt:
* userscripts/user-script-image-document-expected.txt:
* userscripts/user-script-plugin-document-expected.txt:
* userscripts/user-script-video-document-expected.txt:
* userscripts/window-onerror-for-isolated-world-2-expected.txt:
* webgl/2.0.0/conformance2/buffers/uniform-buffers-expected.txt:
* webgl/2.0.0/conformance2/misc/expando-loss-2-expected.txt:
* webgl/2.0.0/conformance2/rendering/uniform-block-buffer-size-expected.txt:
* webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
* webgl/many-contexts-access-after-loss-expected.txt:
* webgl/many-contexts-expected.txt:
* webgl/max-active-contexts-console-warning-expected.txt:
* webgl/max-active-contexts-gc-expected.txt:
* webgl/max-active-contexts-oldest-context-lost-expected.txt:
* webgl/max-active-contexts-webglcontextlost-prevent-default-expected.txt:
* workers/wasm-hashset-expected.txt:
* workers/wasm-hashset-many-2-expected.txt:
* workers/wasm-hashset-many-expected.txt:
* workers/wasm-long-compile-expected.txt:
* workers/wasm-long-compile-many-expected.txt:
* workers/wasm-references-expected.txt:
2020-04-10 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: selection.isRange() in InsertListCommand::doApply
https://bugs.webkit.org/show_bug.cgi?id=210170
<rdar://problem/61410397>
Reviewed by Wenson Hsieh.
Added a regression test for the crash.
* editing/inserting/insert-list-in-table-assert-expected.txt: Added.
* editing/inserting/insert-list-in-table-assert.html: Added.
2020-04-10 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] Unable to select text by tap-hold or double tap-hold when allowsLinkPreview property is set to NO
https://bugs.webkit.org/show_bug.cgi?id=210191
<rdar://problem/60454016>
Reviewed by Tim Horton.
Add a test to verify that text can be selected by long pressing when link previews are disabled.
* editing/selection/ios/select-text-with-link-preview-disabled-expected.txt: Added.
* editing/selection/ios/select-text-with-link-preview-disabled.html: Added.
2020-04-10 Daniel Bates <dabates@apple.com>
mayContainEditableElementsInRect() can terminate search once the search rect is wholly contained inside a layer
https://bugs.webkit.org/show_bug.cgi?id=210340
Reviewed by Simon Fraser.
Update test and test results. Add "will-transform: transform" to more strongly hint
to the engine to create a compositing layer for the overlapping element in the
composting sub-test.
* editing/editable-region/hit-test-overlap-expected.txt:
* editing/editable-region/hit-test-overlap.html:
2020-04-10 Chris Dumez <cdumez@apple.com>
[ Mac wk1 ] fast/images/animated-gif-restored-from-bfcache.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=206950
<rdar://problem/58998008>
Reviewed by Alex Christensen.
Make sure the test calls testRunner.waitUntilDone() synchronously when loaded instead
of doing it later on only when returning from the back/forward cache. Also, trigger
the navigation in a setTimeout(0) in the load event and rely on the
page-cache-helper.html like other back/forward cache tests do.
* fast/images/animated-gif-restored-from-bfcache.html:
* platform/mac-wk1/TestExpectations:
2020-04-10 Simon Fraser <simon.fraser@apple.com>
fast/scrolling/latching/iframe-latch-small-deltas.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=210348
Mark this test flakey while I investigate.
* platform/mac-wk2/TestExpectations:
2020-04-10 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk2 Debug ] media/modern-media-controls/media-controller/media-controller-auto-hide.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=210349
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-04-10 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ MacOS WK1 & iOS ] Layout Tests in media/media-fragments/ are flaky
https://bugs.webkit.org/show_bug.cgi?id=187557
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-04-10 Keith Miller <keith_miller@apple.com>
Fix failing legacy CSP tests by converting them to modern tests instead.
https://bugs.webkit.org/show_bug.cgi?id=210310
Reviewed by Daniel Bates.
Convert these tests from verifying the (now removed) X-WebKit-CSP
header to the modern Content-Security-Policy header. Since we
don't have equivalent tests for the modern CSP header and it's not
very useful to have tons of tests for a feature we no longer
support.
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-allowed.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-blocked.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-allowed.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-javascript-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-javascript-blocked.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html:
2020-04-10 Antti Koivisto <antti@apple.com>
[CSS Shadow Parts] Bad style sharing between sibling elements with different part attributes
https://bugs.webkit.org/show_bug.cgi?id=210249
<rdar://problem/61547528>
Reviewed by Daniel Bates.
* fast/css/shadow-parts/shadow-part-style-sharing-expected.html: Added.
* fast/css/shadow-parts/shadow-part-style-sharing.html: Added.
2020-04-10 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=210339
Unreviewed gardening.
Added new entry for test failing since added. Also move flaky failures
to the flaky failures section.
* platform/gtk/TestExpectations:
== Rolled over to ChangeLog-2020-04-10 ==