| 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 doesn’t 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 page’s font load will fail because it pulled the failed font out of the memory cache. The test makes sure the second page’s 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 doesn’t 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 page’s font load will fail because it pulled the failed font out of the memory cache. The test makes sure the second page’s 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 == |